高手帮忙看看,很急,放几天了

时间:2022-08-20 18:53:08
java项目,本地可以运行,用ant打成jar包之后,放到linux上运行,用jsvc就出了这么一个错

log4j:WARN Continuable parsing error 40 and column 23
log4j:WARN An element with the identifier "debug" must appear in the document.
log4j:ERROR No appender named [debug] could be found.
log4j:WARN No appenders could be found for logger (com.cndw.dao.jade.core.JadeDaoProcessor).
log4j:WARN Please initialize the log4j system properly.
2011-05-26 17:44:22.632 INFO net.spy.memcached.MemcachedConnection:  Added {QA sa=/127.0.0.1:11215, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
2011-05-26 17:44:22.634 INFO net.spy.memcached.MemcachedConnection:  Connection state changed for sun.nio.ch.SelectionKeyImpl@1f410a85
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:597)
        at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177)
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:844
        at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:296)
        at com.cndw.core.socket.SecurityServer.init(SecurityServer.java:46)
        at com.cndw.street.StreetServer.start(StreetServer.java:46)
        ... 5 more
Caused by: java.net.SocketException: Permission denied
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148)
        at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100)
        at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74)
        at org.jboss.netty.channel.Channels.bind(Channels.java:671)
        at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:170)
        at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:342)
        at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:190)
        at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:80)
        at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142)
        at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90)
        at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:275)
        ... 7 more
26/05/2011 17:44:24 18159 jsvc.exec error: Cannot start daemon

6 个解决方案

#1


IP地址有问题 0.0.0.0/0.0.0.0:844

#2


引用 1 楼 slabcde 的回复:
IP地址有问题 0.0.0.0/0.0.0.0:844


第二次顶你

#3


不会啊,配置的ip都是127.0.0.1,不知道为什么成了0.0.0.0

#4


看不出来问题。

#5


引用楼主 zhoujieyaoqu 的回复:
java项目,本地可以运行,用ant打成jar包之后,放到linux上运行,用jsvc就出了这么一个错

log4j:WARN Continuable parsing error 40 and column 23
log4j:WARN An element with the identifier "debug" must appear in the document.
log4j:ERRO……


jboss好像要更改配置文件 强调可以通过局域网访问的 具体我也不太清楚 上次用JBOSS是两年前了..

我回去替你翻书吧 最近买了本恶心透顶翻译透顶的书..

#6


悲剧啊,多谢了,

#1


IP地址有问题 0.0.0.0/0.0.0.0:844

#2


引用 1 楼 slabcde 的回复:
IP地址有问题 0.0.0.0/0.0.0.0:844


第二次顶你

#3


不会啊,配置的ip都是127.0.0.1,不知道为什么成了0.0.0.0

#4


看不出来问题。

#5


引用楼主 zhoujieyaoqu 的回复:
java项目,本地可以运行,用ant打成jar包之后,放到linux上运行,用jsvc就出了这么一个错

log4j:WARN Continuable parsing error 40 and column 23
log4j:WARN An element with the identifier "debug" must appear in the document.
log4j:ERRO……


jboss好像要更改配置文件 强调可以通过局域网访问的 具体我也不太清楚 上次用JBOSS是两年前了..

我回去替你翻书吧 最近买了本恶心透顶翻译透顶的书..

#6


悲剧啊,多谢了,