Remoted into our lab..... results of the command:
sdn@ubuntu:~$ dpkg -l | grep jre
ii openjdk-7-jre-headless - 7u71-2.5.3-0ubuntu0.12.04.1 - OpenJDK Java runtime, using Hotspot JIT (headless)
So only one Java version installed.
I cannot get to RSdocs on /api or Virgo on /admin as nothing on port 8443 is running even though both sdnc and sdna services are running the install goes through without error. Other ports are open as you can remote onto the server via SSH (openssh-server) and FTP (ftpd) when installed.
I have just followed the instructions word for word and ran each command seperately on my laptop (which is Hyper-v so unsupported) but exactly the same issue on our lab VMware.
I don't understand why sdna and sdnc are running, the dpkg -l shows as "ii", no errors in logs but nothing on port 8443 is open on the server. I am obviously doing something completely wrong or missed a step. What other services should be running?
Here all the log files I can find:
sdn@ubuntu:~$ sudo tail /var/log/sdn/virgo/logs/log.log
[2015-01-14 21:52:59.154] INFO AdmDao-1-thread-1 hp.sdn.db Creation of new DataStoreService
[2015-01-14 21:52:59.422] INFO AdmDao-1-thread-1 c.n.astyanax.connectionpool.impl.ConnectionPoolMBeanManager Registering mbean: com.netflix.MonitoredResources:type=ASTYANAX,name=HP VAN SDN Controller_sdnctl_db,ServiceType=connectionpool
[2015-01-14 21:52:59.423] INFO AdmDao-1-thread-1 c.n.astyanax.connectionpool.impl.CountingConnectionPoolMonitor AddHost: 127.0.0.1
[2015-01-14 21:52:59.458] INFO AdmDao-1-thread-1 hp.general Keyspace does not exist
[2015-01-14 21:53:00.142] INFO AdmDao-1-thread-1 hp.general KeySpace Created
[2015-01-14 21:53:00.145] INFO iLogServiceListener@4cab0ac0 org.osgi.service.log.LogService Bundle com.hp.sdn.sdn-adm-dao_2.4.5, Service 349, ServiceEvent REGISTERED
[2015-01-14 21:53:23.479] WARN ros-csync-16-thread-1 hp.sdn.role DE0005I DatapathCacheBuilder: no dpinfos from controller
[2015-01-14 21:55:22.483] INFO TaskExecSched-3-thread-13 hp.sdn.general DE0005I LicenseSupportRunner thread started
[2015-01-14 21:55:22.498] INFO TaskExecSched-3-thread-13 hp.sdn.general DE0005I HP VAN SDN Ctrl Base-active base product license is not found, product license compliance failed!, licensing system posted alerts
[2015-01-14 21:55:22.499] INFO TaskExecSched-3-thread-13 hp.sdn.general DE0005I License history log file serviceability/logs/license-history.log created successfully
END
sdn@ubuntu:~$ sudo tail /var/log/sdn/virgo/stdout.log
[2015-01-14 21:52:36.614] start-signalling-4 <DE0005I> Started bundle 'com.hp.sdn.sdn-ctl-node' version '2.4.5'.
[2015-01-14 21:52:36.615] start-signalling-4 <DE0005I> Started plan 'com.hp.sdn.ctl.nodemgr' version '2.4.5'.
[2015-01-14 21:52:37.011] app-mgr <DE0000I> Installing plan 'com.hp.sdn.ctl.diag' version '2.4.5'.
[2015-01-14 21:52:37.028] app-mgr <DE0000I> Installing bundle 'com.hp.sdn.sdn-ctl-diag' version '2.4.5'.
[2015-01-14 21:52:37.078] app-mgr <DE0001I> Installed bundle 'com.hp.sdn.sdn-ctl-diag' version '2.4.5'.
[2015-01-14 21:52:37.087] app-mgr <DE0001I> Installed plan 'com.hp.sdn.ctl.diag' version '2.4.5'.
[2015-01-14 21:52:37.093] app-mgr <DE0004I> Starting plan 'com.hp.sdn.ctl.diag' version '2.4.5'.
[2015-01-14 21:52:37.094] app-mgr <DE0004I> Starting bundle 'com.hp.sdn.sdn-ctl-diag' version '2.4.5'.
[2015-01-14 21:52:37.152] start-signalling-4 <DE0005I> Started bundle 'com.hp.sdn.sdn-ctl-diag' version '2.4.5'.
[2015-01-14 21:52:37.153] start-signalling-4 <DE0005I> Started plan 'com.hp.sdn.ctl.diag' version '2.4.5'.
END
sdn@ubuntu:~$ sudo tail /var/log/sdn/admin/stdout.log
Jan 14, 2015 9:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:8081]
Jan 14, 2015 9:51:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jan 14, 2015 9:51:36 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [context] ...
Jan 14, 2015 9:51:36 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [context] Servlet [com.sun.jersey.spi.container.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Jan 14, 2015 9:51:36 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [context] is ready to service requests. Root: [].
END