I have installed filenet portlets to Portal 6.0.3 following the instructions in installation document. Currently I'm getting this error while using it
com.filenet.api.exception.EngineRuntimeException;Unable to use the specified connection to communicate with the server Class=com.filenet.apiimpl.core.ConnectionImpl URI=iiop://172.31.100.114:2810/FileNet/Engine Parameters={CONNECTION_PARTICIPATES_IN_TRANSACTION=false}. [Code=null]; OMFC/TheNetwork/NoOp//API_UNABLE_TO_USE_CONNECTION
However I'm sure that iiop://172.31.100.114:2810 is the correct address as I'm using it from other modules to interact with filenet programmatically. And if I specified a wrong address I get another exception other than this, so this address is correct but the portlet can't use it I don't know why
did anyone experience this problem before ??
Thanks