Hi all,
I'm trying to deploy a BPM project and its attached UI project. I deploy my application directly from Jdeveloper (Deploy to Application Server).
The deploy of the BPM project ends successfully but the deploy of the related UI project (which implements the Human Tasks used by the process) fails with the following errors:
[06:32:31 PM] weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload "C:\Oracle\Middleware12C\jdev12cworkareabpm\mywork\MarazziBPMSchedaProdotto\deploy\MarazziBPMSchedaProdotto.ear" to "t3://srvbpmsoa01.sass.marazzi.it:7001"
[06:32:31 PM] Deployment cancelled.
[06:32:32 PM] Taskflow deployment failed to deploy to server. Remote deployment failed
[06:32:32 PM] Deployment cancelled.
[06:32:32 PM] ---- Deployment incomplete ----.
[06:32:32 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
Looking at the Admin Server Log i found these errors:
####<Jun 20, 2016 6:32:20 PM CEST> <Warning> <DeploymentService> <srvbpmsoa01.sass.marazzi.it> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <ccc0168d-a247-4484-88e6-c773acb99974-0000316b> <1466440340511> <BEA-290070> <Deployment service servlet encountered an exception while parsing the multipart/form-data request:"
POST,
wl_request_type:app_upload,
wl_upload_application_name: MarazziBPMSchedaProdotto,
Content-Type: multipart/form-data; boundary=---------------------------7d01b33320494,
". Exception is: "Connection reset by peer".>
####<Jun 20, 2016 6:32:20 PM CEST> <Warning> <DeploymentService> <srvbpmsoa01.sass.marazzi.it> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <ccc0168d-a247-4484-88e6-c773acb99974-0000316b> <1466440340512> <BEA-290071> <Deployment service servlet failed when parsing the request or uploading the file.>
####<Jun 20, 2016 6:35:37 PM CEST> <Info> <Health> <srvbpmsoa01.sass.marazzi.it> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ccc0168d-a247-4484-88e6-c773acb99974-0000000a> <1466440537855> <BEA-310002> <21% of the total memory in the server is free.>
Googling about this error I found this post Weblogic: Remote deploy using SSL connection
The error looks the same of mine. It seems that the problem is in uploading the EAR file of my application to the server before deploying it.
That post says the solution is to set the system property -Dweblogic.deploy.UploadLargeFile=true while starting the WLST client. Could someone explain me what does it mean? Where do I have to set that property? Somewhere in Jdeveloper, in the JDK used by Jdeveloper, or in the Weblogic Server which I'm deploying to?
Thanks
Claudio