[
https://jira.jboss.org/jira/browse/JBAS-6429?page=com.atlassian.jira.plug...
]
Ales Justin commented on JBAS-6429:
-----------------------------------
This looks fixed in trunk and 5_0.
I applied the same fix to 5_x branch.
<!-- Base binding metadata that ServiceBindingStore uses to create bindings for each
set -->
<bean name="StandardBindings" class="java.util.HashSet">
<constructor>
<parameter class="java.util.Collection">
<set
elementClass="org.jboss.services.binding.ServiceBindingMetadata">
StandardBindings unable to start with IBM JDK 1.6 -
IllegalArgumentException
----------------------------------------------------------------------------
Key: JBAS-6429
URL:
https://jira.jboss.org/jira/browse/JBAS-6429
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: ProfileService
Affects Versions: JBossAS-5.0.0.GA
Environment: IBM JDK 1.6 (latest release)
Reporter: Martin Malina
Assignee: Adrian Brock
Priority: Critical
Fix For: JBossAS-5.1.0.CR1, JBossAS-6.0.0.Alpha1
Attachments: boot.log, ibm16.log
JBoss AS is unable to start at all in any configuration, but minimal. The
StandardBindings service fails to start with the following error:
13:33:08,459 ERROR [AbstractKernelController] Error installing to Instantiated:
name=StandardBindings state=Described
java.lang.IllegalArgumentException: Wrong arguments. new for target
java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet]
at
org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395)
...
Failed to boot JBoss:
java.lang.IllegalStateException: Incompletely deployed:
*** DEPLOYMENTS IN ERROR: Name -> Error
StandardBindings -> java.lang.IllegalArgumentException: Wrong arguments. new for
target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet]
*** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Described}
SystemPropertyBinder -> SystemPropertyBinder#1{Installed:Described}
ServiceBindingManager -> ServiceBindingStore{Installed:Instantiated}
ServiceBindingStore -> StandardBindings{Installed:**ERROR**}
at
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290)
at
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:148)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Thread.java:735)
The AS instance stops immediately.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira