[Cs4800] Parser Exception

Tom Fiset tmfset at gmail.com
Mon Nov 14 22:08:44 EST 2011


Why am I getting these parser errors / anyone else seeing these?
The trace was much longer and doesn't seem to have anything to do with my
own code or algorithm...

- Tom Fiset

Was expecting:
    "HSR" ...

        at hsr.TheParser.generateParseException(Unknown Source)
        at hsr.TheParser.jj_consume_token(Unknown Source)
        at hsr.TheParser.parse_HSRInstance(Unknown Source)
        at hsr.TheParser.parse_HSRInstanceSet(Unknown Source)
        at hsr.HSRInstanceSet.parse(Unknown Source)
        ... 21 more
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at scg.RWrap.<init>(Unknown Source)
        at scg.TheParser.parse_RWrap$InstanceSetI$(Unknown Source)
        at scg.TheParser.parse_Claim(Unknown Source)
        at scg.TheParser.parse_Cons$Claim$(Unknown Source)
        at scg.TheParser.parse_List$Claim$(Unknown Source)
        at scg.TheParser.parse_Cons$Claim$(Unknown Source)
        at scg.TheParser.parse_List$Claim$(Unknown Source)
        at scg.TheParser.parse_Cons$Claim$(Unknown Source)
        at scg.TheParser.parse_List$Claim$(Unknown Source)
        at scg.TheParser.parse_Cons$Claim$(Unknown Source)
        at scg.TheParser.parse_List$Claim$(Unknown Source)
        at scg.TheParser.parse_Response(Unknown Source)
        at scg.Response.parse(Unknown Source)
        at response.ResponseGetter.getResponse(Unknown Source)
        at scg.net.avatar.PlayerServer.playerResponse(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
edu.neu.ccs.demeterf.http.server.ServerDispatch.handle(ServerDispatch.java:75)
        at
edu.neu.ccs.demeterf.http.server.ServerThread$DispatchThread.run(ServerThread.java:130)
Caused by: hsr.ParseException: Encountered " <IDENT> "hsr "" at line 1,
column 2.
Was expecting:
    "HSR" ...

        at hsr.TheParser.generateParseException(Unknown Source)
        at hsr.TheParser.jj_consume_token(Unknown Source)
        at hsr.TheParser.parse_HSRInstance(Unknown Source)
        at hsr.TheParser.parse_HSRInstanceSet(Unknown Source)
        at hsr.HSRInstanceSet.parse(Unknown Source)
        ... 23 more
 -- Turn Completed: 0.007 sec
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the Cs4800 mailing list