Welcome to my blog...

Hello

I created this blog to share my minimal knowledge with others on the issues I came across, the POC's I did, Installations & Configurations I did on Oracle Fusion Middleware, OBIEE and Oracle Primavera Applications.

LinkedIn: https://in.linkedin.com/pub/vinoth-kumar-subramani/18/260/7b9

Technical Issues and Solutions

Thursday, January 12, 2017

BPM workspace is too slow and getting exception as :/bpm/workspace path:/bpm/workspace spec-version:2.5]] Servlet failed with Exception

BPM workspace is too slow and getting the below exception in the logs.

[ServletContext@1474070115[app:OracleBPMWorkspace module:/bpm/workspace path:/bpm/workspace spec-version:2.5]] Servlet failed with Exception
java.lang.IllegalStateException: Response already committed
  at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1629)



1. Login to the em console
2. Right click on soa-infra
3. Goto Administration ->SystemMBean Browser
4. Goto Application Defined MBeans
5. Find Oracle.as.soainfra.config ->Expand "Server: <your bpm_server name>"
6. Goto SoaInfraConfig -> click on soa-infra
7. Find the Property ServerURL, enter value as http://<hostname>:<bpm_portnumber>
8. Click on Apply

Some blogs, may say just to enter  http://<hostname>. The workspace URL will load, but you were not able to login with your admin or any other login credentials.

So, update http://<hostname>:<bpm_portnumber>

Application goes to "Remove Initializing" state in Weblogic Admin Console (12.2.1.2)

I am in Weblogic 12.2.1.2. When I undeploy and redeploy an application (updated version / with (or) without modifications), the application goes to "Remove Initializing" state.

It was mentioned as a bug in 12.1.x.

The workaround is as follows.

1. Undeploy the application
2. Restart the server
3. Deploy the application and start the same.