exhibitor service is not listening on port 8180
Closed this issue · 1 comments
The exhibitor log:
Jun 26, 2014 7:54:31 PM
com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9.1 09/14/2011 02:36
PM'
INFO org.mortbay.log Started SocketConnector@0.0.0.0:8180 [main]
INFO com.netflix.exhibitor.core.activity.ActivityLog State: down
[ActivityQueue-0]
Jun 26, 2014 7:55:00 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml
INFO com.netflix.exhibitor.core.activity.ActivityLog Attempting to stop
instance [ActivityQueue-0]
INFO com.netflix.exhibitor.core.activity.ActivityLog Attempting to
start/restart ZooKeeper [ActivityQueue-0]
INFO com.netflix.exhibitor.core.activity.ActivityLog jps didn't find instance
-
assuming ZK is not running [ActivityQueue-0]
INFO com.netflix.exhibitor.core.activity.ActivityLog Starting in standalone
mode [ActivityQueue-0]
ERROR com.netflix.exhibitor.core.activity.ActivityLog ZooKeeper Server: JMX
enabled by default [pool-2-thread-1]
INFO com.netflix.exhibitor.core.activity.ActivityLog Process started via:
/usr/share/zookeeper/bin/zkServer.sh [ActivityQueue-0]
ERROR com.netflix.exhibitor.core.activity.ActivityLog ZooKeeper Server: Using
config: /usr/share/zookeeper/bin/../conf/zoo.cfg [pool-2-thread-1]
INFO com.netflix.exhibitor.core.activity.ActivityLog ZooKeeper Server:
Starting zookeeper, log at: /var/log/zookeeper/zookeeper.19:55:01.out
[pool-2-thread-2]
INFO com.netflix.exhibitor.core.activity.ActivityLog ZooKeeper Server:
JVMFLAGS=-Xloggc:/var/log/zookeeper/zookeeper-gc.log
-XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime
-XX:+PrintGC -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:ParallelGCThreads=8
-XX:+UseConcMarkSweepGC [pool-2-thread-2]
INFO com.netflix.exhibitor.core.activity.ActivityLog ZooKeeper Server:
STARTED [pool-2-thread-2]
INFO com.netflix.exhibitor.core.activity.ActivityLog State: serving
[ActivityQueue-0]
The 'ps' output clear shows exhibitor is running:
root 22398 1.4 0.3 2406624 112788 ? Ssl 19:54 0:02 java -Xmx256M
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/var/log/exhibitor_heap_dump_2014_06_26_19:54:29.hprof -jar
exhibitor.jar --hostname 10.64.248.24 -c file --fsconfigdir /etc/exhibitor
--port 8180
However, port 8180 or the pid of 22398 is not listed in the netstat output.
[ashishkh@ahanwadi-dev A]$grep 22398 !$
grep 22398 cmds_output/netstat_-tanp.out
ashishkh@ahanwadi-dev A]$grep 8180 !$
grep 8180 cmds_output/netstat_-tanp.out
The exhibitor version is 1.5.2.
Closing this for now since there have been many new versions since time of report and no one else reported something like this.
If it still reproduces on latest version, you can re-open.