Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cosmos-dev] i9 weekly integration build : Error in starting Data Managers


The problem was caused by the change of eclipse version to 3.4.0.  Some OSGi related plugins have changed, and the config.ini requires changes.  It's just a configuration problem, as I could run the code in OSGi mode inside eclipse.  

In last week's architecture call, we decided to support data managers for J2EE in the end-to-end demo.  So we will remove the DataManager directory in i9.  

_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382



"Doma, Srinivas Reddy" <SrinivasReddy.Doma@xxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

02/13/2008 07:26 AM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
Subject
[cosmos-dev] i9 weekly integration build : Error in starting Data        Managers





Hi,

It seems there is some problem with OSGi configuration on build: COSMOS-1.0.0-200802121922

as it was not able to start data managers and throwing below exception.

Can some one look into this and let us know how to resolve it.

# cat 1201702095207.log

!SESSION 2008-01-30 19:38:14.665 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.5.0_13

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

Command-line arguments:  -console -clean

!ENTRY org.eclipse.osgi 4 0 2008-01-30 19:38:16.166

!MESSAGE Startup error

!STACK 1

java.lang.IllegalArgumentException: The System Bundle's start level can not be modified.

        at org.eclipse.osgi.framework.internal.core.StartLevelManager.setBundleStartLevel(StartLevelManager.java:392)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:1085)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:620)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:302)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:148)

!ENTRY org.eclipse.osgi 2 0 2008-01-30 19:38:16.206

!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-01-30 19:38:16.206

!MESSAGE Bundle initial@reference:file:org.eclipse.equinox.common_3.4.0.v20071207.jar/ [1] was not resolved.

Thanks,

Srinivas_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev


Back to the top