I created a new workspace and imported my projects. They ran in development mode but would not compile.
So I changed back to the original workspace and made sure that workspace mechanic was installed. That did it. But I am running into a problem with my app. If I log in as any user, I can run my reports. however, if I enter any tab and view any data, the next time I touch the reports section, the app hangs. It just stops. No error. No nothing. I am about to start screaming. --- On Sun, 5/26/13, Jesse Tayler <[email protected]> wrote: > From: Jesse Tayler <[email protected]> > Subject: Re: did something bad happen? > To: "Theodore Petrosky" <[email protected]> > Cc: "WebObjects Development" <[email protected]> > Date: Sunday, May 26, 2013, 10:49 AM > > did you check your jars? > > > On May 26, 2013, at 10:07 AM, Theodore Petrosky <[email protected]> > wrote: > > > I just updated my wonder and now nothing compiles. > > > > Did I miss an announcement? Was I supposed to change > some setting? > > > > I created a new Wonder D2W app and first it was missing > WOOgnl (I thought that was in the path automatically) but > then when I compile I get: > > > > > > Exception in thread "main" > java.lang.NoClassDefFoundError: > er/extensions/appserver/ERXApplication > > at > java.lang.ClassLoader.defineClass1(Native Method) > > at > java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) > > at > java.lang.ClassLoader.defineClass(ClassLoader.java:615) > > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) > > at > java.net.URLClassLoader.defineClass(URLClassLoader.java:283) > > at > java.net.URLClassLoader.access$000(URLClassLoader.java:58) > > at > java.net.URLClassLoader$1.run(URLClassLoader.java:197) > > at > java.security.AccessController.doPrivileged(Native Method) > > at > java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > at > java.lang.ClassLoader.loadClass(ClassLoader.java:306) > > at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > at > java.lang.ClassLoader.loadClass(ClassLoader.java:247) > > Caused by: java.lang.ClassNotFoundException: > er.extensions.appserver.ERXApplication > > at > java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > at > java.security.AccessController.doPrivileged(Native Method) > > at > java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > at > java.lang.ClassLoader.loadClass(ClassLoader.java:306) > > at > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > at > java.lang.ClassLoader.loadClass(ClassLoader.java:247) > > ... 12 more > > > > _______________________________________________ > > 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/jtayler%40oeinc.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]
