• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I/0 exception in WebSphere 7.0

 
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using websphere7.0 and i see this error in the logs

please tell me what is the problem

[6/21/11 21:05:06:957 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/21/11 21:05:06:957 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request

thanks in advance

Ricky
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It means that something is trying to make an HTTP connection to a host somewhere, and that host isn't responding to the request.

That could be because there is really no web server listening wherever that something is trying to connect to, or it could mean that there is a firewall or some other network configuration preventing the connection from being made.
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please tell me how to resolve this?
 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure. Find the code which is doing it, for a start. What you posted is the first part of a stack trace which should help you identify the actual application code which you need to look at. (And it will be application code -- Websphere doesn't have any reason to connect to HTTP servers itself so it must be an application.)

Once you have that code, identify the server which it is trying to connect to. Then use what I said in my earlier post to find the problem.
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using the vendor code (code is not ours)

Do you mean this is not the problem with WebSphere?

Is the problem with vendor code?
 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wouldn't make any such statement based on only two lines of a stack trace. That would just be a wild guess. Let's see the stack trace.
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Those are the only two lines related to error and rest are normal logs without any error like

[6/21/11 23:03:14:421 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35605,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=79
[6/21/11 23:03:14:422 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35606,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:03:14:502 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35607,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:03:14:502 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35608,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:03:14:582 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35609,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:03:14:583 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35610,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:03:14:663 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35611,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:03:14:666 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35612,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.cleanup() elapsed=0
[6/21/11 23:03:14:667 GMT] 0000001e PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=35575,event=1 type=URI detail=/appletc/homePage.htm elapsed=1395

 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The stack trace should be the next 20 to 50 lines below the two you posted.
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[6/21/11 23:58:31:352 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/21/11 23:58:31:352 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:00:17:241 GMT] 00000024 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 0:00:17:242 GMT] 00000024 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 0:01:32:072 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:01:32:072 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:02:47:077 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:02:47:077 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:04:02:078 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:04:02:078 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:05:46:621 GMT] 00000036 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 0:05:46:622 GMT] 00000036 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 0:07:01:335 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:07:01:335 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:08:16:340 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:08:16:340 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:09:31:356 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 0:09:31:357 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 0:32:17:437 GMT] 00000005 TypedSessionR W com.mitratech.teamconnect.authentication.session.TypedSessionRegistry onApplicationEvent Session destroyed event with no user attached
[6/22/11 0:52:36:535 GMT] 00000127 webcontainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle /favicon.ico has not been defined.
[6/22/11 1:05:25:524 GMT] 00000014 TypedSessionR W com.mitratech.teamconnect.authentication.session.TypedSessionRegistry onApplicationEvent Session destroyed event with no user attached
[6/22/11 1:10:53:025 GMT] 00000028 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 1:10:53:025 GMT] 00000028 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 1:12:07:911 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:12:07:912 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:13:22:916 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:13:22:917 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:14:37:917 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:14:37:917 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:16:23:624 GMT] 0000002d HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 1:16:23:625 GMT] 0000002d HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 1:17:38:456 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:17:38:456 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:18:53:459 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:18:53:459 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:20:08:475 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:20:08:475 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:22:43:647 GMT] 00000012 JobStoreTX I org.quartz.impl.jdbcjobstore.JobStoreSupport recoverMisfiredJobs Handling 1 trigger(s) that missed their scheduled fire-time.
[6/22/11 1:27:46:906 GMT] 0000002e HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 1:27:46:906 GMT] 0000002e HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 1:29:01:736 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:29:01:736 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:30:16:747 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:30:16:748 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:31:31:818 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:31:31:818 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:33:21:001 GMT] 0000002f HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 1:33:21:002 GMT] 0000002f HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 1:34:35:850 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:34:35:851 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:35:50:854 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:35:50:854 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:37:05:861 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:37:05:861 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:39:43:691 GMT] 00000012 JobStoreTX I org.quartz.impl.jdbcjobstore.JobStoreSupport recoverMisfiredJobs Handling 1 trigger(s) that missed their scheduled fire-time.
[6/22/11 1:44:46:965 GMT] 00000030 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 1:44:46:966 GMT] 00000030 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 1:46:01:508 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:46:01:509 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:47:16:510 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:47:16:511 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 1:48:31:512 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 1:48:31:513 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:49:53:857 GMT] 00000031 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 2:49:53:858 GMT] 00000031 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 2:51:08:373 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:51:08:373 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:52:23:376 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:52:23:376 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:53:38:399 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:53:38:399 GMT] 00000031 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:55:23:962 GMT] 00000033 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 2:55:23:962 GMT] 00000033 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 2:56:38:497 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:56:38:498 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:57:53:578 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:57:53:578 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 2:59:08:578 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 2:59:08:579 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:00:53:618 GMT] 00000034 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 3:00:53:618 GMT] 00000034 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 3:02:08:220 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:02:08:220 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:03:23:269 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:03:23:270 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:04:38:274 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:04:38:274 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:06:07:834 GMT] 00000014 TypedSessionR W com.mitratech.teamconnect.authentication.session.TypedSessionRegistry onApplicationEvent Session destroyed event with no user attached
[6/22/11 3:06:43:892 GMT] 00000012 JobStoreTX I org.quartz.impl.jdbcjobstore.JobStoreSupport recoverMisfiredJobs Handling 1 trigger(s) that missed their scheduled fire-time.
[6/22/11 3:11:47:144 GMT] 00000024 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 3:11:47:145 GMT] 00000024 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 3:13:01:961 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:13:01:962 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:14:17:062 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:14:17:063 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:15:32:065 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:15:32:066 GMT] 00000024 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:17:17:663 GMT] 00000036 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 3:17:17:664 GMT] 00000036 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 3:18:32:281 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:18:32:281 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:19:47:282 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:19:47:282 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 3:21:02:341 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 3:21:02:342 GMT] 00000036 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:22:22:900 GMT] 00000028 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 4:22:22:901 GMT] 00000028 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 4:23:37:871 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:23:37:872 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:24:52:941 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:24:52:941 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:26:08:081 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:26:08:081 GMT] 00000028 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:27:57:401 GMT] 0000002d HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 4:27:57:402 GMT] 0000002d HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 4:29:12:990 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:29:12:990 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:30:28:701 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:30:28:701 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:31:43:991 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:31:43:991 GMT] 0000002d HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:33:44:077 GMT] 00000012 JobStoreTX I org.quartz.impl.jdbcjobstore.JobStoreSupport recoverMisfiredJobs Handling 1 trigger(s) that missed their scheduled fire-time.
[6/22/11 4:38:47:293 GMT] 0000002e HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 4:38:47:294 GMT] 0000002e HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 4:40:01:942 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:40:01:942 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:41:17:063 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:41:17:063 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:42:32:244 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:42:32:244 GMT] 0000002e HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:44:15:911 GMT] 0000002f HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 4:44:15:911 GMT] 0000002f HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 4:45:31:023 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:45:31:024 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:46:46:045 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:46:46:046 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:48:01:055 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:48:01:056 GMT] 0000002f HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:49:44:330 GMT] 00000030 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth getSocketTimeoutInMinute collaborati.connection.readTimeout=60
[6/22/11 4:49:44:330 GMT] 00000030 HttpInvokerPr I com.mitratech.collaborati.remote.httpInvoker.HttpInvokerProxyFactoryBeanWithAuth invoke starting Collaborati remote method invocation, client: username, method name: getClient
[6/22/11 4:50:59:062 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:50:59:062 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:52:14:169 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:52:14:169 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 4:53:29:094 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 4:53:29:095 GMT] 00000030 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[6/21/11 23:56:32:552 GMT] 0000001d BaseMultiActi W com.mitratech.teamconnect.webui.spring.BaseMultiActionController setHelpURL missing help topic mapping key: objdef.CONT.objectview.AppleContactView.tab.General
[6/21/11 23:56:32:562 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27270,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27270,event=1 type=URI detail=/appletc/contactView.htm elapsed=663
[6/21/11 23:57:16:132 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/21/11 23:57:16:132 GMT] 00000034 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/21/11 23:58:08:911 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2171,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:08:912 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2172,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:08:912 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2173,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:08:993 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2174,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=81
[6/21/11 23:58:08:993 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2175,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:074 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2176,event=1 type=JDBC detail=java.sql.PreparedStatement.executeUpdate() elapsed=80
[6/21/11 23:58:09:165 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2177,event=1 type=JDBC detail=java.sql.Connection.commit() elapsed=90
[6/21/11 23:58:09:168 GMT] 00000019 PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=2170,event=1 type=URI detail=/appletc/contactView.htm elapsed=258
[6/21/11 23:58:09:257 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27288,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:258 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27289,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:339 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27290,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=81
[6/21/11 23:58:09:351 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27291,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:352 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27292,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:352 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27293,event=1 type=JDBC detail=javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(Set, Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:352 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27294,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:433 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27295,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=81
[6/21/11 23:58:09:434 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27296,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:514 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27297,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=79
[6/21/11 23:58:09:516 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27298,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:596 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27299,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:58:09:597 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27300,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:677 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27301,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=79
[6/21/11 23:58:09:678 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27302,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:758 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27303,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:58:09:759 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27304,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:839 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27305,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:58:09:840 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27306,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:09:920 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27307,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:58:09:921 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27308,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.getConnection(Subject, ConnectionRequestInfo) elapsed=0
[6/21/11 23:58:10:001 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27309,event=1 type=JDBC detail=java.sql.PreparedStatement.executeQuery() elapsed=80
[6/21/11 23:58:10:003 GMT] 0000001d PmiRmArmWrapp I PMRM0003I: parent:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27287,event=1 - current:ver=1,ip=17.170.198.10,time=1308355237912,pid=1355810,reqid=27310,event=1 type=JDBC detail=javax.resource.spi.ManagedConnection.cleanup() elapsed=0
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ijust saw this

[6/22/11 18:48:13:685 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (java.net.ConnectException) caught when processing request: A remote host did not respond within the timeout period.
[6/22/11 18:48:13:685 GMT] 00000033 HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry Retrying request
[6/22/11 18:48:15:288 GMT] 00000022 BaseMultiActi E com.mitratech.teamconnect.webui.spring.AbstractEntityFormController nextPageAction com.mitratech.teamconnect.core.common.LegacyMessageException: Matter should have a category besides Root.
com.mitratech.teamconnect.core.common.LegacyMessageException: Matter should have a category besides Root.
at com.mitratech.teamconnect.core.service.impl.WizardRepositoryLegacyImpl.executeActionList(WizardRepositoryLegacyImpl.java:649)
at com.mitratech.teamconnect.webui.action.WizardService.nextPageAction(WizardService.java:237)
at com.mitratech.teamconnect.webui.spring.AbstractEntityFormController.nextPageAction(AbstractEntityFormController.java:7462)
at sun.reflect.GeneratedMethodAccessor806.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:471)
at com.mitratech.teamconnect.webui.spring.BaseMultiActionController.handleRequestInternal(BaseMultiActionController.java:557)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
at org.springframework.web.servlet.FrameworkServlet.doPost_aroundBody4(FrameworkServlet.java:560)
at org.springframework.web.servlet.FrameworkServlet.doPost_aroundBody6(FrameworkServlet.java:560)
at org.springframework.web.servlet.FrameworkServlet$AjcClosure7.run(FrameworkServlet.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.agent.impl.ProbeExecutionManagerImpl.execute(ProbeExecutionManagerImpl.java:107)
at org.jmonitor.agent.impl.ProbeExecutionManagerImpl.execute(ProbeExecutionManagerImpl.java:62)
at org.jmonitor.agent.impl.ProbeExecutionManagerImpl.execute(ProbeExecutionManagerImpl.java:56)
at org.jmonitor.extension.probe.ServletProbe.aroundServletPointcutInternal(ServletProbe.java:116)
at org.jmonitor.extension.probe.ServletProbe.ajc$inlineAccessMethod$org_jmonitor_extension_probe_ServletProbe$org_jmonitor_extension_probe_ServletProbe$aroundServletPointcutInternal(ServletProbe.java:1)
at org.jmonitor.extension.probe.ServletProbe.aroundTopLevelServletPointcut(ServletProbe.java:99)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter_aroundBody0(PageFilter.java:55)
at com.opensymphony.module.sitemesh.filter.PageFilter$AjcClosure1.run(PageFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter_aroundBody2(PageFilter.java:35)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:35)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at com.mitratech.teamconnect.authentication.filter.OverrideThreadNameFilter$1.call(OverrideThreadNameFilter.java:40)
at com.mitratech.teamconnect.base.factory.FQUtility.runAsUser(FQUtility.java:772)
at com.mitratech.teamconnect.authentication.filter.OverrideThreadNameFilter.doFilterHttp(OverrideThreadNameFilter.java:38)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody0(SpringSecurityFilter.java:53)
at org.springframework.security.ui.SpringSecurityFilter$AjcClosure1.run(SpringSecurityFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody2(SpringSecurityFilter.java:45)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:45)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at com.mitratech.teamconnect.authentication.filter.ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:121)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody0(SpringSecurityFilter.java:53)
at org.springframework.security.ui.SpringSecurityFilter$AjcClosure1.run(SpringSecurityFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody2(SpringSecurityFilter.java:45)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:45)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at com.mitratech.teamconnect.authentication.filter.AuthenticationProcessingFilterChainProxy.doFilterHttp(AuthenticationProcessingFilterChainProxy.java:160)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody0(SpringSecurityFilter.java:53)
at org.springframework.security.ui.SpringSecurityFilter$AjcClosure1.run(SpringSecurityFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody2(SpringSecurityFilter.java:45)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:45)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody0(SpringSecurityFilter.java:53)
at org.springframework.security.ui.SpringSecurityFilter$AjcClosure1.run(SpringSecurityFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.security.ui.SpringSecurityFilter.doFilter_aroundBody2(SpringSecurityFilter.java:45)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:45)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter_aroundBody0(FilterChainProxy.java:175)
at org.springframework.security.util.FilterChainProxy$AjcClosure1.run(FilterChainProxy.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.security.util.FilterChainProxy.doFilter_aroundBody2(FilterChainProxy.java:160)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:160)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter_aroundBody0(DelegatingFilterProxy.java:167)
at org.springframework.web.filter.DelegatingFilterProxy$AjcClosure1.run(DelegatingFilterProxy.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter_aroundBody2(DelegatingFilterProxy.java:154)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:154)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.mitratech.teamconnect.webui.filter.ResponseTimeFilter.doFilter_aroundBody0(ResponseTimeFilter.java:13)
at com.mitratech.teamconnect.webui.filter.ResponseTimeFilter$AjcClosure1.run(ResponseTimeFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at com.mitratech.teamconnect.webui.filter.ResponseTimeFilter.doFilter_aroundBody2(ResponseTimeFilter.java:10)
at com.mitratech.teamconnect.webui.filter.ResponseTimeFilter.doFilter(ResponseTimeFilter.java:10)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.mitratech.teamconnect.webui.filter.GzipFilter.doFilter_aroundBody0(GzipFilter.java:70)
at com.mitratech.teamconnect.webui.filter.GzipFilter$AjcClosure1.run(GzipFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.extension.probe.ServletProbe.aroundNestedServletPointcut(ServletProbe.java:109)
at com.mitratech.teamconnect.webui.filter.GzipFilter.doFilter_aroundBody2(GzipFilter.java:38)
at com.mitratech.teamconnect.webui.filter.GzipFilter.doFilter(GzipFilter.java:38)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter_aroundBody0(OncePerRequestFilter.java:76)
at org.springframework.web.filter.OncePerRequestFilter.doFilter_aroundBody2(OncePerRequestFilter.java:61)
at org.springframework.web.filter.OncePerRequestFilter$AjcClosure3.run(OncePerRequestFilter.java:1)
at org.jmonitor.hidden.org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at org.jmonitor.agent.impl.ProbeExecutionManagerImpl.execute(ProbeExecutionManagerImpl.java:107)
at org.jmonitor.agent.impl.ProbeExecutionManagerImpl.execute(ProbeExecutionManagerImpl.java:62)
at org.jmonitor.extension.probe.ServletProbe.aroundServletPointcutInternal(ServletProbe.java:155)
at org.jmonitor.extension.probe.ServletProbe.ajc$inlineAccessMethod$org_jmonitor_extension_probe_ServletProbe$org_jmonitor_extension_probe_ServletProbe$aroundServletPointcutInternal(ServletProbe.java:1)
at org.jmonitor.extension.probe.ServletProbe.aroundTopLevelServletPointcut(ServletProbe.java:99)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)
Caused by: com.mitratech.teamconnect.foundation.TCException: Matter should have a category besides Root.
at CommonWzMatterGeneralASYS.doAction(CommonWzMatterGeneralASYS.java:65)
at TCLActionHandlerSYS.action(TCLActionHandlerSYS.java:47)
at com.mitratech.teamconnect.base.factory.FQAppvEngine.executeAutomatedAction(FQAppvEngine.java:5468)
at com.mitratech.teamconnect.base.factory.FQActionEngine.executeAutomatedAction(FQActionEngine.java:426)
at com.mitratech.teamconnect.base.factory.FQActionEngine.executeActionList(FQActionEngine.java:381)
at com.mitratech.teamconnect.entity.factory.FNActionEngine.executeActionList(FNActionEngine.java:105)
at com.mitratech.teamconnect.core.service.impl.WizardRepositoryLegacyImpl.executeActionList(WizardRepositoryLegacyImpl.java:647)
... 135 more

 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay. So here's an extract from that stack:

com.mitratech.teamconnect.core.common.LegacyMessageException: Matter should have a category besides Root.


So does "com.mitratech.teamconnect" mean anything to you? Whoever wrote that code is the person you should be talking to.
 
ricky teja
Greenhorn
Posts: 14
Mac OS X
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mitratech is the vendor and team connect is the application

So we are sure that error is with code. right?
reply
    Bookmark Topic Watch Topic
  • New Topic