Details
Description
launching the Stanbol launcher under Java 7 fails with the follwing Exception
10.05.2012 06:40:50.133 ERROR [main] Failed to Start OSGi framework
org.osgi.framework.BundleException: Uncaught Instantiation Issue:
java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.sling.launchpad.base.impl.Sling.<init>(Sling.java:245)
This is caused by Stanbol using an outdated SLING lauchpad base module that does not support Java 7. (see https://issues.apache.org/jira/browse/SLING-2281)
To fix this we need to upgrade to version 2.4.0.
Thx to Andreas Kuckartz for reporting [1]!
Attachments
Attachments
Issue Links
- relates to
-
STANBOL-659 Adapt Unit test to work independend of Hashing algorithm used by HashSets/-Maps
- Resolved