on ‎2010 Oct 22 1:13 PM
Hello,
We have installed our SAP ERP 6.0 on linux (suse 10) x86_64 without any problems, and it worked fine. But after trying to stop and restart the server, it fails. We did it with:
stopsap
startsap
The error messages in the logs are these:
trc file: "CPICTRC25768", trc level: 1, release: "700"
-
Fri Oct 22 13:24:33 2010
opened by SAP_CMACCP (version=700.2009.02.11)
NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
CPIC (version=700.2009.02.11)
Fri Oct 22 13:25:33 2010
ERROR => GwIConnect: GwRead to vlhpsapdev / 3372 failed, rc: NIETIMEOUT [gwxx_mt.c 490]
***LOG S90=> SAP_CMNOREGTP, GwIConnect ( 223) [r3cpic_mt.c 9366]
T:1115703616 Error in program 'igsmux_mt': ======> Connect to SAP gateway failed
Connect_PM TPNAME=IGS.DEV, GWHOST=vlhpsapdev, GWSERV=3372
The dispatcher log files are not showing any errors.
But there are other messages like partner nod reached, connection refused etc.
We already checked the hosts and services files. Seems all to be okay. We replaced the kernel files with the newest one, and we checked the memory parameters, but as well all seems to be okay.
Any ideas, why the dispatcher always crashes?
Request clarification before answering.
hello,
Your system is listening to the port number GWSERV=3372
Can you check the port is active (netstat -a or netstat -an |grep 3372)
And have you maintained Services and hosts file entries correctly, in /etc/hosts and /etc/services.
Regards
JUDE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jude,
Thanks for your reply.
Already checked your propositions.
1. netstat :
netstat -an |grep 3372
tcp 0 0 0.0.0.0:3372 0.0.0.0:* LISTEN
tcp 0 0 153.109.64.31:3372 153.109.64.31:34077 SYN_RECV
tcp 69 0 153.109.64.31:3372 153.109.64.31:41757 CLOSE_WAIT
tcp 69 0 153.109.64.31:3372 153.109.64.31:41756 CLOSE_WAIT
tcp 69 0 153.109.64.31:3372 153.109.64.31:41758 CLOSE_WAIT
...
unix 2 [ ACC ] STREAM LISTENING 3528356 /tmp/.sapstream3372
unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372
unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372
unix 3 [ ] STREAM CONNECTING 0 /tmp/.sapstream3372
...
2. services / hosts files -> All fine.
Edited by: Vermeer on Oct 28, 2010 9:25 AM
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.