java.lang.RuntimeException: Error, PhantomJS couldn't start
之前该服务器使用环境 tomcat8.0.48+jdk 1.7.08 决策分析系统正常
现在启动服务报错,如下:
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Exception in thread "pool-1-thread-1" java.lang.RuntimeException: Error, PhantomJS couldn't start
at com.fr.plugin.chart.phantom.server.Server.start(Unknown Source)
at com.fr.plugin.chart.phantom.serverpool.ServerStartEvent.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Exception in thread "pool-1-thread-2" java.lang.RuntimeException: Error, PhantomJS couldn't start
at com.fr.plugin.chart.phantom.server.Server.start(Unknown Source)
at com.fr.plugin.chart.phantom.serverpool.ServerStartEvent.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
30-Oct-2018 10:18:43.710 INFO org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /opt/datawarntj/apache-tomcat-8.0.48/webapps/datawarn has finished in 22,849 ms