[JBoss Seam] - @Asynchronous & @TransactionTimeout
by pdepaepe
I wish to launch transaction that takes hours from a "Quartzed" Asynchronous method:
| @Asynchronous
| @Transactional
| @TransactionTimeout(1000000000)
| public QuartzTriggerHandle scheduleAsynchronousJob(@Expiration Date expiration, AsynchronousJob asynchronousJob)
| {
But this return for long transactions:
10:22:46,205 ERROR [JobRunShell] Job DEFAULT.-723041d8:114f8ca2bc8:-7fef threw an unhandled Exception:
| java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
| at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.rollbackAndDisassociate(TransactionImple.java:1466)
| at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:163)
| at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.rollback(BaseTransactionManagerDelegate.java:126)
| at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.rollback(ServerVMClientUserTransaction.java:148)
| at org.jboss.seam.transaction.UTTransaction.rollback(UTTransaction.java:66)
| at org.jboss.seam.util.Work.workInTransaction(Work.java:52)
| at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:42)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
| at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155)
| at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91)
| at org.jboss.seam.oxalya.carriocas.AsynchronousJobQuartz_$$_javassist_1.scheduleAsynchronousJob(AsynchronousJobQuartz_$$_javassist_1.java)
| 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:597)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124)
| at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:52)
| at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76)
| at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45)
| at org.jboss.seam.async.QuartzDispatcher$QuartzJob.execute(QuartzDispatcher.java:289)
| at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
| at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Any idea to solve this? Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083326#4083326
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083326
18 years, 7 months
[Installation, Configuration & DEPLOYMENT] - JBoss5 JMXConnectorServer
by an4253
Hello,
I get the following trace snippet when I start JBoss AS5 with JDK1.6 or 1.5.11.
09:35:05,618 ERROR [AbstractKernelController] Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=C
reate mode=Manual requiredState=Installed
java.net.MalformedURLException: Bad URL path: _XXX/jndi/rmi://NA_XXX:1090/jmxconnector
at javax.management.remote.JMXServiceURL.validate(JMXServiceURL.java:348)
at javax.management.remote.JMXServiceURL.(JMXServiceURL.java:208)
at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:106)
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:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
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:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
at $Proxy0.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:198)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:320)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:190)
at org.jboss.system.ServiceController.doChange(ServiceController.java:656)
at org.jboss.system.ServiceController.start(ServiceController.java:431)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:124)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:85)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:44)
at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:53)
at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:440)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:451)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:381)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:366)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:246)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:401)
at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:340)
at org.jboss.Main.boot(Main.java:210)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
09:35:05,774 INFO [RARDeployment] Required license terms exist, view .../deploy/mail-ra.rar!/META-INF/ra.xml
09:35:05,899 INFO [MailService] Mail Service bound to java:/Mail
What can I do?
Thanks Anna
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083321#4083321
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083321
18 years, 7 months
[JBoss Seam] - SeamTest.FacesRequest: question
by amashtakov
Hi All,
While writting integration tests I noticed the following behavour
SeamTest mock. In order to update user's profile I have to log-in
first. So, we need two requests:
1)
new FacesRequest("/login.xhtml") {
@Override
protected void updateModelValues() throws Exception {
setValue("#{identity.username}", AC_LOGIN);
setValue("#{identity.password}", AC_PASSWORD);
}
@Override
protected void invokeApplication() throws Exception {
assert invokeMethod("#{identity.login}").equals("loggedIn");
assert (Boolean) getValue("#{identity.loggedIn}");
}
}.run();
2)
new FacesRequest("/profile.xhtml") {
@Override
protected void invokeApplication() {
UserProfile up = (UserProfile) getInstance("pcUserProfile");
up.beginEdit();
assert (Boolean) getValue("#{identity.loggedIn}");
}
@Override
protected void renderResponse() {
assert isLongRunningConversation();
}
}.run();
All works fine in case in both requests are in the same method of
test class.
In case of I put each of them in separate methods (for ex: m1 and m2),
assert (Boolean) getValue("#{identity.loggedIn}") of m2 fails.
Tried to figure out the reason but with no success (in both cases
FacesContext.getCurrentInstance() points to different objects).
Could you please clarify why does this happen ?
Thank you in advance,
/Alexander
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083319#4083319
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083319
18 years, 7 months
[JBoss jBPM] - Super State
by petia
Hi,
I am trying to use the Super State construct in jBPM 3.1.4 and I have problems with it. As I am not able to define the components of a super state in the graphical editor (which only provides support for defining activities for a super state), I am directly editing in the xml definition of the process. I have the following process.
| <?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition
| xmlns="urn:jbpm.org:jpdl-3.1" name="SuperState">
| <swimlane name="ernie">
| <assignment expression="user(ernie)"></assignment>
| </swimlane>
| <start-state name="start">
| <task name="start-task">
| <assignment expression="user(ernie)"></assignment>
| </task>
| <transition name="to phase 1" to="phase1/task1"></transition>
| </start-state>
| <super-state name="phase1">
| <task-node name="start-phase1">
| <task name="task11">
| <assignment expression="user(ernie)"></assignment>
| </task>
| <transition name="a" to="task2"></transition>
| </task-node>
| <task-node name="end-phase1">
| <task name="task12" swimlane="ernie" > </task>
| <transition name="t" to="../task3"></transition>
| </task-node>
| </super-state>
| <task-node name="phase2">
| <task name="task2">
| <assignment expression="user(ernie)"></assignment>
| </task>
| <transition name="to end" to="end"></transition>
| </task-node>
| <end-state name="end"></end-state>
| </process-definition>
|
I successfully deploy the process and I am able to run it until task11. It gets allocated to the defined user, but when selected for execution the following error message is displayed.
| message
|
| description The server encountered an internal error () that prevented it from fulfilling this request.
|
| exception
|
| javax.servlet.ServletException: Error calling action method of component with id taskform:transitionButton
| javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
| org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:56)
| org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
| org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
| org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
|
| root cause
|
| javax.faces.FacesException: Error calling action method of component with id taskform:transitionButton
| org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
| javax.faces.component.UICommand.broadcast(UICommand.java:106)
| javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
| javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
| org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
| org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
| javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
| org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:56)
| org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
| org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
| org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
|
| note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
|
Are Super States supported in jBPM 3.1.4? If yes can you see what is wrong with my process definition?
Kind regards, Petia
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083317#4083317
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083317
18 years, 7 months
[JBoss Seam] - ClassNotFoundException: org.jboss.seam.async.package-info
by wise_guybg
Hi,
I'm using Seam 2.0.0.B1 on JBoss AS 4.2.1.GA. Application built with IntelliJ IDEA 6.0.5.
Recently my application decided it doesn't want to deploy anymore. I would really appreciate if someone can give me an idea what can be wrong. Thanks.
Note:
I have removed all cache files I could think of, rebuilt the app, redeployed, made sure package-info.class is where it is supposed to be.
Seam says:
anonymous wrote : ...
| 17:21:47,989 INFO [ServletContextListener] Welcome to Seam 2.0.0.BETA1
| 17:21:48,395 INFO [Scanner] scanning: /D:/Work/IdeaProjects/ExamCenter/exploded/ExamCenter-EE.ear/lib/jboss-seam.jar
| 17:29:38,463 WARN [NamespaceScanner] Cannot load package Dinfo for org.jboss.seam.async
| ...
In the server.log there is:
anonymous wrote : ...
| 2007-09-12 10:35:43,477 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/async/package-info.class
| 2007-09-12 10:35:43,493 WARN [org.jboss.seam.deployment.NamespaceScanner] Cannot load package Dinfo for org.jboss.seam.async
| ...
Here is the problem:
anonymous wrote : 17:23:44,158 ERROR [STDERR] java.lang.ClassNotFoundException: org.jboss.seam.async.package-info
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.deployment.NamespaceScanner.getPackage(NamespaceScanner.java:75)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.deployment.NamespaceScanner.handleItem(NamespaceScanner.java:56)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.deployment.Scanner.handleArchive(Scanner.java:158)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.deployment.Scanner.scan(Scanner.java:132)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.deployment.NamespaceScanner.getPackages(NamespaceScanner.java:39)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.init.Initialization.addNamespaces(Initialization.java:732)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.init.Initialization.create(Initialization.java:83)
| 17:23:44,158 ERROR [STDERR] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.WebModule.startModule(WebModule.java:83)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.WebModule.startService(WebModule.java:61)
| 17:23:44,158 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| 17:23:44,158 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| 17:23:44,158 ERROR [STDERR] at $Proxy0.start(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| 17:23:44,158 ERROR [STDERR] at $Proxy45.start(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| 17:23:44,158 ERROR [STDERR] at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| 17:23:44,158 ERROR [STDERR] at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| 17:23:44,158 ERROR [STDERR] at $Proxy46.start(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| 17:23:44,158 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| 17:23:44,158 ERROR [STDERR] at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| 17:23:44,158 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 17:23:44,158 ERROR [STDERR] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:818)
| 17:23:44,158 ERROR [STDERR] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:419)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
| 17:23:44,158 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 17:23:44,158 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 17:23:44,158 ERROR [STDERR] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
| 17:23:44,158 ERROR [STDERR] at sun.rmi.transport.Transport$1.run(Transport.java:153)
| 17:23:44,158 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
| 17:23:44,158 ERROR [STDERR] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
| 17:23:44,158 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
| 17:23:44,158 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
| 17:23:44,158 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083314#4083314
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083314
18 years, 7 months