You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2013/02/12 08:21:12 UTC

[jira] [Created] (FELIX-3893) Bundle in cache doesn't pass security check anymore.

Reto Bachmann-Gmür created FELIX-3893:
-----------------------------------------

             Summary: Bundle in cache doesn't pass security check anymore.
                 Key: FELIX-3893
                 URL: https://issues.apache.org/jira/browse/FELIX-3893
             Project: Felix
          Issue Type: Bug
          Components: Framework Security
    Affects Versions: framework.security-2.0.1
            Reporter: Reto Bachmann-Gmür
            Priority: Blocker


After updating the felix component in Clerezza clerezza starts normally the first time. On subsequent starts it shows Errors.

The first one being:


ERROR: Bundle in cache doesn't pass security check anymore.
(java.lang.ArrayIndexOutOfBoundsException: -1)
java.lang.ArrayIndexOutOfBoundsException: -1
	at org.apache.felix.framework.security.verifier.BundleDNParser.getRootChains(BundleDNParser.java:470)
	at org.apache.felix.framework.security.verifier.BundleDNParser._getDNChains(BundleDNParser.java:246)
	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.Felix.setBundleProtectionDomain(Felix.java:854)
	at org.apache.felix.framework.Felix.init(Felix.java:805)
	at org.apache.felix.framework.Felix.start(Felix.java:882)
	at org.apache.clerezza.platform.launcher.ClerezzaApp.start(ClerezzaApp.java:184)
	at org.apache.clerezza.platform.launcher.ClerezzaApp.start(ClerezzaApp.java:167)
	at org.apache.clerezza.platform.launcher.Main.main(Main.java:34)


To reproduce the error:

Compile the current trunk version from: https://svn.apache.org/repos/asf/incubator/clerezza/trunk/
cd platform.launcher.tdb/target
java -Xmx1024M -XX:MaxPermSize=400M -Xss512k -jar platform.launcher.tdb-0.6-incubating-SNAPSHOT.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira