You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Yanni Yan (Closed) (JIRA)" <ji...@apache.org> on 2011/10/13 08:41:11 UTC

[jira] [Closed] (FELIX-3161) Failed to start framework.security bundle in felix 4.0.0

     [ https://issues.apache.org/jira/browse/FELIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yanni Yan closed FELIX-3161.
----------------------------

    Resolution: Not A Problem
    
> Failed to start framework.security bundle in felix 4.0.0
> --------------------------------------------------------
>
>                 Key: FELIX-3161
>                 URL: https://issues.apache.org/jira/browse/FELIX-3161
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework Security
>    Affects Versions: framework.security-2.0.0
>         Environment: Windows XP
>            Reporter: Yanni Yan
>
> start framework.security in felix 4.0.0
> g! lb
> START LEVEL 1
>    ID|State      |Level|Name
>     0|Active     |    0|System Bundle (4.0.0)
>     1|Active     |    1|Apache Felix Bundle Repository (1.6.6)
>     2|Active     |    1|Apache Felix Gogo Command (0.12.0)
>     3|Active     |    1|Apache Felix Gogo Runtime (0.10.0)
>     4|Active     |    1|Apache Felix Gogo Shell (0.10.0)
>     7|Resolved   |    1|Apache Felix Security Provider (2.0.0)
> g! start 7
> g! uninstall 7
> g! install file:org.apache.felix.framework.security-2.0.0.jar
> java.lang.NoClassDefFoundError: org/apache/felix/framework/security/util/BundleInputStream$OutputStreamBuffer
> g! start file:org.apache.felix.framework.security-2.0.0.jar
> org.osgi.framework.BundleException: Could not create bundle object.
> 	at org.apache.felix.framework.Felix.installBundle(Felix.java:2785)
> 	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:157)
> 	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
> 	at org.apache.felix.gogo.command.Basic.start(Basic.java:724)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> 	at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
> 	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> 	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> 	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> 	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
> 	at org.apache.felix.gogo.shell.Console.run(Console.java:62)
> 	at org.apache.felix.gogo.shell.Shell.console(Shell.java:203)
> 	at org.apache.felix.gogo.shell.Shell.gosh(Shell.java:128)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> 	at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
> 	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> 	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> 	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> 	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
> 	at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
> 	at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoClassDefFoundError: org/apache/felix/framework/security/util/BundleInputStream$OutputStreamBuffer
> 	at org.apache.felix.framework.security.verifier.BundleDNParser._getDNChains(BundleDNParser.java:237)
> 	at org.apache.felix.framework.security.verifier.BundleDNParser.checkDNChains(BundleDNParser.java:145)
> 	at org.apache.felix.framework.SecurityProviderImpl.checkBundle(SecurityProviderImpl.java:63)
> 	at org.apache.felix.framework.BundleImpl.addRevision(BundleImpl.java:1168)
> 	at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:96)
> 	at org.apache.felix.framework.Felix.installBundle(Felix.java:2732)
> 	... 32 more
> Caused by: java.lang.ClassNotFoundException: org.apache.felix.framework.security.util.BundleInputStream$OutputStreamBuffer
> 	at java.net.URLClassLoader$1.run(Unknown Source)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(Unknown Source)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	... 38 more
> java.lang.NoClassDefFoundError: org/apache/felix/framework/security/util/BundleInputStream$OutputStreamBuffer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira