cancel
Showing results for 
Search instead for 
Did you mean: 

JControlMSReadMessage NiPeek -5 NIETIMEOUT

Former Member
0 Kudos

Good morning everyone. This is my first post on this site so I apologize if I forget to add pertinent information or have a vague description of the problem. Currently we have an E-Recruiting system we are using and on Dual Stack running Windows Server 2003. In the SAPMMC under the second instance, not the main instance, I have my disp+work.exe showing yellow. The description states it is the dispacther and the status shows "Running, Message Server connection ok, Dialog Queue time: 0.00 sec, J2EE: Some processing running". I have checked most of the logs in transaction ST11 and the only one so far that gives me anything to go on is the dev_Jcontrol log which states:

[Thr 6456] Thu Mar 27 10:57:28 2008

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server

[Thr 6456] Thu Mar 27 11:02:39 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:07:59 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:13:00 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:18:21 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:23:41 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:28:42 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

[Thr 6456] Thu Mar 27 11:34:02 2008

[Thr 6456] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT

I have searched on this forum for this message and none of the suggestions have helped so for. I appreciate any help anyone can offer. Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you Shaji and Siddhesh,

I changed the -XX:PermSize and -XX:MaxPermSize from 192 to 256 and that had no effect on the instance starting. I then changed the number of dialog work processes from 12 to 8 in RZ10 and the disp+work.exe file would not start at all. The developer Trace shows the following:

      • ERROR => DpShMCreate: ShmCreate SHM_DP_CA_KEY(rc=4) [dpxxca.c 181]

      • ERROR => DpIPCInit2: DpShMCreate [dpxxxtool2.c 435]

      • DP_FATAL_ERROR => DpSapEnvInit: DpIPCInit2

      • DISPATCHER EMERGENCY SHUTDOWN ***

I rebooted the server and it appears to be right back where I started. Any further suggestions will be appreciated.

Edited by: Dave Fritcher on Apr 2, 2008 5:14 PM

former_member185954
Active Contributor
0 Kudos

Hello Dave,

what is the size of heap memory, how much are the heaps ?

Regards,

siddhesh

Former Member
0 Kudos

I'm not exactly sure what you're asking for but the Java parameters in the config tool for the Server under the Instance are as follows:

Max heap size = 1024

-DJava.security.policy=./java.policy

-Djava.security.egd=file:/dev/urandom

-Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy

-Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy

-Djavax.rmi.CORBA.PortableRemoteObjectClass= com.sap.engine.system.PortableRemoteObjectProxy

-Djco.jarm=1

-Dsun.io.useCanonCaches=false

-XX:NewSize=170m

-XX:MaxNewSize=170m

-XX:MaxPermSize=192m

-Djava.awt.headless = true

-XX:PermSize=192m

-XX:SurvivorRation=2

-XX:TargetSurvivorRatio=90

-XX:SoftRefLRUPolicyMSPerMB=1

-XX:Xms1024m

-verbose:gc

-XX:+DisableExplicitGC

-XX:+PrintGCDetails

-XX:+PrintGCTimeStamps

-XX:+UseParNewGC

Please let me know if this is not what your looking for thanks.

Former Member
0 Kudos

You have not given the H/W info i asked in the previous post

Please do the following changes according to your H/W specs.

For 64bit change the JVM parmeter values as mentioned

Max heap size = 2048

-XX:NewSize=320m

-XX:MaxNewSize=320m

-XX:MaxPermSize=512m

-XX:PermSize=512m

-XX:Xms2048m

For 32bit change the JVM parmeter values as mentioned

Max heap size = 1024

-XX:NewSize=160m

-XX:MaxNewSize=160m

-XX:MaxPermSize=256m

-XX:PermSize=256m

-XX:Xms1024m

and restart.

Cheers

Shaji

Former Member
0 Kudos

Shaji,

Sorry for the delayed response. I believe I have the information you requested. The server our DEV e-recruiting system is running on is an HP ProLiant ML570 G2, with Dual Xeon 3Ghz processors, 10GB of Ram we have several HD's raided together and 4 - 4GB HD's used as swap drives. Please let me know if this does not answer your question. Thank you.

former_member185954
Active Contributor
0 Kudos

Hello Dave,

Can you test your server with the parameters Shaji mentioned, based on what your OS is 32 OR 64 bit ?

Regards,

Siddhesh

Edited by: Siddhesh Ghag on Apr 16, 2008 10:17 AM

Former Member
0 Kudos

Sorry I forgot to mention I have tried both the 32bit and 64 bit settings for the heap memory and still the Java process sits at "Some java processes are started". Unless something has changed on the server I am not entirely sure it is a memory issue. This service was coming up to green in the past and from what I am being told the only change was windows critical patches. Could there be any other possible reason for this issue. Thanks.

I wanted to add a quick note. I'm not sure if this helps but the Visual Administrator comes up for this server. I had not tried it in the past but decided to give it a try. So the majority of the Java processes are starting but the instance is staying yellow. Not sure if this changes anything.

Edited by: Dave Fritcher on Apr 16, 2008 7:31 PM

Former Member
0 Kudos

Does anyone have any other suggestions to this issue. I am still seeing the problem despite the ideas presented so far. I would appreciate and further help and thank you to those who have responded so far.

former_member185954
Active Contributor
0 Kudos

do you see a problem with teh 64 bit settings ?

Former Member
0 Kudos

If your JSPM is coming up. This is definitly adjusting the JVM parameters. Don't do anything too much, just keep changing the values and restart.

What is the current JVM settings. Pls paste it here.

Cheers

Shaji

Former Member
0 Kudos

Siddesh, I did try the 64 bit settings and it appears I am getting the same result.

Shaji, Just so I know I am pulling the informaiton you are looking for. The following was pulled from the configtool.bat. Under the instance I click on dispatcher_IDXXXXXX and here are the parameters shown.

Max heap size = 192

-Djava.security.policy=.\java.policy

-Djava.security.egd=file:/dev/urandom

-Djco.jarm=1

-XX:NewSize=28m

-XX:MaxNewSize=28m

-XX:+DisableExplicitGC

Under the instance when I click on server_IDXXXX here are the parameters shown:

Max heap size 1024

-Djava.security.policy=./java.policy

-Djava.security.egd=file:/dev/urandom

-Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy

-Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy

-Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy

-Djco.jarm=1

-Dsun.io.useCanonCaches=false

-XX:NewSize=160m

-XX:MaxNewSize=160m

-XX:MaxPermSize=512m

-XX:PermSize=512m

-Djava.awt.headless=true

-XX:SurvivorRatio=2

-XX:TargetSurvivorRatio=90

-XX:SoftRefLRUPolicyMSPerMB=1

-Xms1024m

-verbose:gc

-XX:+DisableExplicitGC

-XX:+PrintGCDetails

-XX:+PrintGCTimeStamps

-XX:+UseParNewGC

Former Member
0 Kudos

Hi Dave

Can you confirm if your H/W is 32 bit or 64 bit. Didn't see you mentioning anywhere. Otherwise its only a guess we can give. I see the problem in the parameters, before i suggest pls confirm.

How to check 32 bit / 64 bit Windows

Microsoft Windows Server 2003

Method 1

1. Click Start, click Run, type sysdm.cpl, and then click OK.

2. Click the General tab. The operating system appears as follows:• For a 64-bit version operating system: Microsoft Windows Server 2003 Enterprise x64 Edition appears under System.

• For a 32-bit version operating system: Microsoft Windows Server 2003 Enterprise Edition appears under System.

Method 2

1. Click Start, click Run, type winmsd.exe, and then click OK.

2. In the details pane, locate Processor under Item. Note the value. • If the value that corresponds to Processor starts with x86, the computer is running a 32-bit version of the Windows operating system.

• If the value that corresponds to Processor starts with EM64T or ia64, the computer is running a 64-bit version of the Windows operating system.

Note: - Intel Itanium-based computers can only run 64-bit versions of Windows. Intel Itanium-based computers cannot run a 32-bit Windows operating system. Currently, 64-bit versions of Windows only run on Itanium-based computers and AMD64-based computers.

Former Member
0 Kudos

Shaji,

This system is a 32 bit system. The results from Method 1 gave me:

System:

Microsoft Windows Server 2003

Enterprise Edition

Service Pack 2

Computer:

Intel(R)Xeon(TM) MP CPU

3.00GHz, 9.50 GB of RAM

Method 2 results:

OS Name - Microsoft Windows Server 2003 Enterprise Edition

Version - 5.2.3790 Service Pack 2 Build 3790

System Manufacturer - HP

System Model - ProLiant570 G2

System type - X86-based PC

Processor x86 Family 15 Model 2 Stepping 6 GenuineIntel ~2994 Mhz

Processor x86 Family 15 Model 2 Stepping 6 GenuineIntel ~2994 Mhz

Processor x86 Family 15 Model 2 Stepping 6 GenuineIntel ~2994 Mhz

Processor x86 Family 15 Model 2 Stepping 6 GenuineIntel ~2994 Mhz

I hope this is the information you were looking for.

Former Member
0 Kudos

If its 32 bit make the following changes

dispatcher_IDXXXXXX

Max heap size = 170

-XX:NewSize=85m

-XX:MaxNewSize=85m

Server_IDXXXX

Max heap size 1024

-XX:NewSize=160m

-XX:MaxNewSize=160m

-XX:MaxPermSize=256m

-XX:PermSize=256m

-Xms1024m

Former Member
0 Kudos

What is the H/W config of your system

The problem could be with the memory. Try to reduce the no. of work proces in the Instance Profile.

Set the JVM parameter according to Note 723909

Cheers

Shaji

Edited by: Shaji Jacob on Mar 27, 2008 7:36 PM

former_member185954
Active Contributor
0 Kudos

Hello Dave,

Can you post the dev_w0 trace file ?

Regards,

Siddhesh

Former Member
0 Kudos

No problem here is the Dev_w0 log file.

-


trc file: "dev_w0", trc level: 1, release: "640"

-


*

  • ACTIVE TRACE LEVEL 1

  • ACTIVE TRACE COMPONENTS all, M

*

B

B Fri Mar 21 10:51:23 2008

B create_con (con_name=R/3)

B Loading DB library 'F:\usr\sap\ERC\SYS\exe\run\dbmssslib.dll' ...

B Library 'F:\usr\sap\ERC\SYS\exe\run\dbmssslib.dll' loaded

B Version of 'F:\usr\sap\ERC\SYS\exe\run\dbmssslib.dll' is "640.00", patchlevel (0.152)

B New connection 0 created

M sysno 00

M sid ERC

M systemid 560 (PC with Windows NT)

M relno 6400

M patchlevel 0

M patchno 175

M intno 20020600

M make: multithreaded, ASCII

M pid 556

M

M ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 556) [dpxxdisp.c 1162]

I MtxInit: -2 0 0

M DpSysAdmExtCreate: ABAP is active

M DpShMCreate: sizeof(wp_adm) 23184 (828)

M DpShMCreate: sizeof(tm_adm) 2379840 (11840)

M DpShMCreate: sizeof(wp_ca_adm) 18000 (60)

M DpShMCreate: sizeof(appc_ca_adm) 6000 (60)

M DpShMCreate: sizeof(comm_adm) 192000 (384)

M DpShMCreate: sizeof(vmc_adm) 0 (364)

M DpShMCreate: sizeof(wall_adm) (22440/34344/56/100)

M DpShMCreate: SHM_DP_ADM_KEY (addr: 06A60040, size: 2682016)

M DpShMCreate: allocated sys_adm at 06A60040

M DpShMCreate: allocated wp_adm at 06A617D8

M DpShMCreate: allocated tm_adm_list at 06A67268

M DpShMCreate: allocated tm_adm at 06A67290

M DpShMCreate: allocated wp_ca_adm at 06CAC2D0

M DpShMCreate: allocated appc_ca_adm at 06CB0920

M DpShMCreate: allocated comm_adm_list at 06CB2090

M DpShMCreate: allocated comm_adm at 06CB20A8

M DpShMCreate: allocated vmc_adm_list at 06CE0EA8

M DpShMCreate: system runs without vmc_adm

M DpShMCreate: allocated ca_info at 06CE0ED0

M DpShMCreate: allocated wall_adm at 06CE0ED8

X EmInit: MmSetImplementation( 2 ).

X <ES> client 0 initializing ....

X Using implementation flat

M <EsNT> Memory Reset disabled as NT default

X ES initialized.

M

M Fri Mar 21 10:51:25 2008

M calling db_connect ...

C Thread ID:5968

C Thank You for using the SLOLEDB-interface

C Using dynamic link library 'F:\usr\sap\ERC\SYS\exe\run\dbmssslib.dll'

C dbmssslib.dll patch info

C patchlevel 0

C patchno 152

C patchcomment Connection check on (0,0) (988711)

C np:(local) connection used on MPHI14

C CopyLocalParameters: dbuser is 'erc'

C Using Provider SQLNCLI

C OpenOledbConnection: MARS property was set successfully.

C

C Fri Mar 21 10:51:26 2008

C Provider Release:9.00.3042.00

C Using Provider SQLNCLI

C OpenOledbConnection: MARS property was set successfully.

C Cache sizes: header 52 bytes, 20000 names (26720000 bytes), 1000 dynamic statements (5448000 bytes), total 32168052 bytes

C Using shared procedure name cache MPHI14_ERCERC_ERC_MEM initialized by another process.

C Connected to db server : [MPHI14] server_used : [np:(local)], dbname: ERC, dbuser: erc

C pn_id:MPHI14_ERCERC_ERC

C Using MARS (on sql 9.0)

B Connection 0 opened (DBSL handle 0)

B Wp Hdl ConName ConId ConState TX PRM RCT TIM MAX OPT Date Time DBHost

B 000 000 R/3 000000000 ACTIVE NO YES NO 000 255 255 20080321 105125 MPHI14

C The IRow interface is supported by this OLEDB provider

M db_connect o.k.

M ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

I

I Fri Mar 21 10:51:30 2008

I MtxInit: 0 0 0

M SHM_PRES_BUF (addr: 0B560040, size: 20000768)

M SHM_ROLL_AREA (addr: 2F5F0040, size: 268435456)

M SHM_PAGING_AREA (addr: 103F0040, size: 134217728)

M SHM_ROLL_ADM (addr: 0C880040, size: 2678942)

M SHM_PAGING_ADM (addr: 08C30040, size: 525344)

M ThCreateNoBuffer allocated 324144 bytes for 1000 entries at 08CC0040

M ThCreateNoBuffer index size: 3000 elems

M ThCreateVBAdm allocated 7424 bytes (50 server) at 08AB0040

X EmInit: MmSetImplementation( 2 ).

X <ES> client 0 initializing ....

X Using implementation flat

X ES initialized.

B db_con_shm_ini: WP_ID = 0, WP_CNT = 28, CON_ID = -1

B dbtbxbuf: Buffer TABL (addr: 184000C8, size: 50000896, end: 1B3AF4C8)

B dbtbxbuf: Buffer TABLP (addr: 1B3B00C8, size: 10240000, end: 1BD740C8)

B dbexpbuf: Buffer EIBUF (addr: 1BD800D0, size: 20480000, end: 1D1080D0)

B dbexpbuf: Buffer ESM (addr: 1D1100D0, size: 4194304, end: 1D5100D0)

B dbexpbuf: Buffer CUA (addr: 1D5200D0, size: 3072000, end: 1D80E0D0)

B dbexpbuf: Buffer OTR (addr: 1D8100D0, size: 4194304, end: 1DC100D0)

M

M Fri Mar 21 10:51:31 2008

M rdisp/reinitialize_code_page -> 0

M icm/accept_remote_trace_level -> 0

M rdisp/no_hooks_for_sqlbreak -> 0

M CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

S *** init spool environment

S initialize debug system

T Stack direction is downwards.

T debug control: prepare exclude for printer trace

T new memory block 0FEA9B70

S spool kernel/ddic check: Ok

S using table TSP02FX for frontend printing

S 2 spool work process(es) found

S frontend print via spool service enabled

S printer list size is 150

S printer type list size is 50

S queue size (profile) = 300

S hostspool list size = 3000

S option list size is 30

S found processing queue enabled

S found spool memory service RSPO-RCLOCKS at 25B00098

S doing lock recovery

S setting server cache root

S found spool memory service RSPO-SERVERCACHE at 25B006F0

S using messages for server info

S size of spec char cache entry: 165020 bytes (timeout 100 sec)

S size of open spool request entry: 1160 bytes

S immediate print option for implicitely closed spool requests is disabled

A

A -PXA--


A PXA INITIALIZATION

A System page size: 4kb, total admin_size: 10312kb, dir_size: 10248kb.

A Attached to PXA (address 3F620040, size 300000K)

A abap/pxa = shared protect gen_remote

A PXA INITIALIZATION FINISHED

A -PXA--


A

A ABAP ShmAdm attached (addr=687F7000 leng=20955136 end=69BF3000)

A >> Shm MMADM area (addr=68B5F340 leng=134720 end=68B80180)

A >> Shm MMDAT area (addr=68B81000 leng=17244160 end=69BF3000)

A RFC Destination> destination mphi14_ERC_00 host mphi14 system ERC systnr 0 (mphi14_ERC_00)

A RFC Options> H=mphi14,S=00,d=1

C The IRow interface is supported by this OLEDB provider

A RFC FRFC> fallback activ but this is not a central instance.

A

A RFC rfc/signon_error_log = -1

A RFC rfc/dump_connection_info = 0

A RFC rfc/dump_client_info = 0

A RFC rfc/cp_convert/ignore_error = 1

A RFC rfc/cp_convert/conversion_char = 23

A RFC rfc/wan_compress/threshold = 251

A RFC rfc/recorder_pcs not set, use defaule value: 1

A RFC rfc/delta_trc_level not set, use default value: 0

A RFC rfc/no_uuid_check not set, use default value: 0

A RFC abap/SIGCHILD_default not set, use default value: 0

A RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0

A RFC Method> initialize RemObjDriver for ABAP Objects

A Hotpackage version: 19

M ThrCreateShObjects allocated 29192 bytes at 08E30040

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF trace level is 0 .

N ===...SSF library is F:\usr\sap\ERC\SYS\exe\run\sapcrypto.dll .

N ===...SSF hash algorithm is SHA1 .

N ===...SSF symmetric encryption algorithm is DES-CBC .

N ===...pass SECUDIR F:\usr\sap\ERC\SYS\exe\run returned 0 .

N ===...sucessfully completed.

N =================================================

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

W =================================================

W === ipl_Init() called

B dbtran INFO (init_connection '<DEFAULT>' [MSSQL:640.00]):

B max_blocking_factor = 50, max_in_blocking_factor = 255,

B min_blocking_factor = 5, min_in_blocking_factor = 10,

B prefer_union_all = 1, prefer_union_for_select_all = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 0,

B convert AVG = 1, alias table FUPD = 0,

B escape_as_literal = 0, opt GE LE to BETWEEN = 0,

B select * =0x00, character encoding =SBCS / []:X,

B use_hints = abap->1, dbif->0x1, upto->0, rule_in->0,

B rule_fae->0, concat_fae->0, concat_fae_or->0

W ITS Plugin: Path dw_gui

W ITS Plugin: Description ITS Plugin - ITS rendering DLL

W ITS Plugin: sizeof(SAP_UC) 1

W ITS Plugin: Release: 640, [6400.0.175.20020600]

W ITS Plugin: Int.version, [32]

W ITS Plugin: Feature set: [15]

W ===... Calling itsp_Init in external dll ===>

W === ipl_Init() returns 0, ITSPE_OK: OK

W =================================================

E Replication is disabled

E EnqCcInitialize: local lock table initialization o.k.

E EnqId_SuppressIpc: local EnqId initialization o.k.

E EnqCcInitialize: local enqueue client init o.k.

N

N Fri Mar 21 10:51:53 2008

N login/password_change_for_SSO : 1 -> 1

M SecAudit(RsauShmInit): WP attached to existing shared memory.

M SecAudit(RsauShmInit): addr of SCSA........... = 05240040

M SecAudit(RsauShmInit): addr of RSAUSHM........ = 05240490

M SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 052404C8

M SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 052404D4

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080321.AUD

A

A Fri Mar 21 10:57:04 2008

A RFC FRFC> fallback on the central gateway mphi14.local.sap.org sapgw00 activ

B

B Fri Mar 21 11:04:41 2008

B dbmyclu : info : my major identification is 168432644, minor one 0.

B dbmyclu : info : Time Reference is 1.12.2001 01:00:00h GMT.

B dbmyclu : info : my uuid is 1FC1DA5C9EE7A642863631D150B95263.

B dbmyclu : info : current optimistic cluster level: 3

B dbmyclu : info : pessimistic reads set to 2.

S

S Fri Mar 21 11:16:43 2008

S found spool memory service RSPO-ACTIONS at 25B04F78

M

M Fri Mar 21 11:46:12 2008

M ThIUsrDel: th_rollback_usrdelentry = 1

M

M Sat Mar 22 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080321.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080322.AUD

B

B Sat Mar 22 10:56:43 2008

B table logging switched off for all clients

M

M Sun Mar 23 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080322.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080323.AUD

M

M Mon Mar 24 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080323.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080324.AUD

B

B Mon Mar 24 08:19:04 2008

B create_con (con_name=+DBO+0000)

B New connection 1 created

B Connect to +DBO+0000 as with MSSQL_SERVER=mphi14 MSSQL_DBNAME=ERC OBJECT_SOURCE=erc

C Thread ID:5968

C dbmssslib.dll patch info

C patchlevel 0

C patchno 152

C patchcomment Connection check on (0,0) (988711)

C np:(local) connection used on MPHI14

C Connected to db server : [MPHI14] server_used : [np:(local)], dbname: ERC, dbuser: dbo

C pn_id:MPHI14_ERC_ERC

B Connection 1 opened (DBSL handle 1)

B Wp Hdl ConName ConId ConState TX PRM RCT TIM MAX OPT Date Time DBHost

B 000 000 R/3 000000000 ACTIVE NO YES NO 000 255 255 20080321 105125 MPHI14

B 000 001 +DBO+0000 000000001 ACTIVE NO NO NO 004 255 255 20080324 081904 MPHI14

B

B Mon Mar 24 08:36:43 2008

B Disconnected from connection con_da={+DBO+0000,19,1}

M

M Tue Mar 25 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080324.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080325.AUD

M

M Wed Mar 26 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080325.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080326.AUD

B

B Wed Mar 26 08:13:08 2008

B Connect to +DBO+0000 as with MSSQL_SERVER=mphi14 MSSQL_DBNAME=ERC OBJECT_SOURCE=erc

C Thread ID:5968

C dbmssslib.dll patch info

C patchlevel 0

C patchno 152

C patchcomment Connection check on (0,0) (988711)

C np:(local) connection used on MPHI14

C Connected to db server : [MPHI14] server_used : [np:(local)], dbname: ERC, dbuser: dbo

C pn_id:MPHI14_ERC_ERC

B Connection 1 opened (DBSL handle 1)

B Wp Hdl ConName ConId ConState TX PRM RCT TIM MAX OPT Date Time DBHost

B 000 000 R/3 000000000 ACTIVE NO YES NO 000 255 255 20080321 105125 MPHI14

B 000 001 +DBO+0000 000000020 ACTIVE NO NO NO 004 255 255 20080326 081308 MPHI14

B

B Wed Mar 26 08:31:43 2008

B Disconnected from connection con_da={+DBO+0000,38,1}

M

M Thu Mar 27 00:01:43 2008

M SecAudit(check_daily_file): audit file closed F:\usr\sap\ERC\DVEBMGS00\log\20080326.AUD

M SecAudit(check_daily_file): audit file opened F:\usr\sap\ERC\DVEBMGS00\log\20080327.AUD

former_member185954
Active Contributor
0 Kudos

Ah ... dev_w0 has nothing.. sorry.. can you paste std_server0.out and std_dispatcher.out

Regards,

Siddhesh

Former Member
0 Kudos

No problem. I've looked throught these two logs and couldn't spot anything useful. Hopefuly you'll see something I've missed. Thanks

        • std_dispatcher.out: ****

-


stdout/stderr redirect

-


node name : dispatcher

pid : 7476

system name : ERC

system nr. : 00

started at : Fri Mar 21 10:51:44 2008

CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources

CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain

CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS

CompilerOracle: exclude iaik/security/md/SHA a

CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices

CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile

CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup

SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is starting...

Loading: LogManager ... 859 ms.

Loading: PoolManager ... 0 ms.

Loading: ThreadManager ... 94 ms.

Loading: IpVerificationManager ... 31 ms.

Loading: ConnectionsManipulator ... 31 ms.

Loading: ClassLoaderManager ... 16 ms.

Loading: ClusterManager ... 469 ms.

Loading: PortsManager ... 93 ms.

Loading: LockingManager ... 6453 ms.

Loading: ConfigurationManager ... 3110 ms.

Loading: LicensingManager ... 47 ms.

Loading: ServiceManager ...

Loading services.:

Service security started. (0 ms).

Service timeout started. (62 ms).

Service httptunneling started. (31 ms).

Service sld started. (47 ms).

Service licensing started. (32 ms).

Service memory started. (79 ms).

Service webservices started. (63 ms).

Service r3startup started. (125 ms).

Service keystore started. (78 ms).

Service jmx_notification started. (47 ms).

Service shell started. (421 ms).

Service telnet started. (297 ms).

Service jmx started. (500 ms).

Service basicadmin started. (218 ms).

Service adminadapter started. (16 ms).

Service p4 started. (1828 ms).

Service classload started. (15 ms).

Service monitor started. (688 ms).

Service log_configurator started. (3578 ms).

Service configuration started. (16 ms).

Service http started. (125 ms).

Service jms_provider started. (297 ms).

Service tc.monitoring.logviewer started. (672 ms).

ServiceManager started for 7390 ms.

Framework started for 19343 ms.

SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is running!

PatchLevel 87289.311 November 18, 2004 20:31 GMT

>

        • std_Server0.out ****

-


stdout/stderr redirect

-


node name : server0

pid : 7476

system name : ERC

system nr. : 00

started at : Fri Mar 21 10:51:44 2008

CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources

CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain

CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS

CompilerOracle: exclude iaik/security/md/SHA a

CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices

CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile

CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup

SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is starting...

Loading: LogManager ... 891 ms.

Loading: PoolManager ... 16 ms.

Loading: ApplicationThreadManager ... 187 ms.

Loading: ThreadManager ... 32 ms.

Loading: IpVerificationManager ... 46 ms.

Loading: ClassLoaderManager ... 16 ms.

Loading: ClusterManager ... 406 ms.

Loading: LockingManager ... 6078 ms.

Loading: ConfigurationManager ... 0.000: [GC 0.000: [ParNew: 87039K->2054K(130560K), 0.0182781 secs] 87039K->2054K(1005056K), 0.0183759 secs]

3094 ms.

Loading: LicensingManager ... 47 ms.

Loading: ServiceManager ...

Loading services.:

7.567: [GC 7.567: [ParNew: 89094K->14568K(130560K), 0.0625288 secs] 89094K->14568K(1005056K), 0.0626805 secs]

Service runtimeinfo started. (31 ms).

Service memory started. (46 ms).

Service timeout started. (62 ms).

Service cross started. (250 ms).

Service file started. (156 ms).

Service jmx_notification started. (32 ms).

Service trex.service started. (62 ms).

Service p4 started. (203 ms).

Service classpath_resolver started. (32 ms).

Service tcsecwssec~service started. (219 ms).

Service userstore started. (15 ms).

Service tcsecvsi~service started. (297 ms).

Service deploy started. (3094 ms).

Service apptracing started. (125 ms).

13.768: [GC 13.768: [ParNew: 101608K->20730K(130560K), 0.0628624 secs] 101608K->20730K(1005056K), 0.0629616 secs]

Service log_configurator started. (7250 ms).

Service locking started. (0 ms).

Service http started. (219 ms).

Service naming started. (328 ms).

Service ts started. (63 ms).

Service failover started. (16 ms).

Service appclient started. (47 ms).

Service licensing started. (15 ms).

Service jmsconnector started. (63 ms).

Service javamail started. (141 ms).

Service connector started. (125 ms).

Service configuration started. (16 ms).

Service webservices started. (844 ms).

18.989: [GC 18.989: [ParNew: 107770K->9812K(130560K), 0.0367291 secs] 107770K->9812K(1005056K), 0.0368248 secs]

Service dbpool started. (4844 ms).

Service com.sap.security.core.ume.service started. (42922 ms).

69.251: [GC 69.252: [ParNew: 96850K->13063K(130560K), 0.0438690 secs] 96850K->13063K(1005056K), 0.0440361 secs]

Timed out services:

Service ssl.

Service tc.monitoring.logviewer.

Service keystore.

Service shell.

Service webdynpro.

Service pmi.

Service tcsecsaml~service.

Service sld.

Service jms_provider.

Service basicadmin.

Service classload.

Service adminadapter.

Service telnet.

Service servlet_jsp.

Service ejb.

Service dsr.

Service monitor.

Service tcsecdestinations~service.

Service tcsecsecurestorage~service.

Service security.

Service applocking.

Service jmx.

Service tceCATTPingservice.

Service rfcengine.

ServiceManager started for 306125 ms.

Framework started for 317922 ms.

SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is running!

PatchLevel 87289.311 November 18, 2004 20:31 GMT

      1. Excluding compile: iaik.security.md.SHA::a

Service security started. (256328 ms).

Service shell started. (94 ms).

Service classload started. (109 ms).

Service tceCATTPingservice started. (31 ms).

Service applocking started. (203 ms).

Service telnet started. (94 ms).

320.901: [GC 320.902: [ParNew: 99247K->13988K(130560K), 0.0551130 secs] 99247K->13988K(1005056K), 0.0552119 secs]

Service dsr started. (375 ms).

Service keystore started. (609 ms).

Service ssl started. (16 ms).

Service ejb started. (860 ms).

Service servlet_jsp started. (859 ms).

Service jmx started. (891 ms).

Service tcsecsecurestorage~service started. (344 ms).

Service tcsecdestinations~service started. (265 ms).

>> Service basicadmin started. (812 ms).

Service webdynpro started. (922 ms).

Service rfcengine started. (1422 ms).

Service adminadapter started. (219 ms).

Service tc.monitoring.logviewer started. (1266 ms).

Service pmi started. (1110 ms).

Service monitor started. (469 ms).

Service sld started. (1781 ms).

328.486: [GC 328.486: [ParNew: 101028K->22359K(130560K), 0.0749157 secs] 101028K->22359K(1005056K), 0.0750139 secs]

Service jms_provider started. (20359 ms).

Service rfcengine is already started.

Service msp started. (15 ms).

345.296: [GC 345.297: [ParNew: 109399K->31662K(130560K), 0.1096123 secs] 109399K->31662K(1005056K), 0.1097117 secs]

355.765: [GC 355.765: [ParNew: 118702K->26798K(130560K), 0.1095351 secs] 118702K->26798K(1005056K), 0.1096601 secs]

374.827: [GC 374.827: [ParNew: 113838K->28787K(130560K), 0.0929386 secs] 113838K->28787K(1005056K), 0.0930365 secs]

388.098: [GC 388.099: [ParNew: 115774K->34580K(130560K), 0.1134505 secs] 115774K->34580K(1005056K), 0.1135479 secs]

935.240: [GC 935.240: [ParNew: 121620K->39922K(130560K), 0.1346186 secs] 121620K->39922K(1005056K), 0.1347170 secs]

6030.151: [GC 6030.151: [ParNew: 126962K->36372K(130560K), 0.1205567 secs] 126962K->37720K(1005056K), 0.1206521 secs]

11128.064: [GC 11128.064: [ParNew: 123412K->36532K(130560K), 0.1188953 secs] 124760K->37880K(1005056K), 0.1189926 secs]

16115.192: [GC 16115.192: [ParNew: 123572K->36728K(130560K), 0.1151162 secs] 124920K->38076K(1005056K), 0.1152112 secs]

21214.386: [GC 21214.386: [ParNew: 123768K->36836K(130560K), 0.1173947 secs] 125116K->38184K(1005056K), 0.1174904 secs]

26195.000: [GC 26195.000: [ParNew: 123876K->37043K(130560K), 0.1170952 secs] 125224K->38391K(1005056K), 0.1171903 secs]

31294.925: [GC 31294.925: [ParNew: 124083K->37165K(130560K), 0.1156256 secs] 125431K->38513K(1005056K), 0.1157197 secs]

36334.870: [GC 36334.870: [ParNew: 124205K->37252K(130560K), 0.1166293 secs] 125553K->38600K(1005056K), 0.1167258 secs]

41434.421: [GC 41434.421: [ParNew: 124292K->37539K(130560K), 0.1228007 secs] 125640K->38887K(1005056K), 0.1228958 secs]

46535.061: [GC 46535.062: [ParNew: 124579K->37602K(130560K), 0.1164252 secs] 125927K->38949K(1005056K), 0.1165186 secs]

51633.784: [GC 51633.784: [ParNew: 124642K->37754K(130560K), 0.1243021 secs] 125989K->39101K(1005056K), 0.1243955 secs]

56733.461: [GC 56733.462: [ParNew: 124794K->37869K(130560K), 0.1187130 secs] 126141K->39217K(1005056K), 0.1188076 secs]

61832.887: [GC 61832.887: [ParNew: 124909K->38049K(130560K), 0.1181184 secs] 126257K->39396K(1005056K), 0.1182321 secs]

66931.342: [GC 66931.342: [ParNew: 125089K->38184K(130560K), 0.1216921 secs] 126436K->39531K(1005056K), 0.1217853 secs]

72028.097: [GC 72028.097: [ParNew: 125224K->38343K(130560K), 0.1176120 secs] 126571K->39690K(1005056K), 0.1177090 secs]

77067.524: [GC 77067.524: [ParNew: 125383K->38504K(130560K), 0.1154823 secs] 126730K->39852K(1005056K), 0.1155762 secs]

82113.317: [GC 82113.317: [ParNew: 125544K->38626K(130560K), 0.1211988 secs] 126892K->39973K(1005056K), 0.1212928 secs]

87039.197: [GC 87039.197: [ParNew: 125666K->39010K(130560K), 0.1244405 secs] 127013K->40357K(1005056K), 0.1245360 secs]

      1. Excluding compile: iaik.security.md.SHA::a

92133.080: [GC 92133.080: [ParNew: 126050K->39118K(130560K), 0.1254059 secs] 127397K->40466K(1005056K), 0.1255108 secs]

97232.260: [GC 97232.260: [ParNew: 126158K->39115K(130560K), 0.1201553 secs] 127506K->40463K(1005056K), 0.1202505 secs]

102331.575: [GC 102331.575: [ParNew: 126155K->39135K(130560K), 0.1307920 secs] 127503K->40482K(1005056K), 0.1308877 secs]

107431.616: [GC 107431.616: [ParNew: 126175K->37208K(130560K), 0.1210888 secs] 127522K->40492K(1005056K), 0.1211837 secs]

112530.922: [GC 112530.922: [ParNew: 124248K->34420K(130560K), 0.1175673 secs] 127532K->40509K(1005056K), 0.1176629 secs]

117630.846: [GC 117630.846: [ParNew: 121460K->33168K(130560K), 0.1084912 secs] 127549K->40502K(1005056K), 0.1085850 secs]

122724.472: [GC 122724.472: [ParNew: 120208K->32325K(130560K), 0.1043047 secs] 127542K->40511K(1005056K), 0.1043999 secs]

127711.200: [GC 127711.200: [ParNew: 119365K->30633K(130560K), 0.0983094 secs] 127551K->40488K(1005056K), 0.0984051 secs]

132811.137: [GC 132811.137: [ParNew: 117673K->22452K(130560K), 0.0988251 secs] 127528K->40487K(1005056K), 0.0989231 secs]

137791.600: [GC 137791.600: [ParNew: 109492K->18996K(130560K), 0.0851753 secs] 127527K->40503K(1005056K), 0.0852701 secs]

142891.525: [GC 142891.525: [ParNew: 106036K->17754K(130560K), 0.0662325 secs] 127543K->40485K(1005056K), 0.0663300 secs]

147944.784: [GC 147944.784: [ParNew: 104794K->15610K(130560K), 0.0711094 secs] 127525K->40600K(1005056K), 0.0712485 secs]

153045.208: [GC 153045.208: [ParNew: 102650K->12916K(130560K), 0.0591473 secs] 127640K->40572K(1005056K), 0.0592439 secs]

158145.601: [GC 158145.601: [ParNew: 99956K->5775K(130560K), 0.0597900 secs] 127612K->40541K(1005056K), 0.0598876 secs]

163229.839: [GC 163229.839: [ParNew: 92815K->5416K(130560K), 0.0276253 secs] 127581K->40508K(1005056K), 0.0277219 secs]

168329.522: [GC 168329.522: [ParNew: 92456K->5363K(130560K), 0.0284210 secs] 127548K->40498K(1005056K), 0.0285166 secs]

173363.768: [GC 173363.768: [ParNew: 92403K->5346K(130560K), 0.0255863 secs] 127538K->40520K(1005056K), 0.0256832 secs]

178409.995: [GC 178409.995: [ParNew: 92386K->5328K(130560K), 0.0275243 secs] 127560K->40502K(1005056K), 0.0276220 secs]

183508.434: [GC 183508.434: [ParNew: 92368K->5337K(130560K), 0.0249494 secs] 127542K->40515K(1005056K), 0.0250459 secs]

188490.099: [GC 188490.099: [ParNew: 92377K->5344K(130560K), 0.0245388 secs] 127555K->40529K(1005056K), 0.0246344 secs]

193589.030: [GC 193589.031: [ParNew: 92384K->5331K(130560K), 0.0382886 secs] 127569K->40516K(1005056K), 0.0383852 secs]

198649.425: [GC 198649.425: [ParNew: 92370K->5404K(130560K), 0.0393693 secs] 127556K->40590K(1005056K), 0.0394666 secs]

203749.972: [GC 203749.972: [ParNew: 92444K->5402K(130560K), 0.0424275 secs] 127630K->40588K(1005056K), 0.0425236 secs]

208850.524: [GC 208850.524: [ParNew: 92442K->5371K(130560K), 0.0253824 secs] 127628K->40561K(1005056K), 0.0254810 secs]

213927.906: [GC 213927.906: [ParNew: 92411K->5337K(130560K), 0.0381840 secs] 127601K->40527K(1005056K), 0.0382899 secs]

219027.828: [GC 219027.828: [ParNew: 92377K->5325K(130560K), 0.0263991 secs] 127567K->40526K(1005056K), 0.0264964 secs]

224127.129: [GC 224127.129: [ParNew: 92364K->5359K(130560K), 0.0252486 secs] 127566K->40561K(1005056K), 0.0253509 secs]

229226.769: [GC 229226.770: [ParNew: 92399K->5326K(130560K), 0.0282175 secs] 127601K->40528K(1005056K), 0.0283129 secs]

234320.531: [GC 234320.531: [ParNew: 92366K->5378K(130560K), 0.0271575 secs] 127568K->40583K(1005056K), 0.0272538 secs]

239367.453: [GC 239367.453: [ParNew: 92418K->5329K(130560K), 0.0258485 secs] 127623K->40535K(1005056K), 0.0259437 secs]

244467.000: [GC 244467.000: [ParNew: 92369K->5062K(130560K), 0.0253678 secs] 127575K->40529K(1005056K), 0.0254663 secs]

249447.309: [GC 249447.309: [ParNew: 92102K->5064K(130560K), 0.0237902 secs] 127569K->40531K(1005056K), 0.0238856 secs]

254547.234: [GC 254547.234: [ParNew: 92104K->5065K(130560K), 0.0227058 secs] 127571K->40536K(1005056K), 0.0228048 secs]

259527.164: [GC 259527.164: [ParNew: 92105K->5075K(130560K), 0.0230902 secs] 127576K->40546K(1005056K), 0.0231865 secs]

264626.218: [GC 264626.218: [ParNew: 92115K->5062K(130560K), 0.0233670 secs] 127586K->40533K(1005056K), 0.0234637 secs]

269725.761: [GC 269725.761: [ParNew: 92102K->5073K(130560K), 0.0237974 secs] 127573K->40544K(1005056K), 0.0238933 secs]

274825.310: [GC 274825.310: [ParNew: 92113K->5080K(130560K), 0.0297292 secs] 127584K->40551K(1005056K), 0.0298241 secs]

279924.906: [GC 279924.907: [ParNew: 92120K->5071K(130560K), 0.0305752 secs] 127591K->40542K(1005056K), 0.0306745 secs]

284966.538: [GC 284966.538: [ParNew: 92111K->5063K(130560K), 0.0293557 secs] 127582K->40534K(1005056K), 0.0294500 secs]

290066.089: [GC 290066.090: [ParNew: 92103K->5077K(130560K), 0.0250259 secs] 127574K->40548K(1005056K), 0.0251219 secs]

295164.387: [GC 295164.387: [ParNew: 92117K->5065K(130560K), 0.0303756 secs] 127588K->40548K(1005056K), 0.0304714 secs]

300146.306: [GC 300146.306: [ParNew: 92105K->5070K(130560K), 0.0229460 secs] 127588K->40553K(1005056K), 0.0230422 secs]

305244.101: [GC 305244.101: [ParNew: 92110K->5071K(130560K), 0.0230591 secs] 127593K->40554K(1005056K), 0.0231551 secs]

310284.029: [GC 310284.029: [ParNew: 92111K->5079K(130560K), 0.0230850 secs] 127594K->40562K(1005056K), 0.0231803 secs]

315360.961: [GC 315360.961: [ParNew: 92119K->5204K(130560K), 0.0236663 secs] 127602K->40691K(1005056K), 0.0238174 secs]

320461.572: [GC 320461.572: [ParNew: 92244K->5142K(130560K), 0.0276434 secs] 127731K->40629K(1005056K), 0.0277723 secs]

325525.433: [GC 325525.433: [ParNew: 92182K->5078K(130560K), 0.0235535 secs] 127669K->40565K(1005056K), 0.0236480 secs]

330624.736: [GC 330624.736: [ParNew: 92118K->5062K(130560K), 0.0235708 secs] 127605K->40557K(1005056K), 0.0236659 secs]

335723.166: [GC 335723.166: [ParNew: 92102K->5062K(130560K), 0.0234318 secs] 127597K->40557K(1005056K), 0.0235403 secs]

340823.208: [GC 340823.208: [ParNew: 92102K->5086K(130560K), 0.0250151 secs] 127597K->40581K(1005056K), 0.0251107 secs]

345915.834: [GC 345915.834: [ParNew: 92125K->5144K(130560K), 0.0235243 secs] 127620K->40639K(1005056K), 0.0236213 secs]

350844.070: [GC 350844.070: [ParNew: 92184K->5064K(130560K), 0.0247748 secs] 127679K->40559K(1005056K), 0.0248696 secs]

355903.746: [GC 355903.746: [ParNew: 92104K->5066K(130560K), 0.0241202 secs] 127599K->40561K(1005056K), 0.0242180 secs]

360965.503: [GC 360965.503: [ParNew: 92106K->5178K(130560K), 0.0233800 secs] 127601K->40677K(1005056K), 0.0234767 secs]

366066.054: [GC 366066.054: [ParNew: 92218K->5167K(130560K), 0.0252803 secs] 127717K->40666K(1005056K), 0.0253771 secs]

371166.601: [GC 371166.601: [ParNew: 92207K->5096K(130560K), 0.0237131 secs] 127706K->40595K(1005056K), 0.0238118 secs]

376223.605: [GC 376223.605: [ParNew: 92136K->5077K(130560K), 0.0304479 secs] 127635K->40576K(1005056K), 0.0305443 secs]

381322.036: [GC 381322.036: [ParNew: 92117K->5065K(130560K), 0.0245573 secs] 127616K->40564K(1005056K), 0.0246551 secs]

386421.585: [GC 386421.585: [ParNew: 92102K->5091K(130560K), 0.0229874 secs] 127601K->40590K(1005056K), 0.0230878 secs]

391521.132: [GC 391521.132: [ParNew: 92131K->5064K(130560K), 0.0251810 secs] 127630K->40563K(1005056K), 0.0252873 secs]

396620.031: [GC 396620.031: [ParNew: 92104K->5085K(130560K), 0.0238808 secs] 127603K->40584K(1005056K), 0.0239773 secs]

401719.905: [GC 401719.905: [ParNew: 92125K->5066K(130560K), 0.0236198 secs] 127624K->40565K(1005056K), 0.0237169 secs]

406762.585: [GC 406762.585: [ParNew: 92106K->5065K(130560K), 0.0239391 secs] 127605K->40564K(1005056K), 0.0240334 secs]

411801.889: [GC 411801.889: [ParNew: 92105K->5072K(130560K), 0.0252364 secs] 127604K->40571K(1005056K), 0.0253338 secs]

416900.812: [GC 416900.812: [ParNew: 92112K->5066K(130560K), 0.0240275 secs] 127611K->40577K(1005056K), 0.0241228 secs]

421940.489: [GC 421940.489: [ParNew: 92106K->5066K(130560K), 0.0249169 secs] 127617K->40577K(1005056K), 0.0250134 secs]

426981.949: [GC 426981.949: [ParNew: 92106K->5079K(130560K), 0.0229460 secs] 127617K->40590K(1005056K), 0.0230439 secs]

432081.249: [GC 432081.249: [ParNew: 92119K->5058K(130560K), 0.0294152 secs] 127630K->40573K(1005056K), 0.0295093 secs]

437119.802: [GC 437119.802: [ParNew: 92098K->5075K(130560K), 0.0236129 secs] 127613K->40590K(1005056K), 0.0237097 secs]

442218.980: [GC 442218.980: [ParNew: 92115K->5073K(130560K), 0.0268395 secs] 127630K->40588K(1005056K), 0.0270427 secs]

447318.154: [GC 447318.154: [ParNew: 92111K->5096K(130560K), 0.0241158 secs] 127626K->40611K(1005056K), 0.0242136 secs]

452417.453: [GC 452417.453: [ParNew: 92136K->5069K(130560K), 0.0244777 secs] 127651K->40584K(1005056K), 0.0245733 secs]

457461.006: [GC 457461.006: [ParNew: 92109K->5065K(130560K), 0.0293997 secs] 127624K->40580K(1005056K), 0.0294948 secs]

462500.198: [GC 462500.198: [ParNew: 92105K->5079K(130560K), 0.0241752 secs] 127620K->40602K(1005056K), 0.0242713 secs]

467598.998: [GC 467598.998: [ParNew: 92119K->5069K(130560K), 0.0244046 secs] 127642K->40592K(1005056K), 0.0245006 secs]

472580.303: [GC 472580.304: [ParNew: 92109K->5074K(130560K), 0.0251128 secs] 127632K->40597K(1005056K), 0.0252080 secs]

477679.358: [GC 477679.358: [ParNew: 92114K->5078K(130560K), 0.0225904 secs] 127637K->40601K(1005056K), 0.0226894 secs]

482777.455: [GC 482777.455: [ParNew: 92118K->5150K(130560K), 0.0247134 secs] 127641K->40673K(1005056K), 0.0248127 secs]

487878.003: [GC 487878.003: [ParNew: 92189K->5101K(130560K), 0.0247719 secs] 127712K->40624K(1005056K), 0.0248669 secs]

492977.896: [GC 492977.896: [ParNew: 92141K->5070K(130560K), 0.0253053 secs] 127664K->40592K(1005056K), 0.0254031 secs]

498017.704: [GC 498017.704: [ParNew: 92110K->5075K(130560K), 0.0241500 secs] 127632K->40598K(1005056K), 0.0242478 secs]

503117.581: [GC 503117.581: [ParNew: 92115K->5067K(130560K), 0.0245497 secs] 127638K->40594K(1005056K), 0.0246459 secs]

508216.557: [GC 508216.557: [ParNew: 92107K->5072K(130560K), 0.0239484 secs] 127634K->40603K(1005056K), 0.0240471 secs]

513315.948: [GC 513315.949: [ParNew: 92112K->5075K(130560K), 0.0247933 secs] 127643K->40606K(1005056K), 0.0249009 secs]

518415.504: [GC 518415.504: [ParNew: 92115K->5081K(130560K), 0.0371213 secs] 127646K->40612K(1005056K), 0.0372200 secs]

523281.637: [GC 523281.638: [ParNew: 92121K->5172K(130560K), 0.0254383 secs] 127652K->40703K(1005056K), 0.0256138 secs]

528382.108: [GC 528382.108: [ParNew: 92212K->5138K(130560K), 0.0249258 secs] 127743K->40673K(1005056K), 0.0250249 secs]

Thanks again for the help.

former_member185954
Active Contributor
0 Kudos

Hello Dave,

Please check the SAP Note

Note 716604 - Access to Sun J2SE and recommended J2SE options

Since you have Windows 2003 server.

Regards,

Siddhesh