Hello Qpid Community, I am trying to configure the Java Qpid broker (version 7.0.6) on Linux (Ubuntu 16.04) using OpenJDK 1.8.0 u162. When I start the broker, it is not listening on the HTTPS port that I specified in the JSON configuration file. It is listening on the HTTP and AMPQ ports that I have configured. I've attached our JSON configuration file for reference.
/home/boshea/blt/tools/Linux/jdk/openjdk1.8.0_162_x64/bin/java -server -Xms500m -Xmx1024m -XX:MaxDirectMemorySize=250m -XX:+UseParallelOldGC -XX:+HeapDumpOnOutOfMemoryError -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:-TraceClassUnloading -Xloggc:/home/boshea/blt/app/main/core/sfdc/qpid/logs/jvmgc.log -DPNAME=QPBRKR -DQPID_HOME=/home/boshea/blt/tools/qpid/v7.0.6 -DQPID_WORK=/home/boshea/blt/app/main/core/sfdc/qpid -Dqpid.logfile.name=/home/boshea/blt/app/main/core/sfdc/qpid/logs/main.sfdc.localhost.qpid.broker.gmt.log -Dqpid.logging.level=WARN -Djava.rmi.server.hostname=127.0.0.1 -Dqpid.flow_to_disk_threshold=209715200 -Dqpid.amqp_port=5672 -Dqpid.http_port=5673 -Dqpid.https_port=5675 -Dqpid.rmi_port=8999 -Dqpid.jmx_port=9099 -Dqpid.virtualhost_name=test -Dqpid.virtualhost_type=BDB -classpath /home/boshea/blt/app/main/core/build/ManifestJars/manifest-classpath_MAIN.qpid-start-java-java_4876430406122862138.jar org.apache.qpid.server.Main -sp /home/boshea/blt/app/main/core/sfdc/qpid/etc/sfdc-broker-configuration.json [Broker] BRK-1006 : Using configuration : /home/boshea/blt/app/main/core/sfdc/qpid/etc/sfdc-broker-configuration.json [Broker] BRK-1001 : Startup : Version: 7.0.6 Build: bda3e6d2254b1634256cf4e0d4eff4da549d3ed8 [Broker] BRK-1010 : Platform : JVM : Azul Systems, Inc. version: 1.8.0_162-b01 OS : Linux version: 4.4.0-137-generic arch: amd64 cores: 16 [Broker] BRK-1011 : Maximum Memory : Heap : 954,728,448 bytes Direct : 262,144,000 bytes [Broker] BRK-1017 : Process : PID : 31324 [Broker] BRK-1002 : Starting : Listening on TCP port 5672 [Broker] MNG-1001 : Web Management Startup [Broker] MNG-1002 : Starting : HTTP : Listening on TCP port 5673 [Broker] MNG-1004 : Web Management Ready [Broker] BRK-1004 : Qpid Broker Ready sfdc-broker-configuration.json <http://qpid.2158936.n2.nabble.com/file/t395936/sfdc-broker-configuration.json> -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org