facebook

[Closed]traderx not deploying properly

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    premanand
    Member

    Hi all,
    I am trying to deploy TraderX in JBOSS,but i am having some errors while i deploy it.

    4:53:42,500 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor
    14:53:42,625 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.0/server/default/deploy/firstEjb.jar/
    14:53:42,750 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.0/server/default/deploy/TraderX.ear/
    14:53:42,953 INFO [EjbModule] Deploying Trader
    14:53:42,984 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor
    14:53:43,062 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.0/server/default/deploy/TraderX.ear/TraderXEJB.jar/
    14:53:43,093 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.0/server/default/deploy/TraderX.ear/
    14:53:43,093 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
    Packages waiting for a deployer:
    org.jboss.deployment.DeploymentInfo@1345ee64 { url=file:/D:/jboss-4.0.0/server/default/deploy/TraderX.ear/TraderXWeb.war/ }
    deployer: null
    status: Starting
    state: START_SUBDEPLOYMENTS
    watch: file:/D:/jboss-4.0.0/server/default/deploy/TraderX.ear/TraderXWeb.war/
    altDD: null
    lastDeployed: 1140706422828
    lastModified: 1140706400562
    mbeans:
    Can someone help me in resolving this.
    And aswell i am not able to get the home page of JBOSS when i type in http://localhost:8080/ while my Jboss is running.I dont know the reason why as i have got tomcat aswell configured in myeclipse to start and stop.While i am able to get the home page of jakarta ,i am not getting the homepage of Jboss

    #247291

    Riyad Kalla
    Member

    If you start JBoss outside of MyEclipse, does the deployment work and can you get the home page? If not, then it might be an install issue and you might try downloaded the most recent stable JBoss 4 release and trying that out of the box instead.

    #247352

    premanand
    Member

    hi,
    thanx for your reply.If my jboss is unstable,will i be able to deploy some of my enterprise bean in it as i was able to succesfully deploy some enterprise bean succefully in it.I am not able to deploy this traderx project provided by myeclipse.I tried to run the jBoss outside the myeclipse but still i am not able to get the home page but in the console it looks like there is nothing wrong with the server starting up.
    could it be possible that its bcos of the tomcat configuration i am not able to access the home page of the jboss while using the localhost:8080 protocol.
    thanx.

    #247363

    Greg
    Member

    Did you download the Jboss that has tomcat bundled? I seem to remember that you could either have a bundled Tomcat or bundle Jetty but that might have been the older version. You will need to be able to start jboss correctly from outside and browse to it with http://localhost:8080 before you will be able to get deployment to work.

    Try downloading the following JBoss.
    http://prdownloads.sourceforge.net/jboss/jboss-4.0.3SP1.zip?download

    Unzip it and try to run it directly from the directory by doubleclicking on run.bat file. After it starts you should be able to browse to http://localhost:8080 and see the jboss start page.

    #247374

    premanand
    Member

    hi thanx.As you thought its the jboss which i have downloaded was giving problem.Now i have downloaded the one from the url link which you have specified and its fine now.Thanx for that.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: [Closed]traderx not deploying properly

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