For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 19 years, 7 months ago by
premanand.
-
AuthorPosts
-
premanandMemberHi 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 JbossFebruary 24, 2006 at 6:44 am #247291
Riyad KallaMemberIf 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.
February 25, 2006 at 3:16 am #247352
premanandMemberhi,
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.February 25, 2006 at 11:13 am #247363
GregMemberDid 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?downloadUnzip 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.
February 26, 2006 at 11:22 am #247374
premanandMemberhi 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.
-
AuthorPosts