[JBoss jBPM] - Error http 403 at JBPM-console
by osksp
Hello.
I'm new in JBPM, just a few days, and I'm trying a book about it. There are some examples and I'm doing them, but I have a problem.
I design a JBPM process in Eclipse, and add a list of users to the jbpm database (through jmx-console and HSQL Manager). But when I deploy the process over the server to use it, and try to log in the jbmp-console, I have the following problem:
- If I try to log with one of the login/password I have in the database, appears an HTTP 403 Error (Denied access).
The strange is that if I tray to log with one of the example loggins, there is no problem, and if I try to log with an invalid logging, there is a "no valid loggin" message.
I work over Linux (Ubuntu), and have the 3.2.3 version of JBPM and the 4.2.2GA of JBoss.
Could anybody tell me why this happens or where I can find some documentation? I have searched in Internet but I can't find any solution.
Thank you all.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160601#4160601
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160601
17 years, 9 months
[Installation, Configuration & DEPLOYMENT] - ERROR [MainDeployer] Could not make local copy for file:/usr
by dayo
~$ /usr/jboss-3.2.2RC1_tomcat-4.1.24/bin/./run.sh
|
|
| ================================================================================
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: /usr/jboss-3.2.2RC1_tomcat-4.1.24
|
| JAVA: /usr/j2sdk1.4.2_17/bin/java
|
| JAVA_OPTS: -server -Dprogram.name=run.sh
|
| CLASSPATH: /usr/jboss-3.2.2RC1_tomcat-4.1.24/bin/run.jar:/usr/j2sdk1.4.2_17/lib/tools.jar
|
| ================================================================================
|
| 17:13:07,627 INFO [Server] Starting JBoss (MX MicroKernel)...
| 17:13:07,628 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2RC1 (build: CVSTag=JBoss_3_2_2_RC1 date=200306060938)
| 17:13:07,628 INFO [Server] Home Dir: /usr/jboss-3.2.2RC1_tomcat-4.1.24
| 17:13:07,628 INFO [Server] Home URL: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/
| 17:13:07,629 INFO [Server] Library URL: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/lib/
| 17:13:07,629 INFO [Server] Patch URL: null
| 17:13:07,629 INFO [Server] Server Name: default
| 17:13:07,629 INFO [Server] Server Home Dir: /usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default
| 17:13:07,630 INFO [Server] Server Home URL: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/
| 17:13:07,630 INFO [Server] Server Data Dir: /usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/data
| 17:13:07,630 INFO [Server] Server Temp Dir: /usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/tmp
| 17:13:07,630 INFO [Server] Server Config URL: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/
| 17:13:07,630 INFO [Server] Server Library URL: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/lib/
| 17:13:07,630 INFO [Server] Root Deployemnt Filename: jboss-service.xml
| 17:13:07,632 INFO [Server] Starting General Purpose Architecture (GPA)...
| 17:13:07,743 INFO [ServerInfo] Java version: 1.4.2_17,Sun Microsystems Inc.
| 17:13:07,743 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.2_17-b06,Sun Microsystems Inc.
| 17:13:07,743 INFO [ServerInfo] OS-System: Linux 2.6.24-19-generic,i386
| 17:13:07,767 INFO [ServiceController] Controller MBean online
| 17:13:07,796 INFO [MainDeployer] Creating
| 17:13:07,810 INFO [MainDeployer] Created
| 17:13:07,811 INFO [MainDeployer] Starting
| 17:13:07,811 INFO [MainDeployer] Started
| 17:13:07,839 INFO [JARDeployer] Creating
| 17:13:07,852 INFO [JARDeployer] Created
| 17:13:07,853 INFO [JARDeployer] Starting
| 17:13:07,853 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@166aa18
| 17:13:07,853 INFO [JARDeployer] Started
| 17:13:07,858 INFO [SARDeployer] Creating
| 17:13:07,871 INFO [SARDeployer] Created
| 17:13:07,871 INFO [SARDeployer] Starting
| 17:13:07,871 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@1968e23
| 17:13:07,889 INFO [SARDeployer] Started
| 17:13:07,889 INFO [Server] Core system initialized
| 17:13:07,902 INFO [MainDeployer] Starting deployment of package: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml
| 17:13:07,903 ERROR [MainDeployer] Could not make local copy for file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml
| java.io.IOException: No such file or directory
| at java.io.UnixFileSystem.createFileExclusively(Native Method)
| at java.io.File.checkAndCreate(File.java:1314)
| at java.io.File.createTempFile(File.java:1402)
| at org.jboss.deployment.MainDeployer.makeLocalCopy(MainDeployer.java:985)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:662)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:587)
| 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy6.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
| at org.jboss.Main.boot(Main.java:150)
| at org.jboss.Main$1.run(Main.java:388)
| at java.lang.Thread.run(Thread.java:534)
| 17:13:07,997 WARN [NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
| 17:13:07,998 ERROR [Server] Failed to start
| org.jboss.deployment.DeploymentException: exception in init of file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:710)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:587)
| 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy6.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
| at org.jboss.Main.boot(Main.java:150)
| at org.jboss.Main$1.run(Main.java:388)
| at java.lang.Thread.run(Thread.java:534)
| Caused by: org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml
| at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:503)
| at org.jboss.deployment.SARDeployer.init(SARDeployer.java:115)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:684)
| ... 16 more
| Failed to boot JBoss:
| org.jboss.deployment.DeploymentException: exception in init of file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:710)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:587)
| 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
| at $Proxy6.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
| at org.jboss.Main.boot(Main.java:150)
| at org.jboss.Main$1.run(Main.java:388)
| at java.lang.Thread.run(Thread.java:534)
| Caused by: org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml
| at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:503)
| at org.jboss.deployment.SARDeployer.init(SARDeployer.java:115)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:684)
| ... 16 more
| 17:13:08,035 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
| 17:13:08,035 INFO [MainDeployer] Undeploying file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml
| 17:13:08,037 ERROR [MainDeployer] Undeployment cleanup failed: file:/usr/jboss-3.2.2RC1_tomcat-4.1.24/server/default/conf/jboss-service.xml
| java.lang.NullPointerException
| at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:328)
| at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:555)
| at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:471)
| at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:358)
| 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
| at org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:808)
| at org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:783)
| at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:771)
| 17:13:08,037 INFO [MainDeployer] Undeployed 1 deployed packages
| 17:13:08,037 INFO [Server] Shutting down all services
| Shutting down
| 17:13:08,037 INFO [ServiceController] Stopping 3 services
| 17:13:08,038 INFO [SARDeployer] Stopping
| 17:13:08,038 INFO [MainDeployer] Removing deployer: org.jboss.deployment.SARDeployer@1968e23
| 17:13:08,038 INFO [SARDeployer] Stopped
| 17:13:08,039 INFO [JARDeployer] Stopping
| 17:13:08,039 INFO [JARDeployer] Stopped
| 17:13:08,039 INFO [MainDeployer] Stopping
| 17:13:08,039 INFO [MainDeployer] Stopped
| 17:13:08,039 INFO [ServiceController] Stopped 3 services
| 17:13:08,040 INFO [Server] Shutdown complete
| Shutdown complete
| Halting VM
| ~$
|
I guess the bold part is where my troubles start. I'm running this on an Ubuntu 8.04 server, with j2sdk1.4.2_17
java version "1.4.2_17"
| Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
| Java HotSpot(TM) Client VM (build 1.4.2_17-b06, mixed mode)
|
What am I doing wrong?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160593#4160593
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160593
17 years, 9 months
[JBoss Messaging] - Re: help on JmsXA
by clebert.suconic@jboss.com
Actually.. I understood it was working when you were doing JmsXA... I'm sorry. Just ignore the last post.
Well.. Anyway.. I don't know how Spring works.. you need to make it use java:/JmsXA. You will need to make the right configuration at spring.
Maybe some other user might help you here... but your best choice would be to ask help at some spring user's forum.
Or maybe.. you don't need Spring at all to make those sends. From what I have seen.. spring doesn't help you much on JMS. If I were you i would just :
| ConnectionFactory cf = (ConnectionFactory)jndi.lookup("java:/JmsXA");
| Connection conn = cf.createConnection(...);
| Session sess = conn.createSession(...);
| ....
|
| etc, etc... etc...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160585#4160585
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160585
17 years, 9 months
[JBossWS] - Trouble using @WebContext to encrypt communication
by d.behrwind
Hi,
I'd like to use the the @WebContext annotation in my Seam project to encrypt the whole web service communication as described here: http://jbws.dyndns.org/mediawiki/index.php?title=Secure_transport
My problem is that I don't know which jar to take. I understand that @WebContext is not part of JAX-WS integrated with Java SE, but ships with the JBossWS jar jbossws-spi.jar. So I tried to put this jar in my war, which always results in the following when deploying to my jboss-4.2.2:
java.lang.ClassNotFoundException: Unexpected error during load of: com.symtavision.wstest_jbossws.handler.PayloadPrinterService, msg=Bad version number in .class file
| at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:560)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
| at org.jboss.ejb3.Ejb3AnnotationHandler.populateBaseInfo(Ejb3AnnotationHandler.java:293)
| at org.jboss.ejb3.Ejb3DescriptorHandler.populateBaseInfo(Ejb3DescriptorHandler.java:215)
| at org.jboss.ejb3.Ejb3AnnotationHandler.getContainers(Ejb3AnnotationHandler.java:138)
| at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:486)
| at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:442)
| at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:423)
| at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:384)
| at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:327)
| at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.create(Unknown Source)
| at org.jboss.system.ServiceController.create(ServiceController.java:330)
| at org.jboss.system.ServiceController.create(ServiceController.java:273)
| at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy33.create(Unknown Source)
| at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:492)
| 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:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| at org.jboss.wsf.container.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:76)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy34.create(Unknown Source)
| at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
| at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy9.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| 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:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file
| at java.lang.ClassLoader.defineClass1(Native Method)
| at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
| at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
| at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
| at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
| at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
| at java.security.AccessController.doPrivileged(Native Method)
| at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
| at org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:682)
| at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:662)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:200)
| at org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131)
| at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:527)
| ... 123 more
(I tried with both: the jar found in jboss and the one from the JBossWS binaries)
So, what steps are necessary to make use of all JBossWS features (not only JAX-WS)?
Any help is appreciated. Thanks in advance!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160582#4160582
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160582
17 years, 9 months
[Clustering/JBoss] - using db instead of sticky sessions
by asookazian
Seam 2.0.1.GA
JBoss 4.2.1.GA
Our Seam apps obviously make heavy use of SFSB and conversation contexts. We are considering using db instead of sticky sessions in our clustered Jboss environment. What is the official JBoss recommendation on this?
anonymous wrote :
| Database backed sessions are the easiest to understand. Session data gets serialized and stored in a database. The advantage of database-backed sessions is it's simplicity. The disadvantage is that the database is often the performance bottleneck of the system. By adding load to an already-loaded system, you may harm performance. One way around that bottleneck is to use a small, quick database like MySQL for your session store and save the "Big Iron" database like Oracle for your core database needs.
http://bbs.51jishu.com/ref/sessions.xtp
we are possibly moving to JBoss5 AS in the future as well.
according to page 336 (clustering jboss services section) of JBoss in Action MEAP pdf, for EJB SFSB you must have sticky-session load balancing.
Does this mean that the db option above will not work? I've always read about sticky-sessions for SFSB's...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160575#4160575
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160575
17 years, 9 months