-
Bug
-
Resolution: Done
-
Critical
-
4.3.0.GA_CP08
-
None
-
Windows 2003, x86, JDK 5
Starting the application server with
> run.bat -c all -b <non-loopback IP address>
causes server startup to progress normally until the point at which the farm service starts to pull deployments:
09:56:20,424 INFO [FarmMemberService] **** pullNewDeployments ****
09:56:20,424 INFO [ClusterFileTransfer] Start pull of file cluster-examples-service.xml from cluster.
09:56:20,440 INFO [ClusterFileTransfer] Finished cluster pull of file cluster-examples-service.xml to cluster-examples-service.xml
09:56:20,440 INFO [ClusterFileTransfer] Start pull of file destinations-farm-service.xml from cluster.
09:56:20,455 INFO [ClusterFileTransfer] Finished cluster pull of file destinations-farm-service.xml to destinations-farm-service.xml
09:56:20,455 INFO [ClusterFileTransfer] Start pull of file stateless-clustered example.jar from cluster.
09:56:20,455 INFO [ClusterFileTransfer] Finished cluster pull of file stateless-clustered-example.jar to stateless-clustered-example.jar
09:56:20,486 INFO [QueueService] Queue[/queue/testFarmQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
09:56:20,690 WARN [LoadMgr3] Not resheduling failed loading task, loadTask=org.jboss.mx.loading.ClassLoadingTask@55ff4{classname: org.jboss.example.jms.statele
ssclustered.bean.StatelessClusteredSessionExampleBean, requestingThread: Thread[main,5,jboss], requestingClassLoader: org.jboss.mx.loading.UnifiedClassLoader3@f52ed
, loadedClass: nullnull, loadOrder: 2147483647, loadException: java.lang.UnsupportedClassVersionError: Bad version number in .class file, threadTaskCount: 0, state: 1, #CCE: 1}
java.lang.UnsupportedClassVersionError: Bad version number in .class file
Looks to be a problem with class versioning.
The compiler used for starting the server:
W:\jboss-eap-4.3.0.GA_CP08\jboss-eap-4.3\jboss-as\bin>hostname
dev29
W:jboss-eap-4.3.0.GA_CP08\jboss-eap-4.3\jboss-as\bin>java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode)