Server Hangs

Hi ,

I have been assigned to do a research on the following statement which is coming continuously in our server log.Due to this sometimes our server hangs.But i am not able to find out the exact location from where the message is getting generated…i.e-the service which writes those messages in the server log.Can anyone please tell me how to find out the place from where te message is getting generated/whether there’s any webMethods internal services(wmRoot) which is causing the problem.

[2704]2009-03-23 06:57:35 EDT [CommonLib.MWS.0002W] UserID is changing
[2703]2009-03-23 06:57:35 EDT [CommonLib.CDS.0002W] UserID is changing
[2702]2009-03-23 06:52:31 EDT [CommonLib.MWS.0002W] UserID is changing
[2701]2009-03-23 06:52:31 EDT [CommonLib.CDS.0002W] UserID is
changing

Thanks and Regards
Swetapadma Mohapatra

What is the MWS version you are using and what is the data base ?

thanks,
VSP.

MWS version is 7.1.2.0.131 and the database is Oracle Server.
Please let me know if you need any more information.

Thanks and Regards
Swetapadma

After i increased the logging level ,i am able to find out the following statements coming along with the above statement which is related to distributed locking.

2653]2009-03-23 05:03:57 EDT [CommonLib.CDS.0002W] UserID is changing
[2652]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Authorization: Basic c21vaGFwYXQ6c21vaGFwYXQ=
[2651]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Cookie: erLUDOHPYLXREUZKMX6GORH4JNZA1=PWD=&HMS=USLEXERM01&LGN=ONWW62DBOBQXI&CLX=EnhancedRTE; ssnid=109cf510178311de88a4d50a3fd67f52
[2650]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Cache-Control: no-cache
[2649]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Connection: Keep-Alive
[2648]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Content-Length: 267
[2647]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Host: dlxkswmis1.lex.lexmark.com:7300
[2646]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; IBMSWD_LXKie6_09232004; SV1; Qm2GoPlayer; QS 4.2.2.3; Qm2GoPlayer)
[2645]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Accept-Encoding: gzip, deflate
[2644]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Content-Type: application/x-www-form-urlencoded
[2643]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Accept-Language: en-us
[2642]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Referer: http://dlxkswmis1.lex.lexmark.com:7300/WmRoot/settings-logging.dsp?doc=edit
[2641]2009-03-23 05:00:55 EDT [ISC.0038.0002D] ← Accept: /
[2640]2009-03-23 05:00:55 EDT [ISC.0039.0001D] POST /WmRoot/settings-logging.dsp
[2639]2009-03-23 05:00:51 EDT [WmDistributedLockManager.JdbcLockFactory.listLocksD] Leave JdbcLockFactory.listLocks(), returning 0 locks
[2638]2009-03-23 05:00:51 EDT [WmDistributedLockManager.JdbcLockDbManager.listSharedLocksCountD] Found shared 0 locks
[2637]2009-03-23 05:00:51 EDT [WmDistributedLockManager.JdbcLockDbManager.listSharedLocksSqlD] listing shared locks with this sql: SELECT WM_EXCL_DIST_LOCK.EXCL_LOCK_ID, WM_EXCL_DIST_LOCK.TARGET_ID, WM_EXCL_DIST_LOCK.LOCK_HOLDER, WM_EXCL_DIST_LOCK.LOCK_TYPE, WM_EXCL_DIST_LOCK.LOCK_SHARE_COUNT, WM_EXCL_DIST_LOCK.LOCK_TIMESTAMP, WM_SHAR_DIST_LOCK.SHAR_LOCK_ID, WM_SHAR_DIST_LOCK.LOCK_HOLDER, WM_SHAR_DIST_LOCK.EXCL_LOCK_ID, WM_SHAR_DIST_LOCK.LOCK_TIMESTAMP FROM WM_EXCL_DIST_LOCK, WM_SHAR_DIST_LOCK WHERE WM_EXCL_DIST_LOCK.EXCL_LOCK_ID=WM_SHAR_DIST_LOCK.EXCL_LOCK_ID AND WM_EXCL_DIST_LOCK.LOCK_TYPE=‘S’
[2636]2009-03-23 05:00:51 EDT [WmDistributedLockManager.JdbcLockDbManager

Thanks and Regards
Swetapadma

i think you have set the logging level to Info.

this will not harm your server i guess.If you want you can change your logging level to debug.

Thanks,
-VSP.