Did you supply the orion.jar file as a resource for your web start app? How
about your initialContext that you try to use to create a connection with
orion, did you make sure your credentials and principal names are correct?
Are you trying to read these from a file such as Properties prop = new
Properties(); prop.load(new FileInputStream("XXX.properties"));  if so you
will need to ask web start for full privilages on the client machine or use
the jnlp RandomAccessFileService class to access that file.  I can't realy
help unless you tell me more about the problem.
----- Original Message -----
From: "SAURUGGER,PETER (A-PaloAlto,ex2)" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 6:31 PM
Subject: AppClient: problem with LoginException


> I am trying to start an application client with Java WebStart (the client
> works fine from the command-line or applicationlauncher or the console).
>
> I get a
>
> java.lang.NoClassDefFoundError: javax/security/auth/login/LoginException
>
> when started with WebStart, and only with WebStart. This class is
referenced
> in the j2ee API doc. Searching in j2ee.jar, I found instead a
>
> com/sun/enterprise/security/LoginException
>
> class, but not the javax packaged one.
>
> My questions:
>
> (1) In which jar do I find javax/.../LoginException?
> (2) Anybody has any idea why this occurrs only when I attempt to
> start
> the application client with WebStart?
>
>
> Thanks
>
> --peter
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 11:35 AM
> To: Orion-Interest
> Subject: Orion and Sax/JDom
>
>
> Your mail has been forwarded to [EMAIL PROTECTED]
>
> On September 4, 2001, Marathon Innovations, Inc. changed
> its name to SmartPath, Inc.  Please update your address book.
>
> SmartPath, Inc.
> 598 Airport Blvd., Ste. 600
> Morrisville, NC  27560
> (919) 462-1489
> www.smartpathinc.com
>
> Thank you
>
>
>
>
>


Reply via email to