Hello,
Here is our test setup
1 Linux Cell manager (Centos 6.5) running DP 8.10
2 . One Windows client running Windows 7 .
3. Application Server is installed on Linux Cell manager
-------------------------------------------------------------------------------------------------------------------------------------------
We can ping from Cell manager to client and vice versa.
Firewalls on both cell manager and Client are disabled
-------------------------------------------------------------------------------------------------------------------------------------------
omnisv status on Cell manager
omnisv status
ProcName Status [PID]
===============================
crs : Active [30962]
mmd : Active [30960]
kms : Active [30961]
hpdp-idb : Active [30853]
hpdp-idb-cp : Active [30877]
hpdp-as : Active [31932]
omnitrig : Active
----------------------------------------------------------------------------------------------------------------------------------------------
Problem: https:<cellmanagerhostname:7116> can not be seen from Windows client
--------------------------------------------------------------------------------------------------------------------------------------------
Debug files running on Windows Client report the following
About to connect() to <cellmanagerhostname>port 7116 (#0)
[ 50] [LibCurl] Info: Trying 10.10.8.28...
[ 50] [LibCurl] Info: Connection refused
[ 50] [LibCurl] Info: couldn't connect to host
[ 50] [LibCurl] Info: Closing connection #0
[ 50] curl_easy_perform returned error 7: 'Couldn't connect to server'. Detail:'couldn't connect to host'
[199] curl_easy_perform(curl)=7
--------------------------------------------------------------------------------------------------------------------------------------------
netstat -an | grep 7116 on Linux cell manager returns nothing
----------------------------------------------------------------------------------------------------------------------------------------
File /var/opt/omni/log/AppServer/DPServer.log is empty
-------------------------------------------------------------------------------------------------------------------------------------------
tail -f /var/opt/omni/log/AppServer/server.log
5:34:54,739 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--0.0.0.0-7116
05:34:54,741 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
05:34:54,763 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
05:34:54,810 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.server.deployment.scanner.default: org.jboss.msc.service.StartException in service jboss.server.deployment.scanner.default: java.lang.IllegalArgumentException: JBAS015053: /opt/omni/AppServer/standalone/deployments does not exist
05:34:54,852 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
05:34:54,853 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 5123ms - Started 138 of 214 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
05:35:15,390 INFO [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
05:35:15,395 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011942: Stopping OSGi Framework
---------------------------------------------------------------------------------------------------------------------------------------------
Any hints why HP-DP Application server is not starting or listening on port 7116?
Thanks