Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] Rippling from web

ignore this - ripple from master and  3.6.x was done


2014-07-08 10:23 GMT+03:00 Violeta Georgieva <milesg78@xxxxxxxxx>:
Hi,

I have problems with ripple from web.

I found the following in the logs:

Caused by: org.eclipse.virgo.util.osgi.manifest.parse.BundleManifestParseException: Error parsing bundle manifest header [META-INF.org^.apache^.openejb;version="4.5.2",org.apache.openejb.cdi.logging;uses:="org.apache.openejb.log.logger,org.apache.webbeans.logger";version="4.5.2",org.apache.openejb.cdi;uses:="org.apache.webbeans.proxy,org.apache.webbeans.util,org.apache.xbean.asm,org.apache.webbeans.portable.events.discovery,javax.interceptor,org.apache.webbeans.component.creation,org.apache.webbeans.compo...
HP003E:[col 12]: Unexpected character '^' (94)
HP003E:[col 20]: Unexpected character '^' (94)

at org.eclipse.virgo.util.osgi.manifest.parse.standard.StandardHeaderParser.parsePackageHeader(StandardHeaderParser.java:112)
at org.eclipse.virgo.util.osgi.manifest.internal.StandardExportPackage.parse(StandardExportPackage.java:39)
at org.eclipse.virgo.util.osgi.manifest.internal.CompoundParseable.resetFromParseString(CompoundParseable.java:53)
at org.eclipse.virgo.util.osgi.manifest.internal.StandardBundleManifest.initializeHeaders(StandardBundleManifest.java:124)

Then

Gemini Web bundles are installed without problems

[2014-07-08 00:14:55.610] system-artifacts         Installing bundle 'org.eclipse.gemini.web.core' version '2.2.2.RELEASE'. 
[2014-07-08 00:14:55.611] system-artifacts         Installing bundle 'org.eclipse.gemini.web.core' version '2.2.2.RELEASE'. 
[2014-07-08 00:14:55.628] system-artifacts         Processing installing event for bundle 'org.eclipse.gemini.web.tomcat' version '2.2.2.RELEASE' 
[2014-07-08 00:14:55.629] system-artifacts         Installing bundle 'org.eclipse.gemini.web.tomcat' version '2.2.2.RELEASE'. 
[2014-07-08 00:14:55.629] system-artifacts         Installing bundle 'org.eclipse.gemini.web.tomcat' version '2.2.2.RELEASE'. 


But 

The rest cannot find the catalina bundles

2014-07-08 00:14:56.944] system-artifacts         Installation of plan 'org.eclipse.virgo.web.tomcat' version '3.7.0' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'org.eclipse.virgo.web.tomcat.support' at version '3.7.0.D-20140707204631': Cannot resolve: org.eclipse.virgo.web.tomcat.support
    Resolver report:
        An Import-Package could not be resolved. Resolver error data <Import-Package: org.apache.catalina.ha; version="[7.0.53,7.1.0)">. Caused by missing constraint in bundle <org.eclipse.virgo.web.tomcat.support_3.7.0.D-20140707204631>
             constraint: <Import-Package: org.apache.catalina.ha; version="[7.0.53,7.1.0)">
        An Import-Package could not be resolved. Resolver error data <Import-Package: org.apache.catalina.tribes; version="[7.0.53,7.1.0)">. Caused by missing constraint in bundle <org.eclipse.virgo.web.tomcat.support_3.7.0.D-20140707204631>


Any hint that you can have in mind?

Thanks
Violeta


Back to the top