• 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

IIS Plugin for weblogic throwing connection pool errors

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Experts ,

I have an application running on weblogic and loadrunner is used to simulate the load .
The number of HTTP requests fired are approximately 10/sec
Application starts well but starts giving Service Unavailable[503] errors after a duration of 5 hours or so .

I couldnt find any errors in the backend logs and and it seems weblogic is blocking further HTTP requests and is busy .

To establish my assumption i switched on DEBUG=ON switch in the iisproxy.ini file . This help definately and i could see lots of erros in the plugin logs regarding connections not getting created .

I am attaching here my iisproxy.ini and logs here
Please let me know if u see any clue
thanks

iisproxy.ini
#This file contains initialization name/value pairs
#for IIS/Weblogic plug-in.
#Sat Jul 08 17:07:07 IST 2006
HungServerRecoverSecs=3600
WebLogicHost=dev269
ConnectTimeoutSecs=50
Debug=ON
WebLogicPort=9001
ConnectRetrySecs=50
WLTempDir=C:\TEMP
WLLogFile =C:\TEMP\wlproxy.log



Logs :
================New Request: [/system/LiveCustomerServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 33
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveCustomerServlet.test?vuser=7, len=41
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=7]
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=11, len=39
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=11]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 760
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=7'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=11'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21982
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=11', Local port: 21982
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21981
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=7', Local port: 21981
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================
SSL is not being used
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 SSL is not being used
resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Uri length is 30
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri length is 33
Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
URI is /system/LiveAgentServlet.test?vuser=59, len=39
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=59]
URI is /system/LiveCustomerServlet.test?vuser=5, len=41
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=5]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 760
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=5'
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Read the file completely
INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=59'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21984
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=5', Local port: 21984
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21985
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=59', Local port: 21985
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 33
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveCustomerServlet.test?vuser=60, len=42
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=60]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 761
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=60'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21986
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=60', Local port: 21986
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/default/web/view/platform/debug/tracelevel.jsp] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/default/web/view/platform/debug/tracelevel.jsp' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 47
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /default/web/view/platform/debug/tracelevel.jsp
Tue Jul 25 01:14:13 2006 Uri after pathTrim /default/web/view/platform/debug/tracelevel.jsp
Tue Jul 25 01:14:13 2006 URI is /default/web/view/platform/debug/tracelevel.jsp, len=47
Tue Jul 25 01:14:13 2006 Request URI = [/default/web/view/platform/debug/tracelevel.jsp]
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/default/web/view/platform/debug/tracelevel.jsp'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
URI is /system/LiveAgentServlet.test?vuser=51, len=39
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=51]
SSL is not being used
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=54, len=39
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=54]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=51'
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Read the file completely
INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=54'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21989
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=51', Local port: 21989
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21990
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=54', Local port: 21990
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21988
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/default/web/view/platform/debug/tracelevel.jsp', Local port: 21988
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================

================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 SSL is not being used
SSL is not being used
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri length is 30
Uri length is 33
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================
Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 SSL is not being used
Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
URI is /system/LiveCustomerServlet.test?vuser=6, len=41
URI is /system/LiveAgentServlet.test?vuser=56, len=39
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=6]
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=56]
Uri length is 33
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveCustomerServlet.test?vuser=1, len=41
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=1]
Memory allocation Successful, ecb->cbAvailable 759
Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=6'
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Memory allocation Successful, ecb->cbAvailable 759
getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=56'
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=1'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21991
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=6', Local port: 21991
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21993
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=1', Local port: 21993
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21992
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=56', Local port: 21992
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=58, len=39
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=58]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=58'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================

================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 SSL is not being used
SSL is not being used
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri length is 30
Uri length is 30
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=53, len=39
URI is /system/LiveAgentServlet.test?vuser=13, len=39
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=13]
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=53]
EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21994
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=58', Local port: 21994
Read the file completely
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Read the file completely
Tue Jul 25 01:14:13 2006 Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=53'
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=13'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21996
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=13', Local port: 21996
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=57, len=39
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=57]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=57'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 33
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveCustomerServlet.test?vuser=10, len=42
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=10]
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 761
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=10'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21998
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveCustomerServlet.test?vuser=10', Local port: 21998
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21995
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=53', Local port: 21995
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21997
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=57', Local port: 21997
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveAgentServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveAgentServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 30
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveAgentServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveAgentServlet.test?vuser=17, len=39
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveAgentServlet.test?vuser=17]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 1078
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveAgentServlet.test?vuser=17'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006 Local Port of the socket is 21999
Tue Jul 25 01:14:13 2006 Remote Host qa283 Remote Port 9001
Tue Jul 25 01:14:13 2006 general list: created a new connection to 'qa283'/9001 for '/system/LiveAgentServlet.test?vuser=17', Local port: 21999
Tue Jul 25 01:14:13 2006 WLS info in sendRequest: qa283:9001 recycled? 0
Tue Jul 25 01:14:13 2006
================New Request: [/system/LiveCustomerServlet.test] =================
Tue Jul 25 01:14:13 2006 SSL is not being used
Tue Jul 25 01:14:13 2006 resolveRequest: request '/system/LiveCustomerServlet.test' has not been forwarded.
Tue Jul 25 01:14:13 2006 Found NEITHER '?' nor ';' in URI
Tue Jul 25 01:14:13 2006 Uri length is 33
Tue Jul 25 01:14:13 2006 Uri send to isNotExcluded /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 Uri after pathTrim /system/LiveCustomerServlet.test
Tue Jul 25 01:14:13 2006 URI is /system/LiveCustomerServlet.test?vuser=58, len=42
Tue Jul 25 01:14:13 2006 Request URI = [/system/LiveCustomerServlet.test?vuser=58]
Tue Jul 25 01:14:13 2006 Memory allocation Successful, ecb->cbAvailable 761
Tue Jul 25 01:14:13 2006 Read the file completely
Tue Jul 25 01:14:13 2006 attempt #0 out of a max of 2
Tue Jul 25 01:14:13 2006 Trying a pooled connection for 'qa283/9001/9001'
Tue Jul 25 01:14:13 2006 getPooledConn: No more connections in the pool for Host[qa283] Port[9001] SecurePort[9001]
Tue Jul 25 01:14:13 2006 general list: trying connect to 'qa283'/9001/9001 at line 1265 for '/system/LiveCustomerServlet.test?vuser=58'
Tue Jul 25 01:14:13 2006 INFO: New NON-SSL URL
Tue Jul 25 01:14:13 2006 Connect returns -1, and error no set to 10035, msg 'Unknown error'
Tue Jul 25 01:14:13 2006 EINPROGRESS in connect() - selecting
Tue Jul 25 01:14:13 2006
 
Make yourself as serene as a flower, as a tree. And on wednesdays, as serene as this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic