• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
ERXGoogleSpell issue : The entity name must immediately follow the '&' in the entity reference.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ERXGoogleSpell issue : The entity name must immediately follow the '&' in the entity reference.


  • Subject: ERXGoogleSpell issue : The entity name must immediately follow the '&' in the entity reference.
  • From: shravan kumar <email@hidden>
  • Date: Fri, 5 Dec 2008 18:12:58 -0800 (PST)

Hello Group,

I have been receiving below such ERXGoogleSpell$CorrectionException exceptions.

Could you anyone please advise me what could be the reason for these issues and any probable solution thereby.

NOTE:

Eg1: Below string is causing error:

USER Given: funnicity is funny. isn't it. true. well go to "funnicity" today.

Escaped String : funnicity is funny. isn&#039;t it. true. well go to &quot; funnicity &quot; today.

Eg2: Below string successfully generated spell suggestions:

USER Given: funnicity is funny. isn ' t it. true. well go to " funnicity " today.

The difference between above two example strings is, characters to be escaped were separated from other chars with a single whitespace.

In the below notes "TEXT:" is the string sent to ERXGoogleSpell and "ERROR:" is the error received from ERXGoogleSpell:
--------------------------------------------------------
TEXT:

funnicity is funny. isn&#039;t it. true. well go to &quot; funnicity &quot; today.

ERROR:

The entity name must immediately follow the '&' in the entity reference.

00:43 DEBUG text is : funnicity is funny. isn t it. true. well go to &quot;funnicity&quot; today.
[Fatal Error] :1:244: The reference to entity "quot" must end with the ';' delimiter.
er.extensions.ERXGoogleSpell$CorrectionException: Failed to correct spelling of 'funnicity is funny. isn t it. true. well go to &quot;funnicity&quot; today.'.
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:172)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:114)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:99)
	at com.mtj.DirectAction.checkSpellingAction(DirectAction.java:1872)
	at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.webobjects.appserver.WODirectAction.performActionNamed(WODirectAction.java:128)
	at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:240)
	at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:145)
	at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306)
	at com.mtj.Application.dispatchRequest(Application.java:669)
	at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173)
	at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254)
	at java.lang.Thread.run(Thread.java:613)
Caused by: org.xml.sax.SAXParseException: The reference to entity "quot" must end with the ';' delimiter.
	at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:267)
	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:98)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:148)
	... 14 more

--------------------------------------------------------
TEXT:

funnicity is funny. tell me isn&#039;t it true.

ERROR:

07:29 DEBUG text is : funnicity is funny. tell me isn&#039;t it true.
[Fatal Error] :1:187: The entity name must immediately follow the '&' in the entity reference.
er.extensions.ERXGoogleSpell$CorrectionException: Failed to correct spelling of 'funnicity is funny. tell me isn&#039;t it true.'.
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:172)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:114)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:99)
	at com.mtj.DirectAction.checkSpellingAction(DirectAction.java:1872)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.webobjects.appserver.WODirectAction.performActionNamed(WODirectAction.java:128)
	at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:240)
	at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:145)
	at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306)
	at com.mtj.Application.dispatchRequest(Application.java:669)
	at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173)
	at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254)
	at java.lang.Thread.run(Thread.java:613)
Caused by: org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
	at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:267)
	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:98)
	at er.extensions.ERXGoogleSpell.suggestions(ERXGoogleSpell.java:148)
	... 15 more

--------------------------------------------------------


Please let me know, if this email is not clear or need any information.
Thanks in advance.

Thank You,
Shravan



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Brand new WOLips install = Failed to process eclipse frameworks
  • Next by Date: Re: Null value in column on insert when marked as mandatory in EO Model?
  • Previous by thread: Re: Brand new WOLips install = Failed to process eclipse frameworks
  • Next by thread: Amazon's SimpleDB & WO
  • Index(es):
    • Date
    • Thread