cancel
Showing results for 
Search instead for 
Did you mean: 

KM: Error uploading big file size

Former Member
0 Kudos

Hallo experts.

I am trying to upload from KM of 192MB size.

Our system is ABAP+Java

http J2EE port number is 50000

http ABAP port number is 8000

When I use the URL http://xyz.abc.com:50000/irj. I am able to upload it.

When I use the url http://xyz.abc.com:8000/irj. I am not able to upload it and I obtain "Unable to see the page"

In the ICM log I have the entry :

["Thr 3584] *** ERROR => HttpJ2EEHandler: HttpJ2EESendBody(rc=-1) [http_j2ee.c 953]"

If I try to upload a small file (50MB) I have no problem with http://xyz.abc.com:8000/irj/.

What could I check ?

Thanks for your help.

Mario Bisonti

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can only access irj using the http://host:5<system ##>00/irj

Abap http port is for abap and nothing to do with portal/j2ee. So as long as you are able to successfully upload the files using IRJ, there is no problem. Hope this is helpful.