couldn't.
My Environment:
---------------
OS: Mac OS X Tiger
VM: Apple 1.4.2_02_07
What I did:
-----------
1. Unzipped the tapestry-examples-4.0-beta-12.tar.gz file to
/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12, which I call
TAPESTRY_EXAMPLES_HOME
2. cd TAPESTRY_EXAMPLES_HOME/bin
3. chmod +x run.sh
4. Executed run.sh
5. JBoss started up, but virtual library application failed to install. JBoss
console output is attached as vlib-failure.txt
6. I opened my browser, and tried to acces the workbench example
(http://localhost:8080/workbench/app), but that also failed. JBoss console
output is attached as workbench-failure.txt
Both failures point to an java.lang.UnsupportedClassVersionError: Unsupported major.minor version 49.0.
JavaDoc for this error states:
"Thrown when the Java Virtual Machine attempts to read a class file and
determines that the major and minor version numbers in the file are not
supported."
Out of curiosity, I tried using 1.3.1_15 version of Apple JDK I had, and then I
could not even start JBoss. The execption is, again:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/jboss/Main (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
..
JBoss seems to be compiled for JDK 1.4.2 but not JDK 1.3.1. I guess that Tapestry
examples are compiled for a JDK > 1.4.2.
So, what is the minimun version of JDK I need to have in order to be able to run
these examples?
Thanks,
Binil
Binil-Thomas-Computer:~/Desktop/jboss-tapestry-examples-4.0-beta-12/bin binil$ ./run.sh =========================================================================
JBoss Bootstrap Environment JBOSS_HOME: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12 JAVA: /usr/bin/java JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh CLASSPATH: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/bin/run.jar:/usr/lib/tools.jar ========================================================================= 22:54:01,079 INFO [Server] Starting JBoss (MX MicroKernel)... 22:54:01,084 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023) 22:54:01,128 INFO [Server] Home Dir: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12 22:54:01,130 INFO [Server] Home URL: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/ 22:54:01,132 INFO [Server] Library URL: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/lib/ 22:54:01,148 INFO [Server] Patch URL: null 22:54:01,150 INFO [Server] Server Name: default 22:54:01,151 INFO [Server] Server Home Dir: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default 22:54:01,153 INFO [Server] Server Home URL: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/ 22:54:01,154 INFO [Server] Server Data Dir: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/data 22:54:01,156 INFO [Server] Server Temp Dir: /Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp 22:54:01,157 INFO [Server] Server Config URL: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/conf/ 22:54:01,159 INFO [Server] Server Library URL: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/lib/ 22:54:01,160 INFO [Server] Root Deployment Filename: jboss-service.xml 22:54:01,166 INFO [Server] Starting General Purpose Architecture (GPA)... 22:54:01,975 INFO [ServerInfo] Java version: 1.4.2_07,Apple Computer, Inc. 22:54:01,977 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2-50,"Apple Computer, Inc." 22:54:01,978 INFO [ServerInfo] OS-System: Mac OS X 10.4.1,ppc 22:54:02,873 INFO [Server] Core system initialized 22:54:05,736 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 22:54:05,994 INFO [WebService] Using RMI server codebase: http://Binil-Thomas-Computer.local:8083/ 22:54:06,540 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server [EMAIL PROTECTED] 22:54:12,807 INFO [Embedded] Catalina naming disabled 22:54:14,076 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 22:54:14,082 INFO [Catalina] Initialization processed in 1076 ms 22:54:14,088 INFO [StandardService] Starting service jboss.web 22:54:14,160 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.922:54:14,246 INFO [StandardHost] XML validation disabled 22:54:14,285 INFO [Catalina] Server startup in 201 ms 22:54:14,596 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/http-invoker.sar/invoker.war/ 22:54:15,260 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 22:54:16,230 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp7934jboss-ws4ee.war/ 22:54:16,618 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/ 22:54:17,092 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 22:54:21,148 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/management/console-mgr.sar/web-console.war/ 22:54:22,489 INFO [MailService] Mail Service bound to java:/Mail 22:54:24,243 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jboss-ha-local-jdbc.rar 22:54:24,546 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jboss-ha-xa-jdbc.rar 22:54:24,873 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jboss-local-jdbc.rar 22:54:25,100 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jboss-xa-jdbc.rar 22:54:25,352 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jms/jms-ra.rar 22:54:25,578 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/mail-ra.rar 22:54:27,355 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=DefaultDS,service=DataSourceBinding to JNDI name 'java:DefaultDS' 22:54:28,111 INFO [A] Bound to JNDI name: queue/A 22:54:28,118 INFO [B] Bound to JNDI name: queue/B 22:54:28,189 INFO [C] Bound to JNDI name: queue/C 22:54:28,199 INFO [D] Bound to JNDI name: queue/D 22:54:28,206 INFO [ex] Bound to JNDI name: queue/ex 22:54:28,256 INFO [testTopic] Bound to JNDI name: topic/testTopic 22:54:28,264 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 22:54:28,271 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic22:54:28,279 INFO [testQueue] Bound to JNDI name: queue/testQueue 22:54:28,519 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 22:54:28,672 INFO [DLQ] Bound to JNDI name: queue/DLQ 22:54:29,081 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding to JNDI name 'java:JmsXA' 22:54:29,209 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/jmx-console.war/ 22:54:30,231 INFO [TomcatDeployer] deploy, ctxPath=/workbench, warUrl=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp7980workbench.war/ 22:54:36,512 INFO [ApplicationServlet] Initialized application servlet 'workbench': 3,195 millis to create HiveMind Registry, 5,873 millis overall. 22:54:36,705 INFO [EARDeployer] Init J2EE application: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/vlib.ear 22:54:38,393 WARN [verifier] EJB spec violation: Bean : Person Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.PersonBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.PersonBean, msg=org/apache/tapestry/vlib/ejb/impl/PersonBean (Unsupported major.minor version 49.0) 22:54:38,398 WARN [verifier] EJB spec violation: Bean : Book Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.BookBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.BookBean, msg=org/apache/tapestry/vlib/ejb/impl/BookBean (Unsupported major.minor version 49.0) 22:54:38,402 WARN [verifier] EJB spec violation: Bean : Publisher Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.PublisherBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.PublisherBean, msg=org/apache/tapestry/vlib/ejb/impl/PublisherBean (Unsupported major.minor version 49.0) 22:54:38,407 WARN [verifier] EJB spec violation: Bean : KeyAllocator Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.KeyAllocatorBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.KeyAllocatorBean, msg=org/apache/tapestry/vlib/ejb/impl/KeyAllocatorBean (Unsupported major.minor version 49.0) 22:54:38,412 WARN [verifier] EJB spec violation: Bean : BookQuery Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.BookQueryBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.BookQueryBean, msg=org/apache/tapestry/vlib/ejb/impl/BookQueryBean (Unsupported major.minor version 49.0) 22:54:38,465 WARN [verifier] EJB spec violation: Bean : Operations Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. Info : Class not found on 'org.apache.tapestry.vlib.ejb.impl.OperationsBean': Unexpected error during load of: org.apache.tapestry.vlib.ejb.impl.OperationsBean, msg=org/apache/tapestry/vlib/ejb/impl/OperationsBean (Unsupported major.minor version 49.0) 22:54:38,467 ERROR [MainDeployer] could not create deployment: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp7981vlib.ear-contents/vlibbeans.jar org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages. at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738) at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:418) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315) at org.jboss.Main.boot(Main.java:195) at org.jboss.Main$1.run(Main.java:463) at java.lang.Thread.run(Thread.java:552) 22:54:38,484 ERROR [MainDeployer] could not create deployment: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/vlib.ear org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages. at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738) at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:418) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127) at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315) at org.jboss.Main.boot(Main.java:195) at org.jboss.Main$1.run(Main.java:463) at java.lang.Thread.run(Thread.java:552) 22:54:38,497 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- Incompletely deployed packages --- [EMAIL PROTECTED] { url=file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/vlib.ear } deployer: [EMAIL PROTECTED] status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages. state: FAILED watch: file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/deploy/vlib.ear altDD: null lastDeployed: 1131211478086 lastModified: 1131211476000 mbeans: 22:54:38,857 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 22:54:39,077 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 22:54:39,140 INFO [JkMain] Jk running ID=0 time=0/95 config=null 22:54:39,152 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 37s:986ms
22:52:42,236 ERROR [[workbench]] Servlet.service() for servlet workbench threw
exception
org.apache.hivemind.ApplicationRuntimeException: Unable to construct service
tapestry.request.DecodedRequestInjector: Error building service
tapestry.request.DecodedRequestInjector: Error at
jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77: Unable to initialize service
tapestry.request.DecodedRequestInjector (by invoking method initializeService
on org.apache.tapestry.request.DecodedRequestInjector): Unable to locate class
org.apache.tapestry.workbench.RequestDecoder.
[jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 169, column 21]
at
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:165)
at
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructServiceImplementation(AbstractServiceModelImpl.java:139)
at
org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getActualServiceImplementation(SingletonServiceModel.java:68)
at
$ServletRequestServicerFilter_107617200f4._service($ServletRequestServicerFilter_107617200f4.java)
at
$ServletRequestServicerFilter_107617200f4.service($ServletRequestServicerFilter_107617200f4.java)
at
$ServletRequestServicerFilter_107617200f3.service($ServletRequestServicerFilter_107617200f3.java)
at
$ServletRequestServicer_107617200f9.service($ServletRequestServicer_107617200f9.java)
at
org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
at
$ServletRequestServicerFilter_107617200f2.service($ServletRequestServicerFilter_107617200f2.java)
at
$ServletRequestServicerFilter_107617200f1.service($ServletRequestServicerFilter_107617200f1.java)
at
$ServletRequestServicer_107617200f9.service($ServletRequestServicer_107617200f9.java)
at
org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
at
$ServletRequestServicerFilter_107617200f6.service($ServletRequestServicerFilter_107617200f6.java)
at
$ServletRequestServicerFilter_107617200f5.service($ServletRequestServicerFilter_107617200f5.java)
at
$ServletRequestServicer_107617200f9.service($ServletRequestServicer_107617200f9.java)
at
$ServletRequestServicer_107617200ec.service($ServletRequestServicer_107617200ec.java)
at
$ServletRequestServicer_107617200eb.service($ServletRequestServicer_107617200eb.java)
at
org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:141)
at
org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:552)
Caused by: org.apache.hivemind.ApplicationRuntimeException: Error building
service tapestry.request.DecodedRequestInjector: Error at
jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77: Unable to initialize service
tapestry.request.DecodedRequestInjector (by invoking method initializeService
on org.apache.tapestry.request.DecodedRequestInjector): Unable to locate class
org.apache.tapestry.workbench.RequestDecoder.
[jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 169, column 21]
at
org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:88)
at
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation(AbstractServiceModelImpl.java:107)
at
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructNewServiceImplementation(AbstractServiceModelImpl.java:157)
... 39 more
Caused by: org.apache.hivemind.ApplicationRuntimeException: Error building
service tapestry.request.DecodedRequestInjector: Error at
jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77: Unable to initialize service
tapestry.request.DecodedRequestInjector (by invoking method initializeService
on org.apache.tapestry.request.DecodedRequestInjector): Unable to locate class
org.apache.tapestry.workbench.RequestDecoder.
[jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77]
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.createService(BuilderFactoryLogic.java:87)
at
org.apache.hivemind.service.impl.BuilderFactory.createCoreServiceImplementation(BuilderFactory.java:42)
at
org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation(InvokeFactoryServiceConstructor.java:84)
... 41 more
Caused by: org.apache.hivemind.ApplicationRuntimeException: Error at
jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77: Unable to initialize service
tapestry.request.DecodedRequestInjector (by invoking method initializeService
on org.apache.tapestry.request.DecodedRequestInjector): Unable to locate class
org.apache.tapestry.workbench.RequestDecoder.
[jar:file:/Users/binil/Desktop/jboss-tapestry-examples-4.0-beta-12/server/default/tmp/deploy/tmp34334workbench.war/WEB-INF/lib/tapestry-4.0-beta-12.jar!/META-INF/tapestry.request.xml,
line 170, column 77]
at
org.apache.hivemind.impl.StrictErrorHandler.error(StrictErrorHandler.java:39)
at org.apache.hivemind.impl.ErrorLogImpl.error(ErrorLogImpl.java:40)
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.error(BuilderFactoryLogic.java:95)
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.invokeInitializer(BuilderFactoryLogic.java:255)
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.createService(BuilderFactoryLogic.java:81)
... 43 more
Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to locate
class org.apache.tapestry.workbench.RequestDecoder.
[context:/WEB-INF/workbench.application, line 28, column 111]
at
org.apache.tapestry.spec.ExtensionSpecification.instantiateExtension(ExtensionSpecification.java:113)
at
org.apache.tapestry.spec.LibrarySpecification.getExtension(LibrarySpecification.java:317)
at
org.apache.tapestry.request.DecodedRequestInjector.initializeService(DecodedRequestInjector.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.findAndInvokeInitializerMethod(BuilderFactoryLogic.java:275)
at
org.apache.hivemind.service.impl.BuilderFactoryLogic.invokeInitializer(BuilderFactoryLogic.java:249)
... 44 more
Caused by: org.apache.hivemind.ApplicationRuntimeException: Could not load
class org.apache.tapestry.workbench.RequestDecoder from WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
[EMAIL PROTECTED]
: org/apache/tapestry/workbench/RequestDecoder (Unsupported major.minor version
49.0)
at
org.apache.hivemind.impl.DefaultClassResolver.findClass(DefaultClassResolver.java:84)
at
org.apache.tapestry.spec.ExtensionSpecification.instantiateExtension(ExtensionSpecification.java:109)
... 52 more
Caused by: java.lang.UnsupportedClassVersionError:
org/apache/tapestry/workbench/RequestDecoder (Unsupported major.minor version
49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1629)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:850)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1299)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at
org.apache.hivemind.impl.DefaultClassResolver.lookupClass(DefaultClassResolver.java:101)
at
org.apache.hivemind.impl.DefaultClassResolver.findClass(DefaultClassResolver.java:80)
... 53 more
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
