nakijun / worldwindrcp

Automatically exported from code.google.com/p/worldwindrcp
0 stars 0 forks source link

WorldwindRCP crashes at startup #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download worldwindrcp following instructions here: 
http://code.google.com/p/worldwindrcp/wiki/WordWindGeoDownloadAndSetup on 
Ubuntu 11.04, Eclipse SDK
Version: 3.5.2.  Everything works perfectly until. . .
2. Launch worldwindrcp.  Splash screen flashes and then it crashes with an 
error (see below)

What is the expected output? What do you see instead?
WorldwindRCP should start up and display the globe.  It crashes with an error 
(see below)

What version of the product are you using? On what operating system?
Worldwindrcp version 1.0.1

Please provide any additional information below.  Error log below:
!SESSION 2011-05-20 16:29:38.830 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.plugin.WorldWind.product 
-pluginCustomization plugin_customization.ini
Command-line arguments:  -product org.eclipse.plugin.WorldWind.product -data 
/home/punctata/eclipse/../runtime-WorldWind.product -dev 
file:/home/punctata/eclipse/.metadata/.plugins/org.eclipse.pde.core/WorldWind.pr
oduct/dev.properties -os linux -ws gtk -arch x86_64 -pluginCustomization 
plugin_customization.ini

!ENTRY org.eclipse.equinox.app 0 0 2011-05-20 16:29:39.890
!MESSAGE Product org.eclipse.plugin.WorldWind.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2011-05-20 16:29:39.929
!MESSAGE One or more bundles are not resolved because the following root 
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.929
!MESSAGE Bundle 
initial@reference:file:plugins/org.eclipse.equinox.p2.engine_1.0.102.R35x_v20091
117.jar/ was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2011-05-20 16:29:39.929
!MESSAGE Missing imported package 
org.eclipse.equinox.internal.provisional.p2.artifact.repository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.929
!MESSAGE Bundle 
initial@reference:file:../../../home/punctata/eclipse/org.eclipse.plugin.worldwi
nd.globes/ was not resolved.
!SUBENTRY 2 org.eclipse.plugin.worldwind.globes 2 0 2011-05-20 16:29:39.929
!MESSAGE Missing required bundle org.apache.log4j_1.2.15.

!ENTRY org.eclipse.osgi 2 0 2011-05-20 16:29:39.944
!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 2011-05-20 16:29:39.944
!MESSAGE Bundle org.eclipse.ui.ide_3.5.2.M20100113-0800 [8] was not resolved.
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.944
!MESSAGE Missing optionally required bundle 
org.eclipse.core.resources_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.944
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.944
!MESSAGE Missing required bundle org.eclipse.equinox.p2.engine_[1.0.100,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.944
!MESSAGE Bundle org.eclipse.equinox.p2.engine_1.0.102.R35x_v20091117 [55] was 
not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2011-05-20 16:29:39.944
!MESSAGE Missing imported package 
org.eclipse.equinox.internal.provisional.p2.artifact.repository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.945
!MESSAGE Bundle org.eclipse.plugin.WorldWind_1.0.7 [136] was not resolved.
!SUBENTRY 2 org.eclipse.plugin.WorldWind 2 0 2011-05-20 16:29:39.945
!MESSAGE Missing required bundle org.eclipse.plugin.worldwind.globes_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.945
!MESSAGE Bundle org.eclipse.plugin.worldwind.globes_1.0.0.qualifier [138] was 
not resolved.
!SUBENTRY 2 org.eclipse.plugin.worldwind.globes 2 0 2011-05-20 16:29:39.945
!MESSAGE Missing required bundle org.apache.log4j_1.2.15.

!ENTRY org.eclipse.osgi 4 0 2011-05-20 16:29:39.953
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

!ENTRY org.eclipse.osgi 2 0 2011-05-20 16:29:39.974
!MESSAGE One or more bundles are not resolved because the following root 
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.974
!MESSAGE Bundle 
initial@reference:file:plugins/org.eclipse.equinox.p2.engine_1.0.102.R35x_v20091
117.jar/ was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2011-05-20 16:29:39.974
!MESSAGE Missing imported package 
org.eclipse.equinox.internal.provisional.p2.artifact.repository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.974
!MESSAGE Bundle 
initial@reference:file:../../../home/punctata/eclipse/org.eclipse.plugin.worldwi
nd.globes/ was not resolved.
!SUBENTRY 2 org.eclipse.plugin.worldwind.globes 2 0 2011-05-20 16:29:39.974
!MESSAGE Missing required bundle org.apache.log4j_1.2.15.

!ENTRY org.eclipse.osgi 2 0 2011-05-20 16:29:39.988
!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 2011-05-20 16:29:39.988
!MESSAGE Bundle org.eclipse.ui.ide_3.5.2.M20100113-0800 [8] was not resolved.
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing optionally required bundle 
org.eclipse.core.resources_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing required bundle org.eclipse.equinox.p2.engine_[1.0.100,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.988
!MESSAGE Bundle org.eclipse.equinox.p2.engine_1.0.102.R35x_v20091117 [55] was 
not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing imported package 
org.eclipse.equinox.internal.provisional.p2.artifact.repository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.988
!MESSAGE Bundle org.eclipse.plugin.WorldWind_1.0.7 [136] was not resolved.
!SUBENTRY 2 org.eclipse.plugin.WorldWind 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing required bundle org.eclipse.plugin.worldwind.globes_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-05-20 16:29:39.988
!MESSAGE Bundle org.eclipse.plugin.worldwind.globes_1.0.0.qualifier [138] was 
not resolved.
!SUBENTRY 2 org.eclipse.plugin.worldwind.globes 2 0 2011-05-20 16:29:39.988
!MESSAGE Missing required bundle org.apache.log4j_1.2.15.

Original issue reported on code.google.com by adammich...@gmail.com on 20 May 2011 at 9:13