[jBPM Users] - Re: JBpm 4.1 and Tomcat
by sebastian.s
Unjar the Axis2 war-file and remove all the jars from the lib-folder which are not in the following list:
| activation-1.1.jar
| antlr-2.7.7.jar
| axiom-api-1.2.8.jar
| axiom-dom-1.2.8.jar
| axiom-impl-1.2.8.jar
| axis2-adb-1.5.jar
| axis2-adb-codegen-1.5.jar
| axis2-codegen-1.5.jar
| axis2-corba-1.5.jar
| axis2-fastinfoset-1.5.jar
| axis2-java2wsdl-1.5.jar
| axis2-jaxbri-1.5.jar
| axis2-jaxws-1.5.jar
| axis2-jibx-1.5.jar
| axis2-json-1.5.jar
| axis2-kernel-1.5.jar
| axis2-metadata-1.5.jar
| axis2-mtompolicy-1.5.jar
| axis2-saaj-1.5.jar
| axis2-spring-1.5.jar
| axis2-transport-http-1.5.jar
| axis2-transport-local-1.5.jar
| axis2-xmlbeans-1.5.jar
| bcel-5.1.jar
| commons-codec-1.3.jar
| commons-fileupload-1.2.jar
| commons-httpclient-3.1.jar
| commons-io-1.4.jar
| commons-logging-1.1.1.jar
| geronimo-activation_1.1_spec-1.0.1.jar
| geronimo-annotation_1.0_spec-1.1.jar
| geronimo-javamail_1.4_spec-1.6.jar
| geronimo-jaxws_2.1_spec-1.0.jar
| geronimo-jta_1.1_spec-1.1.jar
| geronimo-saaj_1.3_spec-1.0.1.jar
| geronimo-stax-api_1.0_spec-1.0.1.jar
| geronimo-ws-metadata_2.0_spec-1.1.2.jar
| httpcore-4.0.jar
| icu4j-2.6.1.jar
| jaxb-api-2.1.jar
| jaxb-impl-2.1.7.jar
| jaxb-xjc-2.1.7.jar
| jaxen-1.1.1.jar
| jdom-1.0.jar
| jettison-1.0-RC2.jar
| jibx-bind-1.2.1.jar
| jibx-run-1.2.1.jar
| log4j-1.2.15.jar
| mail-1.4.jar
| mex-1.5-impl.jar
| neethi-2.0.4.jar
| soapmonitor-1.5.jar
| woden-api-1.0M8.jar
| woden-impl-dom-1.0M8.jar
| wsdl4j-1.6.2.jar
| wstx-asl-3.2.4.jar
| xalan-2.7.0.jar
| xml-resolver-1.2.jar
| xmlbeans-2.3.0.jar
| XmlSchema-1.4.3.jar
| xom-1.0.jar
|
Then create a new .war-File and deploy it.
P.S.: Hope this is the correct list.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257295#4257295
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257295
16 years, 7 months
[jBPM Users] - Violation of unique constraint with two splits (JBPM-2553)
by Alkero
Tow split steps with two identical transition names cause a violation of unique constraint in JBPM4_EXECUTION table.
Process Definition:
<?xml version="1.0" encoding="UTF-8"?>
| <process key="test" name="test" xmlns="http://jbpm.org/4.0/jpdl">
| <start g="82,38,41,27" name="start1">
| <transition g="-43,-18" name="to fork1" to="fork1"/>
| </start>
| <fork g="79,112,25,20" name="fork1">
| <transition name="to task1" to="task1" g="-44,-18"/>
| <transition name="to task2" to="task2" g="-44,-18"/>
| </fork>
| <fork g="88,263,65,27" name="fork2">
| <transition name="to task1" to="task4" g="-44,-18"/>
| <transition name="to task3" to="task3" g="-44,-18"/>
| </fork>
| <task assignee="test" name="task1" g="75,189,60,42">
| <transition name="to fork2" to="fork2" g="-43,-18"/>
| </task>
| <task name="task2" g="163,117,61,31"/>
| <task name="task3" g="189,268,59,37"/>
| <task name="task4" g="93,340,52,40"/>
| </process>
|
Test code:
| ProcessEngine processEngine = Configuration.getProcessEngine();
| RepositoryService repositoryService = (RepositoryService) processEngine.get(RepositoryService.class);
| String deploymentId = repositoryService
| .createDeployment()
| .addResourceFromClasspath("test.jpdl.xml")
| .deploy();
| Execution execution = processEngine.getExecutionService().startProcessInstanceByKey("test");
| Task task = (Task)processEngine.getTaskService().findPersonalTasks("test").get(0);
| processEngine.getTaskService().completeTask(task.getId(),"to fork2");
|
Exception:
| Caused by: java.sql.SQLException: Violation of unique constraint $$: duplicate value(s) for column(s) $$: SYS_CT_970 in statement [update JBPM4_EXECUTION set DBVERSION_=?, ACTIVITYNAME_=?, PROCDEFID_=?, HASVARS_=?, NAME_=?, KEY_=?, ID_=?, STATE_=?, SUSPHISTSTATE_=?, PRIORITY_=?, HISACTINST_=?, PARENT_=?, INSTANCE_=?, SUPEREXEC_=?, SUBPROCINST_=? where DBID_=? and DBVERSION_=?]
| at org.hsqldb.jdbc.Util.throwError(Unknown Source)
| at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)
| at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2435)
| ... 39 more
|
The related jira issue was closed by Ronald but I don't understand why the process definition is indicated as invalid...?
http://jira.jboss.org/jira/browse/JBPM-2553
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257282#4257282
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257282
16 years, 7 months
[JBoss Messaging Users] - Re: Local Port in JBoss Messaging
by mrkmrk
By the way I'm unable to make it work even if start the setup without a firewall between. As soon as I enable secondaryBindPort and secondaryConnectPort on the JMS server, the setup fails:
Here is the log:
| 2009-09-28 11:12:57,398 DEBUG [org.jboss.remoting.Client] Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6].connect(ConsolidatedListener(UNINITIALIZED))
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting maxPoolSize to 200
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] constructed
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting maxPoolSize to 200
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] Setting ping frequency to: 214748364
| 2009-09-28 11:12:57,413 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] connecting
| 2009-09-28 11:12:57,414 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] Creating semaphore with size 200
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] added new pool ([]) as ServerAddress[10.44.41.61:4557, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=200]
| 2009-09-28 11:12:57,414 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] connected
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.Client] Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] enableLease: true
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.Client] Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] calling MicroRemoteClientInvoker.establishLease()
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] sending initial lease ping to server to determine if server has leasing enabled.
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] initiating lease for leasePingerId 5c4o13w-3h0dq-g05023zr-1-g0504qiu-9
| 2009-09-28 11:12:57,414 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](1) invoking InvocationRequest[26b12ba3, $PING$]
| 2009-09-28 11:12:57,415 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] obtained semaphore: 199
| 2009-09-28 11:12:57,415 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] creating socket
| 2009-09-28 11:12:57,417 INFO [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/admin-1.34-SNAPSHOT.ear/admin-webapp-1.34-SNAPSHOT.war/
| 2009-09-28 11:12:57,440 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] created socket: Socket[addr=/10.44.41.61,port=4557,localport=52114]
| 2009-09-28 11:12:57,440 TRACE [org.jboss.remoting.transport.socket.SocketWrapper] constructing org.jboss.jms.client.remoting.ClientSocketWrapper instance for Socket[addr=/10.44.41.61,port=4557,localport=52114], using timeout 0
| 2009-09-28 11:12:57,440 TRACE [org.jboss.remoting.transport.socket.SocketWrapper] ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522] setting timeout to 0
| 2009-09-28 11:12:57,440 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing version 22 on output stream
| 2009-09-28 11:12:57,440 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing invocation to marshaller
| 2009-09-28 11:12:57,442 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] done writing invocation to marshaller
| 2009-09-28 11:12:57,442 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading version from input stream
| 2009-09-28 11:12:57,470 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] read version 22 from input stream
| 2009-09-28 11:12:57,470 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading response from unmarshaller
| 2009-09-28 11:12:57,476 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] returned ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522] to pool
| 2009-09-28 11:12:57,476 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] released semaphore: 200
| 2009-09-28 11:12:57,476 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received response InvocationResponse[26c9af95, InvocationResponse[3267318, true]]
| 2009-09-28 11:12:57,476 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received InvocationResponse so going to return response's return value of InvocationResponse[3267318, true]
| 2009-09-28 11:12:57,476 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] server does have leasing enabled (with default lease period of 10000) and will start a new lease pinger.
| 2009-09-28 11:12:57,478 TRACE [org.jboss.remoting.LeasePinger] LeasePinger[5c4o13w-3h0dq-g05023zr-1-g0504qiu-9:SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](5c4o13w-3h0dq-g05023zr-1-g0504qie-8)] adding new client with session ID 5c4o13w-3h0dq-g05023zr-1-g0504qi9-6 and lease period 10000
| 2009-09-28 11:12:57,482 TRACE [org.jboss.remoting.LeasePinger] LeasePinger[5c4o13w-3h0dq-g05023zr-1-g0504qiu-9:SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](5c4o13w-3h0dq-g05023zr-1-g0504qie-8)] sending ping to server. Currently managing lease for following clients:
| 5c4o13w-3h0dq-g05023zr-1-g0504qi9-6
|
| 2009-09-28 11:12:57,483 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](1) invoking InvocationRequest[31ffc182, $PING$]
| 2009-09-28 11:12:57,483 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] obtained semaphore: 199
| 2009-09-28 11:12:57,483 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reusing pooled connection: ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522]
| 2009-09-28 11:12:57,483 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing version 22 on output stream
| 2009-09-28 11:12:57,483 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing invocation to marshaller
| 2009-09-28 11:12:57,487 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] done writing invocation to marshaller
| 2009-09-28 11:12:57,487 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading version from input stream
| 2009-09-28 11:12:57,521 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] read version 22 from input stream
| 2009-09-28 11:12:57,521 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading response from unmarshaller
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] returned ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522] to pool
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] released semaphore: 200
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received response InvocationResponse[6aadb91b, InvocationResponse[3353d254, true]]
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received InvocationResponse so going to return response's return value of InvocationResponse[3353d254, true]
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.LeasePinger] LeasePinger[5c4o13w-3h0dq-g05023zr-1-g0504qiu-9:SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](5c4o13w-3h0dq-g05023zr-1-g0504qie-8)] successfully pinged the server
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.LeasePinger] LeasePinger[5c4o13w-3h0dq-g05023zr-1-g0504qiu-9:SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](5c4o13w-3h0dq-g05023zr-1-g0504qie-8)] starting lease timer with ping period of 10000
| 2009-09-28 11:12:57,522 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557]: client = Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6], listener = ConsolidatedListener(UNINITIALIZED)
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=2000 ms] InvokerLocator: InvokerLocator [bisocket://AMISQL02:4557/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&failureDisconnectTimeout=0&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat&useClientConnectionIdentity=true&validatorPingPeriod=10000&validatorPingTimeout=5000]
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=2000 ms] "failureDisconnectTimeout" set to null
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms] InvokerLocator: InvokerLocator [bisocket://AMISQL02:4557/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&failureDisconnectTimeout=0&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat&useClientConnectionIdentity=true&validatorPingPeriod=10000&validatorPingTimeout=5000]
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms] "failureDisconnectTimeout" set to 0
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms] setting failureDisconnectTimeout to 0
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms]: sharedInvoker = SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557], leasePinger = LeasePinger[5c4o13w-3h0dq-g05023zr-1-g0504qiu-9:SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](5c4o13w-3h0dq-g05023zr-1-g0504qie-8)]
| 2009-09-28 11:12:57,529 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms] created
| 2009-09-28 11:12:57,529 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms] added ConnectionListener: ConsolidatedListener(UNINITIALIZED) for Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6]
| 2009-09-28 11:12:57,529 TRACE [org.jboss.remoting.ConnectionValidator] config timeout: null
| 2009-09-28 11:12:57,530 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms]: pingPeriod: 10000
| 2009-09-28 11:12:57,530 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms]: pingTimeout: 5000
| 2009-09-28 11:12:57,530 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:null, pingPeriod=10000 ms]: ping retries: 1
| 2009-09-28 11:12:57,558 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting maxPoolSize to 200
| 2009-09-28 11:12:57,558 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,558 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,558 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] constructed
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting maxPoolSize to 200
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] Setting ping frequency to: 214748364
| 2009-09-28 11:12:57,559 TRACE [org.jboss.remoting.ConnectionValidator] inner client invoker not connected, connecting ...
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] connecting
| 2009-09-28 11:12:57,559 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] using pool ([ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522]]) already defined for ServerAddress[10.44.41.61:4557, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=200]
| 2009-09-28 11:12:57,559 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[46828972, bisocket://AMISQL02:4557] connected
| 2009-09-28 11:12:57,560 DEBUG [org.jboss.remoting.ConnectionValidator] ConnectionValidator[618257c2:SocketClientInvoker[46828972, bisocket://AMISQL02:4557], pingPeriod=10000 ms] started
| 2009-09-28 11:12:57,561 DEBUG [org.jboss.remoting.Client] Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6]: created ConnectionValidator[618257c2:SocketClientInvoker[46828972, bisocket://AMISQL02:4557], pingPeriod=10000 ms]
| 2009-09-28 11:12:57,561 DEBUG [org.jboss.remoting.Client] Client[343601588:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] connected to InvokerLocator [bisocket://AMISQL02:4557/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&failureDisconnectTimeout=0&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat&useClientConnectionIdentity=true&validatorPingPeriod=10000&validatorPingTimeout=5000]
| 2009-09-28 11:12:57,561 DEBUG [org.jboss.remoting.Client] Client[493230442:5c4o13w-3h0dq-g05023zr-1-g0504qi9-7].connect(null)
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting maxPoolSize to 1
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] constructed
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting maxPoolSize to 1
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting shouldCheckConnection to false
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] setting timeout to 0
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] Setting ping frequency to: 214748364
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] connecting
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] Creating semaphore with size 1
| 2009-09-28 11:12:57,565 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] added new pool ([]) as ServerAddress[10.44.41.61:4557, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=1]
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[16433db4, bisocket://AMISQL02:4557] connected
| 2009-09-28 11:12:57,565 TRACE [org.jboss.remoting.Client] Client[493230442:5c4o13w-3h0dq-g05023zr-1-g0504qi9-7] enableLease: false
| 2009-09-28 11:12:57,565 DEBUG [org.jboss.remoting.Client] Client[493230442:5c4o13w-3h0dq-g05023zr-1-g0504qi9-7] connected to InvokerLocator [bisocket://AMISQL02:4557/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&failureDisconnectTimeout=0&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat&useClientConnectionIdentity=true&validatorPingPeriod=10000&validatorPingTimeout=5000]
| 2009-09-28 11:12:57,566 DEBUG [org.jboss.remoting.Client] starting callback Connector: InvokerLocator [bisocket://192.168.1.140:2111826720/callback?guid=5c4o13w-3h0dq-g05023zr-1-g0504qn1-c&callbackServerProtocol=bisocket&callbackServerHost=192.168.1.140&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&datatype=jms&callbackServerPort=2111826720&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&isCallbackServer=true]
| 2009-09-28 11:12:57,566 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] SocketServerInvoker[UNINITIALIZED] setting pingFrequency to 214748364
| 2009-09-28 11:12:57,566 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] SocketServerInvoker[UNINITIALIZED] setting pingWindowFactor to 10
| 2009-09-28 11:12:57,592 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
| 2009-09-28 11:12:57,592 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] created server socket factory javax.net.DefaultServerSocketFactory@22e38fca
| 2009-09-28 11:12:57,603 DEBUG [org.jboss.remoting.transport.Connector] org.jboss.remoting.transport.Connector@8ad88d6 started
| 2009-09-28 11:12:57,610 DEBUG [org.jboss.remoting.Client] Client[1895304836:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6].connect(null)
| 2009-09-28 11:12:57,610 DEBUG [org.jboss.remoting.Client] Client[1895304836:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] connected to InvokerLocator [bisocket://192.168.1.140:2111826720/callback?callbackServerHost=192.168.1.140&callbackServerPort=2111826720&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=5c4o13w-3h0dq-g05023zr-1-g0504qn1-c&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper]
| 2009-09-28 11:12:57,610 TRACE [org.jboss.remoting.transport.local.LocalClientInvoker] Using local client invoker for invocation.
| 2009-09-28 11:12:57,611 TRACE [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] received InternalInvocation[2d81360d]
| 2009-09-28 11:12:57,611 TRACE [org.jboss.remoting.ServerInvoker] handling InternalInvocation where method name = addClientListener
| 2009-09-28 11:12:57,627 DEBUG [org.jboss.remoting.ServerInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) added client callback handler CallbackManager[1887ffd7] with session id of 5c4o13w-3h0dq-g05023zr-1-g0504qi9-6+5c4o13w-3h0dq-g05023zr-1-g0504qoa-d and callback handle object of null.
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] successfully dispatched invocation, returning null from subsystem 'JMS' to client 5c4o13w-3h0dq-g05023zr-1-g0504qi9-6
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.Client] Client[1895304836:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] entering disconnect()
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.InvokerRegistry] destroying client invoker InvokerLocator [bisocket://192.168.1.140:2111826720/callback?callbackServerHost=192.168.1.140&callbackServerPort=2111826720&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=5c4o13w-3h0dq-g05023zr-1-g0504qn1-c&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper], config {}
| 2009-09-28 11:12:57,627 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@105a1a81 from registry
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.InvokerRegistry] disconnecting org.jboss.remoting.transport.local.LocalClientInvoker@105a1a81
| 2009-09-28 11:12:57,627 DEBUG [org.jboss.remoting.Client] Client[1895304836:5c4o13w-3h0dq-g05023zr-1-g0504qi9-6] is disconnected
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](1) invoking InvocationRequest[b82138a, JMS, InternalInvocation[8d0ceed]]
| 2009-09-28 11:12:57,627 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] getting secondary locator
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557](1) invoking InvocationRequest[44c12e20, InternalInvocation[66bb5a23]]
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] obtained semaphore: 199
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reusing pooled connection: ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522]
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing version 22 on output stream
| 2009-09-28 11:12:57,627 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] writing invocation to marshaller
| 2009-09-28 11:12:57,628 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] done writing invocation to marshaller
| 2009-09-28 11:12:57,628 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading version from input stream
| 2009-09-28 11:12:57,638 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] read version 22 from input stream
| 2009-09-28 11:12:57,638 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] reading response from unmarshaller
| 2009-09-28 11:12:57,645 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] returned ClientSocketWrapper[Socket[addr=/10.44.41.61,port=4557,localport=52114].752bb522] to pool
| 2009-09-28 11:12:57,645 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] released semaphore: 200
| 2009-09-28 11:12:57,645 TRACE [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received response InvocationResponse[2eca0e67, InvokerLocator [null://AMISQL02:45590/null]]
| 2009-09-28 11:12:57,645 TRACE [org.jboss.remoting.MicroRemoteClientInvoker] SocketClientInvoker[536cf1d3, bisocket://AMISQL02:4557] received InvocationResponse so going to return response's return value of InvokerLocator [null://AMISQL02:45590/null]
| 2009-09-28 11:12:57,647 DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker] secondary locator: InvokerLocator [null://AMISQL02:45590/null]
| 2009-09-28 11:12:57,647 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] creating control connection: InvokerLocator [null://AMISQL02:45590/null]
| 2009-09-28 11:12:57,728 INFO [org.apache.struts.util.PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
| 2009-09-28 11:12:57,729 INFO [org.apache.struts.util.PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
| 2009-09-28 11:12:58,699 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] Error creating a control socket
| java.net.ConnectException: Connection refused: connect
| at java.net.PlainSocketImpl.socketConnect(Native Method)
| at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
| at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
| at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
| at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
| at java.net.Socket.connect(Socket.java:525)
| at java.net.Socket.connect(Socket.java:475)
| at java.net.Socket.<init>(Socket.java:372)
| at java.net.Socket.<init>(Socket.java:186)
| at org.jboss.remoting.transport.bisocket.BisocketServerInvoker.createControlConnection(BisocketServerInvoker.java:260)
| at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:411)
| at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:141)
| at org.jboss.remoting.Client.invoke(Client.java:1858)
| at org.jboss.remoting.Client.addCallbackListener(Client.java:1927)
| at org.jboss.remoting.Client.addListener(Client.java:1090)
| at org.jboss.jms.client.remoting.JMSRemotingConnection.addInvokerCallbackHandler(JMSRemotingConnection.java:259)
| at org.jboss.jms.client.remoting.JMSRemotingConnection.start(JMSRemotingConnection.java:388)
| at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:165)
| at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java)
| at org.jboss.jms.client.container.StateCreationAspect.handleCreateConnectionDelegate(StateCreationAspect.java:80)
| at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect0.invoke(StateCreationAspect0.java)
| at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java)
| at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createConnectionDelegate(ClientConnectionFactoryDelegate.java)
| at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:205)
| at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:87)
| at dk.autocom.lib.jms.ConsumerService.initConnectionInt(ConsumerService.java:120)
| at dk.autocom.lib.jms.ConsumerService.initConnection(ConsumerService.java:70)
| at dk.autocom.lib.jms.ConsumerService.<init>(ConsumerService.java:58)
| at dk.autocom.trading.core.services.AxPollConsumerService.<init>(AxPollConsumerService.java:17)
| at dk.autocom.trading.core.services.AxPollConsumerService.init(AxPollConsumerService.java:25)
| at dk.autocom.trading.core.services.AdminTradingService$1.run(AdminTradingService.java:255)
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
| at java.util.concurrent.FutureTask.run(FutureTask.java:138)
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
| at java.lang.Thread.run(Thread.java:619)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257280#4257280
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257280
16 years, 7 months