DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22264>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22264

Resource Bundle problem

           Summary: Resource Bundle problem
           Product: Axis
           Version: 1.0
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello,
I am trying to access a WEB SERVICE which is written in .NET. I ahve created 
the client stubs and proxies. I am accessing the service from a servlet, but 
when i run the application, following error occurs. I tried reverting to axis 
1.1 beta, but still the same problem. Please let me know if there is any other 
way. Thanks.

Error Trace.


AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.util.MissingResourceException: Can't find resource for 
bundle org.apache.axis.i18n.ProjectResourceBundle, key axisUserAgent
 faultActor: null
 faultNode: null
 faultDetail: 
        stackTrace: java.util.MissingResourceException: Can't find resource for 
bundle org.apache.axis.i18n.ProjectResourceBundle, key axisUserAgent
        at java.util.ResourceBundle.getObject(ResourceBundle.java:370)
        at java.util.ResourceBundle.getString(ResourceBundle.java:342)
        at org.apache.axis.i18n.MessageBundle.getMessage(MessageBundle.java:232)
        at org.apache.axis.i18n.MessageBundle.getMessage(MessageBundle.java:124)
        at org.apache.axis.utils.Messages.getMessage(Messages.java:111)
        at org.apache.axis.transport.http.HTTPSender.writeToSocket
(HTTPSender.java:346)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:122)
        at org.apache.axis.strategies.InvocationStrategy.visit
(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2376)
        at org.apache.axis.client.Call.invoke(Call.java:2365)
        at org.apache.axis.client.Call.invoke(Call.java:2062)
        at org.apache.axis.client.Call.invoke(Call.java:1986)
        at org.apache.axis.client.Call.invoke(Call.java:1509)
        at org.tempuri.AXSExchangeSvcSoapStub.login
(AXSExchangeSvcSoapStub.java:284)
        at com.countrywide.coolproto.beans.loginBean.login(loginBean.java:51)
        at com.countrywide.coolproto.servlets.ProcessLogin.processRequest
(ProcessLogin.java:38)
        at com.countrywide.coolproto.servlets.ProcessLogin.doPost
(ProcessLogin.java:19)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.ibm.servlet.engine.webapp.StrictServletInstance.doService
(ServletManager.java:827)
        at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service
(StrictLifecycleServlet.java:167)
        at com.ibm.servlet.engine.webapp.IdleServletState.service
(StrictLifecycleServlet.java:297)
        at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service
(StrictLifecycleServlet.java:110)
        at com.ibm.servlet.engine.webapp.ServletInstance.service
(ServletManager.java:472)
        at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch
(ServletManager.java:1012)
        at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch
(ServletManager.java:913)
        at 
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch
(WebAppRequestDispatcher.java:523)
        at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch
(WebAppRequestDispatcher.java:282)
        at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward
(WebAppRequestDispatcher.java:112)
        at com.ibm.servlet.engine.srt.WebAppInvoker.doForward
(WebAppInvoker.java:91)
        at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook
(WebAppInvoker.java:184)
        at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation
(CachedInvocation.java:67)
        at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI
(ServletRequestProcessor.java:122)
        at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service
(OSEListener.java:315)
        at com.ibm.servlet.engine.http11.HttpConnection.handleRequest
(HttpConnection.java:60)
        at com.ibm.ws.http.HttpConnection.readAndHandleRequest
(HttpConnection.java:323)
        at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
        at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)

Reply via email to