Hi , 
i try to use tcpmon from axis package , as i see it's done in some examples. I 
force my client to obtain wsdl from .... : 7070(port) and change ws4ee 
jboss-service.xml webservice port to 7070 too. Then i start tcpmon  and when 
client invokes ejb tier service by jax-rpc folowing is occured at console :

E:\golubec\temp>java org.apache.axis.utils.tcpmon 7070 localhost 8080
java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
        at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:4
5)
        at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45
)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory
.java:41)
        at org.apache.axis.components.logger.LogFactory.(LogFactory.java
:33)
        at org.apache.axis.utils.XMLUtils.(XMLUtils.java:76)
        at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:773)
java.lang.NoClassDefFoundError
        at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:773)
java.lang.NoClassDefFoundError
        at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:773)
java.lang.NoClassDefFoundError
        at org.apache.axis.utils.tcpmon$SocketRR.run(tcpmon.java:773)l

btw invoke is success and client get reply from ejb tier , but at tcpmon i see 
only client request's headers. where is the other data i wonder and what to do 
with exceptions?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874968#3874968

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874968


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to