WebLogic Portal (WLP) WSRP Portlet Submission Throws com.bea.wsrp.faults.TransportException
(Doc ID 972154.1)
Last updated on JANUARY 22, 2025
Applies to:
Oracle WebLogic Portal - Version 8.1 to 8.1 [Release Weblogic Platform]Information in this document applies to any platform.
Symptoms
While using WebLogic Portal (WLP) WSRP portlets with form submission the following exception is thrown:
com.bea.wsrp.faults.TransportException: charsetName
at com.bea.wsrp.proxy.ProxyBase.getFaultInstance(ProxyBase.java:615)
at com.bea.wsrp.proxy.ProxyBase.raiseFault(ProxyBase.java:632)
at com.bea.wsrp.proxy.ProxyBase.invoke(ProxyBase.java:439)
The TransportException is caused by the following NullPointerException. You will observe the NullPointerException by turning on debug for the URLEncoder class.
java.lang.NullPointerException: charsetName at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:81)
at java.net.URLEncoder.encode(URLEncoder.java:188)
at com.bea.wsrp.producer.adapter.struts.AbstractStrutsPortletAdapter.performInteraction(AbstractStrutsPortletAdapter.java:380)
at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doPerformBlockingInteraction(MarkupServiceHandler.java:720)
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |