You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
got this error when trying ti run the plugin,
jre ver 1.7.0_55
centos 6.5 32bit
java -jar plugin.jar
INFO: Using configuration file /opt/plugins/newrelic_3legs_plugin-2.0.0-varnish/config/newrelic.json
INFO: Using configuration file /opt/plugins/newrelic_3legs_plugin-2.0.0-varnish/config/plugin.json
INFO: New Relic monitor started
[Fatal Error] :1:1: Premature end of file.
[2014-06-04 22:36:04,635] ERROR ar.com.threelegs.newrelic.Varnish -
org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257) ~[na:1.7.0_55]
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) ~[na:1.7.0_55]
at ar.com.threelegs.newrelic.Varnish.pollCycle(Unknown Source) [plugin.jar:2.0.0 April 10 2014]
at com.newrelic.metrics.publish.Runner$PollAgentsRunnable.run(Runner.java:199) [plugin.jar:2.0.0 April 10 2014]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_55]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) [na:1.7.0_55]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) [na:1.7.0_55]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_55]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_55]
The text was updated successfully, but these errors were encountered:
eben0
changed the title
org.xml.sax.SAXParseException: Premature end of file
Varnish: org.xml.sax.SAXParseException: Premature end of file
Jun 4, 2014
got this error when trying ti run the plugin,
jre ver 1.7.0_55
centos 6.5 32bit
java -jar plugin.jar
INFO: Using configuration file /opt/plugins/newrelic_3legs_plugin-2.0.0-varnish/config/newrelic.json
INFO: Using configuration file /opt/plugins/newrelic_3legs_plugin-2.0.0-varnish/config/plugin.json
INFO: New Relic monitor started
[Fatal Error] :1:1: Premature end of file.
[2014-06-04 22:36:04,635] ERROR ar.com.threelegs.newrelic.Varnish -
org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257) ~[na:1.7.0_55]
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347) ~[na:1.7.0_55]
at ar.com.threelegs.newrelic.Varnish.pollCycle(Unknown Source) [plugin.jar:2.0.0 April 10 2014]
at com.newrelic.metrics.publish.Runner$PollAgentsRunnable.run(Runner.java:199) [plugin.jar:2.0.0 April 10 2014]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_55]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) [na:1.7.0_55]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) [na:1.7.0_55]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_55]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_55]
The text was updated successfully, but these errors were encountered: