JBoss: IOException Bad file descriptor》的相关内容

掌控上传进度的AJAX Upload

掌控上传进度的AJAX Upload 作者:cleverpig AJAX——最酷的“冲浪板” 原文永久链接及源代码下载地址: http://www.matrix.org.cn/resource/article/2007-01-08/09db6d69-9ec6-11db-ab77-2bbe780ebfbf.html 动机: ...
by cleverpig 2007-01-08 浏览 (31708) 回复 (47) 关键字: ajax, upload, monitor

jboss下配置jndi利用spring的IOC来获得

本来项目内用的是普通数据源.考虑没有分布式的数据访问.就使用了apache-commons-dbcp.但是后来项目内要加一个第三方的报表制作工具.该工具强制要求使用JNDI来获得连接(该死的)没办法.只有加了.显将配置步骤和一个错误做笔记如下: 1. 环境: windowsXp系统.使用的是jbossGA-4.2.2 sqlserver2000. 项目架构是 Spring+ibatis+strut ...
by luyuwww 2008-08-06 浏览 (291) 回复 (2) 关键字:

使用JDBC和Hibernate来写入Blob型数据到Oracle中

Oracle的Blob字段比较特殊,他比long字段的性能要好很多,可以用来保存例如图片之类的二进制数据。 写入Blob字段和写入其它类型字段的方式非常不同,因为Blob自身有一个cursor,你必须使用cursor对blob进行操作,因而你在写入Blob之前,必须获得cursor才能进行写入,那么如何获得Blob的cursor呢? 这需要你先插入一个empty的blob,这将创建一个blob ...
by robbin 2003-09-16 浏览 (54371) 回复 (31) 关键字:

saveOrUpdate方法在hibernate3中和以前的

robbin 在一篇帖子里详细讲过 saveOrUpdate 方法的使用,前提把 [code:1] unsaved-value="null" [/code:1]设置好。 如果一个对象在数据库存在,就update他,否则就 save他,但是我在 hibernate3.1.3中使用报错: [code:1] 2006-08-18 05:58&# ...
by lyo 2006-08-18 浏览 (1395) 回复 (2) 关键字:

数据库是MYSQL,我这个表的*.hbm.xml文件怎么写?

[code:1]CREATE TABLE `user` (   `userNo` int(10) NOT NULL auto_increment, `userId` varchar(10) NOT NULL default '',   `name` varchar(25&a ...
by xqi8 2004-07-14 浏览 (2705) 回复 (9) 关键字:

Connection reset by peer: socket write error

在Ajax请求时提示java.net.SocketException: Connection reset by peer: socket write error错误而且不能返回数据信息 ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apac ...
by simon_zhang 2008-04-29 浏览 (716) 回复 (0) 关键字:

java.lang.IllegalStateException: getOutputStream()

2008-06-10 02:46:59,469 [ajp-0.0.0.0-8009-2] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/OnRoute].[jsp] - Servlet.service() for servlet jsp threw exception java.lang.Illega ...
by neil.zou 2008-06-10 浏览 (272) 回复 (0) 关键字:

一个异常纪录下

只是自己尝试的时候出现的一个异常.没有把flash或者说.swf文件放到该放的地方. [Flash Remoting MX]->Request received was not Flash-based (not of the binary AMF protocol).flashgateway.io.NotAMFException: Request received was not Flas ...
by lz726 2008-04-24 浏览 (82) 回复 (0) 关键字:

javax.servlet.ServletException: Session was alread

struts 2+ hibernate 3, 报错: 严重: Servlet.service() for servlet default threw exception javax.servlet.ServletException: Session was already closed at org.apache.struts2.dispatcher.Dispatcher.serviceAct ...
by runjia1987 2008-05-19 浏览 (237) 回复 (1) 关键字:

java.lang.NumberFormatException: For input string:

java.lang.NumberFormatException: For input string: "QueryImpl(select usrId from SysUser where usrName='晓敏')" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java. ...
by JKBoss 2008-07-08 浏览 (74) 回复 (0) 关键字:

GT-Grid出现内存溢出!!!

webwork+spring+hibernate 这样的架构中,抓取到的页面数据总共19条记录,每页15条记录。然后不停的前后翻页,大概连续点击30多次就出现内存溢出了。错误如下: 严重: Servlet.service() for servlet default threw exception java.lang.OutOfMemoryError: Java heap space at ja ...
by a3mao 2007-11-30 浏览 (294) 回复 (0)

JbpmContext.getCurrentJbpmContext()得到的结果为空?

JbpmContext.getCurrentJbpmContext()和jbpmConfiguration.createJbpmContext()都是得到jbpmContext, 它们的区别在哪里? 我知道JbpmContext.getCurrentJbpmContext()是不被建议的, 但是为什么用这个方法会有时为空,有时又能够get到? 刚学jbpm,搞不清....,希望得到前辈指导,万分感 ...
by jinhao2003 2008-09-05 浏览 (132) 回复 (3)

向solr post xml数据时报错,请帮忙看下

com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:686) at co ...
by zhzhxh 2008-09-19 浏览 (54) 回复 (1)

jboss 启动错误

[Initialization] initializing Seam 21:07:01,375 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity 21:07:01,375 INFO  [Initializat ...
by hu_anqing 2008-09-08 浏览 (105) 回复 (1)

请教问题

我照着ECSide文档上的例子做打开页面时页面报异常TTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apac ...
by pioneer127 2008-06-26 浏览 (254) 回复 (1)

相关问答

赞助商链接