[jboss-jira] [JBoss JIRA] (AS7-6885) Unsupported execution environment [JavaSE-1.7]
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue Apr 16 03:14:53 EDT 2013
[ https://issues.jboss.org/browse/AS7-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-6885:
--------------------------------
Summary: Unsupported execution environment [JavaSE-1.7] (was: Unsupported execution environment [JavaSE-1.7] when running on Java7)
> Unsupported execution environment [JavaSE-1.7]
> ----------------------------------------------
>
> Key: AS7-6885
> URL: https://issues.jboss.org/browse/AS7-6885
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> 13:16:13,163 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.servlet:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,214 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.http:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,216 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.security:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,233 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.jmx:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,235 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.util:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,236 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.server:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:16:13,238 ERROR [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011023: Cannot start bundle: org.eclipse.jetty.io:9.0.0.v20130308: org.osgi.framework.BundleException: JBOSGI011251: Unsupported execution environment [JavaSE-1.7] we have: [OSGi/Minimum-1.1, J2SE-1.1, OSGi/Minimum-1.2, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6]
> at org.jboss.osgi.framework.internal.HostBundleState.assertStartConditions(HostBundleState.java:429) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:534) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:530) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.osgi.framework.spi.BootstrapBundlesActivate.start(BootstrapBundlesActivate.java:82) [jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> {code}
--
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
More information about the jboss-jira
mailing list