易截截图软件、单文件、免安装、纯绿色、仅160KB

在linux上部署带JMS receiver的BWSE程序时报错

java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.tibco.matrix.container.bwse.BwseEngine.start(BwseEngine.java:116)
        at com.tibco.matrix.container.bwse.BwseServiceComponentInstance.start(BwseServiceComponentInstance.java:331)
        at com.tibco.matrix.cdk.CompositeBundleService.Ã00000(CompositeBundleService.java:1276)
        at com.tibco.matrix.cdk.CompositeBundleService.startCompositeBundle(CompositeBundleService.java:1235)
        at com.tibco.matrix.amxframework.cdk.CDK.startServiceUnit(CDK.java:218)
        at com.tibco.matrix.amxframework.management.CDKAdaptor.startServiceUnit(CDKAdaptor.java:62)
        at com.tibco.matrix.amxframework.management.ServiceUnit.start(ServiceUnit.java:101)
        at com.tibco.matrix.amxframework.management.ServiceUnit.start(ServiceUnit.java:88)
        at com.tibco.matrix.amxframework.activator.AMXFrameworkActivator.return(AMXFrameworkActivator.java:153)
        at com.tibco.matrix.amxframework.activator.AMXFrameworkActivator.Ã00000(AMXFrameworkActivator.java:126)
        at com.tibco.matrix.amxframework.activator.AMXFrameworkActivator.Ã00000(AMXFrameworkActivator.java:83)
        at com.tibco.matrix.amxframework.activator.AMXFrameworkActivator.start(AMXFrameworkActivator


相关文档:

Linux的tail命令

tail命令用途
从指定点开始将文件写到标准输出。使用tail命令的-f选项可以方便的查阅正在改变的日志文件,tail -f
filename会把filename里最尾部的内容显示在屏幕上,并且不但刷新,使你看到最新的文件内容。
语法
标准语法
tail [ -f ] [ -c Number | -n Number | -m Number | -b
Number | -k Number ] [ File ] ......

[基础]常用linux命令 备查

=================文件操作==================
不使用find直接使用通配符对文件操作:
cp ./*/*attch* /testout_attch/
 
文件内容显示
head/tail:
  ## (1) displays the first 6 lines of a file
  head -6 readme.txt
  ## (2) displays the last 25 lines of a file
  tail -25 mail.txt
  # ......

linux ioctl函数及其驱动和应用程序注意事项

关于IOCTL驱动的编写方法LDD这本书确实写的比较明白了,在这呢我就简单的做一个介绍。这里我主要描述自己编写IOCTL驱动时所遇到的问题及其原因。
    驱动里的ioctl函数主要实现不用read,write函数的与用户空间的简单数据交互及无参数的命令控制。那么我们如何实现这几种功能的IOCTL函数呢?ioctl驱动中以S ......

Linux下基于端口的服务检查脚本

#!/bin/bash
#program:Usingtostudythe[if...then...fi]program
#dsk2007/10/83:00
#content:Iwillusingthisprogramtoshowyousevices
#1.printtheprogram''sworkinyourscreen
echo "Now,the service of your Linux system will be detect!"
echo "The www,ftp,ssh,and sendmail pop3 will be detect!"
echo ""
#2.w ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号