cancel
Showing results for 
Search instead for 
Did you mean: 

Error in deploying BOE.war in Weblogic 10.3.6

0 Kudos

Hi:

I´s deploying the war files un Weblogic 10.3.6. In the BOE.war files this error is present.

See you log file. Exception occured while downloading files.  Posted content exceeds mas post size.

The log file content.

<Sep 10,
2013 11:35:15 PM CDT> <Warning> <DeploymentService>
<BEA-290065> <Deployment service servlet encountered an Exception
while handling the deployment datatransfe

r message for
request id "1,378,874,115,293" from server "bo_server_1".
Exception is: "java.net.SocketException: Connection reset

      
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)

<Sep 10,2013 11:35:15 PM CDT> <Warning> <Deployer> <BEA-149004>
<Failures were detected while initiating distribute task for application
'BOE'.>

<Sep 10,2013 11:35:15 PM CDT> <Warning> <Deployer> <BEA-149078>
<Stack trace for message 149004

weblogic.management.DeploymentException:
Exception occured while downloading files a
t weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)

at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)

at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:687)

at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepareDataUpdate(AbstractOperation.java:899)

        
Truncated. see log file for complete stacktrace

Caused By:
java.io.IOException: Posted content exceeds max post size

   at weblogic.deploy.service.datatransferhandlers.MultipartParser.parseResponse(MultipartParser.java:101) 
at weblogic.deploy.service.datatransferhandlers.MultipartParser.<init>(MultipartParser.java:83)

at weblogic.deploy.service.datatransferhandlers.MultipartParser.<init>(MultipartParser.java:46)

at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:88)

at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)

        
Truncated. see log file for complete stacktrace

Any idea, suggestion or tip?

Thanks & regards

Luis Sanchez

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Luis,

Can you try to set the Max Post Size in WebLogic to -1 and if it does not work, set it to a different value like 2GB (2147483648)?

Have you generated the file for WebLogic using wdeploy and the predeploy functionality?

<EDIT>: forgot to mention - I do not have a WebLo console at hand, but when adding BOE, but I know that J2EE servers generally allow for 2 ways to deploy a webapp.

First one is to "upload" the file through a "browse" button.

That would generate the file to be sent through an HTTP call, which in this case generate a POST (error you have)

The second way is to browse directly the server filesystem and select the war/ear files locally. I reckon that would bypass the problem. </EDIT>

Last but not least, if you have a maintenance contract with Oracle, do you have the ability to check with them as well? My first assumption on this issue considering the BOE webapp is a rather large file is that there might be an issue with Web Logic 10.3.6 handling of 1GB+ webapps.

Let us know

Regards

0 Kudos

Thanks Romain.

Now check your recommendations and all are correct, but the error is present.

The Weblogic administrator,  performed manuallydeployand run. 

TheBOE.warfile manuallycopiedtoa directory insideWeblogic.

I'mwaiting togivemethe procedurefollowed and then I provide you.

This case is a Issue for Oracle Weblogic. He raised a case in support portal

Thanks for your comments.

Regards.

Luis

Former Member
0 Kudos

Hey Luis,

We created the following KBA which should contain the necessary guideline to bypass the HTTP post issue:

http://service.sap.com/sap/support/notes/1915635

Regards


Romain