ChinaUnix.net
相关文章推荐:

Failed to find ARCH for message

我的jsp运行提示下面错误信息,问题出在哪里?求高人指点!谢谢 <2006-7-19 上午11时11分01秒> <101017> <[ServletContext(id=2133419,name=cctvtmpnewWeb,context-path=/cctvtmpnewWeb)] Root cause of ServletException javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.message at org.apache.struts.util.RequestUtils.retrievemessageResources(Request...

by cateur - Java - 2006-07-19 12:17:19 阅读(2351) 回复(2)

相关讨论

我删除了一个数据库后,重启电脑,数据库就一直启动不了,提示错误:Cannot find message file, Check INFORMIXDIR and DBLANG. 我就重装,可是还是提示这错误,数据库初始化不了。不知这是什么原因,求各位高手帮忙! 急!!! 跪谢了!!!!

by 鸿影雪痕 - Informix - 2005-01-17 18:43:50 阅读(1254) 回复(0)

最近dns 用nslookup 来解析同一个域名会经常出现: Server failed 的问题,,在options加 forwarders转发后就正常了,,是什么问题啊? [ 本帖最后由 leit 于 2007-10-14 15:36 编辑 ]

by leit - 服务器应用 - 2007-10-16 08:55:15 阅读(2886) 回复(4)

我在程序中调用了SNDPGMMSG命令,向程序发送消息,我要让该消息在显示文件的第24行显示,应该怎么办? hejh 说: 假如我在我在显示文件中定义是: R MSGSFL SFLMAGRCD(24) MSGKEY SFLMSGKEY MSGPGMQ SFLPGMQ(10) R MSGCTL SFLCTL(MSGSFL) OVERLAY 68 SFLDSP 69 SFLINZ 68 SFLEND SFLSIZ(0002) SFLPAG(0001) MSGPGMQ SFLP...

by hero1996 - AS400 - 2003-03-12 14:29:49 阅读(1888) 回复(3)

An unexpected exception was detected . Client found response content type of 'text/html:charset=utf-8',,but expected 'application /soap+xml'. The request failed with the error message:Error 500: failed to load target servlet [SSJ compoent..

by 971726 - Java - 2007-12-17 10:52:14 阅读(3177) 回复(6)

我informix装在一台SunOS 5.8的系统上面,用C的程序无法正常连接数据库,出现报错:MI_LIB_INTERR: XIX000:-7560:Can not find message 但是在内部用dbaccess还有java的程序都能正常连接数据库,用外部工具也无法正常连接数据库。并确定不是代码问题。 望各位高手不吝指教!!! [ 本帖最后由 tyk601 于 2006-11-3 07:49 编辑 ]

by tyk601 - Informix - 2006-11-03 07:48:15 阅读(2058) 回复(2)

我在sco下安装好informix 配置好后进行第一次启动服务: 键入oninit -ivy 后: oninit -ivy Checking group membership to determine server run modesucceeded Reading configuration file '/usr/informix/etc/onconfig.yzt'...succeeded Creating /INFORMIXTMP/.infxdirs ... succeeded Creating infos file "/usr/informix/etc/.infos.hi_yzt" ... "/usr/informix/etc/.co nf.hi_yzt" ... succeeded Writing to infos file ......

by hiccb - Informix - 2004-09-06 14:45:19 阅读(2271) 回复(8)

在修改squid的配置文件后,运行squid总是有出错提示信息:getgrnam failed to find groupid for effective group 'nogroup' 请问这是什么意思

by bobocai - Linux论坛 - 2005-11-09 17:13:18 阅读(1110) 回复(0)

find ./ -mtime +10 -name "db1-bin.*" find ./ -mtime +10 | xargs tar czvf `date +\%Y\%m\%d.tar.gz` 查看man find 由于f i n d具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( N F S ),f i n d命令在该文件系统中同样有效,只你具有相应的权限。 在运行一个非常消耗资源的f i n d命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统...

by rhinux - BSD文档中心 - 2006-09-26 18:36:59 阅读(913) 回复(0)

find . / -name "*" -exec grep Hard {} \; 可以完成的任务是? 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17418/showart_99403.html

by fat_cat - Solaris文档中心 - 2006-04-13 17:02:27 阅读(859) 回复(0)

#find ./ -prune -type f 查找当前目录下的所有常规文件。 可是结果是这样一个文件也找不到,有问题吗???? #find . -prune -type d 查找当前目录下的所有目录 迷惑了,find也搞不定。。。 prune到底是什么意思????

by aigo_H - Solaris - 2004-11-12 19:29:08 阅读(918) 回复(5)