cancel
Showing results for 
Search instead for 
Did you mean: 

ESP Service is not starting in PI 7.11

prabhat_sharma6
Explorer
0 Kudos

Following error is being thrown when J2ee server node starts for ESP service.

Service [tcesiesp~srv] start ================= ERROR =================

java.lang.NumberFormatException: null

at java.lang.Integer.parseInt(Integer.java:415)

at java.lang.Integer.parseInt(Integer.java:497)

at com.sap.engine.core.cluster.impl6.ClusterMonitorImpl.getMSAddress(ClusterMonitorImpl.java:175)

at com.sap.engine.core.cluster.impl6.ClusterMonitorImpl.getAccessPoint(ClusterMonitorImpl.java:160)

at com.sap.esi.esp.service.server.ESPServiceInterfaceAbstract.init(ESPServiceInterfaceAbstract.java:378)

at com.sap.esi.esp.service.server.ESPServiceInterfaceImpl.<init>(ESPServiceInterfaceImpl.java:91)

at com.sap.esi.esp.service.server.EspServiceFrame.start(EspServiceFrame.java:142)

at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)

at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)

at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)

at com.sap.engine.frame.core.thread.Task.run(Task.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:175)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:274)

Start all services from startup set for : 159391 ms.

[ServiceManager] started for [168273] ms

This is on my production server, if anybody has any idea or seen this issue before, please let me know.

Thanks,

Prabhat

Accepted Solutions (1)

Accepted Solutions (1)

abrahamvadillo
Explorer
0 Kudos

Well, that happened to me also.

The problem is that the method ClusterMonitorImpl.getMSAddress is looking for the MS http port of the SCS message server. In our case, we had a problem with the port (it was used by our backup tool) and the SCS MS Service was only running with the internal port 39xx and it could not bind the http port 81xx.

The exception (java.lang.NumberFormatException: null) suggests that your Message Server could not bind the HTTP port.

Well, it is too late, but if it happens again, check your dev_ms file in your SCS instance. Chances are that you have the same problem with the binding of the HTTP port.

Regards

Abraham

http://linkd.in/AVadillo

Answers (1)

Answers (1)

prabhat_sharma6
Explorer
0 Kudos

Any idea on this, would be appriciated.