users@glassfish.java.net

Re: ProgrammaticLogin

From: Kumar Jayanti <Vbkumar.Jayanti_at_Sun.COM>
Date: Tue, 29 Dec 2009 14:58:37 +0530

Hi,

  Are you trying programmatic login from a standalone java client and
not an appclient ?. There seems to be something in your system (locale
setting that has triggered the non-english message).

 If you are using appclient in v3 then you simply need to do :
 appclient -client <your client app jar file> -mainclass <your main
class>

(try appclient -help and it will show the options.)

 If you are trying from a standalone java client then yes you would have
to put security.jar, and if you are finally trying to access a remote
secure ejb then you will need appclient.security.jar and
ejb.security.jar. I will check with a sample and let you know the exact
classpath.

regards,
kumar
 
glassfish_at_javadesktop.org wrote:
> Hi,
>
> with v2.1 I could successfully authenticate using the ProgrammaticLogin class, but I have troubles with v3. I'm not sure where I did something wrong - on client side or on server side, so it would be great if you could help checking my configuration.
>
> The biggest difference I notice is the classpath, so let's start with that.
>
> With v2.1 I added the following jars to my remote client:
> appserv-admin.jar
> appserv-deployment-client.jar
> appserv-ext.jar
> appserv-rt.jar
> javaee.jar
>
> With v3 I either couldn't find the appserv jars, or the ones I did find contain only some maven stuff.
>
> I found however the following jar, which contains the ProgrammaticLogin class:
> modules/security.jar
>
> Is this the correct one? (It's >580 KB)
> Do I need other jars?
>
> With v2.1 as well as with v3 I specified the following jvm args:
> -Djava.security.auth.login.config=<path>/appclientlogin.conf
>
> But I get the following exception:
> Programmatic login failed: java.lang.SecurityException: Anmeldekonfiguration kann nicht gefunden werden.
>
> (How can I get the English exception messages?)
>
> -Florian
> [Message sent by forum member 'puce' (fbrunnerreg_at_gmx.ch)]
>
> http://forums.java.net/jive/thread.jspa?messageID=377800
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>