TIBCO Business Studio(TM)Cloud Edition - Debug/Run is not working, fails with error "An Existing instance of BWAppnode is already running.... "
book
Article ID: KB0084220
calendar_today
Updated On:
Products
Versions
TIBCO Cloud Integration
-
Description
TIBCO Business Studio(TM)Cloud Edition - Debug/Run fails with the error, "An Existing instance of BWAppnode is already running. Please terminate the Java process before relaunching the Debugger ".
Environment
Product: TIBCO Business Studio(TM)Cloud Edition
OS: All
Resolution
Solution 1 1). Open and note the "Engine Debug port", Go to Run -->Debug Configuration -->Advance Tab -->Engine Debug port 2). Open and note the "org.osgi.service.http.port", Go to Run -->Debug Configuration -->Argument Tab -->org.osgi.service.http.port. 3). Check netstat -a -n -o and see if any of the above ports are not binded by another application process running on the machine.
4). If the process is running you have two options,
Either set unique port in Debug Configuration
Or
Kill the Application using that is binding the port and then run the TCI Studio Debug.
Solution 2: 1). If Solution 1 is not helpfull, export the project to a zip file.
2). Close the Studio .
3). Restart Studio and create a new workspace.
Solution 3:
1). If both Solution 1 and 2 does not help, then enable Root logger =trace in logback.xml.
2). Path for logback.xml can be found under Run -->Debug Configuration -->Advance Tab --> Logging Configuration e,g <TCI_HOME>/bwcloud/1.0/config/design/logback/logback.xml
3). Simulate the issue. Open a new case with TIBCO TCI support and upload the TIBCO Business Studio Cloud Edition log file found under <WORKSPACE>/.metadata/.log
Issue/Introduction
TIBCO Business Studio Cloud Edition - Debug/Run fails with the error, "An Existing instance of BWAppnode is already running.... "