facebook

EJB 3.0 deployment on JBOSS Server

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313928 Reply

    HarishVembu
    Member

    Dear All,

    I am having a deployment problem for Entity Bean (EJB 3.0 ) on JBOSS Server.

    This is the sample taken from http://www.laliluna.de/articles/ejb-3-tutorial-jboss.html

    Somehow the JMX connector seems to not work on port 1090 on JBOSS

    Error

    1:21:54,892 ERROR [JMXConnector] couldn’t bind legacy adaptor (jmx/invoker/RMIAdaptor or jmx/rmi/RMIAdaptor): javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]

    When I comment out the JNDI properties file for java.naming.provider.url=localhost:1099 it seems to get deployed but I get socket time out when calling the EJB through Java app client.

    Exception on client call

    javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]

    On JBoss admin console the application seems to be not deployed.

    Would changing RMI port on jboss-service.xml help? but there is no value there? . I tried few things but did not help.

    Please assist me with this deployment at the earliest. This would be much appreciated.

    I am using latest myeclipse , JBOSS 6.0 and mySQL.

    Thanks & Best Regards

    Harish

    #313929 Reply

    HarishVembu
    Member

    Awaiting a good solution

    Thanks & Best Regards

    Harish

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: EJB 3.0 deployment on JBOSS Server

You must be logged in to post in the forum log in