Are you embedding all your frameworks? Also, put your other libraries in Libraries.
Then you can also check the class path of the server on startup. hth On Jun 21, 2013, at 9:12 AM, SAUGET Marc <[email protected]> wrote: > Hi, > > I m trying to deploy my Wo Application on a linux server. > > > At this moment, wotask and womonitor are ok and I try now to run my > application. > My application is not very small (1 master application using 51 > WOFrameworks). > > > I obtain the follow's message : > > > > [2013-6-21 16:5:53 CEST] <main> A fatal exception occurred: null > [2013-6-21 16:5:53 CEST] <main> java.lang.ExceptionInInitializerError > at > com.webobjects.appserver.WOResourceManager.__getJavaWebObjectsResourceAsStream(WOResourceManager.java:116) > at > com.webobjects.appserver._private.WOProperties.initUserDefaultsKeys(WOProperties.java:317) > at > com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java:5743) > at com.webobjects.appserver.WOApplication.<init>(WOApplication.java:779) > at > er.extensions.appserver.ajax.ERXAjaxApplication.<init>(ERXAjaxApplication.java:22) > at > com.cariatides.app.appindependante.base.Application.<init>(Application.java:158) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.Class.newInstance0(Class.java:355) > at java.lang.Class.newInstance(Class.java:308) > at com.webobjects.appserver.WOApplication.main(WOApplication.java:547) > at > com.cariatides.app.appindependante.base.Application.main(Application.java:138) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:87) > Caused by: com.webobjects.foundation.NSForwardException > [java.util.zip.ZipException] error in opening zip > file:java.util.zip.ZipException: error in opening zip file > at > com.webobjects.foundation.NSForwardException._runtimeExceptionForThrowable(NSForwardException.java:45) > at > com.webobjects.foundation._NSUtilities.classNamesFromArchive(_NSUtilities.java:509) > at > com.webobjects.foundation.development.NSLegacyBundle.initClassNames(NSLegacyBundle.java:1398) > at > com.webobjects.foundation.development.NSLegacyBundle._init(NSLegacyBundle.java:292) > at > com.webobjects.foundation.development.NSLegacyBundle$Factory._bundleWithPathShouldCreateIsJar(NSLegacyBundle.java:86) > at > com.webobjects.foundation.development.NSLegacyBundle$Factory.bundleForPath(NSLegacyBundle.java:118) > at > com.webobjects.foundation.development.NSBundleFactory.bundleForPathWithRegistry(NSBundleFactory.java:17) > at com.webobjects.foundation.NSBundle.InitMainBundle(NSBundle.java:674) > at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:342) > ... 19 more > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:127) > at java.util.zip.ZipFile.<init>(ZipFile.java:144) > at > com.webobjects.foundation._NSUtilities.classNamesFromArchive(_NSUtilities.java:506) > ... 26 more > > I have found that my application doesn't find a zip file, but I don't know > wich. > Where can I find this information ? and is it possible to obtain more > information on the boot sequence of the application start ? > > > Thanks a lot for your help. > > Best regards > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/james%40jimijon.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
