[JBoss jBPM] - Re: Process image upload
by pieter.martin
Hi,
I our app we include the picture in the par file deploy it and then later extract it again.
Relevant code:
| graphSession.deployProcessDefinition(ProcessDefinition.parseParZipInputStream(new ZipInputStream(new ByteArrayInputStream(parFile))));
|
| Criteria query = ManagedJbpmContext.instance().getSession().createCriteria(ProcessDefinition.class);
| List<ProcessDefinition> anarchyProcessDefinitionList = query.list();
| for (ProcessDefinition process : anarchyProcessDefinitionList) {
| if (process.getName().equals(processInstance.getProcessDefinition().getName())) {
| FileDefinition fileDefinition = process.getFileDefinition();
| dribbleSvg = fileDefinition.getInputStream("processimage.svg");
| break;
| }
| }
|
Cheers
Pieter
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197951#4197951
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197951
17 years, 4 months
[Installation, Configuration & DEPLOYMENT] - JBoss - issue - Expecting "jsp:param" standard action with "
by darshanparekh
Hi,
I am facing a issue of Expecting "jsp:param" standard action with "name" and "value" attributes.
This issue is resolved only when i close the <jsp:forward> tag with "/" by removing the </jsp:forward> tag. Also i remove the comment tags given between the start <jsp:forward> tags and end <jsp:forward> tags.
But this works fine in weblogic.
Changing the normal standard jsp code according to JBoss servers should not be the ideal solution to this.
Is there any other configuration setup to be done to resolve the following error ?
Please send me the responses on this ASAP.
Thanks in advance.
10:23:21,143 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /tkt/searchandretrieve/findticketingdocuments.jsp(14,8) /tkt/searchandretrieve/inc_processfindticketingdocuments.jspf(963,12) Expecting "jsp:param" standard action with "name" and "value" attributes
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86)
at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339)
at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:372)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1556)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.unisys.trans.shared.security.container.service.ServletSentinel.doFilter(ServletSentinel.java:79)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
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.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
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:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
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:595)
10:23:21,143 ERROR [STDERR] Dec 22, 2008 10:23:21 AM org.apache.jsp._500error_jsp _jspService
FATAL: LOG_ID_7134 from org.apache.jsp._500error_jsp._jspService(_500error_jsp.java:332)
java.lang.Throwable
at com.unisys.trans.shared.util.logging.SharedLogger.getLogRecord(SharedLogger.java:400)
at com.unisys.trans.shared.util.logging.SharedLogger.processEvent(SharedLogger.java:340)
at com.unisys.trans.shared.util.logging.SharedLogger.log(SharedLogger.java:233)
at org.apache.jsp._500error_jsp._jspService(_500error_jsp.java:332)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:465)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:363)
at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:284)
at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:228)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:134)
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:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
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:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197932#4197932
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197932
17 years, 4 months
[Installation, Configuration & DEPLOYMENT] - Re: Facing Expecting
by darshanparekh
Hi,
I am facing a issue of Expecting "jsp:param" standard action with "name" and "value" attributes.
This issue is resolved only when i close the <jsp:forward> tag with "/" by removing the </jsp:forward> tag. Also i remove the comment tags given between the start <jsp:forward> tags and end <jsp:forward> tags.
But this works fine in weblogic.
Changing the normal standard jsp code according to JBoss servers should not be the ideal solution to this.
Is there any other configuration setup to be done to resolve the following error ?
Please send me the responses on this ASAP.
Thanks in advance.
10:23:21,143 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /tkt/searchandretrieve/findticketingdocuments.jsp(14,8) /tkt/searchandretrieve/inc_processfindticketingdocuments.jspf(963,12) Expecting "jsp:param" standard action with "name" and "value" attributes
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86)
at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339)
at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:372)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1556)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.unisys.trans.shared.security.container.service.ServletSentinel.doFilter(ServletSentinel.java:79)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
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.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
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:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
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:595)
10:23:21,143 ERROR [STDERR] Dec 22, 2008 10:23:21 AM org.apache.jsp._500error_jsp _jspService
FATAL: LOG_ID_7134 from org.apache.jsp._500error_jsp._jspService(_500error_jsp.java:332)
java.lang.Throwable
at com.unisys.trans.shared.util.logging.SharedLogger.getLogRecord(SharedLogger.java:400)
at com.unisys.trans.shared.util.logging.SharedLogger.processEvent(SharedLogger.java:340)
at com.unisys.trans.shared.util.logging.SharedLogger.log(SharedLogger.java:233)
at org.apache.jsp._500error_jsp._jspService(_500error_jsp.java:332)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:465)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:363)
at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:284)
at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:228)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:134)
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:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
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:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197927#4197927
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197927
17 years, 4 months
[JBoss Messaging] - Thread pool class supplied is not an object name
by svr.vin
Hi All
I am using JB-4.2.3.GA, JBMessaging-1.4.0.sp3 and JB Remoting.
anonymous wrote : in clustered environment each and every alternate message is failing.
anonymous wrote : that messages are retrieving by SocketSender instead of SocketReciever.
server and client both are in same machine, i am installed the JB-Messaging as per installation procedure provided along with the JBM.
Why every alternate message is failing, the following is the socket log file.
|
| 2008-12-22 15:51:29,765 INFO [Thread-2] - ALLBK Receiver: Receiving Message...
| 2008-12-22 15:51:29,765 DEBUG [Thread-2] - ALLBK Receiver: Message received : 0000ALLBK2008122290000402020081222155018200871ALLBKR_MCI
| 2008-12-22 15:51:29,765 INFO [Thread-2] - ALLBK Receiver : Secure API error Code : 0000
| 2008-12-22 15:51:29,765 INFO [Thread-2] - ALLBK Receiver: Message received via ctx : 1376, message : ALLBK20081222900004 of code : 020 and reason code :
| 2008-12-22 15:51:31,609 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - Creating semaphore with size 50
| 2008-12-22 15:51:31,625 DEBUG [Thread-2] - SocketClientInvoker[18825b3, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:51:33,140 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting maxPoolSize to 200
| 2008-12-22 15:51:33,140 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:33,140 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:33,140 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:33,156 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:51:33,156 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting maxPoolSize to 200
| 2008-12-22 15:51:33,156 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:33,171 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:33,171 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:33,171 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:51:33,171 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:51:33,171 DEBUG [Thread-2] - Creating semaphore with size 200
| 2008-12-22 15:51:33,187 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:51:33,343 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting maxPoolSize to 1
| 2008-12-22 15:51:33,343 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:33,343 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:33,359 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:33,359 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:51:33,359 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting maxPoolSize to 1
| 2008-12-22 15:51:33,359 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:33,375 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:33,375 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:33,375 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:51:33,375 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:51:33,390 DEBUG [Thread-2] - Creating semaphore with size 1
| 2008-12-22 15:51:33,390 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:51:33,406 DEBUG [Thread-2] - starting callback Connector: InvokerLocator [bisocket://172.118.23.117:7006288/callback?guid=4s3an39-kzuemz-fp0txhse-1-fp0txjbi-8&callbackServerProtocol=bisocket&callbackServerHost=172.118.23.117&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&datatype=jms&callbackServerPort=7006288&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&isCallbackServer=true]
| 2008-12-22 15:51:33,500 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] setting pingFrequency to 214748364
| 2008-12-22 15:51:33,500 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] setting pingWindowFactor to 10
| 2008-12-22 15:51:33,546 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
| 2008-12-22 15:51:33,562 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] created server socket factory javax.net.DefaultServerSocketFactory@d17ec3
| 2008-12-22 15:51:33,578 DEBUG [Thread-2] - org.jboss.remoting.transport.Connector@8a548b started
| 2008-12-22 15:51:33,609 DEBUG [Thread-2] - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) added client callback handler CallbackManager[18166e5] with session id of 4s3an39-kzuemz-fp0txhse-1-fp0txj39-4+4s3an39-kzuemz-fp0txhse-1-fp0txjgq-9 and callback handle object of null.
| 2008-12-22 15:51:33,609 DEBUG [Thread-2] - removed org.jboss.remoting.transport.local.LocalClientInvoker@18c74 from registry
| 2008-12-22 15:51:33,625 DEBUG [Thread-2] - getting secondary locator
| 2008-12-22 15:51:33,640 DEBUG [Thread-2] - secondary locator: InvokerLocator [null://127.0.0.1:34516/null]
| 2008-12-22 15:51:33,640 DEBUG [Thread-2] - creating control connection: InvokerLocator [null://127.0.0.1:34516/null]
| 2008-12-22 15:51:33,656 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] created control connection (4s3an39-kzuemz-fp0txhse-1-fp0txjgq-9): Socket[addr=/127.0.0.1,port=34516,localport=3055]
| 2008-12-22 15:51:34,000 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] created
| 2008-12-22 15:51:34,000 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] timeout: 1000
| 2008-12-22 15:51:34,000 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] ping retries: 1
| 2008-12-22 15:51:34,000 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] connection retries: null
| 2008-12-22 15:51:34,031 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:34,031 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:34,031 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:34,046 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:51:34,046 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:51:34,062 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:51:34,062 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:51:34,062 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:51:34,062 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:51:34,078 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:51:34,078 DEBUG [Thread-2] - ConnectionValidator[SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557], pingPeriod=2000 ms] started
| 2008-12-22 15:51:35,359 DEBUG [Thread-2] - removed SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:51:35,359 DEBUG [Thread-2] - SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:51:35,359 DEBUG [Thread-2] - ClientSocketWrapper[Socket[addr=/127.0.0.1,port=4557,localport=3054].19a0203] closing
| 2008-12-22 15:51:35,375 DEBUG [Thread-2] - ClientSocketWrapper[Socket[addr=/127.0.0.1,port=4557,localport=3053].e45b5e] closing
| 2008-12-22 15:51:35,375 DEBUG [Thread-2] - ConnectionValidator[SocketClientInvoker[1a4ded3, bisocket://127.0.0.1:4557], pingPeriod=2000 ms] stopped, returning true
| 2008-12-22 15:51:35,421 DEBUG [Thread-2] - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) removing client callback handler with session id of 4s3an39-kzuemz-fp0txhse-1-fp0txj39-4+4s3an39-kzuemz-fp0txhse-1-fp0txjgq-9.
| 2008-12-22 15:51:35,421 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] shutting down control connection: 4s3an39-kzuemz-fp0txhse-1-fp0txjgq-9
| 2008-12-22 15:51:35,421 DEBUG [Thread-2] - removed org.jboss.remoting.transport.local.LocalClientInvoker@e99681 from registry
| 2008-12-22 15:51:35,437 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] stopped
| 2008-12-22 15:51:35,437 DEBUG [Thread-2] - LeasePinger[SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557](4s3an39-kzuemz-fp0txhse-1-fp0txj3p-6)] setting disconnect timeout to: -1
| 2008-12-22 15:51:35,515 DEBUG [Thread-2] - removed SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:51:35,531 DEBUG [Thread-2] - SocketClientInvoker[1fd5e2, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:51:35,531 DEBUG [Thread-2] - ClientSocketWrapper[Socket[addr=/127.0.0.1,port=4557,localport=3056].1d32e45] closing
| 2008-12-22 15:51:35,531 DEBUG [Thread-2] - removed SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:51:35,531 DEBUG [Thread-2] - SocketClientInvoker[1be16f5, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:51:35,609 WARN [Thread-2] - ALLBK Receiver: Thread Status, : true
| 2008-12-22 15:52:37,671 DEBUG [WorkerThread#0[127.0.0.1:34516]] - Thread pool class supplied is not an object name.
| 2008-12-22 15:52:39,671 DEBUG [Thread-7] - Message retrieved from queue for message id ALLBK20081222900005, message code 020
| 2008-12-22 15:52:39,671 INFO [Thread-7] - ALLBK Sender: Sending Message... :
| 2008-12-22 15:52:39,671 ERROR [Thread-7] - ALLBK Sender: Process message failed... null
| 2008-12-22 15:53:25,734 INFO [Thread-2] - ALLBK Receiver: Receiving Message...
| 2008-12-22 15:53:25,734 DEBUG [Thread-2] - ALLBK Receiver: Message received : 0000ALLBK2008122290000602020081222155018200871ALLBKR_MCI IFTOS40000000600 Y
| 2008-12-22 15:53:25,734 INFO [Thread-2] - ALLBK Receiver : Secure API error Code : 0000
| 2008-12-22 15:53:25,734 INFO [Thread-2] - ALLBK Receiver: Message received via ctx : 1376, message : ALLBK20081222900006 of code : 020 and reason code :
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting maxPoolSize to 200
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting maxPoolSize to 200
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:25,812 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:53:25,828 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:53:25,828 DEBUG [Thread-2] - Creating semaphore with size 200
| 2008-12-22 15:53:25,828 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting maxPoolSize to 1
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting maxPoolSize to 1
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - Creating semaphore with size 1
| 2008-12-22 15:53:25,875 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:53:25,890 DEBUG [Thread-2] - starting callback Connector: InvokerLocator [bisocket://172.118.23.117:62682598/callback?guid=4s3an39-kzuemz-fp0txhse-1-fp0tzy43-i&callbackServerProtocol=bisocket&callbackServerHost=172.118.23.117&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&datatype=jms&callbackServerPort=62682598&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&isCallbackServer=true]
| 2008-12-22 15:53:25,890 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] setting pingFrequency to 214748364
| 2008-12-22 15:53:25,890 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] setting pingWindowFactor to 10
| 2008-12-22 15:53:25,937 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
| 2008-12-22 15:53:25,937 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] created server socket factory javax.net.DefaultServerSocketFactory@d17ec3
| 2008-12-22 15:53:25,937 DEBUG [Thread-2] - org.jboss.remoting.transport.Connector@c5aa00 started
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) added client callback handler CallbackManager[19ecd80] with session id of 4s3an39-kzuemz-fp0txhse-1-fp0tzy1h-e+4s3an39-kzuemz-fp0txhse-1-fp0tzy5t-j and callback handle object of null.
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - removed org.jboss.remoting.transport.local.LocalClientInvoker@b23d12 from registry
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - getting secondary locator
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - secondary locator: InvokerLocator [null://127.0.0.1:34516/null]
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - creating control connection: InvokerLocator [null://127.0.0.1:34516/null]
| 2008-12-22 15:53:25,953 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] created control connection (4s3an39-kzuemz-fp0txhse-1-fp0tzy5t-j): Socket[addr=/127.0.0.1,port=34516,localport=3068]
| 2008-12-22 15:53:25,984 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] created
| 2008-12-22 15:53:25,984 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] timeout: 1000
| 2008-12-22 15:53:25,984 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] ping retries: 1
| 2008-12-22 15:53:25,984 DEBUG [Thread-2] - ConnectionValidator[null, pingPeriod=2000 ms] connection retries: null
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] constructed
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting shouldCheckConnection to false
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] setting timeout to 0
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - Setting ping frequency to: 214748364
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] connecting
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - Creating semaphore with size 50
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] connected
| 2008-12-22 15:53:26,015 DEBUG [Thread-2] - ConnectionValidator[SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557], pingPeriod=2000 ms] started
| 2008-12-22 15:53:26,109 DEBUG [Thread-2] - removed SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:53:26,109 DEBUG [Thread-2] - SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:53:26,109 DEBUG [Thread-2] - ClientSocketWrapper[Socket[addr=/127.0.0.1,port=4557,localport=3067].1db484d] closing
| 2008-12-22 15:53:26,109 DEBUG [Thread-2] - ConnectionValidator[SocketClientInvoker[16eb6bc, bisocket://127.0.0.1:4557], pingPeriod=2000 ms] stopped, returning true
| 2008-12-22 15:53:26,125 DEBUG [Thread-2] - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) removing client callback handler with session id of 4s3an39-kzuemz-fp0txhse-1-fp0tzy1h-e+4s3an39-kzuemz-fp0txhse-1-fp0tzy5t-j.
| 2008-12-22 15:53:26,125 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] shutting down control connection: 4s3an39-kzuemz-fp0txhse-1-fp0tzy5t-j
| 2008-12-22 15:53:26,125 DEBUG [Thread-2] - removed org.jboss.remoting.transport.local.LocalClientInvoker@19a37a from registry
| 2008-12-22 15:53:26,125 DEBUG [Thread-2] - SocketServerInvoker[UNINITIALIZED] stopped
| 2008-12-22 15:53:26,125 DEBUG [Thread-2] - LeasePinger[SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557](4s3an39-kzuemz-fp0txhse-1-fp0tzy1h-g)] setting disconnect timeout to: -1
| 2008-12-22 15:53:26,140 DEBUG [Thread-2] - removed SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:53:26,140 DEBUG [Thread-2] - SocketClientInvoker[35bb0f, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:53:26,140 DEBUG [Thread-2] - ClientSocketWrapper[Socket[addr=/127.0.0.1,port=4557,localport=3069].120dbf3] closing
| 2008-12-22 15:53:26,140 DEBUG [Thread-2] - removed SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] from registry
| 2008-12-22 15:53:26,140 DEBUG [Thread-2] - SocketClientInvoker[9903f4, bisocket://127.0.0.1:4557] disconnecting ...
| 2008-12-22 15:53:26,203 WARN [Thread-2] - ALLBK Receiver: Thread Status, : true
thanks in adv.
Srinivas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197925#4197925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197925
17 years, 4 months