• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Websphere error when starting up web services

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there

Can anyone please help me with this problem?

I have a wsdl file with multiple <service> elements. I use wsdl2webservice on windows to generate my classes and create my EAR. I then deploy the service on a solaris box using the Websphere admin
console.

When I try to start up websphere, I see the following error:

[6/1/04 17:37:59:582 EDT] 1eee3fb WSServerImpl E WSWS1037E: The JSR 109 JAX-RPC mapping DD file WEB-INF/tcoms_mapping.xml as specified in <webservice-description> ContactService in DD WEB-INF/webservices.xml for module tcoms.war was not found in application tcoms. This WebServiceDescription will be ignored.

Has anyone see this error?

Thanks a ton in advance!
Renuka
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same error ... have you resolved it already... please help me.

Thanks
 
Romi Dave
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fixed it: Check for the xml mapping file. It might have errors. My xml mapping file had some errors and once i fixed it that error was gone... and server do start correctly without any warnings....
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello javalonghorns-

Welcome to JavaRanch.

On your way in you may have missed that JavaRanch has a policy on display names, and yours does not comply with it; specifically, a first name and a last name are required. Please adjust it accordingly, which you can do right here. Thanks for your prompt attention to this matter.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic