I'm trying to get a fresh helloworld wonder app running on my linux box, but I keep running into the same problem.
I've checked all the permissions, and the paths all seem to be correct. I can't think of what else there is. Reading UNIXClassPath.txt ... Launching HelloWorld4.woa ... java -DWORootDirectory="/opt" -DWOLocalRootDirectory="/opt/Local" -DWOUserDirectory="/WebObjects" -DWOEnvClassPath="" -DWOApplicationClass=your.app.Application -DWOPlatform=UNIX -Dcom.webobjects.pid=7197 -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap Loading /WebObjects/HelloWorld4.woa/Contents/UNIX/UNIXClassPath.txt Generated classpath: /WebObjects/HelloWorld4.woa/Contents/Resources/Java/ /WebObjects/HelloWorld4.woa/Contents/Resources/Java/helloworld4.jar /opt/Local/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/ERJars.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/erxwo54.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/junit.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.14.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.5.0.jar /opt/Local/Library/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.5.0.jar /opt/Local/Library/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar /opt/Local/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar /opt/Local/Library/Frameworks/WOOgnl.framework/Resources/Java/ognl-2.6.7.jar /opt/Local/Library/Frameworks/WOOgnl.framework/Resources/Java/WOOgnl.jar /opt/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar /opt/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar /opt/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar /opt/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar /opt/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar /opt/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar /opt/Local/Library/WebObjects/Extensions/xercesImpl.jar /opt/Local/Library/WebObjects/Extensions/commons-logging-1.0.4.jar /opt/Local/Library/WebObjects/Extensions/serializer.jar /opt/Local/Library/WebObjects/Extensions/wsdl4j-1.5.1.jar /opt/Local/Library/WebObjects/Extensions/xml-apis.jar /opt/Local/Library/WebObjects/Extensions/servlet.jar /opt/Local/Library/WebObjects/Extensions/axis.jar /opt/Local/Library/WebObjects/Extensions/log4j-1.2.14.jar /opt/Local/Library/WebObjects/Extensions/saaj.jar /opt/Local/Library/WebObjects/Extensions/jaxrpc.jar /opt/Local/Library/WebObjects/Extensions/axis-ant.jar /opt/Local/Library/WebObjects/Extensions/xalan.jar /opt/Local/Library/WebObjects/Extensions/commons-discovery-0.2.jar /opt/Local/Library/WebObjects/Extensions/ java.lang.NoClassDefFoundError: er/extensions/ERXApplication at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:84)
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]