Tim fixed the class cast exception in the branch. I haven't had a chance to test things (probably won't till tomorrow), but you should be able to update your branch checkout and try.
Rachana > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of IIJIMA Akihiro > Sent: Wednesday, August 06, 2008 12:32 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [email protected] > Subject: Re: [gt-user] GRAM4 + VOMS on GT420 > > Dear Rachana, > > From: "Rachana Ananthakrishnan" <[EMAIL PROTECTED]> > Subject: RE: [gt-user] GRAM4 + VOMS on GT420 > Date: Tue, 5 Aug 2008 16:30:30 -0500 > > > > The code was out of synch, since there was API change since > the development > > release. You can get the latest version that compiles > against GT 4.2.x using > > the following commands: > > > > 1. Set your CVSROOT to: > > :pserver:[EMAIL PROTECTED]:/home/globdev/CVS/globus-packages > > > > 2. cvs co -r voms_pre_incubator workspace/vm/plugins/authz/voms > > Thank you. > > check out , and "ant deploy" fine. > > > > > http://dev.globus.org/wiki/VOMS#GT4.1:_Configuring_the_authori > zation_chain > > edit etc/globus_wsrf_gram/managed-job-factory-security-config.xml > (becouse of I want to use VOMS + GRAM4) > > Add. > > <serviceSecurityConfig > xmlns="http://www.globus.org/security/descriptor/service" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.globus.org/security/descriptor > name_value_type.xsd" > xmlns:param="http://www.globus.org/security/descriptor"> > > <authzChain> > <pips> > <interceptor name="vomsPip:org.globus.voms.PIP"> > <parameter> > <param:nameValueParam> > <param:parameter > name="vomsTrustStore" > value="/etc/grid-security/vomsdir/*"/> > </param:nameValueParam> > </parameter> > </interceptor> > </pips> > > > > And run WS, > container.log said. > > 2008-08-06T10:40:47.901+09:00 ERROR providers.AbstractEngine > [main,initializeInterceptors:245] [JWSSEC-165] Error loading > interceptor: "Interceptor: vomsPip:org.globus.voms.PIP" > java.lang.ClassCastException: org.globus.voms.PIP cannot be > cast to org.globus.security.authorization.PIPInterceptor > at > org.globus.security.authorization.providers.AbstractEngine.ini > tializeInterceptors(AbstractEngine.java:220) > > ################################### > > Just one question. > > Is this code work fine at your GT4,2,0 WS-core ? > -- > SOUM Corporation > Akihiro IIJIMA <[EMAIL PROTECTED]> >
