Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Deploying the Token Service on Windows

Hello,

 

I am trying to deploy the Token Service on Windows (Tomcat 6) and I’ve followed the indications given on the site. Because of exceptions when invoking the Token Service servlet, I’ve also added three jar files in TokenService/WEB-INF/lib: commons-fileupload-1.2.1.jar, higgins-sts-server-mapper-appliesto_1.0.100.jar and higgins-sts-server-mapper-extension_1.0.100.jar.

 

When I try to generate a managed card of Username Token type, I get the error:

 

javax.servlet.ServletException: org.eclipse.higgins.util.idas.cp.jscript.JScriptExecSettingHandler
        org.eclipse.higgins.sts.binding.axis1x.Servlet.init(Servlet.java:225)
        javax.servlet.GenericServlet.init(GenericServlet.java:212)
        org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        java.lang.Thread.run(Thread.java:619)

 

I’ve tried to find the higgins.util.idas.cp.jscript package without success.

 

Can you please help me?

Thank you,

Iulia

 

 


Back to the top