• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D08B2F3

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ,

I encountred the following error , while i'm trying to print a report from my program .Please get back to me if you have a solution for this.

Thanks in advance.
Chakradhar


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D08B2F3
Function=Java_sun_awt_windows_WPrinterJob_setNativePrintService+0x19D
Library=C:\Program Files\Java\j2re1.4.1_03\bin\awt.dll

Current Java thread:
at sun.awt.windows.WPrinterJob.setNativePrintService(Native Method)
at sun.awt.windows.WPrinterJob.setPrintService(Unknown Source)
at de.mgl.logos.billing.client.dialog.emptybillnumber.PrintUtility.generatePrint(PrintUtility.java:187)
at de.mgl.logos.billing.client.dialog.emptybillnumber.controller.EmptyBillNumberController.printBillNumbers(EmptyBillNumberController.java:261)
at de.mgl.logos.billing.client.dialog.emptybillnumber.controller.EmptyBillNumberController.actionPerformed(EmptyBillNumberController.java:328)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at de.mgl.logos.fw.gui.ClassAction.invoke(ClassAction.java:180)
at de.mgl.logos.fw.gui.ClassAction.start(ClassAction.java:202)
at de.mgl.logos.fw.main.ApplicationCreatorImpl.launch(ApplicationCreatorImpljava:365)
at de.mgl.logos.fw.main.ApplicationCreatorImpl.launch(ApplicationCreatorImpljava:350)
at de.mgl.logos.billing.client.dialog.manualbilling.SystemPanel.actionPerformed(SystemPanel.java:185)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Dynamic libraries:
0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.4.1_03\bin\javaw.exe
0x77F50000 - 0x77FF7000 C:\WINNT\System32\ntdll.dll
0x77E60000 - 0x77F46000 C:\WINNT\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 C:\WINNT\system32\ADVAPI32.dll
0x78000000 - 0x78087000 C:\WINNT\system32\RPCRT4.dll
0x77D40000 - 0x77DCC000 C:\WINNT\system32\USER32.dll
0x7E090000 - 0x7E0D1000 C:\WINNT\system32\GDI32.dll
0x77C10000 - 0x77C63000 C:\WINNT\system32\MSVCRT.dll
0x10000000 - 0x1000B000 C:\PROGRA~1\NetInst\NiAMH.dll
0x6D340000 - 0x6D46B000 C:\Program Files\Java\j2re1.4.1_03\bin\client\jvm.dll
0x76B40000 - 0x76B6C000 C:\WINNT\System32\WINMM.dll
0x6D1E0000 - 0x6D1E7000 C:\Program Files\Java\j2re1.4.1_03\bin\hpi.dll
0x6D310000 - 0x6D31E000 C:\Program Files\Java\j2re1.4.1_03\bin\verify.dll
0x6D220000 - 0x6D239000 C:\Program Files\Java\j2re1.4.1_03\bin\java.dll
0x6D330000 - 0x6D33D000 C:\Program Files\Java\j2re1.4.1_03\bin\zip.dll
0x6D000000 - 0x6D105000 C:\Program Files\Java\j2re1.4.1_03\bin\awt.dll
0x73000000 - 0x73023000 C:\WINNT\System32\WINSPOOL.DRV
0x76390000 - 0x763AC000 C:\WINNT\System32\IMM32.dll
0x771B0000 - 0x772D4000 C:\WINNT\system32\ole32.dll
0x5AD70000 - 0x5ADA4000 C:\WINNT\System32\uxtheme.dll
0x73760000 - 0x737A4000 C:\WINNT\System32\ddraw.dll
0x73BC0000 - 0x73BC6000 C:\WINNT\System32\DCIMAN32.dll
0x73940000 - 0x73A07000 C:\WINNT\System32\D3DIM700.DLL
0x6D190000 - 0x6D1E0000 C:\Program Files\Java\j2re1.4.1_03\bin\fontmanager.dll
0x74720000 - 0x74764000 C:\WINNT\System32\MSCTF.dll
0x07110000 - 0x0711A000 C:\init\ravi\Java Web Start 1.2.0_03\javawspl.dll
0x773D0000 - 0x77BC2000 C:\WINNT\system32\SHELL32.dll
0x70A70000 - 0x70AD5000 C:\WINNT\system32\SHLWAPI.dll
0x71950000 - 0x71A34000 C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6010.0_x-ww_f7fb5805\comctl32.dll
0x77340000 - 0x773CB000 C:\WINNT\system32\comctl32.dll
0x6D2E0000 - 0x6D2EE000 C:\Program Files\Java\j2re1.4.1_03\bin\net.dll
0x71AD0000 - 0x71AD8000 C:\WINNT\System32\WSOCK32.dll
0x71AB0000 - 0x71AC5000 C:\WINNT\System32\WS2_32.dll
0x71AA0000 - 0x71AA8000 C:\WINNT\System32\WS2HELP.dll
0x71A50000 - 0x71A8B000 C:\WINNT\System32\mswsock.dll
0x76F20000 - 0x76F45000 C:\WINNT\System32\DNSAPI.dll
0x76FB0000 - 0x76FB7000 C:\WINNT\System32\winrnr.dll
0x76F60000 - 0x76F8C000 C:\WINNT\system32\WLDAP32.dll
0x76FC0000 - 0x76FC5000 C:\WINNT\System32\rasadhlp.dll
0x71A90000 - 0x71A98000 C:\WINNT\System32\wshtcpip.dll
0x605D0000 - 0x605D8000 C:\WINNT\System32\mslbui.dll
0x6D200000 - 0x6D206000 C:\Program Files\Java\j2re1.4.1_03\bin\ioser12.dll
0x76020000 - 0x76053000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL
0x76AC0000 - 0x76AFE000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL
0x68210000 - 0x68229000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\hpfud50.dll
0x68200000 - 0x6820B000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\hpfui50.dll
0x75F80000 - 0x76019000 C:\WINNT\System32\spool\DRIVERS\W32X86\3\unires.dll
0x76C90000 - 0x76CB2000 C:\WINNT\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 C:\WINNT\system32\DBGHELP.dll
0x77C00000 - 0x77C07000 C:\WINNT\system32\VERSION.dll
0x76BF0000 - 0x76BFB000 C:\WINNT\System32\PSAPI.DLL

Local Time = Wed Oct 06 16:45:00 2004
Elapsed Time = 98
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)
#
 
reply
    Bookmark Topic Watch Topic
  • New Topic