Opened 4 years ago
Closed 4 years ago
#1925 closed defect (not our bug)
[Fatal Error] :2:86: Attribute "xmlns" was already specified for element "root".
Reported by: | anonymous maybe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | router/transport | Version: | 0.9.28 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description (last modified by )
this is not an critic error tho, still considered one in the wrapper logs:-
- I2P Version and Running Environment
I2P version: 0.9.28-0 Java version: Oracle Corporation 1.8.0_25 (Java(TM) SE Runtime Environment 1.8.0_25-b18) Wrapper version: none Server version: 8.1.21.v20160908 Servlet version: Jasper JSP 2.1 Engine JSTL version: standard-taglib 1.2.0 Platform: Windows XP x86 5.1 Jcpuid version: 3 Processor: Westmere (corei) Jbigi: Locally optimized library jbigi-windows-corei.dll loaded from file Jbigi version: 3 GMP version: 6.0.0 Encoding: Cp1252 Charset: windows-1252
- Service (Wrapper) Logs
[Fatal Error] :2:86: Attribute "xmlns" was already specified for element "root". [Fatal Error] :2:86: Attribute "xmlns" was already specified for element "root". [Fatal Error] :2:86: Attribute "xmlns" was already specified for element "root". [Fatal Error] :2:86: Attribute "xmlns" was already specified for element "root".
Note:- no Critical Logs , Router Logs
Subtickets
Change History (1)
comment:1 Changed 4 years ago by
Component: | unspecified → router/transport |
---|---|
Description: | modified (diff) |
Resolution: | → not our bug |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Correct, this is bad XML from a UPnP device. Unfortunately we do not have control of the logging from the Java XML parser, so we can't fix the message. See e.g. http://stackoverflow.com/questions/21208325/how-do-i-change-the-default-logging-in-java-transformer
I would love to hide the "fatal error" log but we can't.