Am Dienstag 26 Mai 2009 schrieben Sie: > It sounds like the classpath isn't being setup correctly. Can you > modify the osmosis launch script and add this statement: > echo $EXEC > just before the exec statement > exec $EXEC > > That should tell us why the jpf-1.5.jar file isn't being found by osmosis.
libertalia bin # GJL_DEBUG=1 osmosis
Calling: gjl --package osmosis --get-args --get-jar osmosis.jar --get-vm
Using:
Running: exec
java -classpath /usr/share/osmosis/lib/osmosis.jar
-Djava.library.path=/lib:/usr/lib -jar /usr/share/osmosis/lib/osmosis.jar
May 26, 2009 10:07:30 AM org.openstreetmap.osmosis.core.Osmosis run
INFO: Osmosis Version 0.31.1
May 26, 2009 10:07:31 AM org.openstreetmap.osmosis.core.Osmosis main
SEVERE: Execution aborted.
java.lang.NoClassDefFoundError: org/java/plugin/JpfException
at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:73)
at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:30)
Caused by: java.lang.ClassNotFoundException: org.java.plugin.JpfException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 2 more
--
Hanno Böck Blog: http://www.hboeck.de/
GPG: 3DBD3B20 Jabber/Mail: [email protected]
http://ausdenaugenausdemsinn.de - Kein Sicherheitsrabatt für CO2-Speicher
http://tinyurl.com/dceu73 - Internetzensur stoppen!
http://schokokeks.org - professional webhosting
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

