Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/361.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 笔记本崩溃后无法使用IDE将war部署到tomcat_Java_Tomcat_Intellij Idea - Fatal编程技术网

Java 笔记本崩溃后无法使用IDE将war部署到tomcat

Java 笔记本崩溃后无法使用IDE将war部署到tomcat,java,tomcat,intellij-idea,Java,Tomcat,Intellij Idea,我正在使用intellij IDE,我有maven,spring mvc应用程序,几天前,当我启动tomcat时,我的笔记本崩溃了,我重新启动了笔记本并试图启动我的项目。它不起作用,如果我启动项目,这些日志显示为last: INFO: Deployment of web application directory C:\Program Files (x86)\Tomcat\apache-tomcat-7.0.62\webapps\manager has finished in 277 ms jú

我正在使用intellij IDE,我有maven,spring mvc应用程序,几天前,当我启动tomcat时,我的笔记本崩溃了,我重新启动了笔记本并试图启动我的项目。它不起作用,如果我启动项目,这些日志显示为last:

INFO: Deployment of web application directory C:\Program Files (x86)\Tomcat\apache-tomcat-7.0.62\webapps\manager has finished in 277 ms
jún 16, 2015 8:15:37 PM org.hibernate.dialect.Dialect <init>
INFO: HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
jún 16, 2015 8:15:37 PM org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
INFO: HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
[2015-06-16 08:15:39,587] Artifact webapp:war exploded: Error during artifact deployment. See server log for details.
jún 16, 2015 8:15:38 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file
jún 16, 2015 8:15:38 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors
jún 16, 2015 8:15:39 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

还有开始tomcat stucks谢谢你的建议。顺便说一句,在我的笔记本电脑崩溃之前,我从来没有遇到过这样的问题,但从那以后,我无法摆脱这个问题。

它处于我所谓的不变状态

基本上

  • 通过管理员删除它
  • 手动转到部署目录并将其删除
  • 您应该能够再次安装它



    如果你不能,那要看你为什么不能。(运行Win Vista和旧版Tomcat的示例)

    是否通过管理员删除它?你这到底是什么意思?您能详细说明所需的步骤吗?Thank.tomcat测试页面(http://:8080/)、manager webapp(http://:8080/manager/html)、host manager webapp(http://:8080/host manager/html)我进入/manager/html,然后按undeploy、restart和nothing。。。我无法使其工作我没有找到如何从上下文路径完全删除应用程序尝试从磁盘手动删除应用程序(TOMCAT_HOME\webapps)。删除war文件和文件夹,然后重新启动Tomcat。
    INFO: Deployment of web application directory C:\Program Files (x86)\Tomcat\apache-tomcat-7.0.62\webapps\manager has finished in 203 ms