OnDemand Users Group

Support Forums => ODWEK, Java and REST APIs => Topic started by: jeffs42885 on June 24, 2013, 03:59:25 PM

Title: Error 500: via thin client
Post by: jeffs42885 on June 24, 2013, 03:59:25 PM
When using our OnDemand web client, I am getting the following error when trying to retrieve a large PDF, I believe it is 400MB..

Error500: java.lang.Exception: Insufficient memory is available to perform the operation2083

Happens in 8.5.0.6 front end / back end config, and also 8.4.0.3 front end / 8.5.0.6 back end config.

Any ideas?
Title: Re: Error 500: via thin client
Post by: pankaj.puranik on June 24, 2013, 05:58:23 PM
What's your hardware configuration on the system where you are using web client?
Title: Re: Error 500: via thin client
Post by: jeffs42885 on June 24, 2013, 06:04:41 PM
Ive tried it on my windows xp machine:

XP 32
Core2duo 2.93GHZ
1.93GB Memory
IE8
Acrobat Standard 7

I also tried it on my virtual machine:

Windows 7 Business
Intel Xeon E7-2870 2.40GHZ
4GB Memory
IE8
Adobe Reader X 10.1.1

Both threw the same error message.

Both worked with the thick / fat client.
Title: Re: Error 500: via thin client
Post by: jeffs42885 on June 25, 2013, 06:13:57 PM
Any feedback on this yet ?
Title: Re: Error 500: via thin client
Post by: Ed_Arnold on June 25, 2013, 07:41:12 PM
Just a guess --- is your java current?

Ed
Title: Re: Error 500: via thin client
Post by: Alessandro Perucchi on July 03, 2013, 09:33:24 AM
Hello jeffs42885,

that's maybe a stupid question, but did you check the memory that you allocate to the Java heap?

Maybe it is too low configured (eg: -Xmx256m) and try with something bigger (-Xmx2048m)

Sincerely yours,
Alessandro
Title: Re: Error 500: via thin client
Post by: jeffs42885 on December 24, 2013, 03:54:10 AM
update on this--

We upgraded to 8.5.0.6, increased the heap size, and it fixed the problem