TIBCO Administrator error, "Domain has already been destroyed".

TIBCO Administrator error, "Domain has already been destroyed".

book

Article ID: KB0093681

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Description:
Administrator won't start after abruptly shutdown because of machine crash or improper shut down. The error in the administrator.log file reports the following.


2015 Feb 24 09:28:17:957 GMT -5 Error [Administrator] AESDKJ-0000 [Thread-42]  java.lang.RuntimeException: Domain has already been destroyed: qge_nna_01
    at com.tibco.pof.entity.impl.AbstractEntityDomain.byte(AbstractEntityDomain.java:369)
    at com.tibco.pof.entity.impl.AbstractEntityDomain.getChildByURI(AbstractEntityDomain.java:403)
    at com.tibco.pof.entity.impl.AbstractEntityDomain.getEntityByURI(AbstractEntityDomain.java:93)
    at com.tibco.pof.entity.AbstractChildEntity.getEntityStoreParent(AbstractChildEntity.java:121)
    at com.tibco.pof.entity.impl.AbstractEntityDomain.getParent(AbstractEntityDomain.java:513)
    at com.tibco.pof.entity.impl.AbstractEntityDomain.getLongURI(AbstractEntityDomain.java:521)
    at com.tibco.pof.entity.AbstractChildEntity.getLongURI(AbstractChildEntity.java:675)
    at com.tibco.pof.admindomain.impl.DefaultFileContent.getContentURI(DefaultFileContent.java:98)
    at com.tibco.pof.admindomain.impl.DefaultFileContent.getInputStream(DefaultFileContent.java:156)
    at com.tibco.administrator.AdministratorPlugInManager.deployPlugIn(AdministratorPlugInManager.java:73)
    at com.tibco.administrator.AdministratorServlet$7.run(AdministratorServlet.java:743)
    at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.Exception
    at com.tibco.pof.entity.impl.AbstractEntityDomain.destroy...

Symptoms:
Administrator will not start. Tomcat log shows the following.

ERROR main org.apache.catalina.core.StandardServer - StandardServer.await: create[8005]:
 java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)

Cause:
Tomcat port used by Admin server is in use. It is possible that the server is not properly shutdown and left the Tomcat port or shutdown port is still in use.

Resolution

Make sure that the Tomcat port for Admin as well as the shutdown port is free. Change the Admin server Tomcat port in the server.xml file.

Issue/Introduction

TIBCO Administrator error, "Domain has already been destroyed".