By: Alex Talavera - webstock_2000
Please Help Error printing
2003-02-27 12:48
I'm runing the PrintServiceApp demo application and I keep getting this error everytime it tries to print the report.
I get the same error if i try this
JasperPrintManager.printReport(jasperPrint, false);
Any ideas.
Thank You.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D081DCD
Function=Java_sun_awt_windows_WPrinterJob_setNativePrintService+0x190
Library=C:\j2sdk1.4.0_01\jre\bin\awt.dll
Current Java thread:
at sun.awt.windows.WPrinterJob.setNativePrintService(Native Method)
at sun.awt.windows.WPrinterJob.setPrintService(WPrinterJob.java:384)
at dori.jasper.engine.export.JRPrintServiceExporter.exportReport(JRPrintServiceExporter.java:200)
at PrintServiceApp.main(PrintServiceApp.java:152)
Dynamic libraries:
0x00400000 - 0x00406000 C:\j2sdk1.4.0_01\jre\bin\java.exe
0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll
0x77DB0000 - 0x77E0B000 C:\WINNT\system32\ADVAPI32.dll
0x77E80000 - 0x77F31000 C:\WINNT\system32\KERNEL32.dll
0x77D40000 - 0x77DAD000 C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D445000 C:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
0x77E10000 - 0x77E6F000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F79000 C:\WINNT\system32\GDI32.dll
0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll
0x6BD00000 - 0x6BD0D000 C:\WINNT\System32\SYNCOR11.DLL
0x6D1D0000 - 0x6D1D7000 C:\j2sdk1.4.0_01\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\j2sdk1.4.0_01\jre\bin\verify.dll
0x6D210000 - 0x6D228000 C:\j2sdk1.4.0_01\jre\bin\java.dll
0x6D320000 - 0x6D32D000 C:\j2sdk1.4.0_01\jre\bin\zip.dll
0x6D000000 - 0x6D0F6000 C:\j2sdk1.4.0_01\jre\bin\awt.dll
0x77800000 - 0x7781E000 C:\WINNT\System32\WINSPOOL.DRV
0x75090000 - 0x750A0000 C:\WINNT\system32\MPR.dll
0x75E60000 - 0x75E7A000 C:\WINNT\System32\IMM32.dll
0x77A50000 - 0x77B3A000 C:\WINNT\system32\ole32.dll
0x6D180000 - 0x6D1D0000 C:\j2sdk1.4.0_01\jre\bin\fontmanager.dll
0x76B30000 - 0x76B6E000 C:\WINNT\system32\COMDLG32.DLL
0x70BD0000 - 0x70C34000 C:\WINNT\system32\SHLWAPI.DLL
0x71780000 - 0x7180A000 C:\WINNT\system32\COMCTL32.DLL
0x782F0000 - 0x7852F000 C:\WINNT\system32\SHELL32.DLL
0x10040000 - 0x10047000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0420.DLL
0x0B2D0000 - 0x0B343000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0426.dll
0x780A0000 - 0x780B2000 C:\WINNT\System32\MSVCIRT.dll
0x0B350000 - 0x0B459000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0423.DLL
0x10020000 - 0x1003C000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0421.DLL
0x73280000 - 0x732B7000 C:\WINNT\System32\COMPSTUI.dll
0x6B2C0000 - 0x6B2C5000 C:\WINNT\System32\MSIMG32.dll
0x77820000 - 0x77827000 C:\WINNT\system32\VERSION.dll
0x759B0000 - 0x759B6000 C:\WINNT\system32\LZ32.DLL
0x0B460000 - 0x0B481000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\hpltuint.dll
0x76020000 - 0x76053000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL
0x76EF0000 - 0x76F1B000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL
0x0B9B0000 - 0x0B9F5000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\hpltui.dll
0x76060000 - 0x76107000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\pcl5eres.dll
0x75F80000 - 0x76019000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\unires.dll
0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL
Local Time = Thu Feb 27 15:34:49 2003
Elapsed Time = 17
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid1928.log.
# Please refer to the file for further information.
#
>
Please Help Error printing
2003-02-27 12:48
I'm runing the PrintServiceApp demo application and I keep getting this error everytime it tries to print the report.
I get the same error if i try this
JasperPrintManager.printReport(jasperPrint, false);
Any ideas.
Thank You.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D081DCD
Function=Java_sun_awt_windows_WPrinterJob_setNativePrintService+0x190
Library=C:\j2sdk1.4.0_01\jre\bin\awt.dll
Current Java thread:
at sun.awt.windows.WPrinterJob.setNativePrintService(Native Method)
at sun.awt.windows.WPrinterJob.setPrintService(WPrinterJob.java:384)
at dori.jasper.engine.export.JRPrintServiceExporter.exportReport(JRPrintServiceExporter.java:200)
at PrintServiceApp.main(PrintServiceApp.java:152)
Dynamic libraries:
0x00400000 - 0x00406000 C:\j2sdk1.4.0_01\jre\bin\java.exe
0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll
0x77DB0000 - 0x77E0B000 C:\WINNT\system32\ADVAPI32.dll
0x77E80000 - 0x77F31000 C:\WINNT\system32\KERNEL32.dll
0x77D40000 - 0x77DAD000 C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D445000 C:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
0x77E10000 - 0x77E6F000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F79000 C:\WINNT\system32\GDI32.dll
0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll
0x6BD00000 - 0x6BD0D000 C:\WINNT\System32\SYNCOR11.DLL
0x6D1D0000 - 0x6D1D7000 C:\j2sdk1.4.0_01\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\j2sdk1.4.0_01\jre\bin\verify.dll
0x6D210000 - 0x6D228000 C:\j2sdk1.4.0_01\jre\bin\java.dll
0x6D320000 - 0x6D32D000 C:\j2sdk1.4.0_01\jre\bin\zip.dll
0x6D000000 - 0x6D0F6000 C:\j2sdk1.4.0_01\jre\bin\awt.dll
0x77800000 - 0x7781E000 C:\WINNT\System32\WINSPOOL.DRV
0x75090000 - 0x750A0000 C:\WINNT\system32\MPR.dll
0x75E60000 - 0x75E7A000 C:\WINNT\System32\IMM32.dll
0x77A50000 - 0x77B3A000 C:\WINNT\system32\ole32.dll
0x6D180000 - 0x6D1D0000 C:\j2sdk1.4.0_01\jre\bin\fontmanager.dll
0x76B30000 - 0x76B6E000 C:\WINNT\system32\COMDLG32.DLL
0x70BD0000 - 0x70C34000 C:\WINNT\system32\SHLWAPI.DLL
0x71780000 - 0x7180A000 C:\WINNT\system32\COMCTL32.DLL
0x782F0000 - 0x7852F000 C:\WINNT\system32\SHELL32.DLL
0x10040000 - 0x10047000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0420.DLL
0x0B2D0000 - 0x0B343000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0426.dll
0x780A0000 - 0x780B2000 C:\WINNT\System32\MSVCIRT.dll
0x0B350000 - 0x0B459000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0423.DLL
0x10020000 - 0x1003C000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\HPBF0421.DLL
0x73280000 - 0x732B7000 C:\WINNT\System32\COMPSTUI.dll
0x6B2C0000 - 0x6B2C5000 C:\WINNT\System32\MSIMG32.dll
0x77820000 - 0x77827000 C:\WINNT\system32\VERSION.dll
0x759B0000 - 0x759B6000 C:\WINNT\system32\LZ32.DLL
0x0B460000 - 0x0B481000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\hpltuint.dll
0x76020000 - 0x76053000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL
0x76EF0000 - 0x76F1B000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL
0x0B9B0000 - 0x0B9F5000 C:\WINNT\System32\spool\DRIVERS\W32X86\2\hpltui.dll
0x76060000 - 0x76107000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\pcl5eres.dll
0x75F80000 - 0x76019000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\unires.dll
0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL
Local Time = Thu Feb 27 15:34:49 2003
Elapsed Time = 17
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid1928.log.
# Please refer to the file for further information.
#
>
0 Answers:
No answers yet