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

Reply via email to