日常问题解决
lyt567
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MyEclipse连接数据库异常解决
用PLSQL连接Oracle10g正常,但在用MyEclipse(6.5)的Database Explorer连接时就出现: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-12705: Cannot access NLS data files or invalid environme原创 2012-10-08 18:50:51 · 1427 阅读 · 0 评论 -
[12-11-30 9:44:57:087 CST] 0000000a WsServerImpl E WSVR0009E: 启动期间发生错误
[12-11-30 9:44:57:065 CST] 0000000a WsServerImpl E WSVR0009E: 启动期间发生错误META-INF/ws-server-components.xml[12-11-30 9:44:57:087 CST] 0000000a WsServerImpl E WSVR0009E: 启动期间发生错误com.ibm.ws.exce原创 2012-11-30 11:57:20 · 1768 阅读 · 0 评论 -
ORA-14400: 插入的分区关键字未映射到任何分区
年底了,然后因为分区表被用完,没有新增分区导致出现该异常。当然这个是测试库出的问题。。01-08 10:23:33 - Sender_2---->搬表失败:5239org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update at org.hibernate.except原创 2013-01-18 15:16:07 · 11773 阅读 · 2 评论 -
An internal error occurred during: "Redeploy"和Exploded location overlaps an existing deployment
An internal error occurred during: "Redeploy".org/maven/ide/eclipse/embedder/ProjectUpdater 解决办法将plugins文件件把org.maven开头的文件删除掉即可。Exploded location overlaps an existing deployment解决办法项目->propert原创 2013-02-26 14:16:41 · 2985 阅读 · 3 评论 -
com.ibm.ws.websvcs.exception.DeploymentException: java.lang.RuntimeException: WSWS7035E:
[13-3-14 16:05:45:877 GMT+08:00] 00000013 WSServerMetad E WSWS7055E: 由于以下错误,无法正确地装入由类 com.sun.xml.ws.tx.webservice.member.coord.RegistrationRequesterPortTypeImpl 中的注释所指定的 WEB-INF/wsdl/wscoor.wsdl原创 2013-03-15 08:46:04 · 3689 阅读 · 0 评论 -
oracle 导出建表语句。
dbtool 不支持CLOB类型,做不到,所以要用sqlplus去做。 连接数据库: sqlplus username/password@url导建表语句:select dbms_metadata.get_ddl('TABLE','tablename','属主') from dual;要是发现显示不完整。做以下设置:set heading off; set echo转载 2013-05-02 15:41:10 · 4885 阅读 · 0 评论 -
java.lang.IllegalStateException: can't declare any more prefixes in this context
jdom/dom4j在解释xml时,用的是ibm的jre 1.4.1时,如果xml文件中有xmlns:udm时,就会在将string input stream转成document时出现:java.lang.IllegalStateException: can't declare any more prefixes in this context错误,请教各位大虾这问题怎么解决?,xml文件中包转载 2013-05-13 10:10:23 · 1187 阅读 · 2 评论 -
java.lang.IllegalStateException: No value for key [org.hibernate.impl.SessionFactoryImpl@af9ce7] bou
最近写代码遇到的。问题代码如下: public Object dottCreateByTablename(Object vo,String tablename) throws Exception { Session session = SessionUtils.currentSession(getDbFlag()); try { session.save(tabl原创 2013-07-18 11:59:52 · 10431 阅读 · 0 评论 -
关于 Unsupported major.minor version 51.0的错误
java.lang.UnsupportedClassVersionError: org/apache/cxf/transport/servlet/CXFServlet : Unsupported major.minor version 51.0 (unable to load class org.apache.cxf.transport.servlet.CXFServlet) at o原创 2015-07-30 11:37:19 · 4502 阅读 · 0 评论
分享