Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid XML char in log output breaks CLI output follow mode. #313

Closed
gschueler opened this issue Feb 28, 2013 · 0 comments
Closed

Invalid XML char in log output breaks CLI output follow mode. #313

gschueler opened this issue Feb 28, 2013 · 0 comments
Labels
Milestone

Comments

@gschueler
Copy link
Member

from https://groups.google.com/d/topic/rundeck-discuss/JJ5RFAa3Of0/discussion

CLI follow mode fails with exception:

An invalid XML character (Unicode: 0x8) was found in the element content of the document. Nested exception: An invalid XML character (Unicode: 0x8) was found in the element content of the document.
org.dom4j.DocumentException: Error on line 1 of document  : An invalid XML character (Unicode: 0x8) was found in the element content of the document. Nested exception: An invalid XML character (Unicode: 0x8) was found in the element content of the document.
    at org.dom4j.io.SAXReader.read(SAXReader.java:482)
    at org.dom4j.io.SAXReader.read(SAXReader.java:343)
    at com.dtolabs.client.utils.WebserviceHttpClientChannel.postMakeRequest(WebserviceHttpClientChannel.java:283)
    at com.dtolabs.client.utils.HttpClientChannel.makeRequest(HttpClientChannel.java:396)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:182)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:134)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:97)
    at com.dtolabs.client.services.RundeckAPICentralDispatcher.followDispatcherExecution(RundeckAPICentralDispatcher.java:819)
    at com.dtolabs.rundeck.core.cli.queue.QueueTool.followAction(QueueTool.java:484)
    at com.dtolabs.rundeck.core.cli.run.RunTool.followOutput(RunTool.java:504)
    at com.dtolabs.rundeck.core.cli.run.RunTool.jobrunAction(RunTool.java:489)
    at com.dtolabs.rundeck.core.cli.run.RunTool.go(RunTool.java:392)
    at com.dtolabs.rundeck.core.cli.BaseTool.run(BaseTool.java:107)
    at com.dtolabs.rundeck.core.cli.run.RunTool.main(RunTool.java:124)
Nested exception: 
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 5841; An invalid XML character (Unicode: 0x8) was found in the element content of the document.
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.dom4j.io.SAXReader.read(SAXReader.java:465)
    at org.dom4j.io.SAXReader.read(SAXReader.java:343)
    at com.dtolabs.client.utils.WebserviceHttpClientChannel.postMakeRequest(WebserviceHttpClientChannel.java:283)
    at com.dtolabs.client.utils.HttpClientChannel.makeRequest(HttpClientChannel.java:396)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:182)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:134)
    at com.dtolabs.client.services.ServerService.makeRundeckRequest(ServerService.java:97)
    at com.dtolabs.client.services.RundeckAPICentralDispatcher.followDispatcherExecution(RundeckAPICentralDispatcher.java:819)
    at com.dtolabs.rundeck.core.cli.queue.QueueTool.followAction(QueueTool.java:484)
    at com.dtolabs.rundeck.core.cli.run.RunTool.followOutput(RunTool.java:504)
    at com.dtolabs.rundeck.core.cli.run.RunTool.jobrunAction(RunTool.java:489)
    at com.dtolabs.rundeck.core.cli.run.RunTool.go(RunTool.java:392)
    at com.dtolabs.rundeck.core.cli.BaseTool.run(BaseTool.java:107)
    at com.dtolabs.rundeck.core.cli.run.RunTool.main(RunTool.java:124)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant