Hi,

I have a service method that I only want to expose via restful. I suppressed the method from showing up in the Wicket viewer so I didn't try to call it with the Wicket viewer.

Now restful throws an error(which is not very useful) when calling the method:

org.apache.tomcat.util.http.parser.TokenMgrError: Lexical error at line 1, column 29.  Encountered: 
":" (58), after : ""
        
org.apache.tomcat.util.http.parser.HttpParserTokenManager.getNextToken(HttpParserTokenManager.java:434)
        
org.apache.tomcat.util.http.parser.HttpParser.jj_ntk(HttpParser.java:300)
        
org.apache.tomcat.util.http.parser.HttpParser.MediaType(HttpParser.java:21)


For some reason I now also exposed the action via Wicket. That way I get another exception with more useful information about my problem:

javax.jdo.JDOUserExceptionInvalid operator "=". Did you mean to use "=="? org.datanucleus.api.jdo.NucleusJDOHelper#getJDOExceptionForNucleusException(NucleusJDOHelper.java:549)
    org.datanucleus.api.jdo.JDOQuery#execute(JDOQuery.java:299)
nl.pocos.dom.workflow.WorkFlowStatusses#checkNumberOfPGSMLicences(WorkFlowStatusses.java:55)
sun.reflect.NativeMethodAccessorImpl#invoke0(NativeMethodAccessorImpl.java:-2)
sun.reflect.NativeMethodAccessorImpl#invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl#invoke(DelegatingMethodAccessorImpl.java:43)
    java.lang.reflect.Method#invoke(Method.java:606)

After fixing this error the restful call works fine. I had this behaviour before but couldn't reproduce it. It looks like the TokenMgrError is thrown when some exception occurs in an action called via restful and the real reason/exception can't be found in the logs.

Is there some reason not to show the original exception?

Met vriendelijke groet,

Erik de Hair

--
Pocos bv
Croy 9c - 5653 LC Eindhoven
Telefoon: 088 0100 700 - Fax: 088 0100 799
http://www.pocos.nl/ - http://www.sipo.nl/
K.v.K. nummer: 17097024
Follow Pocos bv <https://twitter.com/intent/follow?original_referer=https%3A%2F%2Ftwitter.com%2Fabout%2Fresources%2Fbuttons&region=follow_link&screen_name=Pocosbv&source=followbutton&variant=2.0>

Aanmelden van incidenten en/of changes graag via [email protected] <mailto:[email protected]>

Reply via email to