This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210735 - org.xml.sax.SAXParseException: The reference to entity "client_ip" must end with the ';' delimiter.
Summary: org.xml.sax.SAXParseException: The reference to entity "client_ip" must end w...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 217780 (view as bug list)
Depends on:
Blocks: 220273
  Show dependency tree
 
Reported: 2012-04-04 23:08 UTC by kingpoop
Modified: 2013-01-06 02:54 UTC (History)
23 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186683


Attachments
stacktrace (991 bytes, text/plain)
2012-04-04 23:08 UTC, kingpoop
Details
stacktrace (996 bytes, text/plain)
2012-08-24 05:32 UTC, Vladimir Voskresensky
Details
stacktrace (999 bytes, text/plain)
2012-10-22 12:20 UTC, fortruth
Details
stacktrace (999 bytes, text/plain)
2012-10-26 23:42 UTC, fortruth
Details
stacktrace (999 bytes, text/plain)
2012-12-02 13:11 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kingpoop 2012-04-04 23:08:52 UTC
This bug was originally marked as duplicate of bug 176074, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
dheffelfinger: attempting to turn on line wrap

emilime: closing project

GUEST: Select in -> Projects

GUEST: I was opening the netbeans ide while this exception occured

GUEST: debugging a ruby rails project, clicked on the green go button to continue through the breakpoint but then, crash.

GUEST: i was trying to compile my program and the program stock and start giving me java.lang.nullPointerException

GUEST: var
             Timeline{
                 keyFrames: [
                     KeyFrame{
                         time:0ms
                         values:[myCell.width => myCell.width]
                     } 
                     ]
             }
             
         }




Stacktrace: 
org.xml.sax.SAXParseException: The reference to entity "client_ip" must end with the ';' delimiter.
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:0)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:0)
   at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:0)
   at org.netbeans.modules.uihandler.ButtonsParser.parse(ButtonsParser.java:114)
   at org.netbeans.modules.uihandler.Installer.parseButtons(Installer.java:1039)
   at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1540)
Comment 1 kingpoop 2012-04-04 23:08:58 UTC
Created attachment 117848 [details]
stacktrace
Comment 2 Martin Entlicher 2012-04-05 14:51:35 UTC
The problem is, that NetBeans gets some wrapped garbage, instead of the content of http://netbeans.org/nonav/uigestures/error2.html
Comment 3 Vladimir Voskresensky 2012-08-24 05:32:25 UTC
Created attachment 123500 [details]
stacktrace

restart IDE
Comment 4 Exceptions Reporter 2012-08-24 05:32:36 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=186683
Comment 5 Martin Entlicher 2012-10-15 13:00:29 UTC
*** Bug 217780 has been marked as a duplicate of this bug. ***
Comment 6 fortruth 2012-10-22 12:20:20 UTC
Created attachment 126320 [details]
stacktrace

opening netbeans from last closed session.
Comment 7 fortruth 2012-10-26 23:42:12 UTC
Created attachment 126647 [details]
stacktrace

just install the new dev, that old dev not uninstalled. after startup. it happens.
Comment 8 fortruth 2012-12-02 13:11:34 UTC
Created attachment 128707 [details]
stacktrace
Comment 9 Martin Entlicher 2012-12-03 17:05:09 UTC
There are basically two problems:
1) Inability to parse a valid HTML page, when some elements are not terminated
   with appropriate end-tags. Like:
   [Fatal Error] :9:7: The element type "meta" must be terminated by the
   matching end-tag "</meta>".
2) A wrong HTML page is loaded when the internet connection is not set up yet.
Comment 10 Marian Mirilovic 2013-01-03 14:04:26 UTC
120 dups ... P1
Comment 11 Martin Entlicher 2013-01-05 13:29:35 UTC
Fixed by changeset:   243911:25833eab7330
http://hg.netbeans.org/core-main/rev/25833eab7330
Comment 12 Quality Engineering 2013-01-06 02:54:43 UTC
Integrated into 'main-golden', will be available in build *201301060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/25833eab7330
User: mentlicher@netbeans.org
Log: #210735: Report problems with the retrieval of the submission dialog due to parsing problems.