Hallo, ich hab mal wieder ein (hoffentlich) kleines Problem. Ich greife aus einem Java-Programm auf Notes-Dokumente zu, Notes habe ich geöffnet. Beim 1. mal klappt das problemlos, beim 2. Zugriff stürzt Lotus Notes ab, die Java-Applikations ebenfalls und in meiner Eclipse-Entwicklungsumgebung bekomme ich die folgende Fehlermeldung:
Thread=[0AB0:0002-02C0]
Stack base=0x0303E67C, Stack size = -264 bytes
PANIC: LookupHandle: handle out of range
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x60178931, pid=2736, tid=704
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
# Problematic frame:
# C [nnotes.dll+0x178931]
#
# An error report file with more information is saved as hs_err_pid2736.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp#
hat jemand eine Ahnung woran das liegen könnte bzw. was mir die Fehlermeldung sagen soll? Alles Variablen die ich benutze werden recycled und die Session korrekt geschlossen... schonmal vielen Dank!