Problem with process configuration

Hi,

I spent almost one day trying to solve this problem.
When I’m displaying details of one of my processes in MWS->Administration->Business->Business Processes in “BPM and BAM” or “BPM only” mode I’m getting “An unknown exception occuered” error. In “BAM only” mode the exception occures just after I try to save process details.

When I tried to configure this process and save data, I can only enabled/disabled the process if I try to turn on analysis it is not saved. After pressing ‘save’ the webpage reloads and shows process details, not go back to process list.

I go through all the logs (IS, MWS, optimize) byt only in MWS logs there is some information about the error.

I tried also deleting all the data from MWS temp directory and restarting MWS and IS but it does not help.

The problem is connected only with one process, I do not have such problems with other processes.

Below is log entry from MWS server.

Hope anyone could help me:)

Best regards,
Marek

com.webmethods.portal.PortalException
	at com.webmethods.bpo.portlet.wm_bam_process_config_details.Bam_process_config_details.saveProcessModelToWS(Bam_process_config_details.java:1487)
	at com.webmethods.bpo.portlet.wm_bam_process_config_details.Bam_process_config_details.submitMethod(Bam_process_config_details.java:1381)
	at sun.reflect.GeneratedMethodAccessor401.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.webmethods.portal.mech.portlet.impl.PortletMechanics.executePortletMethod(PortletMechanics.java:117)
	at com.webmethods.portal.bizPolicy.command.portlet.ExecutePortletMethod.executePortletMethod(ExecutePortletMethod.java:53)
	at com.webmethods.portal.framework.portlet.LegacyPortletContainer.process(LegacyPortletContainer.java:229)
	at com.webmethods.portal.framework.portlet.LegacyPortletContainer.processPortletAction(LegacyPortletContainer.java:110)
	at com.webmethods.portal.framework.portlet.beans.rest.RestfulPCAHandler.handle(RestfulPCAHandler.java:182)
	at com.webmethods.portal.framework.dispatch.DispatchManager.handle(DispatchManager.java:438)
	at com.webmethods.portal.framework.dispatch.DispatchManager.handleDispatch(DispatchManager.java:371)
	at com.webmethods.portal.framework.impl.PortalServlet.service(PortalServlet.java:242)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
	at com.webmethods.portal.framework.impl.NTLMFilter.doFilter(NTLMFilter.java:50)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
	at com.webmethods.caf.faces.servlet.GZIPFilter.doFilter(GZIPFilter.java:32)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
	at com.webmethods.caf.faces.servlet.XSSFilter.doFilter(XSSFilter.java:22)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
	at com.webmethods.portal.webApplication.WmWebAppContext.handle(WmWebAppContext.java:159)
	at org.mortbay.http.HttpServer.service(HttpServer.java:909)
	at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)