pissardl / geocoder-java

Automatically exported from code.google.com/p/geocoder-java
0 stars 0 forks source link

Not a bug:How can I integrate GeoCoder without maven? #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

I've stumbled over your project yesterday and would like to use it, but 
everytime I try to hit my servlet page, there's a 500:

HTTP ERROR 500
Problem accessing /debug_output. Reason:
    org/apache/commons/httpclient/HttpConnectionManager

Caused by:
java.lang.NoClassDefFoundError: 
org/apache/commons/httpclient/HttpConnectionManager
...

The following libs are included in the WEB-INF directory:
(not all for Geocoder since my project uses jsoup and runs on appengine)
apache-mime4j-0.6.jar
appengine-api-1.0-sdk-1.4.0.jar
appengine-api-labs-1.4.0.jar
appengine-jsr107cache-1.4.0.jar
commons-codec-1.3.jar
commons-logging-1.1.1.jar
datanucleus-appengine-1.0.8.final.jar
datanucleus-core-1.1.5.jar
datanucleus-jpa-1.1.5.jar
geocoder-java-0.6-SNAPSHOT.jar
geronimo-jpa_3.0_spec-1.1.1.jar
geronimo-jta_1.1_spec-1.1.1.jar
httpclient-4.0.3.jar
httpcore-4.1.jar
httpcore-nio-4.1.jar
httpmime-4.0.3.jar
jackson-core-lgpl-1.6.4.jar
jackson-mapper-lgpl-1.6.4.jar
jdo2-api-2.3-eb.jar
jsoup-1.4.1_from_source.jar
jsr107cache-1.1.jar

The error occurs right on my development machine (not deployed on appengine)

Which libs do I need?

Original issue reported on code.google.com by azzkikr2...@googlemail.com on 2 Jan 2011 at 2:10