You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/03/22 13:23:58 UTC

[jira] Closed: (AXIS-997) Resource Bundle problem

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Mon, 22 Mar 2004 4:23 AM

Closing bug. Not enough info to recreate the problem and basically WORKSFORME.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-997

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-997
    Summary: Resource Bundle problem
       Type: Bug

     Status: Closed
 Resolution: CANNOT REPRODUCE

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.0

   Assignee: 
   Reporter: Neo

    Created: Sat, 9 Aug 2003 1:02 AM
    Updated: Mon, 22 Mar 2004 4:23 AM
Environment: Operating System: Other
Platform: PC

Description:
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)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira