Re: [Hypercontent-users] Login problems
Brought to you by:
alexvigdor
|
From: Alex V. <al...@bi...> - 2008-10-22 15:16:01
|
Hi Carl, I suspect the login is working, but the screen is failing to render because it can't read the users' permissions from the permissions.xml file. This wouldn't effect admin users since they are given unrestricted abilities, without requiring checks in permissions.xml. So as an admin, can you see the /config/permissions.xml file in each of your projects? I would check the bootstrap repository first, and then each of the projects. It is possible the file was inadvertently deleted, or marked as "hidden". Cheers, Alex On Oct 21, 2008, at 7:20 AM, Carl P Barrow wrote: > Hi All, > > > > I’m suddenly having problems with login. When a user tries to > login to the dashboard: > > > > http://bod.ad.hull.ac.uk/index.html?mode=login&passmode=dashboard- > portlet > > > > They get the stack trace bellow. This doesn’t happen if the user > is a global administrator or when a user logs directly into a site > from a URL like http://bod.ad.hull.ac.uk/cms2 . Does anyone know > how to fix this? > > > > Any help much appreciated… > > > > Thanks > > Carl > > > > > > > > Login failed. > > There was an error processing your request > > The requested file was not found: /config/permissions.xml > > org.hypercontent.filesystem.impl.LocalEditioningFileSystemImpl.getFile > (LocalEditioningFileSystemImpl.java:115) > org.hypercontent.filesystem.FileHandle.getFile(FileHandle.java:209) > org.hypercontent.data.impl.AbstractDataStore.loadObject > (AbstractDataStore.java:201) > org.hypercontent.data.impl.AbstractDataStore.getData > (AbstractDataStore.java:221) > org.hypercontent.security.impl.XMLPermissionStore.getPermissions > (XMLPermissionStore.java:96) > org.hypercontent.security.impl.XMLPermissionStore.getPermissions > (XMLPermissionStore.java:100) > org.hypercontent.security.PatternedPermissionPolicy.hasPermission > (PatternedPermissionPolicy.java:63) > org.hypercontent.security.PatternedPermissionPolicy.hasPermission > (PatternedPermissionPolicy.java:30) > org.hypercontent.server.Session.hasPermission(Session.java:263) > org.hypercontent.server.Session.hasPermission(Session.java:268) > sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:585) > org.apache.velocity.util.introspection.UberspectImpl > $VelMethodImpl.invoke(UberspectImpl.java:267) > org.apache.velocity.runtime.parser.node.ASTMethod.execute > (ASTMethod.java:197) > org.apache.velocity.runtime.parser.node.ASTReference.execute > (ASTReference.java:175) > org.apache.velocity.runtime.parser.node.ASTReference.evaluate > (ASTReference.java:307) > org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate > (ASTAndNode.java:91) > org.apache.velocity.runtime.parser.node.ASTExpression.evaluate > (ASTExpression.java:45) > org.apache.velocity.runtime.parser.node.ASTIfStatement.render > (ASTIfStatement.java:68) > org.apache.velocity.runtime.parser.node.ASTBlock.render > (ASTBlock.java:55) > org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:166) > org.apache.velocity.runtime.parser.node.ASTDirective.render > (ASTDirective.java:114) > org.apache.velocity.runtime.parser.node.SimpleNode.render > (SimpleNode.java:230) > org.apache.velocity.Template.merge(Template.java:256) > org.hypercontent.project.engine.stage.VelocityStage.process > (VelocityStage.java:186) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.project.engine.stage.LoadStage.process > (LoadStage.java:45) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.server.ContentServer.service(ContentServer.java:441) > org.hypercontent.servlet.CompositionServlet.doGet > (CompositionServlet.java:104) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter > (ApplicationFilterChain.java:237) > org.apache.catalina.core.ApplicationFilterChain.doFilter > (ApplicationFilterChain.java:157) > org.apache.catalina.core.StandardWrapperValve.invoke > (StandardWrapperValve.java:214) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardContextValve.invokeInternal > (StandardContextValve.java:198) > org.apache.catalina.core.StandardContextValve.invoke > (StandardContextValve.java:152) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardHostValve.invoke > (StandardHostValve.java:137) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.valves.ErrorReportValve.invoke > (ErrorReportValve.java:118) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:102) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardEngineValve.invoke > (StandardEngineValve.java:109) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: > 160) > org.apache.coyote.http11.Http11Processor.process > (Http11Processor.java:799) > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > org.apache.tomcat.util.net.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:577) > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run > (ThreadPool.java:683) > java.lang.Thread.run(Thread.java:595) > > > > > > > > ************************************* > > Carl Barrow > Systems Integrator > Academic Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > http://www.hull.ac.uk/cms > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |