Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Problem & Solutions

1 ) Sometimes the deployed apps on TIBCO Admin go into an 'Error State'. What could cause
the TIBCO BW application instance to go into 'Error' State?

Ans ) There can be many reasons for the tibco component to go into error state. One of the
most common reason is that, you component getting out of memory. This can happen when
your JVM is running on very less heap size as compared to the load it has to handle.

If you are having this issue, then you can tune your engine by putting appropriate value of
max jobs, Flow limit,Thread count and Max heap size.

2) Iam facing problem in Tibco admin (configuaration Tab error).

Ans) i think restarting admin process of primary administrator.........will solve the purpose.
Login to the Unix machine whcih is serving as a primary admin to your domain.First check
Admin Process is running or not..... If it's running then kill it and then start Admin
process........

3) How do I generate a concrete WSDL in Active Matrix Administrator?

Ans ) http://<Host>:<Port>/inspection.wsil .

4) Process Archive getting terminated in TIBCO Administrator?

Ans ) java.heap.size.max

java.heap.size.min

decrease the size of parameters before deploying and starting the process archive

eg if it is set to 512 and 64 MB change it to 256 and 32 MB.

Configuration>click on processArchive>Serversettings

Initial Heap Size (MB) - 32


Maximum Heap Size (MB) - 256
Java Thread Stack Size (KB) - 256

5) TIBCO Administrator is showing as Starting Up even the service is started?

Ans) Make sure you have correct "Hawk.Service" value set in the .tra file for your application.

You might also like