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