0 Replies Latest reply on Jul 31, 2007 3:41 AM by ambika

    org.jboss.deployment.DeploymentException: no protocol:

    ambika

      Hi,
      I am tesing the jboss 4.2.0.GA application platform. While doing specj2004 testing, i am getting following error.

      12:33:45,953 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss-eap-4.2/jboss-as/server/specj2004/conf/jboss-service.xml
      org.jboss.deployment.DeploymentException: no protocol: org/jboss/remoting/transport/Connector.xml; - nested throwable: (java.net.MalformedURLException: no protocol: org/jboss/remoting/transport/Connector.xml)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
      at org.jboss.system.ServiceController.install(ServiceController.java:226)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      In many of the posts in this forum, they asked to remove the xmbean-dd="org/jboss/remoting/transport/Connector.xml" from jboss-service.xml, but after removing it, we are getting following error.
      2007-07-31 12:37:59,621 INFO [org.jboss.web.WebService] Using RMI server codebase: http://127.0.0.1:8083/
      2007-07-31 12:37:59,963 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=Naming
      java.lang.NullPointerException
      at org.jnp.server.Main.getNamingInstance(Main.java:301)
      at org.jnp.server.Main.initJnpInvoker(Main.java:354)
      at org.jnp.server.Main.start(Main.java:316)
      at org.jboss.naming.NamingService.startService(NamingService.java:284)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:417)
      at org.jboss.system.ServiceController.start(ServiceController.java:435)
      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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)

      ====
      Caused by: java.net.SocketTimeoutException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive0(Native Method)
      at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
      at java.net.DatagramSocket.receive(DatagramSocket.java:729)
      at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1289)


      What is the actual problem, i dont knw exact implementation of the specj2004 apps server. Please can any one help me regarding this?

      Regards,
      Ambika