Hi Budi,

some of the exceptions, such as 

[Container factory] java.lang.ClassNotFoundException:
org.jboss.ejb.deployment.SoapContainerInvokerConfiguration

are expected to happen and do not do any harm at the moment (we do not have
a special
meta-data section in the jboss config file ...)

This one 

javax.management.MBeanServer.getMBean(MBeanServer.java:1685)[Container
factory] javax.management.InstanceNotFoundException: zoap:server=HTTP

is however the crucial one since it means that the SOAP/HTTP server that is
responsible for
routing SOAP messages to the beans has not been started. For that purpose,
you need to
add the line that is located in the dist/conf/jboss.conf file into the
conf/jboss.conf of
your application server! 

Best,
CGJ

-----Urspr�ngliche Nachricht-----
Von: Budi Wiyono [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 15. August 2000 07:31
An: jBoss
Betreff: Re: AW: [jBoss-User] ZOAP


Hallo,

I'm trying to deploy test-bean.jar of ZOAP distribution.
But several errors appear...

Any additional step should i do for deploying zoap to jBOSS ?
I am already add all of zoap library to jBOSS installation.

Best Regards,
BDW

Error Mesage bellow:

[Auto deploy] Auto deploy of file:/F:/jBoss2.0_pr3/deploy/test-bean.jar
[Container factory] Deploying:file:/F:/jBoss2.0_pr3/deploy/test-bean.jar
[Container factory] java.lang.ClassNotFoundException:
org.jboss.ejb.deployment.SoapContainerInvokerConfiguration
[Container factory] Deploying TestService
[Container factory] Environment.static initializerEnvironment.static
initializer: encountered error while loading properties
java.lang.NullPointerException maybe config file is lacking.
[Container factory]
SoapContainerInvoker.setContainer(org.jboss.ejb.StatelessSessionContainer@27
b0bf)org.jboss.ejb.plugins.zoap.SoapComponent@44f787(org.jboss.ejb.BeanClass
Loader@44f787)
class org.zoap.xml.Environment.static initializer:  encountered
java.lang.NullPo
interException maybe config file does not exist. Using defaults.
        at
javax.management.MBeanServer.getMBean(MBeanServer.java:1685)[Container
factory] javax.management.InstanceNotFoundException: zoap:server=HTTP
        at javax.management.MBeanServer.invoke(MBeanServer.java:1500)
        at org.jboss.util.MBeanProxy.invoke(MBeanProxy.java:80)
        at
org.jboss.proxy.ProxyCompiler$Runtime.invoke(ProxyCompiler.java:74)
        at org.zoap.soap.SoapServer$Proxy.registerSoapRouter(Unknown Source)
        at
org.jboss.ejb.plugins.zoap.SoapContainerInvoker.start(SoapContainerInvoker.j
ava:269)
        at
org.jboss.ejb.StatelessSessionContainer.start(StatelessSessionContainer.java
:170)
        at org.jboss.ejb.Application.start(Application.java:174)
        at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:496)
        at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:183)
        at java.lang.reflect.Method.invoke(Native Method)
        at javax.management.MBeanServer.invoke(MBeanServer.java:1635)
        at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
        at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:258)
        at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:194)
        at org.jboss.ejb.AutoDeployer.startService(AutoDeployer.java:237)
        at
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:89)
        at java.lang.reflect.Method.invoke(Native Method)
        at javax.management.MBeanServer.invoke(MBeanServer.java:1635)
        at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
        at org.jboss.Main.<init>(Main.java:155)
        at org.jboss.Main.<init>(Main.java:86)
        at org.jboss.Main$1.run(Main.java:76)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:67)

[Auto deploy] Deployment failed:file:/F:/jBoss2.0_pr3/deploy/test-bean.jar
[Auto deploy] javax.management.InstanceNotFoundException: zoap:server=HTTP
[Auto deploy]   at
javax.management.MBeanServer.invoke(MBeanServer.java:1500)
[Auto deploy]   at
javax.management.MBeanServer.getMBean(MBeanServer.java:1685)
[Auto deploy]   at org.jboss.util.MBeanProxy.invoke(MBeanProxy.java:80)
[Auto deploy]   at
org.jboss.proxy.ProxyCompiler$Runtime.invoke(ProxyCompiler.java:74)
[Auto deploy]   at
org.zoap.soap.SoapServer$Proxy.unRegisterSoapRouter(Unknown Source)
[Auto deploy]   at org.jboss.ejb.plugins.zoap.SoapContainerInvo


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to