• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Web Services not deploying on JBoss

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application and it deploys fine on WebSphere and WebLogic. However, where I try deploying it on JBoss I get the below error. I missing something is specifically related to JBoss, but I am not seeing it.




Thanks for reading my post.

Russ
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
post the contents of the files you have in META-INF and WEB-INF ...
 
Wiley Snyder
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
6:58:34,890 INFO [TomcatDeployer] deploy, ctxPath=/<Product>WebService, warUrl=file:/C:/jboss4/server/default/tmp/deploy/tmp34081<Product>-8.11.0.0310.ear-contents/<Product>WS.war/

what IDE are you using for this, Eclipse ?

your context path is wrong from looking at the error ...
 
Russell Ray
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you........I am so new to JBoss any help would be greatly apppreciated.

I am using WSAD 5.1.1. We are using WSAD's Axis tool to generate the rpc_mapping file and the WSDL from the Web Service Bean, but we are building the WebLogic portion using Ant. We are taking the ear file over to the "deploy" directory where JBOSS is attempting to deploy the Web Service portion of the application within the ear file. Everything seems to be working okay up to the point of deploy the WebService war file.

My memory might we a little bad, but I think we have nothing in the META-INF directory other than the manifest file. All the files are located in the WEB-INF directory. These files include: webservices.xml, rpc_mapping.xml. Under this directory is the wsdl directory where the wsdl.xml resides. I am not sure where the jboss file is located. We definately have a jboss.xml file in the ejb project, but I do not think we have a jboss.xml in the web service project, but I will go searching for it.

My thinking is the JBoss.xml file may not have the session bean for the web service in it. This might be my problem.
 
Russell Ray
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have edited the context path by replace the product name with "<Product>" designation.
 
Russell Ray
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've doubled checked the project does not have the jboss.xml in it. I assume this file is required for the web service project.
 
If you're gonna buy things, buy this thing and I get a fat kickback:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic