Menu

#64 Don't show popup window on Windows for native error

v3.1.2
open
5
2004-12-06
2004-11-30
A.Dubrovsky
No

If wrapper will programmaticaly restarted
(WrapperManager.restart();), JVM process crashes due
to an uncaught exception in native JVM code
EXCEPTION_ACCESS_VIOLATION (0xc0000005).
This couse Oracle OCI driver usage. But we don't need
popup message window (exceptions description staing in
log-file is enough). Some times the application will often
restarted and produce a lot of windows with error
message "java.exe crash with memory access violation
(0xc0000005)". Can you add the parameter to disable
this feature.

We use Wrapper 3.1.2 on Windows 2000 with JDK
1.4.2_05

Discussion

  • A.Dubrovsky

    A.Dubrovsky - 2004-11-30
    • priority: 5 --> 9
     
  • A.Dubrovsky

    A.Dubrovsky - 2004-11-30
    • priority: 9 --> 7
     
  • Leif Mortenson

    Leif Mortenson - 2004-12-06

    Logged In: YES
    user_id=228081

    I'll go back and take another look at this. But I don't
    think that there is anything that I can do about it. The
    Java process is being launched by the Wrapper as a child
    process. But I have not been able to find any way of
    preventing a child process from showing a dialog like this.

    Can you confirm that the Wrapper is correctly restarting the
    Java application when this happens however?

    Cheers,
    Leif

     
  • Leif Mortenson

    Leif Mortenson - 2004-12-06
    • milestone: 450932 --> v3.1.2
    • priority: 7 --> 5
    • assigned_to: nobody --> mortenson
     
  • A.Dubrovsky

    A.Dubrovsky - 2004-12-07

    Logged In: YES
    user_id=1012060

    Yes, Wrapper restarting the Java application correctly,
    but User see ModalBox with error message.

     

Log in to post a comment.