Yes that it bad. I'll fix it in the upcoming 2.2.1 patch release that will be out next
week.

----- Original Message ----- 
From: "Darrin Thompson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 12, 2001 3:16 PM
Subject: Re: [JBoss-user] JBossSX exception


FWIW, the real problem was in $JBOSS_HOME/conf/tomcat/jboss.properties. 
For embedded tomcat the file should point to the auth.conf file in the 
tomcat directory. As distributed the tomcat configuration still uses 
auth.conf in the default directory. This is a bug I think. A VERY 
annoying bug. :-D

Darrin

On 4/12/01, 2:10:21 PM, Scott M Stark <[EMAIL PROTECTED]> wrote 
regarding Re: [JBoss-user] JBossSX exception:


> The stack trace is from the server so it would be the 
$JBOSS_HOME/conf/tomcat/auth.conf
> login config file.

> ----- Original Message -----
> From: "Darrin Thompson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 12, 2001 11:44 AM
> Subject: Re: [JBoss-user] JBossSX exception


> The "login config file" is what? The config file expected to be found by
> the client? ($JBOSS_HOME/client/auth.conf) or the one for the server
> ($JBOSS_HOME/conf/tomcat/auth.conf)

> I'm using jboss 2.2 with embedded tomcat.

> Darrin

> On 4/12/01, 1:13:49 PM, Scott M Stark <[EMAIL PROTECTED]> wrote
> regarding Re: [JBoss-user] JBossSX exception:


> > It means you either have a login config file with invalid syntax or you
> are using a
> > name that the login config parser is not handling. There are some bugs in
> > the default login config parser with regard to names. One example is that
> > it fails to parse option names with underscore chars in them. This is
> unfortunate
> > as the JAAS FAQ explicitly mentions option names with underscores.

> > ----- Original Message -----
> > From: "Darrin Thompson" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, April 12, 2001 7:43 AM
> > Subject: [JBoss-user] JBossSX exception


> > Anyone seen this before?

> >      [java] java.rmi.ServerException: Transaction rolled back; nested
> > exception is:
> >      [java] java.lang.SecurityException: Configuration Error:
> >      [java] Line 96: expected '=', found ' name='
> >      [java] java.rmi.ServerException: Transaction rolled back; nested
> > exception is:
> >      [java] java.lang.SecurityException: Configuration Error:
> >      [java] Line 96: expected '=', found ' name='
> >      [java] java.lang.SecurityException: Configuration Error:
> >      [java] Line 96: expected '=', found ' name='
> >      [java] at
> > sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRem
> > oteCall.java:245)
> >      [java] at
> > sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
> >      [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
> >      [java] at
> > org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(U
> > nknown Source)
> >      [java] at
> > org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:24
> > 8)
> >      [java] at $Proxy0.create(Unknown Source)
> >      [java] at TryEvalSession.main(TryEvalSession.java:101)

> > Each time I run this program, the line that says "Line 96: expected..."
> > increments by 32. So the next error is "Line 128: expected...", then 160,
> > then 192 and so on. I certainly cannot figure out what file this must be
> > referring to. Help!

> > This happens when I run the login method of a LoginContext.

> > Darrin




> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to