1 2 Previous Next 19 Replies Latest reply on Sep 29, 2011 7:07 AM by jaiyachandhiran

    Unable to deploy a bpmn process to jboss server.

    jaiyachandhiran

      Hi all,

       

                   I followed the steps specified in install.html file present inside the jbpm-installer folder. I ran ant install.demo and installed all the

                   components.And i ran ant start.demo to start.

                   The Sample Evalution process works fine for me. I logged in jbpm-console and saw the evalution process and start the new instance from

                     there. It all works fine.

       

                     Now My Problem is I just tried with one sample BPMN process and tried to deploy to jboss server. I am unable to do it.

                     Please help me out with creating a new BPMN process and deploying it in bpmn console.

                     Another thing i tried is I changed the evaluation process and then i went to jbpm console, now that itself gives error.

                     Please help me out. Is there any configuration files needed to be changed? Reply me back

        • 1. Re: Unable to deploy a bpmn process to jboss server.
          jaiyachandhiran

          Hi All

           

                   I dont know whether the members understood questions correctly.

                    How did the evaluation process alone shows up in bpel console and not any other process created by me.  Please provide me the step by step process for deploying bpel in bpel console.

           

           

          • 2. Re: Unable to deploy a bpmn process to jboss server.
            raviv123

            I do not know whether no one has done this kind of BPMN development in Jboss. Can someone really reply as it would help me also?

             

            Thanks,

            Ravi

            • 3. Re: Unable to deploy a bpmn process to jboss server.
              salaboy21

              Hi Guys,

              Can you describe the errors that you are getting? because it helps to the community members to detect the problem and it is easier to help when you describe the error that you are getting and the steps that you are following.

              I as developer recommend to start from the scratch creating a simple project to test your processes and then start using the toolings when you understand how all the pieces fit together.

              Cheers

              • 4. Re: Unable to deploy a bpmn process to jboss server.
                jaiyachandhiran

                Hi

                       I followed the steps present in install.html file present inside the jbpm-installer folder. Right Now i need to know the steps involved for deploying a bpmn process in bpmn console.

                Please provide me the steps needed to deploy.

                 

                 

                Thanks

                Jaiya

                    

                • 5. Re: Unable to deploy a bpmn process to jboss server.
                  swiderski.maciej

                  As far as I know, installer is setting up Guvnor and all processes comes from its repository. So the easiest way is to import your new process into default package of the Guvnor's repository and it should show up right after in the console.

                  Alternatively you could model your process directly in the designer that is embedded in the Guvnor, then save it and build a package, snapshot and .... off you go.

                   

                  HTH

                  • 6. Re: Unable to deploy a bpmn process to jboss server.
                    jaiyachandhiran

                    Hi

                     

                       I will explain the steps which i did

                    Before starting I changed the  value of "-Djbpm.console.directory" present in build.xml

                    Actual:

                    <arg value="-Djbpm.console.directory=${install.home}/workspace/evaluation/src/main/resources" />

                    Changed to:

                    <arg value="-Djbpm.console.directory=${install.home}/workspace/HelloJai/src/main/resources" />

                     

                    1) I ran ant start.demo which starts the H2 database, starts the JBOSS, starts the eclipse framework.

                    2) I logged in BPMN Console , I saw HelloWorld in the processes list , My Process Name is SampleJai.bpmn, Why its showing HelloWorld?

                    3) Once i tried to start a new instance , it throws the below error.

                     

                    [ERROR] <ul><li>URL: 'http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.bpmn.hello/new_instance'
                    <li>Action: 'org.jboss.bpm.console.client.process.StartNewInstanceAction'
                    <li>Exception: 'class com.google.gwt.http.client.RequestException'</ul>

                    HTTP 500: Unknown error
                    com.google.gwt.http.client.RequestException:
                    HTTP 500: Unknown error
                        at Unknown.qP(Unknown source:0)
                        at Unknown.gzc(Unknown source:0)
                        at Unknown.BO(Unknown source:0)
                        at Unknown.gP(Unknown source:0)
                        at Unknown.(Unknown source:0)
                        at Unknown.HA(Unknown source:0)
                        at Unknown.onreadystatechange(Unknown source:0)

                     

                         

                    Help me out,Am i missing some steps?

                     

                    Regards

                    Jaiya

                    • 7. Re: Unable to deploy a bpmn process to jboss server.
                      swiderski.maciej

                      Oh yeh, Guvnor is the first choice but when agent failed to initialize it will fall back to console directory to setup knowledge base.

                       

                      Regarding the name of the process displayed in the console it is probably because of name attribute of the process element in the bpmn contains such a value (HelloWorld).

                      About the error please have a look at JBoss logs to get the cause of the error.

                      • 8. Re: Unable to deploy a bpmn process to jboss server.
                        jaiyachandhiran

                        Hi

                        Thanks for ur reply

                         

                        once i start the jboss i saw a error in server.log,

                         

                        ERROR [STDERR] (main) SLF4J: Class path contains multiple SLF4J bindings.
                        ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/E:/Softwares/jbpm-5.0.0-installer-full/jbpm-installer/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]
                        ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/E:/Softwares/jbpm-5.0.0-installer-full/jbpm-installer/jboss-5.1.0.GA/server/default/deploy/jbpm-gwt-console.war/WEB-INF/lib/slf4j-log4j12-1.6.0.jar/org/slf4j/impl/StaticLoggerBinder.class]
                        ERROR [STDERR] (main) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
                        ERROR [STDERR] (main) log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
                        ERROR [STDERR] (main) log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
                        ERROR [STDERR] (main) log4j:ERROR [BaseClassLoader@1e95386{vfszip:/E:/Softwares/jbpm-5.0.0-installer-full/jbpm-installer/jboss-5.1.0.GA/server/default/deploy/jbpm-gwt-console.war/}] whereas object of type
                        ERROR [STDERR] (main) log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.bootstrap.NoAnnotationURLClassLoader@fe64b9].
                        ERROR [STDERR] (main) log4j:ERROR Could not instantiate appender named "FILE".

                         

                        and After that i logged in jbpm console and i refreshed the processes list , i got another error

                         

                        ERROR 20-09 14:19:22,214 (RepositoryServlet.java:doAuthorizedAction:99)   javax.jcr.PathNotFoundException: com.sample.bpmn.hello
                        org.drools.repository.RulesRepositoryException: javax.jcr.PathNotFoundException: com.sample.bpmn.hello
                        at org.drools.repository.PackageItem.loadAsset(PackageItem.java:652)
                        at org.drools.guvnor.server.files.FileManagerUtils.loadSourceAsset(FileManagerUtils.java:401)
                        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:22)
                        at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)

                         

                        Caused by: javax.jcr.PathNotFoundException: com.sample.bpmn.hello
                        at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2437)
                        at org.drools.repository.PackageItem.loadAsset(PackageItem.java:648)
                        ... 50 more

                         

                        ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/drools-guvnor].[PackageDeploymentServlet]] (http-localhost%2F127.0.0.1-8080-3) Servlet.service() for servlet PackageDeploymentServlet threw exception
                        javax.jcr.PathNotFoundException: com.sample.bpmn.hello

                        Is there any solution for this, Please reply

                         

                        regards

                        Jaiya

                         

                        • 9. Re: Unable to deploy a bpmn process to jboss server.
                          swiderski.maciej

                          Could you upload a complete log file from JBoss?!

                          It seems like it is trying to fetch process from Guvnor...

                          • 10. Re: Unable to deploy a bpmn process to jboss server.
                            jaiyachandhiran

                            Hi

                             

                            Sorry for the Late reply. I have attached the server.log file. Please reply me with the next steps i need to do.

                            • 11. Re: Unable to deploy a bpmn process to jboss server.
                              swiderski.maciej

                              Based on the log file seems like jBPM is looking for processes in Guvnor, so you have two choices:

                              1. import your process definition into Guvnor
                              2. remove guvnor application from the JBoss AS so jBPM will look for processes in the jbpm console directory
                              • 12. Re: Unable to deploy a bpmn process to jboss server.
                                jaiyachandhiran

                                Hi,

                                 

                                I add the bpmn file to Guvnor using eclipse. I right clicked the bpmn file and added to guvnor. Is this the right way? If not help me out with steps to remove the guvnor application from JBOSS AS.

                                 

                                The process definition means which file i need to import? Please help me out

                                • 13. Re: Unable to deploy a bpmn process to jboss server.
                                  swiderski.maciej

                                  Yes, that should be the right way to import you r bpmn files into Guvnor. If you would like to remove Guvnor from JBoss just delete the drools-guvnor.war file from deploy directory of your JBoss server.

                                   

                                  By process definition I mean bpmn file.

                                  • 14. Re: Unable to deploy a bpmn process to jboss server.
                                    jaiyachandhiran

                                    Hi,

                                     

                                    I removed the drools-guvnor.war file from E:\Softwares\jbpm-5.0.0-installer-full\jbpm-installer\jboss-5.1.0.GA\server\default\deploy the specified location.

                                     

                                    Now if i tried to login http://localhost:8080/drools-guvnor/ --> It tells

                                    HTTP Status 404 - /drools-guvnor/


                                    type Status report

                                    message /drools-guvnor/

                                    description The requested resource (/drools-guvnor/) is not available.


                                    JBoss Web/2.1.3.GA

                                     

                                    So i think the guvnor is removed successfully.

                                     

                                    But still i get error in server.log, Is there any other location or file needs to be deleted regarding guvnor? Reply me

                                     

                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) java.io.FileNotFoundException: http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST/com.sample.bpmn.hello.drl
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.net.URL.openStream(URL.java:1010)
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jbpm.integration.console.forms.AbstractFormDispatcher.getTemplate(AbstractFormDispatcher.java:100)
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jbpm.integration.console.forms.ProcessFormDispatcher.getDispatchUrl(ProcessFormDispatcher.java:30)
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jbpm.integration.console.forms.FormDispatcherComposite.getDispatchUrl(FormDispatcherComposite.java:41)
                                    2011-09-27 11:04:23,545 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.ProcessMgmtFacade.decorateProcessDefintions(ProcessMgmtFacade.java:138)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:123)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.lang.reflect.Method.invoke(Method.java:597)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                                    2011-09-27 11:04:23,561 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                                    2011-09-27 11:04:23,576 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.lang.Thread.run(Thread.java:619)
                                    2011-09-27 11:04:23,592 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-3) 11:04:23,592 INFO  [PluginMgr] Successfully loaded plugin 'org.jboss.bpm.console.server.plugin.GraphViewerPlugin': class org.jbpm.integration.console.graph.GraphViewerPluginImpl
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3) java.io.FileNotFoundException: http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST/com.sample.bpmn.hello-image.png
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.net.URL.openStream(URL.java:1010)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jbpm.integration.console.graph.GraphViewerPluginImpl.getDiagramURL(GraphViewerPluginImpl.java:255)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.ProcessMgmtFacade.decorateProcessDefintions(ProcessMgmtFacade.java:154)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:123)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.lang.reflect.Method.invoke(Method.java:597)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                                    2011-09-27 11:04:23,608 ERROR [STDERR] (http-localhost%2F127.0.0.1-8080-3)  at java.lang.Thread.run(Thread.java:619)

                                    1 2 Previous Next