Janice,
A lexical error seems to be something wrong with a word. Maybe an illegal character. What's that newline doing after Academic Computing?
I would guess that the qualifier format you have specified has an error in it. Some where in your fetchDvDepts() method, you are building a qualifier and an error is being thrown parsing it. Maybe if you send some of your code from that method, it'll be easier to understand.
Hope this helps Marc On Sep 30, 2005, at 1:25 PM, Janice Cheung wrote: Greetings Xcode Group! I am extremely befuddled by the error I am getting from Xcode. [2005-09-30 13:12:55 EDT] <WorkerThread6>
com.webobjects.foundation.NSForwardException for
com.webobjects.eocontrol._private.TokenMgrError: Lexical error at line
1, column 49. Encountered: "\n" (10), after : "\'Academic Computing"
at com.webobjects.eocontrol._private._EOQualifierParserTokenManager.getNextToken(_EOQualifierParserTokenManager.java:1019)
at com.webobjects.eocontrol._private._EOQualifierParser.jj_ntk(_EOQualifierParser.java:1002)
at com.webobjects.eocontrol._private._EOQualifierParser.RelOpExpression(_EOQualifierParser.java:639)
at com.webobjects.eocontrol._private._EOQualifierParser._expression_(_EOQualifierParser.java:594)
at com.webobjects.eocontrol._private._EOQualifierParser.parseLogicalExpression(_EOQualifierParser.java:885)
at com.webobjects.eocontrol.EOQualifier.qualifierWithQualifierFormat(EOQualifier.java:941)
at ViewServerDetail.fetchDvDepts(ViewServerDetail.java:559)
at ViewServerDetail.initialDeviceRelationshipObjects(ViewServerDetail.java:582)
at UserHome.ViewServerDetail(UserHome.java:79)
What is a lexical error? Is it an issue with my database? Am I completely ignorant to a
glaring coding issue? I have pored over my code and ideally suspect that there is no shoddy
coding bug ... but I do not know what this error means although I have googled "Lexical error"
in the hopes of resolving this.
Is this a trivial error? Please help me to dissolve my ignorance. I'm somewhat alarmed.
Any advice or guidance is greatly appreciated!
Thank you for helping me!
Janice
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|