You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Wso2 API manager 4.2.0 on one of my development server. Post installation, I am able to access the carbon management console successfully. But when I am trying to access the API publisher and Devportal URLs, It doesnot work
Below is the error in logs:
TID: [-1234] [authenticationendpoint] [2023-11-17 04:47:09,417] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/authenticationendpoint].[default]} - Servlet.service() for servlet [default] in context with path [/authenticationendpoint] threw exception [An exception occurred processing [plugins/basicauth-extensions.jsp] at line [32]
Stacktrace:] with root cause java.lang.IllegalStateException: Cannot forward after response has been committed at
Steps to Reproduce
Install the Wso2 APi manager 4.2.0, and try to access the Devportal and APi publisher post installation.
Affected Component
APIM
Version
4.2.0
Environment Details (with versions)
OS : RHEL 8 Linux
Relevant Log Output
Below is the error encountered in the logs.
TID: [-1234] [authenticationendpoint] [2023-11-17 04:47:09,417] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/authenticationendpoint].[default]} - Servlet.service() forservlet [default]in context with path [/authenticationendpoint] threw exception [An exception occurred processing [plugins/basicauth-extensions.jsp] at line [32]
29: request.setAttribute("errorMsg", AuthenticationEndpointUtil 30: .i18n(resourceBundle, "something.went.wrong.contact.admin")); 31: IdentityManagementEndpointUtil.addErrorInformation(request, e); 32: request.getRequestDispatcher("error.jsp").forward(request, response); 33: return; 34: } 35: File typingPatternRecorder = new File(getServletContext().getRealPath("plugins/typing-dna.jsp"));
Stacktrace:] with root cause java.lang.IllegalStateException: Cannot forward after response has been committed at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:324) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313) at org.apache.jsp.login_jsp._jspService(login_jsp.java:1547) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:466) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
Description
I have installed Wso2 API manager 4.2.0 on one of my development server. Post installation, I am able to access the carbon management console successfully. But when I am trying to access the API publisher and Devportal URLs, It doesnot work
Below is the error in logs:
TID: [-1234] [authenticationendpoint] [2023-11-17 04:47:09,417] ERROR {org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/authenticationendpoint].[default]} - Servlet.service() for servlet [default] in context with path [/authenticationendpoint] threw exception [An exception occurred processing [plugins/basicauth-extensions.jsp] at line [32]
29: request.setAttribute("errorMsg", AuthenticationEndpointUtil 30: .i18n(resourceBundle, "something.went.wrong.contact.admin")); 31: IdentityManagementEndpointUtil.addErrorInformation(request, e); 32: request.getRequestDispatcher("error.jsp").forward(request, response); 33: return; 34: } 35: File typingPatternRecorder = new File(getServletContext().getRealPath("plugins/typing-dna.jsp"));
Stacktrace:] with root cause java.lang.IllegalStateException: Cannot forward after response has been committed at
Steps to Reproduce
Install the Wso2 APi manager 4.2.0, and try to access the Devportal and APi publisher post installation.
Affected Component
APIM
Version
4.2.0
Environment Details (with versions)
OS : RHEL 8 Linux
Relevant Log Output
Related Issues
https://stackoverflow.com/questions/77499434/wso2-api-publisher-and-devportal-throwing-error-in-version-4-2-0
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: