[Cs4800] Parser Exception

Adam Alix aalix at ccs.neu.edu
Mon Nov 14 22:09:47 EST 2011


All over the place, haven't been able to get building.

Adam

On Nov 14, 2011, at 10:08 PM, Tom Fiset wrote:

> 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
> 
> _______________________________________________
> Cs4800 mailing list
> Cs4800 at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/cs4800




More information about the Cs4800 mailing list