Bug 98849 - Cannot find application ID in RC1
Summary: Cannot find application ID in RC1
Status: RESOLVED DUPLICATE of bug 97148
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-07 18:04 EDT by Daniel R Somerfield CLA
Modified: 2005-06-07 18:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel R Somerfield CLA 2005-06-07 18:04:48 EDT
This is unforuntately not an easy bug to repro, but it is a nasty one. I was
using M6 but targetting a RC1 install with WTP integration build I20050601. I
upgraded to RC1, but continued using the same target platform. Now, when I try
to run the workspace out of my IDE, I get the following in the log:

ESSION 2005-06-07 14:57:33.905 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -application org.eclipse.ui.ide.workbench -pdelaunch
Command-line arguments:  -application org.eclipse.ui.ide.workbench -data
C:\Documents and Settings\dsomerfi\runtime-workspace -dev file:C:/Documents and
Settings/dsomerfi/workspace/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties
-pdelaunch -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-06-07 14:57:34.857
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not
be found in the registry. The applications available are: <NONE>.
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:216)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:375)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:162)
	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:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)

I have started with a fresh install and it doesn't do it at first, but then
starts doing it. My RC1 install works fine when using itself as the target
platform, but won't work when using any other.

I know this isn't much of a repro, but it has me at a dead stop. I even killed
my workspace and started over and that had me going for a while but it is now
failing again.

If I can send any files to help with the repro, let me know.
Comment 1 Rafael Chaves CLA 2005-06-07 18:10:53 EDT
Looks like a dup of bug 97148 (there is a patched
org.eclipse.update.configurator_3.1.0.jar there). If using that patch it still
does not work for you, please reopen.

*** This bug has been marked as a duplicate of 97148 ***