cancel
Showing results for 
Search instead for 
Did you mean: 

Exception during upload PAR file

Former Member
0 Kudos

Hi,

When i am trying to upload par files it fails with following exception. (see below)

Even worse, this exception is repeated many many times per seconds in the log file and it generates a disk full space.

Any idea ?

Thanks, Franck

#1.5#00306E03D9D10058000C802000000467000407BB05CF52E8#1134399745354#System.err#sap.com/irj#System.err#Guest#0####e9c9ddd06b1f11da9b4100306e03d9d1#SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Plain###com.sap.engine.services.httpserver.exceptions.HttpIOException: The connection is closed.

at com.sap.engine.services.httpserver.server.io.HttpInputStream.read(HttpInputStream.java:147)

at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)

at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)

at java.io.BufferedInputStream.read(BufferedInputStream.java:277)

at com.sapportals.portal.prt.util.http.MultiPartParser$PartInputStream.read(MultiPartParser.java:132)

at java.io.InputStream.read(InputStream.java:89)

at com.sapportals.portal.prt.util.http.FilePart.<init>(FilePart.java:38)

at com.sapportals.portal.prt.util.http.MultiPartParser.parseParts(MultiPartParser.java:534)

at com.sapportals.portal.prt.util.http.MultiPartParser.getFileParts(MultiPartParser.java:477)

at com.sap.ip.portal.prt.service.facilities.UploadHandler.getFilePart(UploadHandler.java:106)

at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doUpload(ArchiveUploader.java:60)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Franck, did You manage to find a solution for this situation?

We are facing the same problem that You described, and I would really appreciate your help.

Thanks in advance..

Juan M.

Former Member
0 Kudos

Hi,

We are facing the same problem that you described, and I would really appreciate your help.

Thanks

Krishan

detlev_beutner
Active Contributor
0 Kudos

Hi Franck,

the technical reason is that the upload stream gets closed for some reason, but some method ignores this exception and obviously tries again and again to read further data, each time causing a new HttpIOException.

The question is why the upload streams gets cut. If you didn't close the browser while uploading a possibility would be some firewall, proxy or something similar which doesn't let the whole stream pass. Is this possible?!

Hope it helps

Detlev

Former Member
0 Kudos

Indeed, Detlev,

to deploy our PAR file, we have to cross our customer firewall.

Maybe the problem come from it. we will investigate on this side.

Thank you,

Franck