JRun'ers

I've got a problem with a simple bean that I am trying to deploy.

When I try to test the bean from some client code, I get this exception...

Exception e: javax.naming.AuthenticationNotSupportedException
javax.naming.AuthenticationNotSupportedException
        at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
Source)
        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at allaire.ejipt.Ejipt_Stub._getNamingContext(Unknown Source)
        at
allaire.ejipt.ContextFactory.getInitialContext(ContextFactory.java:110)
        at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
        at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
        at javax.naming.InitialContext.init(Unknown Source)
        at javax.naming.InitialContext.<init>(Unknown Source)
        at ps.user.beans.BeanTest.main(BeanTest.java:34)



In the error log for my server, I get these print outs.

Exception: [21:53:20] Unable to install default.RoleHome
Exception: [21:53:20] Unable to install default.UserHome
Exception: [21:53:20] java.lang.IllegalStateException: No default.UserHome
found
Exception: [21:53:25] java.lang.SecurityException: Access disallowed


My deploy,properties looks like this:

ejipt.classServer.host=localhost
ejipt.users=spender1\:pass;spender2\:pass;saver1\:pass;saver2\:pass;chief\:p
ass
ejipt.roles=spender\:spender1,spender2,chief;saver\:saver1,saver2,chief
ejipt.userHomeName=default.UserHome
ejipt.loginSessionHomeName=default.LoginSessionHome
ejipt.roleHomeName=default.RoleHome
ejipt.ejbJars=User.jar

I just edited the deploy.properties from sample1a.
'User.jar' contains my custom bean.

I have had this thing working before, both in the default server, and my own
server, but it decided to just stop working. Can anyone help me figure out
what is going on here? What are these default.RoleHome and default.UserHome

Do I really need to have the UserHome and RoleHome in my deploy.properties?
Is there a way to not use the built in User and Role logic?

Thanks for the help.

Brian Lindauer

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to