Results 1 to 3 of 3

Thread: ognl.OgnlParser$LookaheadSuccess exception while profiling

  1. #1
    Join Date
    Jul 2009
    Posts
    7

    Default ognl.OgnlParser$LookaheadSuccess exception while profiling

    Hi Friends,

    I am facing a problem with while profiling my webapplication with tomcat.

    I have an web application which uses uses spring webflow 2.0.2 and ognl-2.6.9, etc.
    web application works fine with Tomcat6.0.18.

    I was trying to apply TPTP profile(eclipse feature) to my web application in that context what I did is downloaded TPTP plug-in into eclipse and configured Tomcat with eclipse.
    and deployed my web application on Tomcat.
    started Tomcat in Profile mode it starts well without any problem.

    when I access the application by URL then it threw below exception.
    I have no idea what and why this severe exception.
    Please help me if you know any clue about it.

    Exception:
    SEVERE: Servlet.service() for servlet apf threw exception
    ognl.OgnlParser$LookaheadSuccess
    at ognl.OgnlParser.<init>(OgnlParser.java:3037)
    at ognl.Ognl.parseExpression(Ognl.java:112)
    at org.springframework.binding.expression.ognl.OgnlEx pressionParser.doParseExpression(OgnlExpressionPar ser.java:246)
    at org.springframework.binding.expression.ognl.OgnlEx pressionParser.parseExpression(OgnlExpressionParse r.java:147)
    at org.springframework.webflow.expression.DefaultExpr essionParserFactory$1.parseExpression(DefaultExpre ssionParserFactory.java:68)
    at org.springframework.webflow.engine.builder.model.F lowModelFlowBuilder.parseEvaluateAction(FlowModelF lowBuilder.java:812)
    at org.springframework.webflow.engine.builder.model.F lowModelFlowBuilder.parseActions(FlowModelFlowBuil der.java:790)
    at org.springframework.webflow.engine.builder.model.F lowModelFlowBuilder.parseAndAddActionState(FlowMod elFlowBuilder.java:543)
    at org.springframework.webflow.engine.builder.model.F lowModelFlowBuilder.buildStates(FlowModelFlowBuild er.java:191)
    at org.springframework.webflow.engine.builder.FlowAss embler.directAssembly(FlowAssembler.java:106)
    at org.springframework.webflow.engine.builder.FlowAss embler.assembleFlow(FlowAssembler.java:91)
    at org.springframework.webflow.engine.builder.Default FlowHolder.assembleFlow(DefaultFlowHolder.java:96)
    at org.springframework.webflow.engine.builder.Default FlowHolder.getFlowDefinition(DefaultFlowHolder.jav a:77)
    at org.springframework.webflow.definition.registry.Fl owDefinitionRegistryImpl.getFlowDefinition(FlowDef initionRegistryImpl.java:60)
    at org.springframework.webflow.executor.FlowExecutorI mpl.launchExecution(FlowExecutorImpl.java:131)



    Thanks and Regards,
    -Saida.

  2. #2

    Default

    Hi,

    I'm facing the same problem. Did you resolve it?

    Thanks,

    Tiago Peixoto.

  3. #3
    Join Date
    Jan 2009
    Posts
    10

    Default

    Same problem here. Anyone find a solution?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •