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

Thank you for your response. I’ve added all the packages you told me in TokenService\WEB-INF\lib, but I couldn’t find the openxdas-0.5.256, so I’ve included openxdas-0.5.257. I’ve also moved Stax lib to common/endorsed folder.

 

Now I have another error when I try to generate a card: I retrieve a crd file having the content “Exception: java.lang.NullPointerException”. I get the same error for all the other actions: creating, modifying or deleting a Digital Subject Profile.

 

Sometimes it doesn’t allow me to generate a card and I get the following error:

 

Etat HTTP 500

type Rapport d'exception

message

description Le serveur a rencontré une erreur interne () qui l'a empêché de satisfaire la requête.

 

exception

javax.servlet.ServletException
        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)

 

 Iulia


From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Noymn / Thindael
Sent: mercredi 2 juillet 2008 18:18
To: Higgins (Trust Framework) Project developer discussions
Subject: 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