0 Replies Latest reply on Jun 2, 2005 7:32 AM by mohan_sm

    why still using localhost:1099

    mohan_sm

      I have configured a JBoss instance to listen on webport 8180 and jnp port 1199. when i start the server the webservices and jnp services are starting, but i am getting an exception saying that


      16:22:18,080 WARN [NamingService] Context.PROVIDER_URL in server jndi.properties, url=localhost:1099
      16:22:18,102 INFO [NamingService] Listening on port 1199
      16:22:18,134 INFO [NamingService] Started jboss:service=Naming
      16:22:18,136 INFO [JNDIView] Started jboss:service=JNDIView
      16:22:18,146 INFO [SecurityConfig] Started jboss.security:service=SecurityConfig
      16:22:18,319 INFO [XMLLoginConfig] Started jboss.security:service=XMLLoginConfig
      16:22:18,360 INFO [JaasSecurityManagerService] Started jboss.security:service=JaasSecurityManager
      16:22:18,526 INFO [TransactionManagerService] Started jboss:service=TransactionManager
      16:22:18,623 WARN [NamingContext] Failed to connect to localhost:1099
      javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:215)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1181)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:514)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at org.jboss.invocation.jrmp.server.JRMPInvoker.rebind(JRMPInvoker.java:415)
      at org.jboss.invocation.jrmp.server.JRMPInvoker.startService(JRMPInvoker.java:308)
      at org.jboss.invocation.jrmp.server.JRMPInvoker$1.startService(JRMPInvoker.java:108)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)


      why it is still looking for localhost:1099 ? is there any other configuration required ?

      I have configured this using ServiceBinding manger.

      Help me.

      Rgds,
      S. Mohan