Hi All,

Converting an xCode project over to WOLips. We made a new WOApplication project, copied acrosss all the Java files and components etc etc and its all working great. Until we get to deployment.

To make my deployment build I right clicked on the projects name, and then selected "Install" from the WOLips Ant Tools option, which made me a nice .woa file in /Library/WebObjects/Applications ( by the way is there any easy way to get this build to include copies of the frameworks it needs inside itself ? ) Anyways so far so good. I've copied the .woa up to the server where Im running it against a DEV database, most of the site works fine however when I to some pages I get these sorts of errors ( note the prod version built from xCode is still on the same machine and its not having any issues )


12:52:21,297 <com.webobjects.appserver._private.WOComponentRequestHandler>: Exception occurred while handling request: com.webobjects.foundation.NSForwardException [java.lang.ClassNotFoundException] Cannot find class or component named JSConfirmPanel in runtime or in a loadable bundle: <com.webobjects.appserver._private.WOComponentDefinition: Error parsing template for Component : 'file:/Library/WebObjects/ Applications/Dev/EePortfolio.woa/Contents/Resources/ ExistingReports.wo/': java.lang.ClassNotFoundException: Cannot find class or component named JSConfirmPanel in runtime or in a loadable bundle

Closely followed by

12:52:21,299 <WOWorkerThread id=5 socket=null> Throwable occurred: java.lang.NoClassDefFoundError: com/webobjects/woextensions/ WOExceptionParser 12:52:21,299 <WOWorkerThread id=5 socket=null> Workerthread exiting due to error, respawning with ID 10005... Exception in thread "WorkerThread5" com.webobjects.foundation.NSForwardException for java.lang.NoClassDefFoundError: com/webobjects/woextensions/ WOExceptionParser at edu.uow.emlab.eportfolio.ExceptionHelper.retrieveExceptionInformation (ExceptionHelper.java:128) at edu.uow.emlab.eportfolio.ExceptionHelper.emailException (ExceptionHelper.java:94) at edu.uow.emlab.eportfolio.Application.emailException (Application.java:575) at edu.uow.emlab.eportfolio.Application.handleException (Application.java:508) at com.webobjects.appserver._private.WOComponentRequestHandler._handleReque st(WOComponentRequestHandler.java:379) at com.webobjects.appserver._private.WOComponentRequestHandler.handleReques t(WOComponentRequestHandler.java:435) at com.webobjects.appserver.WOApplication.dispatchRequest (WOApplication.java:1306) at edu.uow.emlab.eportfolio.Application.dispatchRequest (Application.java:469) at com.webobjects.appserver._private.WOWorkerThread.runOnce (WOWorkerThread.java:173) at com.webobjects.appserver._private.WOWorkerThread.run (WOWorkerThread.java:254)
        at java.lang.Thread.run(Thread.java:613)


So what have I done wrong ? Any ideas as to why it can't find JSConfirmPanel and WOExceptionParser ? As I said the prod version is running just fine. Going to these same pages when its running from Eclipse on my machine also works fine.

Owen McKerrow
WebMaster, emlab
Ph : +61 02 4221 5517
http://emlab.uow.edu.au

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

People who prefer typing to pointing then seem to prefer acronyms to save typing :-)
-Denis Stanton, On people using Command Line Interfaces


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to