It's all about the answers!

Ask a question

SRVE0068E: An exception was thrown by one of the service methods of the servlet [equinoxbridgeservlet]


Sumant Renukarya (1.1k23339) | asked Nov 27 '13, 10:47 a.m.
 At step 9 of RTC setup, finalise application setup is greyed out.  
   
WAS log has the following error:  

*****
   
14:45:09:884 GMT] 0000001e ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was  
thrown by one of the service methods of the servlet [equinoxbridgeservlet] in application [ccm_war]. Exception created :  
[org.eclipse.core.runtime.AssertionFailedException: null argument:The local application's root services could not be fetched, contained  
invalid content, or was missing the required entry for jfsauthDomain 
        at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) 

*****

How to resolve this?

One answer



permanent link
Sumant Renukarya (1.1k23339) | answered Nov 27 '13, 10:50 a.m.
 This error shows up because of the following properties, missing in the WebSphere configuration:

*****

trusthostheaderport = true
com.ibm.ws.webcontainer.extracthostheaderport = true

*****

Adding these, as described below resolves the problem:

https://jazz.net/wiki/bin/view/Deployment/ConfigureCLMEnterpriseReverseProxy


Your answer


Register or to post your answer.