Skip to main content

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

Could you give a bit more info? As far as I remember you need both JScript files, the util.JScript and the util.cp.JScript. Also you should add some extra libraries from dependencies.redistributable:

dom4j-1.6.1
openxdas-0.5.256
wsdl4j-1.5.1
xalan-2.6.0
xercesImpl

If you are using also Java 1.6 you will need to move Stax lib to common/endorsed folder, if instead of 6.0 you use 1.5 there is no problem.


On Wed, Jul 2, 2008 at 5:32 PM, HUDITA iulia maria <iuliamaria.HUDITA@xxxxxxxxxxx> wrote:

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

 

 


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top