java项目启动服务器出错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java项目启动服务器出错相关的知识,希望对你有一定的参考价值。
用的公司的服务器,启动方式是tomcat-run
java.sql.SQLException: Io 异常: The Network Adapter could not establish the connection
com.mchange.v2.resourcepool.ResourcePoolException: Unexpected Break Stack Trace!
java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException
java.sql.SQLException: Io 异常: The Network Adapter could not establish the connection
com.mchange.v2.resourcepool.ResourcePoolException: Unexpected Break Stack Trace!
还有这些错org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0' defined in file [C:\Documents and Settings\Administrator\桌面\sts-dws\dws-server\target\classes\spring\context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [C:\Documents and Settings\Administrator\桌面\sts-dws\dws-server\target\classes\spring\context.xml]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [C:\Documents and Settings\Administrator\桌面\sts-dws\dws-server\target\classes\spring\context.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: spring-jpa] Unable to build EntityManagerFactory
在设置URL时错误,例如:jdbc:oracle:thin:@192.168.0.36:1521:sharp
数据库服务器不正确:ping 服务器IP是否正确。不正确,将URL更改为正确
端口号错误:一般不会错误。
进行一下操作:在DOS上键入sqlplus,检查oracle是否开启
一却正常,执行下面第2步。
2。防火墙
如果机器上安装有放火墙,可能是服务器端口号屏蔽而造成的。关闭防火墙后,尝试重新连接。
仍然不行,执行第3步。
3。数据库监听未启动 修改PC上注册表中的ImagePath值。追问
ping得起
参考技术B 数据库链接异常追问咋整呢?
参考技术C 看下配置对了木有 参考技术D 你看下数据库 oracle 服务 与监听是否都连接了。追问怎么看,我连的是公司的数据库
启动 Jboss 服务器时出错:线程“pool-6-thread-5”中的异常 java.lang.OutOfMemoryError:PermGen 空间 [重复]
【中文标题】启动 Jboss 服务器时出错:线程“pool-6-thread-5”中的异常 java.lang.OutOfMemoryError:PermGen 空间 [重复]【英文标题】:Error while starting Jboss server: Exception in thread "pool-6-thread-5" java.lang.OutOfMemoryError: PermGen space [duplicate] 【发布时间】:2016-03-07 23:10:05 【问题描述】:每当我尝试启动 JBoss AS 6.x 时,它都会因以下错误而崩溃。
错误:
2015-12-03 16:14:18,447 错误 [STDERR](RMI TCP 连接(空闲)) 线程“RMI TCP 连接(空闲)”中的异常 线程中的异常 线程“pool-6-thread-2”中的“RMI TCP 连接(空闲)”异常 java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:14:31,149 错误 [STDERR] (pool-6-thread-2) 中的异常 线程“pool-6-thread-4”线程“pool-6-thread-3”中的异常 java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:14:36,308 错误 [STDERR](RMI TCP 连接(空闲)) java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:14:53,939 错误 [STDERR] (pool-6-thread-3) java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:14:53,939 错误 [STDERR] (pool-6-thread-4) java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:16:01,500 警告 [org.jboss.detailed.classloader.ClassLoaderManager] (pool-12-thread-2) 加载过程中出现意外错误 来自:org.jboss.ejb.AllowedOperationsAssociation: java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:17:49,465 错误 [STDERR] (pool-6-thread-5) 中的异常 线程 "pool-6-thread-5" java.lang.OutOfMemoryError: PermGen 空间
2015-12-03 16:17:53,442 错误 [STDERR] (pool-6-thread-6) 中的异常 线程 "pool-6-thread-6" java.lang.OutOfMemoryError: PermGen 空间
【问题讨论】:
【参考方案1】:在启动 JBoss 时添加此 VM 参数:
-XX:+HeapDumpOnOutOfMemoryError
这将在 JBoss 遇到 OutOfMemoryError 时生成一个 hprof 文件。
可以使用 Eclipse MAT 等工具分析此文件,并告诉您哪些对象使用更多内存。
【讨论】:
以上是关于java项目启动服务器出错的主要内容,如果未能解决你的问题,请参考以下文章
云服务器部署javaweb项目tomcat启动后页面无法正常跳转
在新服务器上启动 grails 应用程序时出错(创建名称为“sessionFactory”的 bean 时出错)