[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] BundleException with RSA while startup, but only in product build not with product launch
|
Am 24.02.2011 12:19, schrieb Markus Alexander Kuppe:
On 02/24/2011 12:16 PM, Martin Petzold wrote:
Hi Scott/Markus,
I get a BundleException with RSA while startup, but only in product
build not with product launch. What could be the difference here? I have
already tested different start levels for the bundles, but no success.
Looks like the production jar misses the class
org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager. Where
do you got the jar from?
It's a product checkout from master, if I use launch product it works
and after a build this Exception. I have looked into the plugins
directory and the bundle
"org.eclipse.ecf.osgi.services.remoteserviceadmin" is there, so it's built.
I did have a cycle in build but then only checked the "Allow for binary
cycles in target platform":
-----
A cycle was detected when generating the classpath
org.eclipse.ecf.identity_3.1.100.201102241235,
osgi.cmpn_4.2.0.200908310645,
org.eclipse.equinox.app_1.3.1.R36x_v20100803, osgi.cmpn_4.2.0.200908310645.
-----
Thanks,
Martin