We are using request.setCharacterEncoding() and response.setContentType() methods to store and retrieve and display mutilingual data.
We had to set this explicitly in previous versions of weblogic as the global charset setting was not reflected acrros.
Now the above coding is causing the below exception.
charset name at java.nio.charset.Charset.lookup(Charset.java:416) at java.nio.charset.Charset.isSupported(Charset.java:448) at weblogic.servlet.internal.ServletRequestImpl.setCharacterEncoding(ServletRequestImpl.java:383) at jsp_servlet._corebank._common._menu.__bottom._jspService(__bottom.java:204) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:526) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348) at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:328) at com.polaris.orbionecore.web.facade.common.Gateway.doPost(Gateway.java:189) at com.polaris.orbionecore.web.facade.common.Gateway.doGet(Gateway.java:72) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java :6985) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183) "
well first of all you must always post a full stacktrace not stripped one....second post your actual code where yoou are setting contenttype and , setcharacterencoding...it could be as simple as the text values u are using in those methods abea could have screwed up in their new implementation in sp5
Bookmarks