After I was fiddling some time ago with SMD I tried to start again today - and I'm stuck with the following error while setting up SMD:
- STEP 5: checking P4 Connection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
P4 Connection to SMD Server failed
Root exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while try
ing to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: there
are no access points for service: P4 registered on the message server]
com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialC
ontext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: there are no access point
s for service: P4 registered on the message server]
at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryI
mpl.java:455)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.InitialContext.<init>(InitialContext.java:195)
at com.sap.smd.setup.CheckPrerequisiteSetup.checkP4Connection(CheckPrerequisiteSetup.java:510)
at com.sap.smd.setup.CheckPrerequisiteSetup.setup(CheckPrerequisiteSetup.java:173)
at com.sap.smd.setup.CheckPrerequisiteSetup.main(CheckPrerequisiteSetup.java:63)
Caused by: com.sap.engine.interfaces.cross.DestinationException: there are no access points for service: P
4 registered on the message server
The message server on the solution manager host on the specified port (8150) is running:
bash-3.00# netstat -f inet -an | grep 8150
*.8150 . 0 0 49152 0 LISTEN
I can resolve names backward and forward, since the system connects I assume it's no network issue.
What do I need to do in order to "register the P4 port" on the ABAP message server?
Regards,
Markus