首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Jasperserver失败-无法启动上下文路径[/jasperserver]处的应用程序

Jasperserver失败-无法启动上下文路径[/jasperserver]处的应用程序
EN

Stack Overflow用户
提问于 2020-09-27 21:24:29
回答 1查看 335关注 0票数 1

我不能运行jasperserver。我尝试过使用捆绑包版本(tomcat8.5)和另一个(9.0)版本的tomcat重新安装。tomcatmanager screen。服务jasperreportsTomcat和jasperreportsPostrgreSQL正在运行services。来自tomcat local host和catalina的run from browser日志:

代码语言:javascript
复制
27-Sep-2020 14:37:09.617 INFO [http-nio-8080-exec-46] org.apache.jasper.servlet.TldScanner.scanJars  
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.
27-Sep-2020 14:37:23.252 SEVERE [http-nio-8080-exec-46] 
org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full 
details will be found in the appropriate container log file
27-Sep-2020 14:37:23.253 SEVERE [http-nio-8080-exec-46] 
org.apache.catalina.core.StandardContext.startInternal Context [/jasperserver] startup failed due to 
previous errors
27-Sep-2020 14:37:23.318 WARNING [http-nio-8080-exec-46] 
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application 
[jasperserver] appears to have started a thread named [Thread-301] but has failed to stop it. This is 
very likely to create a memory leak. Stack trace of thread:
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:502)
com.jaspersoft.jasperserver.war.themes.ThemeCache$RefreshThread.run(ThemeCache.java:332)
27-Sep-2020 14:37:23.319 WARNING [http-nio-8080-exec-46] 
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application 
[jasperserver] appears to have started a thread named [pool-36-thread-1] but has failed to stop it. 
This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)  
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await
(AbstractQueuedSynchronizer.java:2039)
java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
jmxlogger.tools.JmxLogService$3.run(JmxLogService.java:214)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)   

请帮帮我。这在我的第一个项目中很有用:-)

EN

回答 1

Stack Overflow用户

发布于 2021-01-23 09:45:59

我解决这个问题的方法是安装Jasper Server7.5版,并在整合前从C:/users/username中删除.jrsks和.jrsksp。我选择了在安装过程中捆绑的everythink。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64088930

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档