Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Exported RCP application no longer starts
Exported RCP application no longer starts [message #40479] Fri, 16 January 2009 15:34 Go to next message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
I have an existing RCP application which in the past I have been able to
export both manually using the export wizard on the product editor and
using a headless buckminster export. I have not tried the export for a
while, and now the export completes, and the new directory appears to
contain all of the required plugins and features. However when I try to
run the application, the splash screen appears and then a error dialog.
The log file indicates a runtime error "No application id has been found"
with a lot of message like "Bundle update@plugins/org.test..........jar
was not resolved" (the full log is at the bottom of this post).

The product depends upon a single feature. That feature includes our
plugins and all the required eclipse plugins along with the
org.eclipse.rcp feature.

Any ideas as to the problem? I haven't been able to find the significance
of the "update@plugins" in each fo the detailed messages but it seems like
it might be significant.

I am running 3.4.1 Build M20080911-1700 with both the IDE and target
plaforms brought up to date on Jan 14, 2009.

The feature.xml used in the product that was exported is:
------------------------------------------------------------ --------------------
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.test.testproduct.feature"
label="Test Product"
version="0.0.14"
provider-name="testing"
plugin="org.test.testproduct">

<description>
The Chemistry Explorer feature is the basic framework for the CAS
Research Chemistry Explorer prototype. This prototype is for internal CAS
use only.
</description>

<copyright>
(c) 2008. All Rights Reserved.
</copyright>

<license>
%license
</license>

<url>
<update label="Update Site" url="http://test/repository"/>
</url>

<includes
id="org.eclipse.rcp"
version="0.0.0"/>

<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.test.rcp.logback" version="0.9.8"
match="greaterOrEqual"/>
<import plugin="org.test.util.graphics" version="0.0.1"
match="greaterOrEqual"/>
<import plugin="org.test.util.graphics.swt" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="com.thoughtworks.xstream" version="1.3.0"
match="greaterOrEqual"/>
<import plugin="net.miginfocom.miglayout" version="3.5.1"
match="greaterOrEqual"/>
<import plugin="org.jdom" version="1.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.nebula.widgets.pshelf" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.authhttptransport" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.gen" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.xml" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.swt" version="0.0.1"
match="greaterOrEqual"/>
<import plugin="org.openscience.cdk" version="1.1.0"
match="greaterOrEqual"/>
<import plugin="org.test.structure" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.draw2d" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.test.testproduct.core" version="0.0.1"
match="greaterOrEqual"/>
<import plugin="net.openastexviewer" version="3.0.0"
match="greaterOrEqual"/>
<import plugin="org.jmol" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.swt" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.servlet" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.test.util.dafretrieval" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.jface" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.test.structure.display.swt" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.nebula.widgets.grid" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.nebula.jface.gridviewer" version="1.0.0"
match="greaterOrEqual"/>
<import plugin="org.apache.commons.httpclient"/>
<import plugin="org.eclipse.ui" version="3.4.1"
match="greaterOrEqual"/>
<import plugin="org.test.testproduct.storage.dbms" version="0.0.1"
match="greaterOrEqual"/>
<import plugin="com.mysql.connectorj" version="0.0.1"
match="greaterOrEqual"/>
<import plugin="org.eclipse.jface" version="3.4.1"
match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.common"/>
<import plugin="org.eclipse.equinox.registry"/>
<import plugin="org.eclipse.ecf"/>
<import plugin="org.eclipse.core.jobs"/>
<import plugin="org.eclipse.core.runtime" version="3.1.0"
match="compatible"/>
<import plugin="org.eclipse.core.expressions" version="3.3.0"
match="compatible"/>
<import plugin="org.eclipse.swt" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.core.commands" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.common" version="3.2.0"
match="compatible"/>
<import plugin="org.eclipse.core.databinding" version="1.0.0"
match="compatible"/>
<import plugin="org.eclipse.swt" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.jface" version="3.2.0"
match="compatible"/>
<import plugin="com.ibm.icu"/>
<import plugin="org.eclipse.core.runtime" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.help" version="3.2.0"
match="compatible"/>
<import plugin="org.eclipse.jface" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.swt" version="3.3.0" match="compatible"/>
<import plugin="org.eclipse.core.expressions" version="3.2.0"
match="compatible"/>
<import plugin="org.eclipse.jface.databinding" version="1.1.0"
match="compatible"/>
<import plugin="org.eclipse.osgi" version="3.2.0"
match="compatible"/>
<import plugin="org.sat4j.core" version="2.0.0"
match="greaterOrEqual"/>
<import plugin="org.sat4j.pb" version="2.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.registry" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.preferences"/>
<import plugin="org.eclipse.ecf" version="1.2.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.ecf.filetransfer" version="2.0.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.core.jobs" version="3.2.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.app"/>
<import plugin="org.eclipse.equinox.common" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.simpleconfigurator"/>
<import plugin="org.eclipse.equinox.security.ui" version="1.0.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.common" version="3.3.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.security" version="1.0.0"
match="compatible"/>
<import plugin="org.eclipse.equinox.preferences" version="3.2.200"
match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.registry" version="3.4.0"
match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.2.0"
match="compatible"/>
<import plugin="org.eclipse.ui.workbench" version="3.4.0"
match="compatible"/>
<import plugin="org.eclipse.core.expressions" version="3.4.0"
match="compatible"/>
</requires>

<plugin
id="org.test.rcp.logging"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.rcp.logback"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.test.testproduct.help"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="com.thoughtworks.xstream"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.test.testproduct.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.jdom"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.test.structure"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.structure.display.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.gen"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.xml"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.openscience.cdk"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="net.openastexviewer"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.test.testproduct.openastexviewer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.jmolviewer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.jmol"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.test.testproduct"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="net.miginfocom.miglayout"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.eclipse.nebula.widgets.pshelf"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.structure.dafretrieval"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.graphics"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.graphics.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.casprovider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.localprovider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.authhttptransport"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.widgets.grid"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.nebula.jface.gridviewer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.storage.dbms"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.storage.filesystem"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.testproduct.storage.mysql"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.test.util.dafretrieval"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.filetransfer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.provider.filetransfer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.exemplarysetup"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.touchpoint.eclipse"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.touchpoint.natives"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.ui.sdk"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.osgi.services"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ecf.identity"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.osgi"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.help"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.jface"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.jface.databinding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ui.workbench"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.update.configurator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.draw2d"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ui.forms"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.director"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.engine"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.garbagecollector"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.metadata"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.metadata.repository"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.frameworkadmin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.artifact.repository"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.jarprocessor"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.metadata.generator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.p2.updatechecker"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.sat4j.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.sat4j.pb"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.simpleconfigurator.manipulator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.frameworkadmin.equinox"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.launcher"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.core.net"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.derby.core"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.security"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>



The log file created when the application is started is:
------------------------------------------------------------ ------------------
!SESSION 2009-01-16 10:12:35.242
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.update.configurator 4 0 2009-01-16 10:12:36.039
!MESSAGE
D:\eclipse.build\testProduct\configuration\org.eclipse.updat e\last.config.stamp
(Access is denied)

!ENTRY org.eclipse.equinox.app 0 0 2009-01-16 10:12:36.180
!MESSAGE Product org.test.testproduct.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2009-01-16 10:12:36.211
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(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(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.testproduct.storage.dbms_0.0.1.jar
was not resolved.
!SUBENTRY 2 org.test.testproduct.storage.dbms 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.structure_1.0.0.jar was not
resolved.
!SUBENTRY 2 org.test.structure 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 2 org.test.structure 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins/org.test.testproduct.storage.filesystem_0.0.1.jar was not
resolved.
!SUBENTRY 2 org.test.testproduct.storage.filesystem 2 0 2009-01-16
10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins/org.eclipse.equinox.p2.ui_1.0.1.R34x_v20080909.jar was not
resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle
org.eclipse.equinox.security.ui_[1.0.0,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.util.graphics.swt_1.0.0.jar was
not resolved.
!SUBENTRY 2 org.test.util.graphics.swt 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 2 org.test.util.graphics.swt 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.testproduct.casprovider_0.0.1.jar
was not resolved.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.util.graphics_0.0.1.jar was not
resolved.
!SUBENTRY 2 org.test.util.graphics 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.testproduct.core_0.0.1.jar was not
resolved.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins/org.test.testproduct.storage.mysql_0.0.1.jar was not
resolved.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle com.mysql.connectorj_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins /org.eclipse.ecf.provider.filetransfer_2.0.0.v20080611-1715. jar
was not resolved.
!SUBENTRY 2 org.eclipse.ecf.provider.filetransfer 2 0 2009-01-16
10:12:36.242
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.metadata.repository_1.0.0.v20080604. jar
was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.repository 2 0 2009-01-16
10:12:36.242
!MESSAGE Missing required bundle org.eclipse.ecf_1.2.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.util.dafretrieval_1.0.0.jar was
not resolved.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing imported package org.test.util.gen_0.0.0.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing imported package org.test.util.servlet_0.0.0.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing imported package org.test.util.xml_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.artifact.repository_1.0.2.R34x_v2008 0808-1156.jar
was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 2 0 2009-01-16
10:12:36.242
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.structure.display.swt_1.0.0.jar
was not resolved.
!SUBENTRY 2 org.test.structure.display.swt 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle
update@plugins/org.eclipse.ecf.filetransfer_2.0.0.v20080611-1715.jar was
not resolved.
!SUBENTRY 2 org.eclipse.ecf.filetransfer 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.util.authhttptransport_1.0.0.jar
was not resolved.
!SUBENTRY 2 org.test.util.authhttptransport 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.apache.commons.httpclient_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.242
!MESSAGE Bundle update@plugins/org.test.structure.dafretrieval_1.0.0.jar
was not resolved.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.242
!MESSAGE Missing required bundle org.test.util.servlet_1.0.0.

!ENTRY org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!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 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.testproduct.casprovider_0.0.1.jar
[9] was not resolved.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.structure_1.0.0.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.structure.display.swt_1.0.0.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics.swt_1.0.0.
!SUBENTRY 2 org.test.testproduct.casprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.authhttptransport_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.testproduct.core_0.0.1.jar [10]
was not resolved.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics.swt_1.0.0.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.authhttptransport_1.0.0.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.core 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.testproduct.jmolviewer_0.0.1.jar
[12] was not resolved.
!SUBENTRY 2 org.test.testproduct.jmolviewer 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.test.testproduct.localprovider_0.0.1.jar [13] was not
resolved.
!SUBENTRY 2 org.test.testproduct.localprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 2 org.test.testproduct.localprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.structure_1.0.0.
!SUBENTRY 2 org.test.testproduct.localprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 2 org.test.testproduct.localprovider 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics.swt_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.test.testproduct.openastexviewer_0.0.1.jar [14] was not
resolved.
!SUBENTRY 2 org.test.testproduct.openastexviewer 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.testproduct.storage.dbms_0.0.1.jar
[15] was not resolved.
!SUBENTRY 2 org.test.testproduct.storage.dbms 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.storage.dbms 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.test.testproduct.storage.filesystem_0.0.1.jar [16] was
not resolved.
!SUBENTRY 2 org.test.testproduct.storage.filesystem 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.storage.filesystem 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.test.testproduct.storage.mysql_0.0.1.jar [17] was not
resolved.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.storage.dbms_0.0.1.
!SUBENTRY 2 org.test.testproduct.storage.mysql 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle com.mysql.connectorj_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.testproduct_0.0.13.jar [18] was
not resolved.
!SUBENTRY 2 org.test.testproduct 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.testproduct.core_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.structure.dafretrieval_1.0.0.jar
[21] was not resolved.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.structure_1.0.0.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.servlet_1.0.0.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.dafretrieval_1.0.0.
!SUBENTRY 2 org.test.structure.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.structure.display.swt_1.0.0.jar
[22] was not resolved.
!SUBENTRY 2 org.test.structure.display.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.structure_1.0.0.
!SUBENTRY 2 org.test.structure.display.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.structure.display.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 2 org.test.structure.display.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics.swt_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.structure_1.0.0.jar [23] was not
resolved.
!SUBENTRY 2 org.test.structure 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 2 org.test.structure 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.structure 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.util.authhttptransport_1.0.0.jar
[24] was not resolved.
!SUBENTRY 2 org.test.util.authhttptransport 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.apache.commons.httpclient_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.util.dafretrieval_1.0.0.jar [25]
was not resolved.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package org.test.structure_0.0.0.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package org.test.util.gen_0.0.0.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package org.test.util.servlet_0.0.0.
!SUBENTRY 2 org.test.util.dafretrieval 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package org.test.util.xml_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.util.graphics.swt_1.0.0.jar [26]
was not resolved.
!SUBENTRY 2 org.test.util.graphics.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.xml_1.0.0.
!SUBENTRY 2 org.test.util.graphics.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 2 org.test.util.graphics.swt 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.graphics_0.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle update@plugins/org.test.util.graphics_0.0.1.jar [27] was
not resolved.
!SUBENTRY 2 org.test.util.graphics 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.test.util.gen_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.eclipse.ecf.filetransfer_2.0.0.v20080611-1715.jar [39]
was not resolved.
!SUBENTRY 2 org.eclipse.ecf.filetransfer 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.ecf.provider.filetransfer_2.0.0.v20080611-1715. jar
[41] was not resolved.
!SUBENTRY 2 org.eclipse.ecf.provider.filetransfer 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 2 org.eclipse.ecf.provider.filetransfer 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf.filetransfer_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.artifact.repository_1.0.2.R34x_v2008 0808-1156.jar
[48] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf.filetransfer_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.eclipse.equinox.p2.director_1.0.2.v20080806-1619.jar
[50] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.director 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.director 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.director 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.spi.p2.metadata.rep ository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.eclipse.equinox.p2.engine_1.0.1.R34x_v20080827.jar [51]
was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.metadata.repository_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.metadata.repository.io_0.0.0 .
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.engine 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.spi.p2.metadata.rep ository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.exemplarysetup_1.0.0.v20080427-2136. jar
[52] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.director_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.garbagecollector_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.metadata.repository_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.director_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.exemplarysetup 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.garbagecollector_1.0.1.R34x_v2008081 8.jar
[53] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.garbagecollector 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.equinox.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.garbagecollector 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.garbagecollector 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.metadata.generator_1.0.1.R34x_v20080 819.jar
[55] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.generator 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.artifact.repository_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.generator 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.metadata.repository_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.generator 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.generator 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory.processing_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.generator 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.metadata.repository_1.0.0.v20080604. jar
[56] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.repository 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf_1.2.0.
!SUBENTRY 2 org.eclipse.equinox.p2.metadata.repository 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing required bundle org.eclipse.ecf.filetransfer_2.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.touchpoint.eclipse_1.0.2.R34x_v20080 910.jar
[58] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.garbagecollector_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.generat or_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.eclipse 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.spi.p2.artifact.rep ository_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins /org.eclipse.equinox.p2.touchpoint.natives_1.0.0.v20080505-1 850.jar
[59] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.natives 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.natives 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.touchpoint.natives 2 0 2009-01-16
10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.engine_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.eclipse.equinox.p2.ui.sdk_1.0.1.R34x_v20080818.jar [60]
was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.director_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.engine_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.generat or_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.metadata.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.actions_0.0.0 .
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.dialogs_0.0.0 .
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.model_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.operations_0. 0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.policy_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.query_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.ui.viewers_0.0.0 .
!SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.updatechecker_0. 0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-01-16 10:12:36.274
!MESSAGE Bundle
update@plugins/org.eclipse.equinox.p2.ui_1.0.1.R34x_v20080909.jar [61] was
not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing required bundle
org.eclipse.equinox.security.ui_[1.0.0,2.0.0).
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.metadata.repository_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.p2.rollback_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.artifact.reposit ory.processing_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
org.eclipse.equinox.internal.provisional.p2.director_0.0.0.
!SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-01-16 10:12:36.274
!MESSAGE Missing imported package
Re: Exported RCP application no longer starts [message #40590 is a reply to message #40479] Fri, 16 January 2009 21:01 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Hi,

I believe you may not include the .product and / or the plugin.xml in
the export. Please check the build tab of your plugin if these files are
included.

Best regards, Lars
Re: Exported RCP application no longer starts [message #41121 is a reply to message #40590] Tue, 20 January 2009 12:56 Go to previous messageGo to next message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
Lars,

Thanks for the suggestions. I double checked and the "testProduct.product"
file is selected for export in the build.xml as are the plugin.xml files
for all of our plugins that are included in the product.Just to be clear,
The .product file is located in a project which includes the feature.xml
that defines the plugins required for the product. Each of the plugins is
a separate eclipse project. The feature project selects the .product and
feature.xml for export and each of the plugin projects selects either the
plugin.xml or manifest.mf (if not plugin.xml).

Any further thoughts?

Thanks

Rich



Lars Vogel wrote:

> Hi,

> I believe you may not include the .product and / or the plugin.xml in
> the export. Please check the build tab of your plugin if these files are
> included.

> Best regards, Lars
Re: Exported RCP application no longer starts [message #41152 is a reply to message #41121] Tue, 20 January 2009 14:37 Go to previous messageGo to next message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
I have uncovered some strangness, based upon the suggestions that Lars
made.

The jars for 2 of my included plugins where exported with simple
manifest.mf files instead of the complete version present in the project.
These are both simple plugins which contain a META-INF/manifest.mf file
instead of a plugin.xml. In both cases that I found, the exported jar
contains only the following 2 lines:

Manifest-Version: 1.0
Class-Path:

However, the manifest.mf file within the project contain complete plugin
information. The first of these in the project is

manifest.mf:
----------------
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Utilities - Gen Plug-in
Bundle-SymbolicName: org.test.util.gen
Bundle-Version: 1.0.0
Bundle-Vendor: test
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.test.util.gen,
org.test.util.gen.cmds,
org.test.util.gen.debugaids,
org.test.util.gen.fileutil,
org.test.util.gen.html,
org.test.gen.sm
Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
----------------

The plugin projects both have the META-INF directory and manifest.mf files
selected for export in the build.properties file.

Does it seem reasonable that the missing info in the manifest would cause
the plugins not to be found as application start time? If so, any ideas
why the information is being lost on export, when other similar projects
are exported fine?

Thanks for any insight.

Rich







Rich Scott wrote:

> Lars,

> Thanks for the suggestions. I double checked and the "testProduct.product"
> file is selected for export in the build.xml as are the plugin.xml files
> for all of our plugins that are included in the product.Just to be clear,
> The .product file is located in a project which includes the feature.xml
> that defines the plugins required for the product. Each of the plugins is
> a separate eclipse project. The feature project selects the .product and
> feature.xml for export and each of the plugin projects selects either the
> plugin.xml or manifest.mf (if not plugin.xml).

> Any further thoughts?

> Thanks

> Rich



> Lars Vogel wrote:

>> Hi,

>> I believe you may not include the .product and / or the plugin.xml in
>> the export. Please check the build tab of your plugin if these files are
>> included.

>> Best regards, Lars
Re: Exported RCP application no longer starts [message #41215 is a reply to message #41152] Tue, 20 January 2009 18:06 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Yes, the missing info in the manifest would definitely cause the bundle
to not be found at runtime.

The only problem I know of is
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260634. The cause is
having a second manifest in your java source folder, and it is this
manifest that ends up in the exported jar.

-Andrew

Rich Scott wrote:
> I have uncovered some strangness, based upon the suggestions that Lars
> made.
>
> The jars for 2 of my included plugins where exported with simple
> manifest.mf files instead of the complete version present in the
> project. These are both simple plugins which contain a
> META-INF/manifest.mf file instead of a plugin.xml. In both cases that I
> found, the exported jar contains only the following 2 lines:
>
> Manifest-Version: 1.0
> Class-Path:
> However, the manifest.mf file within the project contain complete plugin
> information. The first of these in the project is
> manifest.mf:
> ----------------
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: Utilities - Gen Plug-in
> Bundle-SymbolicName: org.test.util.gen
> Bundle-Version: 1.0.0
> Bundle-Vendor: test
> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
> Export-Package: org.test.util.gen,
> org.test.util.gen.cmds,
> org.test.util.gen.debugaids,
> org.test.util.gen.fileutil,
> org.test.util.gen.html,
> org.test.gen.sm
> Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
> ----------------
>
> The plugin projects both have the META-INF directory and manifest.mf
> files selected for export in the build.properties file.
>
> Does it seem reasonable that the missing info in the manifest would
> cause the plugins not to be found as application start time? If so, any
> ideas why the information is being lost on export, when other similar
> projects are exported fine?
>
> Thanks for any insight.
>
> Rich
>
>
>
>
>
>
>
> Rich Scott wrote:
>
>> Lars,
>
>> Thanks for the suggestions. I double checked and the
>> "testProduct.product" file is selected for export in the build.xml as
>> are the plugin.xml files for all of our plugins that are included in
>> the product.Just to be clear, The .product file is located in a
>> project which includes the feature.xml that defines the plugins
>> required for the product. Each of the plugins is a separate eclipse
>> project. The feature project selects the .product and feature.xml for
>> export and each of the plugin projects selects either the plugin.xml
>> or manifest.mf (if not plugin.xml).
>
>> Any further thoughts?
>
>> Thanks
>
>> Rich
>
>
>
>> Lars Vogel wrote:
>
>>> Hi,
>
>>> I believe you may not include the .product and / or the plugin.xml in
>>> the export. Please check the build tab of your plugin if these files
>>> are included.
>
>>> Best regards, Lars
>
>
Re: Exported RCP application no longer starts [message #41245 is a reply to message #41215] Tue, 20 January 2009 18:51 Go to previous message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
Andrew,

That turns out to be exactly the problem. Both plugins had a META-INF
directory and manifest.mf in the source tree. Removing it fixed may
problems and everything is working.

Thanks for your help.

Rich

Andrew Niefer wrote:

> Yes, the missing info in the manifest would definitely cause the bundle
> to not be found at runtime.

> The only problem I know of is
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=260634. The cause is
> having a second manifest in your java source folder, and it is this
> manifest that ends up in the exported jar.

> -Andrew

> Rich Scott wrote:
>> I have uncovered some strangness, based upon the suggestions that Lars
>> made.
>>
>> The jars for 2 of my included plugins where exported with simple
>> manifest.mf files instead of the complete version present in the
>> project. These are both simple plugins which contain a
>> META-INF/manifest.mf file instead of a plugin.xml. In both cases that I
>> found, the exported jar contains only the following 2 lines:
>>
>> Manifest-Version: 1.0
>> Class-Path:
>> However, the manifest.mf file within the project contain complete plugin
>> information. The first of these in the project is
>> manifest.mf:
>> ----------------
>> Manifest-Version: 1.0
>> Bundle-ManifestVersion: 2
>> Bundle-Name: Utilities - Gen Plug-in
>> Bundle-SymbolicName: org.test.util.gen
>> Bundle-Version: 1.0.0
>> Bundle-Vendor: test
>> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
>> Export-Package: org.test.util.gen,
>> org.test.util.gen.cmds,
>> org.test.util.gen.debugaids,
>> org.test.util.gen.fileutil,
>> org.test.util.gen.html,
>> org.test.gen.sm
>> Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
>> ----------------
>>
>> The plugin projects both have the META-INF directory and manifest.mf
>> files selected for export in the build.properties file.
>>
>> Does it seem reasonable that the missing info in the manifest would
>> cause the plugins not to be found as application start time? If so, any
>> ideas why the information is being lost on export, when other similar
>> projects are exported fine?
>>
>> Thanks for any insight.
>>
>> Rich
>>
>>
>>
>>
>>
>>
>>
>> Rich Scott wrote:
>>
>>> Lars,
>>
>>> Thanks for the suggestions. I double checked and the
>>> "testProduct.product" file is selected for export in the build.xml as
>>> are the plugin.xml files for all of our plugins that are included in
>>> the product.Just to be clear, The .product file is located in a
>>> project which includes the feature.xml that defines the plugins
>>> required for the product. Each of the plugins is a separate eclipse
>>> project. The feature project selects the .product and feature.xml for
>>> export and each of the plugin projects selects either the plugin.xml
>>> or manifest.mf (if not plugin.xml).
>>
>>> Any further thoughts?
>>
>>> Thanks
>>
>>> Rich
>>
>>
>>
>>> Lars Vogel wrote:
>>
>>>> Hi,
>>
>>>> I believe you may not include the .product and / or the plugin.xml in
>>>> the export. Please check the build tab of your plugin if these files
>>>> are included.
>>
>>>> Best regards, Lars
>>
>>
Re: Exported RCP application no longer starts [message #588307 is a reply to message #40479] Fri, 16 January 2009 21:01 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Hi,

I believe you may not include the .product and / or the plugin.xml in
the export. Please check the build tab of your plugin if these files are
included.

Best regards, Lars
Re: Exported RCP application no longer starts [message #588472 is a reply to message #40590] Tue, 20 January 2009 12:56 Go to previous message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
Lars,

Thanks for the suggestions. I double checked and the "testProduct.product"
file is selected for export in the build.xml as are the plugin.xml files
for all of our plugins that are included in the product.Just to be clear,
The .product file is located in a project which includes the feature.xml
that defines the plugins required for the product. Each of the plugins is
a separate eclipse project. The feature project selects the .product and
feature.xml for export and each of the plugin projects selects either the
plugin.xml or manifest.mf (if not plugin.xml).

Any further thoughts?

Thanks

Rich



Lars Vogel wrote:

> Hi,

> I believe you may not include the .product and / or the plugin.xml in
> the export. Please check the build tab of your plugin if these files are
> included.

> Best regards, Lars
Re: Exported RCP application no longer starts [message #588480 is a reply to message #41121] Tue, 20 January 2009 14:37 Go to previous message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
I have uncovered some strangness, based upon the suggestions that Lars
made.

The jars for 2 of my included plugins where exported with simple
manifest.mf files instead of the complete version present in the project.
These are both simple plugins which contain a META-INF/manifest.mf file
instead of a plugin.xml. In both cases that I found, the exported jar
contains only the following 2 lines:

Manifest-Version: 1.0
Class-Path:

However, the manifest.mf file within the project contain complete plugin
information. The first of these in the project is

manifest.mf:
----------------
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Utilities - Gen Plug-in
Bundle-SymbolicName: org.test.util.gen
Bundle-Version: 1.0.0
Bundle-Vendor: test
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.test.util.gen,
org.test.util.gen.cmds,
org.test.util.gen.debugaids,
org.test.util.gen.fileutil,
org.test.util.gen.html,
org.test.gen.sm
Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
----------------

The plugin projects both have the META-INF directory and manifest.mf files
selected for export in the build.properties file.

Does it seem reasonable that the missing info in the manifest would cause
the plugins not to be found as application start time? If so, any ideas
why the information is being lost on export, when other similar projects
are exported fine?

Thanks for any insight.

Rich







Rich Scott wrote:

> Lars,

> Thanks for the suggestions. I double checked and the "testProduct.product"
> file is selected for export in the build.xml as are the plugin.xml files
> for all of our plugins that are included in the product.Just to be clear,
> The .product file is located in a project which includes the feature.xml
> that defines the plugins required for the product. Each of the plugins is
> a separate eclipse project. The feature project selects the .product and
> feature.xml for export and each of the plugin projects selects either the
> plugin.xml or manifest.mf (if not plugin.xml).

> Any further thoughts?

> Thanks

> Rich



> Lars Vogel wrote:

>> Hi,

>> I believe you may not include the .product and / or the plugin.xml in
>> the export. Please check the build tab of your plugin if these files are
>> included.

>> Best regards, Lars
Re: Exported RCP application no longer starts [message #588499 is a reply to message #41152] Tue, 20 January 2009 18:06 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Yes, the missing info in the manifest would definitely cause the bundle
to not be found at runtime.

The only problem I know of is
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260634 The cause is
having a second manifest in your java source folder, and it is this
manifest that ends up in the exported jar.

-Andrew

Rich Scott wrote:
> I have uncovered some strangness, based upon the suggestions that Lars
> made.
>
> The jars for 2 of my included plugins where exported with simple
> manifest.mf files instead of the complete version present in the
> project. These are both simple plugins which contain a
> META-INF/manifest.mf file instead of a plugin.xml. In both cases that I
> found, the exported jar contains only the following 2 lines:
>
> Manifest-Version: 1.0
> Class-Path:
> However, the manifest.mf file within the project contain complete plugin
> information. The first of these in the project is
> manifest.mf:
> ----------------
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: Utilities - Gen Plug-in
> Bundle-SymbolicName: org.test.util.gen
> Bundle-Version: 1.0.0
> Bundle-Vendor: test
> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
> Export-Package: org.test.util.gen,
> org.test.util.gen.cmds,
> org.test.util.gen.debugaids,
> org.test.util.gen.fileutil,
> org.test.util.gen.html,
> org.test.gen.sm
> Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
> ----------------
>
> The plugin projects both have the META-INF directory and manifest.mf
> files selected for export in the build.properties file.
>
> Does it seem reasonable that the missing info in the manifest would
> cause the plugins not to be found as application start time? If so, any
> ideas why the information is being lost on export, when other similar
> projects are exported fine?
>
> Thanks for any insight.
>
> Rich
>
>
>
>
>
>
>
> Rich Scott wrote:
>
>> Lars,
>
>> Thanks for the suggestions. I double checked and the
>> "testProduct.product" file is selected for export in the build.xml as
>> are the plugin.xml files for all of our plugins that are included in
>> the product.Just to be clear, The .product file is located in a
>> project which includes the feature.xml that defines the plugins
>> required for the product. Each of the plugins is a separate eclipse
>> project. The feature project selects the .product and feature.xml for
>> export and each of the plugin projects selects either the plugin.xml
>> or manifest.mf (if not plugin.xml).
>
>> Any further thoughts?
>
>> Thanks
>
>> Rich
>
>
>
>> Lars Vogel wrote:
>
>>> Hi,
>
>>> I believe you may not include the .product and / or the plugin.xml in
>>> the export. Please check the build tab of your plugin if these files
>>> are included.
>
>>> Best regards, Lars
>
>
Re: Exported RCP application no longer starts [message #588507 is a reply to message #41215] Tue, 20 January 2009 18:51 Go to previous message
Rich Scott is currently offline Rich ScottFriend
Messages: 63
Registered: July 2009
Member
Andrew,

That turns out to be exactly the problem. Both plugins had a META-INF
directory and manifest.mf in the source tree. Removing it fixed may
problems and everything is working.

Thanks for your help.

Rich

Andrew Niefer wrote:

> Yes, the missing info in the manifest would definitely cause the bundle
> to not be found at runtime.

> The only problem I know of is
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=260634 The cause is
> having a second manifest in your java source folder, and it is this
> manifest that ends up in the exported jar.

> -Andrew

> Rich Scott wrote:
>> I have uncovered some strangness, based upon the suggestions that Lars
>> made.
>>
>> The jars for 2 of my included plugins where exported with simple
>> manifest.mf files instead of the complete version present in the
>> project. These are both simple plugins which contain a
>> META-INF/manifest.mf file instead of a plugin.xml. In both cases that I
>> found, the exported jar contains only the following 2 lines:
>>
>> Manifest-Version: 1.0
>> Class-Path:
>> However, the manifest.mf file within the project contain complete plugin
>> information. The first of these in the project is
>> manifest.mf:
>> ----------------
>> Manifest-Version: 1.0
>> Bundle-ManifestVersion: 2
>> Bundle-Name: Utilities - Gen Plug-in
>> Bundle-SymbolicName: org.test.util.gen
>> Bundle-Version: 1.0.0
>> Bundle-Vendor: test
>> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
>> Export-Package: org.test.util.gen,
>> org.test.util.gen.cmds,
>> org.test.util.gen.debugaids,
>> org.test.util.gen.fileutil,
>> org.test.util.gen.html,
>> org.test.gen.sm
>> Require-Bundle: org.test.rcp.logback;bundle-version="[0.9.8,1.0.0]"
>> ----------------
>>
>> The plugin projects both have the META-INF directory and manifest.mf
>> files selected for export in the build.properties file.
>>
>> Does it seem reasonable that the missing info in the manifest would
>> cause the plugins not to be found as application start time? If so, any
>> ideas why the information is being lost on export, when other similar
>> projects are exported fine?
>>
>> Thanks for any insight.
>>
>> Rich
>>
>>
>>
>>
>>
>>
>>
>> Rich Scott wrote:
>>
>>> Lars,
>>
>>> Thanks for the suggestions. I double checked and the
>>> "testProduct.product" file is selected for export in the build.xml as
>>> are the plugin.xml files for all of our plugins that are included in
>>> the product.Just to be clear, The .product file is located in a
>>> project which includes the feature.xml that defines the plugins
>>> required for the product. Each of the plugins is a separate eclipse
>>> project. The feature project selects the .product and feature.xml for
>>> export and each of the plugin projects selects either the plugin.xml
>>> or manifest.mf (if not plugin.xml).
>>
>>> Any further thoughts?
>>
>>> Thanks
>>
>>> Rich
>>
>>
>>
>>> Lars Vogel wrote:
>>
>>>> Hi,
>>
>>>> I believe you may not include the .product and / or the plugin.xml in
>>>> the export. Please check the build tab of your plugin if these files
>>>> are included.
>>
>>>> Best regards, Lars
>>
>>
Previous Topic:PDE Build, P2 Metadata and Target Platform Problems
Next Topic:Plugin vs Fragment
Goto Forum:
  


Current Time: Tue Mar 19 07:07:16 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top