tomcatsingle-sign-onjosso

Josso 1.8.10 on tomcat 7 - Error while starting SSO Agent


After installing josso 1.8.10 on tomcat 7, I try to run catalina run command, but I get this error :

LifecycleException: Error starting SSO Agent : Unexpected exception parsing XML document from class path resource [josso-agent-config.xml]; nested exception is java.lang.NullPointerException
at org.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java:216)

Update :

For the commands, under the josso console I used, to install : The gateway :

gateway install --target C:\apache-tomcat-7.0.59 --platform tc70

The agent :

agent install --target C:\apache-tomcat-7.0.59 --platform tc70

The samples :

agent install --target C:\apache-tomcat-7.0.59 --platform tc70

When I'm looking on the forums I can't find any solution for this. Any Idea ?


Solution

  • Finally I think that JOSSO 1.8.10 and Apache tomcat 7 are incompatible for some reason, I tried a different release from JOSSO which is 1.8.6 and it's working.