Default Unicore installation "Supplied trust delegation is not valid."

View: New views
6 Messages — Rating Filter:   Alert me  

Default Unicore installation "Supplied trust delegation is not valid."

by Aaron Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello unicore-support,

I've done several Unicore installations, using manual methods, using the install.py script, and using the .jar installer. All with the same results (...after fixing any other errors I may have made).

I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which is based on CentOs...) and just trying to get the default Unicore stack working before I begin to modify it for our specific environment. We are behind a firewall and a http proxy (correct proxy settings have been exported and set in gconf).

We can access the gateway interface, and get the smiling monkey.

The GPE client and the Rich Client can both access the Unicore registry (at https://server.domain.name:8080/DEMO-SITE/services/Registry) but can not submit jobs. It doesn't seem to matter if we access Unicore locally or over the network. The error is " Supplied trust delegation is not valid." (trace below)

When using the .jar installer, the only changes that were made were installing unicore in /opt/unicore and replacing 'localhost' with the server's FQDN whenever it appeared in the configuration.

A unicore user was created, and the /opt/unicore directory was chowned to their name.

The Unicore services were started as the unicore user, while the TSI was started as root.

Can anyone provide any help on this situation?

Regards.

Aaron Hicks


Here's a copy of the stack trace:

com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException: Unknown exception
        at com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSystemClientImpl.java:108)
        at com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitRequest.java:107)
        at com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncProvider.java:65)
        at java.lang.Thread.run(Thread.java:619)
Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <faultcode>soap:Server</faultcode>
  <faultstring>Supplied trust delegation is not valid.</faultstring>
</xml-fragment>
        at com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
        at com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
        at com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
        at com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:209)
        at com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSystemClientImpl.java:102)
        ... 3 more

Please consider the environment before printing this email
Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support

Re: Default Unicore installation "Supplied trust delegation is not valid."

by Bernd Schuller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi Aaron,

can you give the server version, client version?
And, which Java you're using (i.e. the output of "java -version")?
Any one of
  Sun Java 1.5 or later
  OpenJDK
  IBM Java 1.5 or later
SHOULD work, though we mostly use Sun Java.

Also you can look into the server log (unicorex/logs/uas.logs) but
probably you need to increase the logging level to get a more detailed
problem description.

Best regards,
Bernd.



On Mo, 2009-08-17 at 06:01 +0200, Aaron Hicks wrote:

> Hello unicore-support,
>
> I've done several Unicore installations, using manual methods, using the install.py script, and using the .jar installer. All with the same results (...after fixing any other errors I may have made).
>
> I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which is based on CentOs...) and just trying to get the default Unicore stack working before I begin to modify it for our specific environment. We are behind a firewall and a http proxy (correct proxy settings have been exported and set in gconf).
>
> We can access the gateway interface, and get the smiling monkey.
>
> The GPE client and the Rich Client can both access the Unicore registry (at https://server.domain.name:8080/DEMO-SITE/services/Registry) but can not submit jobs. It doesn't seem to matter if we access Unicore locally or over the network. The error is " Supplied trust delegation is not valid." (trace below)
>
> When using the .jar installer, the only changes that were made were installing unicore in /opt/unicore and replacing 'localhost' with the server's FQDN whenever it appeared in the configuration.
>
> A unicore user was created, and the /opt/unicore directory was chowned to their name.
>
> The Unicore services were started as the unicore user, while the TSI was started as root.
>
> Can anyone provide any help on this situation?
>
> Regards.
>
> Aaron Hicks
>
>
> Here's a copy of the stack trace:
>
> com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException: Unknown exception
>         at com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSystemClientImpl.java:108)
>         at com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitRequest.java:107)
>         at com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncProvider.java:65)
>         at java.lang.Thread.run(Thread.java:619)
> Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>   <faultcode>soap:Server</faultcode>
>   <faultstring>Supplied trust delegation is not valid.</faultstring>
> </xml-fragment>
>         at com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
>         at com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
>         at com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
>         at com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:209)
>         at com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSystemClientImpl.java:102)
>         ... 3 more
>
> Please consider the environment before printing this email
> Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
> The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Unicore-support mailing list
> Unicore-support@...
> https://lists.sourceforge.net/lists/listinfo/unicore-support
--
Dr. Bernd Schuller
Distributed Systems and Grid Computing
Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
Phone: +49 246161-8736 (fax -8556)
Personal blog: www.jroller.com/page/gridhaus


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support

Re: Default Unicore installation "Supplied trust delegation is not valid."

by Aaron Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernd,

Noticed that I left these off my previous response.

Unicore server version 6.2.1
GPE client 1.4.4
Unicore Rich Client 6.2.0

Regards,

Aaron Hicks

> -----Original Message-----
> From: Bernd Schuller [mailto:b.schuller@...]
> Sent: Monday, 17 August 2009 6:49 p.m.
> To: Aaron Hicks
> Cc: unicore-support@...
> Subject: Re: [Unicore-support] Default Unicore installation "Supplied
> trust delegation is not valid."
>
> hi Aaron,
>
> can you give the server version, client version?
> And, which Java you're using (i.e. the output of "java -version")?
> Any one of
>   Sun Java 1.5 or later
>   OpenJDK
>   IBM Java 1.5 or later
> SHOULD work, though we mostly use Sun Java.
>
> Also you can look into the server log (unicorex/logs/uas.logs) but
> probably you need to increase the logging level to get a more detailed
> problem description.
>
> Best regards,
> Bernd.
>
>
>
> On Mo, 2009-08-17 at 06:01 +0200, Aaron Hicks wrote:
> > Hello unicore-support,
> >
> > I've done several Unicore installations, using manual methods, using
> the install.py script, and using the .jar installer. All with the same
> results (...after fixing any other errors I may have made).
> >
> > I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which is
> based on CentOs...) and just trying to get the default Unicore stack
> working before I begin to modify it for our specific environment. We
> are behind a firewall and a http proxy (correct proxy settings have
> been exported and set in gconf).
> >
> > We can access the gateway interface, and get the smiling monkey.
> >
> > The GPE client and the Rich Client can both access the Unicore
> registry (at https://server.domain.name:8080/DEMO-
> SITE/services/Registry) but can not submit jobs. It doesn't seem to
> matter if we access Unicore locally or over the network. The error is "
> Supplied trust delegation is not valid." (trace below)
> >
> > When using the .jar installer, the only changes that were made were
> installing unicore in /opt/unicore and replacing 'localhost' with the
> server's FQDN whenever it appeared in the configuration.
> >
> > A unicore user was created, and the /opt/unicore directory was
> chowned to their name.
> >
> > The Unicore services were started as the unicore user, while the TSI
> was started as root.
> >
> > Can anyone provide any help on this situation?
> >
> > Regards.
> >
> > Aaron Hicks
> >
> >
> > Here's a copy of the stack trace:
> >
> > com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException:
> Unknown exception
> >         at
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> emClientImpl.java:108)
> >         at
> com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitReque
> st.java:107)
> >         at
> com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncPr
> ovider.java:65)
> >         at java.lang.Thread.run(Thread.java:619)
> > Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> >   <faultcode>soap:Server</faultcode>
> >   <faultstring>Supplied trust delegation is not valid.</faultstring>
> > </xml-fragment>
> >         at
> com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
> >         at
> com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
> >         at com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
> >         at
> com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:20
> 9)
> >         at
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> emClientImpl.java:102)
> >         ... 3 more
> >
> > Please consider the environment before printing this email
> > Warning:  This electronic message together with any attachments is
> confidential. If you receive it in error: (i) you must not read, use,
> disclose, copy or retain it; (ii) please contact the sender immediately
> by reply email and then delete the emails.
> > The views expressed in this email may not be those of Landcare
> Research New Zealand Limited. http://www.landcareresearch.co.nz
> >
> > ---------------------------------------------------------------------
> ---------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Unicore-support mailing list
> > Unicore-support@...
> > https://lists.sourceforge.net/lists/listinfo/unicore-support
> --
> Dr. Bernd Schuller
> Distributed Systems and Grid Computing
> Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
> Phone: +49 246161-8736 (fax -8556)
> Personal blog: www.jroller.com/page/gridhaus
>
>
> -----------------------------------------------------------------------
> -------------------------
> -----------------------------------------------------------------------
> -------------------------
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
> Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> Prof. Dr. Sebastian M. Schmidt
> -----------------------------------------------------------------------
> -------------------------
> -----------------------------------------------------------------------
> -------------------------

Please consider the environment before printing this email
Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support

Re: Default Unicore installation "Supplied trust delegation is not valid."

by Aaron Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernd,

Thanks for your response.

The JVM is:

java version "1.6.0_13"
Java (TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot (TM) 64-Bit Server VM (build 11.3-b02, mixed mode)

Here's a dump of uas.log

UNICORE/X connection status report
**********************************
Gateway connection: OK [connected to https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services]
Registry connection: N/A (no external registry used)
XUUDB connection: OK [connected to https://scenz.massey.landcareresearch.co.nz:34463/]

TSI connection: OK [using embedded TSI]

2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - Startup time: 33608 ms.
2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - ***** Server started. *****
2009-08-18 09:59:03,957 [UNICORE/X-Startup] INFO  ServiceGroupRegistrationImpl  - Refreshing registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/TargetSystemFactoryService?res=default_target_system_factory
2009-08-18 09:59:03,985 [UNICORE/X-Startup] INFO  RegistryEntryUpdater  - Refreshed registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/TargetSystemFactoryService?res=default_target_system_factory
2009-08-18 09:59:04,049 [UNICORE/X-Startup] INFO  ServiceGroupRegistrationImpl  - Refreshing registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/CISInfoProvider
2009-08-18 09:59:04,056 [UNICORE/X-Startup] INFO  RegistryEntryUpdater  - Refreshed registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/CISInfoProvider
2009-08-18 09:59:04,705 [709769211@qtp-623540462-4] INFO  XUUDBAuthoriser  - New client: 1.2.840.113549.1.9.1=#161c756e69636f72652d737570706f7274406c697374732e73662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
2009-08-18 09:59:09,438 [1765413668@qtp-623540462-5] INFO  TargetSystemFactoryImpl  - Created new TargetSystem resource <93ae16f7-8897-4cdc-95e9-13cf42fada6f> for EMAILADDRESS=unicore-support@..., C=DE, O=unicore.eu, OU=Testing, CN=UNICORE demo user
2009-08-18 09:59:20,903 [38667350@qtp-623540462-7] WARN  ETDInHandler  - Trust delegation is present but its initial issuer differ from the requested user. Trust delegation tokens won't be verified and delegation status is set to invalid. TD Issuer: 1.2.840.113549.1.9.1=\#161c756e69636f72652d737570706f7274406c697374732e73662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user Requested user: 1.2.840.113549.1.9.1=#163d23313631633735366536393633366637323635326437333735373037303666373237343430366336393733373437333265373336363265366536353734,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
2009-08-18 09:59:20,929 [38667350@qtp-623540462-7] ERROR DefaultFaultHandler  - Fault occurred!
de.fzj.unicore.uas.security.AuthorisationException: Supplied trust delegation is not valid.
        at de.fzj.unicore.uas.security.SecurityManager.checkValidityOfTrustDelegation(SecurityManager.java:551)
        at de.fzj.unicore.uas.security.AccessControl.checkAccess(AccessControl.java:182)
        at de.fzj.unicore.wsrflite.xfire.WSRFInvoker.getServiceObject(WSRFInvoker.java:156)
        at org.codehaus.xfire.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:29)
        at de.fzj.unicore.wsrflite.xfire.WSRFInvoker.invoke(WSRFInvoker.java:184)
        at org.codehaus.xfire.service.binding.ServiceInvocationHandler.sendMessage(ServiceInvocationHandler.java:320)
        at org.codehaus.xfire.service.binding.ServiceInvocationHandler$1.run(ServiceInvocationHandler.java:86)
        at org.codehaus.xfire.service.binding.ServiceInvocationHandler.execute(ServiceInvocationHandler.java:134)
        at org.codehaus.xfire.service.binding.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:109)
        at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
        at org.codehaus.xfire.transport.DefaultEndpoint.onReceive(DefaultEndpoint.java:64)
        at org.codehaus.xfire.transport.AbstractChannel.receive(AbstractChannel.java:38)
        at org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:304)
        at org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:129)
        at org.codehaus.xfire.transport.http.XFireServlet.doPost(XFireServlet.java:116)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
        at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
        at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:129)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1139)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:378)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:880)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:834)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
        at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:636)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)

> -----Original Message-----
> From: Bernd Schuller [mailto:b.schuller@...]
> Sent: Monday, 17 August 2009 6:49 p.m.
> To: Aaron Hicks
> Cc: unicore-support@...
> Subject: Re: [Unicore-support] Default Unicore installation "Supplied
> trust delegation is not valid."
>
> hi Aaron,
>
> can you give the server version, client version?
> And, which Java you're using (i.e. the output of "java -version")?
> Any one of
>   Sun Java 1.5 or later
>   OpenJDK
>   IBM Java 1.5 or later
> SHOULD work, though we mostly use Sun Java.
>
> Also you can look into the server log (unicorex/logs/uas.logs) but
> probably you need to increase the logging level to get a more detailed
> problem description.
>
> Best regards,
> Bernd.
>
>
>
> On Mo, 2009-08-17 at 06:01 +0200, Aaron Hicks wrote:
> > Hello unicore-support,
> >
> > I've done several Unicore installations, using manual methods, using
> the install.py script, and using the .jar installer. All with the same
> results (...after fixing any other errors I may have made).
> >
> > I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which is
> based on CentOs...) and just trying to get the default Unicore stack
> working before I begin to modify it for our specific environment. We
> are behind a firewall and a http proxy (correct proxy settings have
> been exported and set in gconf).
> >
> > We can access the gateway interface, and get the smiling monkey.
> >
> > The GPE client and the Rich Client can both access the Unicore
> registry (at https://server.domain.name:8080/DEMO-
> SITE/services/Registry) but can not submit jobs. It doesn't seem to
> matter if we access Unicore locally or over the network. The error is "
> Supplied trust delegation is not valid." (trace below)
> >
> > When using the .jar installer, the only changes that were made were
> installing unicore in /opt/unicore and replacing 'localhost' with the
> server's FQDN whenever it appeared in the configuration.
> >
> > A unicore user was created, and the /opt/unicore directory was
> chowned to their name.
> >
> > The Unicore services were started as the unicore user, while the TSI
> was started as root.
> >
> > Can anyone provide any help on this situation?
> >
> > Regards.
> >
> > Aaron Hicks
> >
> >
> > Here's a copy of the stack trace:
> >
> > com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException:
> Unknown exception
> >         at
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> emClientImpl.java:108)
> >         at
> com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitReque
> st.java:107)
> >         at
> com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncPr
> ovider.java:65)
> >         at java.lang.Thread.run(Thread.java:619)
> > Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> >   <faultcode>soap:Server</faultcode>
> >   <faultstring>Supplied trust delegation is not valid.</faultstring>
> > </xml-fragment>
> >         at
> com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
> >         at
> com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
> >         at com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
> >         at
> com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:20
> 9)
> >         at
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> emClientImpl.java:102)
> >         ... 3 more
> >
> > Please consider the environment before printing this email
> > Warning:  This electronic message together with any attachments is
> confidential. If you receive it in error: (i) you must not read, use,
> disclose, copy or retain it; (ii) please contact the sender immediately
> by reply email and then delete the emails.
> > The views expressed in this email may not be those of Landcare
> Research New Zealand Limited. http://www.landcareresearch.co.nz
> >
> > ---------------------------------------------------------------------
> ---------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Unicore-support mailing list
> > Unicore-support@...
> > https://lists.sourceforge.net/lists/listinfo/unicore-support
> --
> Dr. Bernd Schuller
> Distributed Systems and Grid Computing
> Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
> Phone: +49 246161-8736 (fax -8556)
> Personal blog: www.jroller.com/page/gridhaus
>
>
> -----------------------------------------------------------------------
> -------------------------
> -----------------------------------------------------------------------
> -------------------------
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
> Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> Prof. Dr. Sebastian M. Schmidt
> -----------------------------------------------------------------------
> -------------------------
> -----------------------------------------------------------------------
> -------------------------

Please consider the environment before printing this email
Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support

Re: Default Unicore installation "Supplied trust delegation is not valid."

by Bernd Schuller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi Aaron

thanks! Your log clears it since I saw this before :)
The problem lies with the GPE application client (which is almost
unmaintained right now, since we focus on the UNICORE rich client)

You can however fix this easily by replacing a library with a newer
version, which you can get for example from your server installation:

cd GPEClient/lib
rm xmlsec-1.4.1.jar
cp /path/to/unicore/unicorex/lib/xmlsec-java6-1.4.2.jar

After a restart of the client things should work.
I'll make a note to update the application client package on
SourceForge.

This refers to the GPE Application client only, the rich client
should work out of the box!


Sorry for the confusion, and best regards,
Bernd.

On Di, 2009-08-18 at 05:40 +0200, Aaron Hicks wrote:

> Hi Bernd,
>
> Thanks for your response.
>
> The JVM is:
>
> java version "1.6.0_13"
> Java (TM) SE Runtime Environment (build 1.6.0_13-b03)
> Java HotSpot (TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
>
> Here's a dump of uas.log
>
> UNICORE/X connection status report
> **********************************
> Gateway connection: OK [connected to https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services]
> Registry connection: N/A (no external registry used)
> XUUDB connection: OK [connected to https://scenz.massey.landcareresearch.co.nz:34463/]
>
> TSI connection: OK [using embedded TSI]
>
> 2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - Startup time: 33608 ms.
> 2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - ***** Server started. *****
> 2009-08-18 09:59:03,957 [UNICORE/X-Startup] INFO  ServiceGroupRegistrationImpl  - Refreshing registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/TargetSystemFactoryService?res=default_target_system_factory
> 2009-08-18 09:59:03,985 [UNICORE/X-Startup] INFO  RegistryEntryUpdater  - Refreshed registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/TargetSystemFactoryService?res=default_target_system_factory
> 2009-08-18 09:59:04,049 [UNICORE/X-Startup] INFO  ServiceGroupRegistrationImpl  - Refreshing registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/CISInfoProvider
> 2009-08-18 09:59:04,056 [UNICORE/X-Startup] INFO  RegistryEntryUpdater  - Refreshed registry entry for: https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services/CISInfoProvider
> 2009-08-18 09:59:04,705 [709769211@qtp-623540462-4] INFO  XUUDBAuthoriser  - New client: 1.2.840.113549.1.9.1=#161c756e69636f72652d737570706f7274406c697374732e73662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
> 2009-08-18 09:59:09,438 [1765413668@qtp-623540462-5] INFO  TargetSystemFactoryImpl  - Created new TargetSystem resource <93ae16f7-8897-4cdc-95e9-13cf42fada6f> for EMAILADDRESS=unicore-support@..., C=DE, O=unicore.eu, OU=Testing, CN=UNICORE demo user
> 2009-08-18 09:59:20,903 [38667350@qtp-623540462-7] WARN  ETDInHandler  - Trust delegation is present but its initial issuer differ from the requested user. Trust delegation tokens won't be verified and delegation status is set to invalid. TD Issuer: 1.2.840.113549.1.9.1=\#161c756e69636f72652d737570706f7274406c697374732e73662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user Requested user: 1.2.840.113549.1.9.1=#163d23313631633735366536393633366637323635326437333735373037303666373237343430366336393733373437333265373336363265366536353734,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
> 2009-08-18 09:59:20,929 [38667350@qtp-623540462-7] ERROR DefaultFaultHandler  - Fault occurred!
> de.fzj.unicore.uas.security.AuthorisationException: Supplied trust delegation is not valid.
>         at de.fzj.unicore.uas.security.SecurityManager.checkValidityOfTrustDelegation(SecurityManager.java:551)
>   [...]
> > -----Original Message-----
> > From: Bernd Schuller [mailto:b.schuller@...]
> > Sent: Monday, 17 August 2009 6:49 p.m.
> > To: Aaron Hicks
> > Cc: unicore-support@...
> > Subject: Re: [Unicore-support] Default Unicore installation "Supplied
> > trust delegation is not valid."
> >
> > hi Aaron,
> >
> > can you give the server version, client version?
> > And, which Java you're using (i.e. the output of "java -version")?
> > Any one of
> >   Sun Java 1.5 or later
> >   OpenJDK
> >   IBM Java 1.5 or later
> > SHOULD work, though we mostly use Sun Java.
> >
> > Also you can look into the server log (unicorex/logs/uas.logs) but
> > probably you need to increase the logging level to get a more detailed
> > problem description.
> >
> > Best regards,
> > Bernd.
> >
> >
> >
> > On Mo, 2009-08-17 at 06:01 +0200, Aaron Hicks wrote:
> > > Hello unicore-support,
> > >
> > > I've done several Unicore installations, using manual methods, using
> > the install.py script, and using the .jar installer. All with the same
> > results (...after fixing any other errors I may have made).
> > >
> > > I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which is
> > based on CentOs...) and just trying to get the default Unicore stack
> > working before I begin to modify it for our specific environment. We
> > are behind a firewall and a http proxy (correct proxy settings have
> > been exported and set in gconf).
> > >
> > > We can access the gateway interface, and get the smiling monkey.
> > >
> > > The GPE client and the Rich Client can both access the Unicore
> > registry (at https://server.domain.name:8080/DEMO-
> > SITE/services/Registry) but can not submit jobs. It doesn't seem to
> > matter if we access Unicore locally or over the network. The error is "
> > Supplied trust delegation is not valid." (trace below)
> > >
> > > When using the .jar installer, the only changes that were made were
> > installing unicore in /opt/unicore and replacing 'localhost' with the
> > server's FQDN whenever it appeared in the configuration.
> > >
> > > A unicore user was created, and the /opt/unicore directory was
> > chowned to their name.
> > >
> > > The Unicore services were started as the unicore user, while the TSI
> > was started as root.
> > >
> > > Can anyone provide any help on this situation?
> > >
> > > Regards.
> > >
> > > Aaron Hicks
> > >
> > >
> > > Here's a copy of the stack trace:
> > >
> > > com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException:
> > Unknown exception
> > >         at
> > com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> > emClientImpl.java:108)
> > >         at
> > com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitReque
> > st.java:107)
> > >         at
> > com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncPr
> > ovider.java:65)
> > >         at java.lang.Thread.run(Thread.java:619)
> > > Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment
> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> > >   <faultcode>soap:Server</faultcode>
> > >   <faultstring>Supplied trust delegation is not valid.</faultstring>
> > > </xml-fragment>
> > >         at
> > com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
> > >         at
> > com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
> > >         at com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
> > >         at
> > com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:20
> > 9)
> > >         at
> > com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> > emClientImpl.java:102)
> > >         ... 3 more
> > >
> > > Please consider the environment before printing this email
> > > Warning:  This electronic message together with any attachments is
> > confidential. If you receive it in error: (i) you must not read, use,
> > disclose, copy or retain it; (ii) please contact the sender immediately
> > by reply email and then delete the emails.
> > > The views expressed in this email may not be those of Landcare
> > Research New Zealand Limited. http://www.landcareresearch.co.nz
> > >
> > > ---------------------------------------------------------------------
> > ---------
> > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > > trial. Simplify your report design, integration and deployment - and
> > focus on
> > > what you do best, core application coding. Discover what's new with
> > > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > > _______________________________________________
> > > Unicore-support mailing list
> > > Unicore-support@...
> > > https://lists.sourceforge.net/lists/listinfo/unicore-support
> > --
> > Dr. Bernd Schuller
> > Distributed Systems and Grid Computing
> > Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
> > Phone: +49 246161-8736 (fax -8556)
> > Personal blog: www.jroller.com/page/gridhaus
> >
> >
> > -----------------------------------------------------------------------
> > -------------------------
> > -----------------------------------------------------------------------
> > -------------------------
> > Forschungszentrum Juelich GmbH
> > 52425 Juelich
> > Sitz der Gesellschaft: Juelich
> > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> > Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
> > Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> > Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> > Prof. Dr. Sebastian M. Schmidt
> > -----------------------------------------------------------------------
> > -------------------------
> > -----------------------------------------------------------------------
> > -------------------------
>
> Please consider the environment before printing this email
> Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
> The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Unicore-support mailing list
> Unicore-support@...
> https://lists.sourceforge.net/lists/listinfo/unicore-support
--
Dr. Bernd Schuller
Distributed Systems and Grid Computing
Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
Phone: +49 246161-8736 (fax -8556)
Personal blog: www.jroller.com/page/gridhaus


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support

Re: Default Unicore installation "Supplied trust delegation is not valid."

by Aaron Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernd,

That works!

Now I need to add the workflow engine for the Rich Client.

Regards,

Aaron Hicks

> -----Original Message-----
> From: Bernd Schuller [mailto:b.schuller@...]
> Sent: Tuesday, 18 August 2009 6:48 p.m.
> To: Aaron Hicks
> Cc: unicore-support@...
> Subject: Re: [Unicore-support] Default Unicore installation "Supplied
> trust delegation is not valid."
>
> hi Aaron
>
> thanks! Your log clears it since I saw this before :)
> The problem lies with the GPE application client (which is almost
> unmaintained right now, since we focus on the UNICORE rich client)
>
> You can however fix this easily by replacing a library with a newer
> version, which you can get for example from your server installation:
>
> cd GPEClient/lib
> rm xmlsec-1.4.1.jar
> cp /path/to/unicore/unicorex/lib/xmlsec-java6-1.4.2.jar
>
> After a restart of the client things should work.
> I'll make a note to update the application client package on
> SourceForge.
>
> This refers to the GPE Application client only, the rich client
> should work out of the box!
>
>
> Sorry for the confusion, and best regards,
> Bernd.
>
> On Di, 2009-08-18 at 05:40 +0200, Aaron Hicks wrote:
> > Hi Bernd,
> >
> > Thanks for your response.
> >
> > The JVM is:
> >
> > java version "1.6.0_13"
> > Java (TM) SE Runtime Environment (build 1.6.0_13-b03)
> > Java HotSpot (TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
> >
> > Here's a dump of uas.log
> >
> > UNICORE/X connection status report
> > **********************************
> > Gateway connection: OK [connected to
> https://scenz.massey.landcareresearch.co.nz:8080/DEMO-SITE/services]
> > Registry connection: N/A (no external registry used)
> > XUUDB connection: OK [connected to
> https://scenz.massey.landcareresearch.co.nz:34463/]
> >
> > TSI connection: OK [using embedded TSI]
> >
> > 2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - Startup
> time: 33608 ms.
> > 2009-08-18 09:59:03,408 [UNICORE/X-Startup] INFO  UAS  - ***** Server
> started. *****
> > 2009-08-18 09:59:03,957 [UNICORE/X-Startup] INFO
> ServiceGroupRegistrationImpl  - Refreshing registry entry for:
> https://scenz.massey.landcareresearch.co.nz:8080/DEMO-
> SITE/services/TargetSystemFactoryService?res=default_target_system_fact
> ory
> > 2009-08-18 09:59:03,985 [UNICORE/X-Startup] INFO
> RegistryEntryUpdater  - Refreshed registry entry for:
> https://scenz.massey.landcareresearch.co.nz:8080/DEMO-
> SITE/services/TargetSystemFactoryService?res=default_target_system_fact
> ory
> > 2009-08-18 09:59:04,049 [UNICORE/X-Startup] INFO
> ServiceGroupRegistrationImpl  - Refreshing registry entry for:
> https://scenz.massey.landcareresearch.co.nz:8080/DEMO-
> SITE/services/CISInfoProvider
> > 2009-08-18 09:59:04,056 [UNICORE/X-Startup] INFO
> RegistryEntryUpdater  - Refreshed registry entry for:
> https://scenz.massey.landcareresearch.co.nz:8080/DEMO-
> SITE/services/CISInfoProvider
> > 2009-08-18 09:59:04,705 [709769211@qtp-623540462-4] INFO
> XUUDBAuthoriser  - New client:
> 1.2.840.113549.1.9.1=#161c756e69636f72652d737570706f7274406c697374732e7
> 3662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
> > 2009-08-18 09:59:09,438 [1765413668@qtp-623540462-5] INFO
> TargetSystemFactoryImpl  - Created new TargetSystem resource <93ae16f7-
> 8897-4cdc-95e9-13cf42fada6f> for EMAILADDRESS=unicore-
> support@..., C=DE, O=unicore.eu, OU=Testing, CN=UNICORE demo
> user
> > 2009-08-18 09:59:20,903 [38667350@qtp-623540462-7] WARN  ETDInHandler
> - Trust delegation is present but its initial issuer differ from the
> requested user. Trust delegation tokens won't be verified and
> delegation status is set to invalid. TD Issuer:
> 1.2.840.113549.1.9.1=\#161c756e69636f72652d737570706f7274406c697374732e
> 73662e6e6574,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
> Requested user:
> 1.2.840.113549.1.9.1=#163d233136316337353665363936333666373236353264373
> 33735373037303666373237343430366336393733373437333265373336363265366536
> 353734,C=DE,O=unicore.eu,OU=Testing,CN=UNICORE demo user
> > 2009-08-18 09:59:20,929 [38667350@qtp-623540462-7] ERROR
> DefaultFaultHandler  - Fault occurred!
> > de.fzj.unicore.uas.security.AuthorisationException: Supplied trust
> delegation is not valid.
> >         at
> de.fzj.unicore.uas.security.SecurityManager.checkValidityOfTrustDelegat
> ion(SecurityManager.java:551)
> >   [...]
> > > -----Original Message-----
> > > From: Bernd Schuller [mailto:b.schuller@...]
> > > Sent: Monday, 17 August 2009 6:49 p.m.
> > > To: Aaron Hicks
> > > Cc: unicore-support@...
> > > Subject: Re: [Unicore-support] Default Unicore installation
> "Supplied
> > > trust delegation is not valid."
> > >
> > > hi Aaron,
> > >
> > > can you give the server version, client version?
> > > And, which Java you're using (i.e. the output of "java -version")?
> > > Any one of
> > >   Sun Java 1.5 or later
> > >   OpenJDK
> > >   IBM Java 1.5 or later
> > > SHOULD work, though we mostly use Sun Java.
> > >
> > > Also you can look into the server log (unicorex/logs/uas.logs) but
> > > probably you need to increase the logging level to get a more
> detailed
> > > problem description.
> > >
> > > Best regards,
> > > Bernd.
> > >
> > >
> > >
> > > On Mo, 2009-08-17 at 06:01 +0200, Aaron Hicks wrote:
> > > > Hello unicore-support,
> > > >
> > > > I've done several Unicore installations, using manual methods,
> using
> > > the install.py script, and using the .jar installer. All with the
> same
> > > results (...after fixing any other errors I may have made).
> > > >
> > > > I'm installing on CentOS 5.3 x86_64 (actually Rocks 5.2.1, which
> is
> > > based on CentOs...) and just trying to get the default Unicore
> stack
> > > working before I begin to modify it for our specific environment.
> We
> > > are behind a firewall and a http proxy (correct proxy settings have
> > > been exported and set in gconf).
> > > >
> > > > We can access the gateway interface, and get the smiling monkey.
> > > >
> > > > The GPE client and the Rich Client can both access the Unicore
> > > registry (at https://server.domain.name:8080/DEMO-
> > > SITE/services/Registry) but can not submit jobs. It doesn't seem to
> > > matter if we access Unicore locally or over the network. The error
> is "
> > > Supplied trust delegation is not valid." (trace below)
> > > >
> > > > When using the .jar installer, the only changes that were made
> were
> > > installing unicore in /opt/unicore and replacing 'localhost' with
> the
> > > server's FQDN whenever it appeared in the configuration.
> > > >
> > > > A unicore user was created, and the /opt/unicore directory was
> > > chowned to their name.
> > > >
> > > > The Unicore services were started as the unicore user, while the
> TSI
> > > was started as root.
> > > >
> > > > Can anyone provide any help on this situation?
> > > >
> > > > Regards.
> > > >
> > > > Aaron Hicks
> > > >
> > > >
> > > > Here's a copy of the stack trace:
> > > >
> > > >
> com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException:
> > > Unknown exception
> > > >         at
> > >
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> > > emClientImpl.java:108)
> > > >         at
> > >
> com.intel.gpe.client2.common.requests.SubmitRequest.perform(SubmitReque
> > > st.java:107)
> > > >         at
> > >
> com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncPr
> > > ovider.java:65)
> > > >         at java.lang.Thread.run(Thread.java:619)
> > > > Caused by: com.intel.gpe.wsclient.Fault: <xml-fragment
> > > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> > > >   <faultcode>soap:Server</faultcode>
> > > >   <faultstring>Supplied trust delegation is not
> valid.</faultstring>
> > > > </xml-fragment>
> > > >         at
> > > com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:286)
> > > >         at
> > > com.intel.gpe.wsclient.WSClient.invokeService(WSClient.java:338)
> > > >         at
> com.intel.gpe.wsclient.WSClient.invoke(WSClient.java:360)
> > > >         at
> > >
> com.intel.gpe.clients.impl.WSRFClientImpl.invoke(WSRFClientImpl.java:20
> > > 9)
> > > >         at
> > >
> com.intel.gpe.clients.impl.tss.TargetSystemClientImpl.submit(TargetSyst
> > > emClientImpl.java:102)
> > > >         ... 3 more
> > > >
> > > > Please consider the environment before printing this email
> > > > Warning:  This electronic message together with any attachments
> is
> > > confidential. If you receive it in error: (i) you must not read,
> use,
> > > disclose, copy or retain it; (ii) please contact the sender
> immediately
> > > by reply email and then delete the emails.
> > > > The views expressed in this email may not be those of Landcare
> > > Research New Zealand Limited. http://www.landcareresearch.co.nz
> > > >
> > > > -----------------------------------------------------------------
> ----
> > > ---------
> > > > Let Crystal Reports handle the reporting - Free Crystal Reports
> 2008
> > > 30-Day
> > > > trial. Simplify your report design, integration and deployment -
> and
> > > focus on
> > > > what you do best, core application coding. Discover what's new
> with
> > > > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > > > _______________________________________________
> > > > Unicore-support mailing list
> > > > Unicore-support@...
> > > > https://lists.sourceforge.net/lists/listinfo/unicore-support
> > > --
> > > Dr. Bernd Schuller
> > > Distributed Systems and Grid Computing
> > > Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
> > > Phone: +49 246161-8736 (fax -8556)
> > > Personal blog: www.jroller.com/page/gridhaus
> > >
> > >
> > > -------------------------------------------------------------------
> ----
> > > -------------------------
> > > -------------------------------------------------------------------
> ----
> > > -------------------------
> > > Forschungszentrum Juelich GmbH
> > > 52425 Juelich
> > > Sitz der Gesellschaft: Juelich
> > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B
> 3498
> > > Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
> > > Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> > > Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald
> Bolt,
> > > Prof. Dr. Sebastian M. Schmidt
> > > -------------------------------------------------------------------
> ----
> > > -------------------------
> > > -------------------------------------------------------------------
> ----
> > > -------------------------
> >
> > Please consider the environment before printing this email
> > Warning:  This electronic message together with any attachments is
> confidential. If you receive it in error: (i) you must not read, use,
> disclose, copy or retain it; (ii) please contact the sender immediately
> by reply email and then delete the emails.
> > The views expressed in this email may not be those of Landcare
> Research New Zealand Limited. http://www.landcareresearch.co.nz
> >
> > ---------------------------------------------------------------------
> ---------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Unicore-support mailing list
> > Unicore-support@...
> > https://lists.sourceforge.net/lists/listinfo/unicore-support
> --
> Dr. Bernd Schuller
> Distributed Systems and Grid Computing
> Juelich Supercomputing Centre, http://www.fz-juelich.de/jsc
> Phone: +49 246161-8736 (fax -8556)
> Personal blog: www.jroller.com/page/gridhaus


Please consider the environment before printing this email
Warning:  This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails.
The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Unicore-support mailing list
Unicore-support@...
https://lists.sourceforge.net/lists/listinfo/unicore-support