A little more info.

After restarting Eclipse 3.3.1.1, I am able to run my app, but on startup I get the following exception:

[2008-01-26 08:07:20 CST] <main> java.lang.ExceptionInInitializerError
at com .webobjects .appserver ._private.WOProperties.initUserDefaultsKeys(WOProperties.java:187) at com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java: 5081) at com.webobjects.appserver.WOApplication.<init>(WOApplication.java: 551)
        at er.extensions.ERXAjaxApplication.<init>(ERXAjaxApplication.java:24)
        at er.extensions.ERXApplication.<init>(ERXApplication.java:531)
        at Application.<init>(Application.java:19)
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:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at com.webobjects.appserver.WOApplication.main(WOApplication.java:323)
        at er.extensions.ERXApplication.main(ERXApplication.java:366)
        at Application.main(Application.java:13)
Caused by: java.lang.IllegalStateException: <com.webobjects.foundation.NSBundle> warning: There is already a unique instance for Bundle named 'netBracketsFW'. Use NSBundle.bundleForName(netBracketsFW) to access it: <com.webobjects.foundation.NSBundle name:'netBracketsFW' bundlePath:'/ Developer/WebObjects53/Library/Frameworks/netBracketsFW.framework' packages:'("com.netBrackets.core", "com.netBrackets.core.base")' 67 classes > at com.webobjects.foundation.NSBundle.CreateBundleWithPath(NSBundle.java: 825) at com .webobjects .foundation.NSBundle._bundleWithPathShouldCreateIsJar(NSBundle.java:487) at com .webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBundle.java: 742)
        at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:365)
        ... 15 more

Thanks,
Jeff

On Jan 26, 2008, at 8:06 AM, Jeff Schmitz wrote:

First, I tried adding the jdom xml jars to my java extensions and after that, Eclipse would no longer start. I got the following error:

org.eclipse.core.runtime.CoreException: Cannot create configuration in file:/Applications/eclipse/configuration/ at org .eclipse .update.internal.configurator.Utils.newCoreException(Utils.java:85) at org .eclipse .update .internal .configurator .ConfigurationActivator.initialize(ConfigurationActivator.java:113) at org .eclipse .update .internal .configurator .ConfigurationActivator.start(ConfigurationActivator.java:71) at org.eclipse.osgi.framework.internal.core.BundleContextImpl $2.run(BundleContextImpl.java:991)

So, in all my infinite wisdom, I decided remove the jdom jar files, update my Eclipse to 3.3.1.1 and also update WOLips to the nightly build. After doing that, the new version of eclipse starts, but the EOGenerator just hangs when trying to build the workspace, so I can't run my application. any ideas about why that might be?


After that, I decided to try Eclipse 3.2 again, but now when I try starting that, I get the following error (instead of the one above:

!ENTRY org.eclipse.osgi 4 0 2008-01-26 07:40:18.264
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator $1.run(PlatformActivator.java:56) at org .eclipse .core .runtime .internal .adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org .eclipse .core .runtime .internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 400) at org .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 177)
       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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 336)
       at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
       at org.eclipse.core.launcher.Main.run(Main.java:977)
       at org.eclipse.core.launcher.Main.main(Main.java:952)

!ENTRY org.eclipse.osgi 2 0 2008-01-26 07:40:18.300
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-01-26 07:40:18.300
!MESSAGE Bundle [EMAIL PROTECTED]/ org.objectstyle.wolips.jprofiler.launching_2.0.0.3921.jar was not resolved. !SUBENTRY 2 org.objectstyle.wolips.jprofiler.launching 2 0 2008-01-26 07:40:18.301 !MESSAGE Missing required bundle com.jprofiler.integrations.eclipse_4.3.1.

!ENTRY org.eclipse.osgi 2 0 2008-01-26 07:40:18.301
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-01-26 07:40:18.302
!MESSAGE Bundle [EMAIL PROTECTED]/ org.objectstyle.wolips.jprofiler.launching_2.0.0.3921.jar [462] was not resolved. !SUBENTRY 2 org.objectstyle.wolips.jprofiler.launching 2 0 2008-01-26 07:40:18.302 !MESSAGE Missing required bundle com.jprofiler.integrations.eclipse_4.3.1.


So, as you see, I'm now stuck in version hell again. any help would be greatly appreciated.
_______________________________________________
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/jeffandmonica%40mac.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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to