Internal Error when uploading large print driver through Mobile iManager

  • 3570220
  • 07-May-2007
  • 26-Apr-2012

Environment


Novell iPrint for NetWare Novell NetWare 6.5 Support Pack 5
Novell Mobile iManager 2.6

Situation

"Internal Error - A page has performed an illegal action" when trying to upload a large print driver using Mobile iManager 2.6.

Cause:
iManager is running out of memory.

Resolution

Add the -Xmx128M switch after %JAVA_EXE% within the imanager/bin/iManager.bat. Below is an example of where to insert that switch within the bat file:


:START_IMANAGER
echo Running Novell iManager
start %JAVA_EXE% -Xmx128m -Djava.library.path=%NATIVE_LIB_PATH%;%SWT_LIB_PATH% %DEBUG_PARAMS% %MAIN_CLASS% %1 %2 %3 %4 %5 %6 %7 %8 %9
goto DONE

Additional Information

If prompted for a missing driver file during the print driver upload, browse to the location of the file. The location will be the directory that the driver file was extracted.