[
https://jira.jboss.org/jira/browse/JBAS-6429?page=com.atlassian.jira.plug...
]
Adrian Brock closed JBAS-6429.
------------------------------
Fix Version/s: (was: JBossAS-6.0.0.Alpha1)
(was: JBossAS-5.1.0.CR1)
Resolution: Duplicate Issue
This is a duplicate of JBAS-6506 fixed in 5.0.1.GA
See the workaround on that issue for how to resolve the problem (config issue) in
5.0.0.GA
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
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