this is what i see in localhost.log when i try to access https://myserver.com/alfresco
SEVERAL: Servlet.service() for servlet cas threw exception:
org.springframework.binding.expression.ParserException: The expression
'${flowScope.ticketGrantingTicketId != null}' being parsed is expected
be a standard OGNL expression. Do not attempt to enclose such expression
strings in ${} delimiters--this is redundant. If you need to parse a
template that mixes literal text with evaluatable blocks, set the
'template' parser context attribute to true.
at
org.springframework.binding.expression.support.AbstractExpressionParser.parseExpression(AbstractExpressionParser.java:118)
at
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.parseThen(FlowModelFlowBuilder.java:697)
at
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.parseIf(FlowModelFlowBuilder.java:687)
at
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.parseIfs(FlowModelFlowBuilder.java:678)
at
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.parseAndAddDecisionState(FlowModelFlowBuilder.java:566)
at
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.buildStates(FlowModelFlowBuilder.java:209)
at
org.springframework.webflow.engine.builder.FlowAssembler.directAssembly(FlowAssembler.java:106)
at
org.springframework.webflow.engine.builder.FlowAssembler.assembleFlow(FlowAssembler.java:91)
at
org.springframework.webflow.engine.builder.DefaultFlowHolder.assembleFlow(DefaultFlowHolder.java:109)
at
org.springframework.webflow.engine.builder.DefaultFlowHolder.getFlowDefinition(DefaultFlowHolder.java:84)
at
org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.getFlowDefinition(FlowDefinitionRegistryImpl.java:61)
at
org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:138)
at
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:193)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.jasig.cas.web.init.SafeDispatcherServlet.service_aroundBody2(SafeDispatcherServlet.java:115)
at
org.jasig.cas.web.init.SafeDispatcherServlet.service_aroundBody3
$advice(SafeDispatcherServlet.java:44)
at
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:1)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.github.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:46)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket
$SocketConnection.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:686)
at java.lang.Thread.run(Thread.java:619)
And in the browser i get:
CAS is Unavailable
There was an error trying to complete your request. Please notify your
support desk or try again.
On Tue, 2010-08-31 at 11:10 -0400, Scott Battaglia wrote:
> it might be in the localhost log. Things like to hide out there
> sometimes.
>
>
> On Tue, Aug 31, 2010 at 3:25 AM, Joel Rosental R.
> <[email protected]> wrote:
> Actually i don't see any exception neither catalina.out nor
> cas.log.
> Only thing i see is:
>
> 2010-08-31 09:24:40,306 INFO
> [org.jasig.cas.services.DefaultServicesManagerImpl] -
> Reloading
> registered services.
> 2010-08-31 09:24:40,306 DEBUG
> [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding
> registered
> service http://**
> 2010-08-31 09:24:40,306 DEBUG
> [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding
> registered
> service https://**
> 2010-08-31 09:24:40,306 DEBUG
> [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding
> registered
> service imaps://**
> 2010-08-31 09:24:40,306 DEBUG
> [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding
> registered
> service imap://**
> 2010-08-31 09:24:40,306 INFO
> [org.jasig.cas.services.DefaultServicesManagerImpl] - Loaded 4
> services.
>
>
>
>
>
> On Mon, 2010-08-30 at 22:52 -0400, Scott Battaglia wrote:
> > If you're seeing CAS is unavailable you should be seeing an
> exception
> > somewhere. Easiest thing to do is grep the log directory
> for the word
> > Exception and see what comes back.
> >
> >
> > On Mon, Aug 30, 2010 at 11:46 AM, Joel Rosental R.
> > <[email protected]> wrote:
> > Hi,
> >
> > I'm working in integrating a CAS server with an
> Alfresco
> > installation
> > following these instructions:
> >
> http://wiki.alfresco.com/wiki/Alfresco_With_mod_auth_cas
> > although
> > changing some things since the recipe is based for a
> RedHat
> > system and
> > i'm working with Debian GNU/Linux.
> >
> > I could build my own customized CAS war file and
> deployed
> > "successfully" (since it didn't give me any error in
> logs).
> > Installed
> > mod_auth_cas with the sources (since it says that
> v1.0.8
> > doesn't work
> > with it (dunno why) and the .deb version that i
> found was this
> > one).
> > Put the configuration of mod_auth_cas and then
> modified
> >
> tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
> > file according to what this wiki says, but i'm still
> unable to
> > access
> > CAS because when i put https://myserver/cas i see a
> message
> > that says:
> >
> >
> > CAS is Unavailable
> > There was an error trying to complete your request.
> Please
> > notify your
> > support desk or try again.
> >
> > And when i check the logs (catalina.out and cas.log)
> i don't
> > see any
> > error (and i have my logs in DEBUG mode).
> >
> > Anyone has previous experience using CAS and
> Alfresco?
> >
> > PD: i'm using Alfresco latest stable version 3.3.
> >
> >
> >
> >
>
> > --
> > You are currently subscribed to [email protected] as:
> [email protected]
> > To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>
> --
> You are currently subscribed to [email protected] as:
> [email protected]
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user
signature.asc
Description: This is a digitally signed message part
