Etts

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-20
18:50
1438 views
HTTP Status 500
Hello all
Running Iprint on OES11 sp2 and was wondering if anyone else had problems uploading certain drivers to the driverstore? here is the error
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Filter execution threw an exception
root cause
java.lang.OutOfMemoryError: Java heap space
java.util.Arrays.copyOfRange(Arrays.java:4138)
java.util.Arrays.copyOf(Arrays.java:3870)
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:158)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.getRequestContent(AntiCsrfServletFilter.java:360)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.doFilter(AntiCsrfServletFilter.java:232)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
Running Iprint on OES11 sp2 and was wondering if anyone else had problems uploading certain drivers to the driverstore? here is the error
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Filter execution threw an exception
root cause
java.lang.OutOfMemoryError: Java heap space
java.util.Arrays.copyOfRange(Arrays.java:4138)
java.util.Arrays.copyOf(Arrays.java:3870)
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:158)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.getRequestContent(AntiCsrfServletFilter.java:360)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.doFilter(AntiCsrfServletFilter.java:232)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
4 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-21
06:44
Etts;2340059 wrote:
Hello all
Running Iprint on OES11 sp2 and was wondering if anyone else had problems uploading certain drivers to the driverstore? here is the error
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Filter execution threw an exception
root cause
java.lang.OutOfMemoryError: Java heap space
java.util.Arrays.copyOfRange(Arrays.java:4138)
java.util.Arrays.copyOf(Arrays.java:3870)
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:158)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.getRequestContent(AntiCsrfServletFilter.java:360)
com.novell.emframe.fw.filter.AntiCsrfServletFilter.doFilter(AntiCsrfServletFilter.java:232)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
Can you give an example/link of a driver that fails to upload? I've not seen this issue in years but that is probably because we mainly use the HP UPD driver.
Thomas
Etts

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-21
12:35
lastly we are getting it with the HP_LaserJet_200_color_M251 PCL6 driver... But we are also having issues with the P1606 driver as well.
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-21
12:43
On 11/20/2014 07:56 PM, Etts wrote:
> root cause
> java.lang.OutOfMemoryError: Java heap space
tomcat not having enough memory to handle fat drivers.
Possible Workaround. From windows machine same architecture as the
driver been uploading:
iprntcmd.exe -U <IPADDRESS> <admin> <Password> <Path to drivers .inf file>
Example:
iprntcmd.exe -U 192.168.2.7 admin novell
c:\SomeFolder\iPF8100-Drv-Win64-416\driver\6WJF06M.inf
> root cause
> java.lang.OutOfMemoryError: Java heap space
tomcat not having enough memory to handle fat drivers.
Possible Workaround. From windows machine same architecture as the
driver been uploading:
iprntcmd.exe -U <IPADDRESS> <admin> <Password> <Path to drivers .inf file>
Example:
iprntcmd.exe -U 192.168.2.7 admin novell
c:\SomeFolder\iPF8100-Drv-Win64-416\driver\6WJF06M.inf
Etts

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-21
13:20
thank you that seemed to work very well!