Saravanan, 

For the XMLDocAuthenticator implemenation to work you must include the
following two properties in your juddi.properties file:

 juddi.auth = org.apache.juddi.auth.XMLDocAuthenticator
 juddi.users = /opt/java/tomcat5.5.9/webapps/juddi/WEB-INF/juddi-users.xml

You're missing the second 'juddi.users' property.  Unfortunately it
looks as if you cannot merely use /WEB-INF/juddi-users.xml - at least
not at this time.  Set this property to the absolute path of the
juddi-users.xml file (as is shown above).  You can place the file
anywhere on your system.

Steve

On 6/14/05, Steve Viens <[EMAIL PROTECTED]> wrote:
> Saravanan, Rajesh,
> 
> That's just in informational message from Axis indicating that you won't
> have support for attachements without including the Java Activation
> Framework jar ... the warning also indicates you need to add the
> JavaMail jar.  jUDDI doesn't need either so they're not included in the
> release.  The only reason to add it is to stop that pesky warning from
> popping up.
> 
> Steve
> 
> -----Original Message-----
> From: Saravanan Sankaran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 9:06 PM
> To: [email protected]
> Subject: Re: Help!!!!
> 
> 
> Rajesh,
> 
> I added the activation framework in my classpath. Only the warning
> message
> disappers..
> 
> Thanks & Regards,
> Saravanan
> 
> >From: rajesh khullar <[EMAIL PROTECTED]>
> >Reply-To: [email protected]
> >To: [email protected]
> >Subject: Re: Help!!!!
> >Date: Tue, 14 Jun 2005 16:04:14 -0700 (PDT)
> >
> >
> >Hi Saran ,
> >You need to include java framework activation.jar in
> >your classpath.
> >
> >Hope it will help.
> >Thanks
> >Rajesh
> >
> >--- Saravanan Sankaran <[EMAIL PROTECTED]>
> >wrote:
> >
> > > Hello,
> > >
> > > I configured the Juddi recently and got
> > > "happyjuddi.jsp" runs successfully.
> > > After that, I created one small test application to
> > > find the business from
> > > registry, I got the following error message
> > >
> >*********************************************************************
> > > Jun 13, 2005 5:17:20 PM org.apache.juddi.util.Loader getClassForName
> > > INFO: Using the Context ClassLoader
> > > Jun 13, 2005 5:17:21 PM
> > > org.apache.axis.utils.JavaUtils
> > > isAttachmentSupported
> > > WARNING: Unable to find required classes
> > > (javax.activation.DataHandler and
> > > javax
> > > .mail.internet.MimeMultipart). Attachment support is
> > > disabled.
> > > Testing Saravanan:null
> > > Exception: RegistryException: null
> > > SOAPFault Actor: null
> > > SOAPFault Code: null
> > > SOAPFault String:
> > >
> > > [A DispositionReport was not present]
> > > Unable to obtain authToken
> > > Jun 13, 2005 5:17:42 PM org.apache.juddi.util.Loader getClassForName
> > > INFO: Using the Context ClassLoader
> > > Exception: RegistryException: null
> > > SOAPFault Actor: null
> > > SOAPFault Code: null
> > > SOAPFault String:
> > >
> > > [A DispositionReport was not present]
> > > Exception in thread "main"
> > > java.lang.NullPointerException
> > >         at
> > > GetAuthToken.discardToken(GetAuthToken.java:109)
> > >         at Test.<init>(Test.java:45)
> > >         at Test.main(Test.java:24)
> > >
> >***********************************************************************
> >*****
> > > I am trying more than 5 hours.  I changed the Axis
> > > version, JRE & Tomcat and
> > > nothing helping.
> > >
> > > The details are
> > >
> > > Tomcat 5.0
> > > JRE 1.4.2
> > > Axis 1.2
> > >
> > > your help is highly appreciated....
> > >
> > > Thanks & Regards,
> > > Saran
> > >
> > >
> > >
> >
> >
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! Mail - Find what you need with new enhanced search.
> >http://info.mail.yahoo.com/mail_250
> 
> 
> 
>

Reply via email to