JBoss 5.1 fails to load following upgrade from JDK 1.7.0_02 b02 to b04
JBoss 5.1 fails to load following upgrade from JDK 1.7.0_02 b02 to b04
September 2, 2011 - 02:07
Hello,
With JDK 1.7.0_02 b02 I could launch JBoss 5.1 successfully. Following an upgrade to b04 (and b05), it now fails very early in the boot process with the following error:
10:01:23,521 ERROR [AbstractKernelController] Error installing to Instantiated: name=AttachmentStore state=Described
java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395)
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.reflect.plugins.introspection.ReflectionUtils.newInstance(ReflectionUtils.java:153)
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.reflect.plugins.introspection.ReflectConstructorInfoImpl.newInstance(ReflectConstructorInfoImpl.java:106)
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.joinpoint.plugins.BasicConstructorJoinPoint.dispatch(BasicConstructorJoinPoint.java:80)
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.createTarget(AOPConstructorJoinpoint.java:282)
<span class="Apple-tab-span" style="white-space:pre"> </span>at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.dispatch(AOPConstructorJoinpoint.java:103)Is this a JBoss issue or a bug in the JDK?
Regards,
Chris.





Almost forgot system info - I'm running on Ubuntu 11.04, 64-bit:
java version "1.7.0_02-ea"
Java(TM) SE Runtime Environment (build 1.7.0_02-ea-b05)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b02, mixed mode)