This is a dev box that has been up and running for a while with no issues. Came in this morning and was doing a rebuild, which decided to **** out and not repopulate iw-cc.war properly, so ran
install_webapps.ipl -i -f content_center
All went fine. Did a delete of the _out folders and rebuild of LS & TS as well just to make sure all the latest content was there. All builds come back clean. Accessing the UI throws no errors, and it doesn't show any errors in the browser window, just a blank screen. Tried rebooting the server and doing a full app reinstall/recompile as well.
No errors during compile/startup (moreso than the usual **** you see) in server.log, content_center.log, iwserver.log, or iwutild_cmdout.log. The only errors I see are these:
in tsreport_err.log
2-Mar-2015 1:17:06 PM org.apache.activemq.transport.tcp.TcpTransportFactory createTransport
WARNING: path isn't a valid local location for TcpTransport to use
java.lang.NumberFormatException: For input string: "/"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.parseInt(Integer.java:497)
at org.apache.activemq.transport.tcp.TcpTransportFactory.createTransport(TcpTransportFactory.java:136)
at org.apache.activemq.transport.TransportFactory.doConnect(TransportFactory.java:141)
at org.apache.activemq.transport.TransportFactory.doConnect(TransportFactory.java:51)
at org.apache.activemq.transport.TransportFactory.connect(TransportFactory.java:80)
at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:243)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:258)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:230)
at org.apache.activemq.ActiveMQConnectionFactory.createTopicConnection(ActiveMQConnectionFactory.java:208)
at com.interwoven.tsreport.server.receiver.JmsReceiver.connect(JmsReceiver.java:292)
at com.interwoven.tsreport.server.receiver.JmsReceiver.startListeners(JmsReceiver.java:139)
at com.interwoven.tsreport.server.receiver.JmsReceiver.onException(JmsReceiver.java:422)
at org.apache.activemq.ActiveMQConnection$4.run(ActiveMQConnection.java:1809)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
And in tsreport.log
02 Mar 2015 13:16:36,405 ERROR - com.interwoven.tsreport.server.receiver.JmsReceiver.connect(JmsReceiver.java:321) - Exception occurred while connecting to JMS server
javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:3035/. Reason: java.net.ConnectException: Connection refused: connect
at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:35)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:286)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:230)
at org.apache.activemq.ActiveMQConnectionFactory.createTopicConnection(ActiveMQConnectionFactory.java:208)
at com.interwoven.tsreport.server.receiver.JmsReceiver.connect(JmsReceiver.java:292)
at com.interwoven.tsreport.server.receiver.JmsReceiver.startListeners(JmsReceiver.java:139)
at com.interwoven.tsreport.server.receiver.JmsReceiver.onException(JmsReceiver.java:422)
at org.apache.activemq.ActiveMQConnection$4.run(ActiveMQConnection.java:1809)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at org.apache.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:436)
at org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:402)
at org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:53)
at org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57)
at org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57)
at org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
at org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57)
at org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57)
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:266)
... 9 more
Checked iwwebd.conf.template and it's correctly referencing the iwweb_http_ports: