Steve: > I updated my svc-modules, and did a clean build of keel. I can log in, and that > "SEVERE ERROR" has disappeared. The svc-crypto-base64 module has been available for > some time now, and it is in my deploy.properties file. I > could get you the exact date if you are interested, but it was added some time ago.
Might have been some config changes we made recently - for a while there the config for svc-crypto-base64 was in the keel-server module, whereas it should have been in it's own. I fixed it a while back, which might have been what broke it on your end. > On a fresh startup, I logged in as root, and ran the createDB menu. Then, still > logged in as root, when I go to Keel -> Security Administration -> Component > Security and hit "List Global Security Settings", I get > "Authorization Failed". Hmm - sounds like it did not insert the default auth records in ComponentSecurity for these models. Can you see if the entry for the security.list-comp model is in ComponentSecurity? I don't use the security admin app myself (as I work with all Cocoon UI, and there's no Cocoon UI for that app (yet)), so it's probably something I haven't tried, sorry. Mike > > Stack trace follows. > > Regards, > Steve > > Oct 29, 2003 11:17:14 AM org.keel.clients.struts.StrutsClientConnector createDynaBean > SEVERE: No elements in response from server > Oct 29, 2003 11:17:14 AM org.keel.clients.struts.StrutsClientConnector handleErrors > SEVERE: Stack for error 'model' (Could not run model 'security.list-comp' for role > 'org.keel.services.model.Model', Service > 'org.keel.services.model.Model/security.list-comp' Not Authorized) > org.keel.services.model.ModelException: Could not run model 'security.list-comp' for > role 'org.keel.services.model.Model', Service > 'org.keel.services.model.Model/security.list-comp' Not Authorized > at > org.keel.services.model.defaultmodel.DefaultModelRequest.execute(DefaultModelRequest.java:162) > at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.apache.avalon.fortress.impl.factory.PassThroughInvocationHandler.invoke(PassThroughInvocationHandler.java:100) > at $Proxy1.execute(Unknown Source) > at > org.keel.servers.direct.KeelDirectServer.execute(KeelDirectServer.java:251) > at > org.keel.servers.direct.KeelDirectServer$MultiThreadedProcessor.run(KeelDirectServer.java:294) > > ----------------------------------------- > java.lang.SecurityException: Service > 'org.keel.services.model.Model/security.list-comp' Not Authorized > at > org.keel.core.container.KeelServiceManager.lookup(KeelServiceManager.java:81) > at > org.keel.core.container.AbstractKeelServiceable.getService(AbstractKeelServiceable.java:113) > at > org.keel.services.model.defaultmodel.DefaultModelRequest.getService(DefaultModelRequest.java:453) > at > org.keel.services.model.defaultmodel.DefaultModelRequest.execute(DefaultModelRequest.java:147) > at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.apache.avalon.fortress.impl.factory.PassThroughInvocationHandler.invoke(PassThroughInvocationHandler.java:100) > at $Proxy1.execute(Unknown Source) > at > org.keel.servers.direct.KeelDirectServer.execute(KeelDirectServer.java:251) > at > org.keel.servers.direct.KeelDirectServer$MultiThreadedProcessor.run(KeelDirectServer.java:294) > > > > Oct 29, 2003 11:17:14 AM org.apache.struts.action.RequestProcessor processException > WARNING: Unhandled Exception thrown: class java.lang.SecurityException > > > Michael Nash JGlobal.com wrote: > > Steve: > > > > Do you have svc-crypto-base64 module? That's what it can't find. (And is it > > selected as a service in your *-deploy.properties file) > > > > Mike > > > > > -- > Java/J2EE Developer/Integrator > Co-Chair, Dallas/FortWorth J2EE Sig > 214-724-7741 > > > http://keelframework.org/documentation > Keelgroup mailing list > [EMAIL PROTECTED] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com Michael Nash JGlobal Ltd Next-Generation Web Application Development and Open Source Support http://www.jglobal.com Bahamas Commerce and Trade Offshore eCommerce Hosting and Business Services http://www.bahamascommerce.com http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
