Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle BPEL Process Manager Full Cycle error

592032Mar 18 2008 — edited Feb 24 2010
Hi,

I have a SOA suite installation that has been working fine for some months now. Today, I made a small change to an existing process and tried to redeploy. The deployment fails and I get the following error message and trace files. I get a similar message when I try to deploy a trivial new process, so it's not the process itself. This also occurs whether I try to deploy via JDeveloper or uploading the suitcase from the console.

Otherwise SOA appears to be working correctly. I can still connect to the console, currently deployed processes are still being executed, the connection tests from the client via JDeveloper all pass. Does anybody have any suggestions?

TIA

Dave


Oracle BPEL Process Manager Full Cycle
An unexpected error has occurred when executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologise you can post the error to the OTN forum and we will get back to you as soon as possible.

Build Information:


*****************************************************************************
Oracle BPEL Server version 10.1.3.3.0
Build: 0
Build time: Fri Jun 15 06:05:31 PDT 2007
Build type: release
Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525


Exception Message:
[org.apache.commons.fileupload.FileUploadException]
Processing of multipart/form-data request failed. C:\DOCUME~1\SRVADM~1.NOD\LOCALS~1\Temp\3\upload_00000002.tmp (The system cannot find the path specified)

Exception Trace:

org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. C:\DOCUME~1\SRVADM~1.NOD\LOCALS~1\Temp\3\upload_00000002.tmp (The system cannot find the path specified)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:429)
at deployProcess.jspService(_deployProcess.java:109)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2010
Added on Mar 18 2008
8 comments
3,954 views