[jboss-jira] [JBoss JIRA] Created: (JBAS-6428) HAPartition unable to start with IBM JDK 1.5 - net.jcip.annotations.ThreadSafe not found
Martin Malina (JIRA)
jira-events at lists.jboss.org
Thu Jan 29 06:55:44 EST 2009
HAPartition unable to start with IBM JDK 1.5 - net.jcip.annotations.ThreadSafe not found
----------------------------------------------------------------------------------------
Key: JBAS-6428
URL: https://jira.jboss.org/jira/browse/JBAS-6428
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-5.0.0.GA
Environment: RHEL 4/5
IBM JDK 1.5 (even latest update)
Reporter: Martin Malina
Assignee: Brian Stansberry
Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1
JBoss AS is unable to start correctly in the "all" configuration. The HAPartition service fails to start with the following error:
05:50:25,244 ERROR [AbstractKernelController] Error installing to Start: name=HAPartition state=Create
org.jboss.cache.config.ConfigurationException: Unable to build interceptor chain
...
Caused by:
java.lang.TypeNotPresentException: Type net.jcip.annotations.ThreadSafe not present
at com.ibm.oti.reflect.AnnotationHelper.getAnnotation(AnnotationHelper.java:38)
...
Caused by:
java.lang.ClassNotFoundException: net.jcip.annotations.ThreadSafe
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:163)
at com.ibm.oti.reflect.AnnotationHelper.getAnnotation(AnnotationHelper.java:33)
... 111 more
*** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
DistributedReplicantManager
-> HAPartition{Instantiated:**ERROR**}
HAJNDI
-> HAPartition{Configured:**ERROR**}
HASessionStateService
-> HAPartition{Configured:**ERROR**}
HASingletonDeployer
-> HAPartition{Configured:**ERROR**}
JGCacheInvalidationBridge
-> HAPartition{Configured:**ERROR**}
JRMPInvokerHA
-> HAPartition{Create:**ERROR**}
PooledInvokerHA
-> HAPartition{Create:**ERROR**}
UnifiedInvokerHA
-> HAPartition{Create:**ERROR**}
partition:partitionName=DefaultPartition_Alias_AbstractKernelController[387585818]
-> HAPartition{Installed:**ERROR**}
*** CONTEXTS IN ERROR: Name -> Error
HAPartition -> **ERROR** | java.lang.ClassNotFoundException: net.jcip.annotations.ThreadSafe
--
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
More information about the jboss-jira
mailing list