>>>>> Steinar Bang <[EMAIL PROTECTED]>:
> The problem with that, is that I can't find anything that looks like a
> PDE build logfile within the pde-maven-plugin project. Does anyone
> know where it's supposed to reside?
I've found the logfile, in the eclipse/configuration/ directory, but I
don't know what to make of it.
- First error: unable to create config file in the configuration
directory (ie. the directory where the log file resides, so there
cannot be writing privilege problems. What config file? config.ini?
There already is one in this directory that came from the 3.3.2 SDK)
- Second error: unable to resolve the bundle org.eclipse.core.jobs
(there is an org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar in the
eclipse/plugins/ directory)
- Third error: Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.update.configurator_3.2.101.R33x_v20070810.jar/
[2] is not active.
- Fourth error: Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar/ was not
resolved.
- Fifth error: Unable to acquire application service. Ensure that the
org.eclipse.core.runtime bundle is resolved and started (see config.ini).
(the config.ini file has the following osgi.bundles value: [EMAIL
PROTECTED]:start, [EMAIL PROTECTED]:start, [EMAIL PROTECTED] )
The rest looks like fallout from the original problems.
Does this look familiar to someone?
Thanx!
- Steinar
The full log follows:
!SESSION 2008-05-02 09:36:33.861 -----------------------------------------------
eclipse.buildId=M20080221-1800
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US
Framework arguments: -application org.eclipse.ant.core.antRunner -buildfile
/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../../myproj_eclipse_pde_target_platform/target/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/productBuild/productBuild.xml
-Dbuilder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/buildConfiguration
-DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../..
-DbuildTempFolder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/target/pdeTemp
-DarchivePrefix=myproj_studio
-DbaseLocation=../../myproj_eclipse_pde_target_platform/target/eclipse
-DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86
-DjavacFailOnError=true
Command-line arguments: -application org.eclipse.ant.core.antRunner -buildfile
/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../../myproj_eclipse_pde_target_platform/target/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/productBuild/productBuild.xml
-Dbuilder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/buildConfiguration
-DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../..
-DbuildTempFolder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/target/pdeTemp
-DarchivePrefix=myproj_studio
-DbaseLocation=../../myproj_eclipse_pde_target_platform/target/eclipse
-DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86
-DjavacFailOnError=true
!ENTRY org.eclipse.update.configurator 4 0 2008-05-02 09:36:35.029
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.update.internal.configurator.ConfigurationActivator.start() of
bundle org.eclipse.update.configurator.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Caused by: org.eclipse.core.runtime.CoreException: Cannot create configuration
in
file:/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_pde_target_platform/target/eclipse/configuration/
at
org.eclipse.update.internal.configurator.Utils.newCoreException(Utils.java:96)
at
org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:113)
at
org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:69)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
... 10 more
Root exception:
org.eclipse.core.runtime.CoreException: Cannot create configuration in
file:/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_pde_target_platform/target/eclipse/configuration/
at
org.eclipse.update.internal.configurator.Utils.newCoreException(Utils.java:96)
at
org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:113)
at
org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:69)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
!ENTRY org.eclipse.core.runtime 4 0 2008-05-02 09:36:35.034
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason:
Missing Constraint: Require-Bundle: org.eclipse.core.jobs;
bundle-version="[3.2.0,4.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
!ENTRY org.eclipse.osgi 4 0 2008-05-02 09:36:35.040
!MESSAGE Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.update.configurator_3.2.101.R33x_v20070810.jar/
[2] is not active.
!ENTRY org.eclipse.osgi 4 0 2008-05-02 09:36:35.040
!MESSAGE Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar/ was not
resolved.
!ENTRY org.eclipse.osgi 4 0 2008-05-02 09:36:35.044
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure
that the org.eclipse.core.runtime bundle is resolved and started (see
config.ini).
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:72)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
!ENTRY org.eclipse.osgi 2 0 2008-05-02 09:36:35.051
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-05-02 09:36:35.051
!MESSAGE Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar/ was not
resolved.
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.052
!MESSAGE Missing required bundle org.eclipse.equinox.app_[1.0.0,2.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.052
!MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.052
!MESSAGE Missing required bundle org.eclipse.equinox.registry_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.052
!MESSAGE Missing required bundle org.eclipse.equinox.preferences_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.052
!MESSAGE Missing required bundle org.eclipse.core.myprojtype_[3.2.0,4.0.0).
!ENTRY org.eclipse.osgi 2 0 2008-05-02 09:36:35.053
!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-05-02 09:36:35.053
!MESSAGE Bundle [EMAIL
PROTECTED]:file:plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar/ [3] was
not resolved.
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.053
!MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.053
!MESSAGE Missing required bundle org.eclipse.equinox.registry_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.053
!MESSAGE Missing required bundle org.eclipse.equinox.preferences_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.054
!MESSAGE Missing required bundle org.eclipse.core.myprojtype_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.054
!MESSAGE Missing optionally required bundle
org.eclipse.core.runtime.compatibility.auth_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2008-05-02 09:36:35.054
!MESSAGE Missing required bundle org.eclipse.equinox.app_[1.0.0,2.0.0).
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email