在一个新的linux服务器上安装帆软FR,tomcat8+jdk1.8,但是启动tomcat的时候,报如下错误,如何处理? 08-Aug-2017 17:36:21.049 信息 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. Exception in thread "pool-2-thread-2" Exception in thread "pool-2-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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 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:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) |