EXCEPTION_ACCESS_VIOLATION : MyEclipse + FlexBuilder 3 Plug-in

Hi,
I have MyEclipse 7.5 with FlexBuilder 3 Professional Plug-in installed.  Everything works fine except when I Edit a MXML file in Design mode, the  whole JVM exits with a EXCEPTION_ACCESS_VIOLATION.
Looking at the call stack, I can see that the problem comes from SWT  that uses a DLL for drawing a rectangle.
I copy here the full exception log to give you more information:
# A fatal error has been detected by the Java Runtime Environment:
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6782bf5e, pid=236,  tid=2888
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
# Problematic frame:
# C  [gdiplus.dll+0x1bf5e]
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
---------------  T H R E A D  ---------------
Current thread (0x00396c00):  JavaThread "main" [_thread_in_native,  id=2888, stack(0x009c0000,0x00a10000)]
siginfo: ExceptionCode=0xc0000005, writing address 0xa972b2e8
Registers:
EAX=0x67b5bfd0, EBX=0x00000001, ECX=0x41bcf318, EDX=0xfff7f7f8
ESP=0x00a0e6c8, EBP=0x00a0e6c8, ESI=0x67ad30b0, EDI=0x67ad3078
EIP=0x6782bf5e, EFLAGS=0x00250202
Top of Stack: (sp=0x00a0e6c8)
0x00a0e6c8:   00a0e6e4 6781f3a3 000001ce 67ad3078
0x00a0e6d8:   a972b2e8 67ad3060 000004ba 00a0e73c
0x00a0e6e8:   678eaaa2 a972b2e8 67b5bfd0 000001cf
0x00a0e6f8:   000004ba 0000006d 00000000 67ad48a8
0x00a0e708:   67ad3060 a9650000 67ad3060 a9650000
0x00a0e718:   00000004 00000000 00000000 000001cf
0x00a0e728:   00000000 00000004 00000001 000004ba
0x00a0e738:   67b5bfd0 00a0e78c 678eac57 00002000 
Instructions: (pc=0x6782bf5e)
0x6782bf4e:   ec 83 7d 08 00 8b c2 74 13 2b c8 8b 10 ff 4d 08
0x6782bf5e:   89 14 08 83 c0 04 83 7d 08 00 75 ef 5d c2 08 00 
Stack: [0x009c0000,0x00a10000],  sp=0x00a0e6c8,  free space=13900a0e1fck
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,  C=native code)
C  [gdiplus.dll+0x1bf5e]
C  [gdiplus.dll+0xf3a3]
C  [gdiplus.dll+0xdaaa2]
C  [gdiplus.dll+0xdac57]
C  [gdiplus.dll+0x79c24]
C  [gdiplus.dll+0x16d7b]
C  [gdiplus.dll+0xf2c0]
C  [gdiplus.dll+0x4d5d5]
C  [gdiplus.dll+0x67e97]
C  [gdiplus.dll+0x4ce1c]
C  [gdiplus.dll+0x4d34b]
C  [gdiplus.dll+0x6e46b]
C  [gdiplus.dll+0x6e352]
C  [gdiplus.dll+0x6e2eb]
C  [gdiplus.dll+0x4d294]
C  [swt-gdip-win32-3452.dll+0x219c]
j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
j  org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
j   org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclips e/swt/events/PaintEvent;)V+61
j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclips e/swt/events/PaintEvent;)V+5
j   org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
J   org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
j   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j   org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+14 14
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf049c]
V  [jvm.dll+0x17fcf1]
V  [jvm.dll+0xf051d]
V  [jvm.dll+0xf9e0f]
V  [jvm.dll+0xfbc37]
C  [swt-win32-3452.dll+0x1465]
C  0x677e0018
C  [USER32.dll+0x8734]
C  [USER32.dll+0x8816]
C  [USER32.dll+0x18ea0]
C  [USER32.dll+0x18eec]
C  [ntdll.dll+0xe473]
C  [USER32.dll+0x8a10]
C  [swt-win32-3452.dll+0x35be]
J   org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
J   org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j   org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+23
j   org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
j   org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j   org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
j   org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IAp plicationContext;)Ljava/lang/Object;+84
j   org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
j   org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
j   org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf049c]
V  [jvm.dll+0x17fcf1]
V  [jvm.dll+0xf051d]
V  [jvm.dll+0x199ceb]
V  [jvm.dll+0x19a706]
V  [jvm.dll+0x11bc03]
C  [java.dll+0x714d]
j   sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
j   sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
j   java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
j   org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub
V  [jvm.dll+0xf049c]
V  [jvm.dll+0x17fcf1]
V  [jvm.dll+0xf051d]
V  [jvm.dll+0xf9bc5]
V  [jvm.dll+0x10181d]
C  [javaw.exe+0x2155]
C  [javaw.exe+0x8614]
C  [kernel32.dll+0xb729]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
j  org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
j   org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclips e/swt/events/PaintEvent;)V+61
j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclips e/swt/events/PaintEvent;)V+5
j   org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
J   org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
J   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
j   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j   org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+14 14
J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
v  ~StubRoutines::call_stub
J   org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
J   org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j   org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+23
j   org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
j   org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j   org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
j   org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IAp plicationContext;)Ljava/lang/Object;+84
j   org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
j   org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
j   org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j   sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object;+0
j   sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
j   sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
j   java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
j   org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
0x7a05bc00 JavaThread "Design Model Updater" daemon [_thread_blocked,  id=3588, stack(0x6c420000,0x6c470000)]
0x78ece000 JavaThread  "com.adobe.flexbuilder.editors.mxml.code.NamespaceChangedReconciler"  daemon [_thread_blocked, id=3228, stack(0x6c3d0000,0x6c420000)]
0x79ed5400 JavaThread  "com.adobe.flexbuilder.editors.common.editor.IdleTypingReconciler"  daemon [_thread_blocked, id=2768, stack(0x6c330000,0x6c380000)]
0x7a075800 JavaThread "Thread-15" daemon [_thread_blocked, id=308,  stack(0x6c380000,0x6c3d0000)]
0x79e44400 JavaThread "AWT-Windows" daemon [_thread_in_native,  id=3872, stack(0x6c000000,0x6c050000)]
0x79db5800 JavaThread "Java2D Disposer" daemon [_thread_blocked,  id=2272, stack(0x6bec0000,0x6bf10000)]
0x789ff800 JavaThread "Worker-10" [_thread_blocked, id=2084,  stack(0x6bf60000,0x6bfb0000)]
0x7aa20c00 JavaThread "Timer-3" daemon [_thread_blocked, id=1400,  stack(0x6be70000,0x6bec0000)]
0x7a780000 JavaThread "Timer-2" daemon [_thread_blocked, id=1720,  stack(0x6be20000,0x6be70000)]
0x787cd400 JavaThread "org.eclipse.jdt.debug: JDI Event Dispatcher"  daemon [_thread_blocked, id=3712, stack(0x6bc90000,0x6bce0000)]
0x787cdc00 JavaThread "Packet Send Manager" daemon [_thread_blocked,  id=392, stack(0x6bd30000,0x6bd80000)]
0x785a0400 JavaThread "Packet Receive Manager" daemon  [_thread_in_native, id=812, stack(0x6bce0000,0x6bd30000)]
0x68bc3800 JavaThread "Process monitor" daemon [_thread_in_native,  id=3684, stack(0x6bc40000,0x6bc90000)]
0x7857e400 JavaThread "Input Stream Monitor" daemon [_thread_blocked,  id=2144, stack(0x6bbf0000,0x6bc40000)]
0x78071400 JavaThread "Output Stream Monitor" daemon  [_thread_in_native, id=3852, stack(0x6bba0000,0x6bbf0000)]
0x69ec6c00 JavaThread "Output Stream Monitor" daemon  [_thread_in_native, id=3268, stack(0x6bb50000,0x6bba0000)]
0x785b8400 JavaThread "Timer-1" [_thread_blocked, id=1140,  stack(0x6b3f0000,0x6b440000)]
0x68bbb400 JavaThread "Timer-0" [_thread_blocked, id=3632,  stack(0x6b370000,0x6b3c0000)]
0x68b8fc00 JavaThread "MyEclipse Thread" [_thread_blocked, id=3736,  stack(0x6b300000,0x6b350000)]
0x780b1000 JavaThread "Cleanup" daemon [_thread_in_native, id=1604,  stack(0x6aec0000,0x6af10000)]
0x78097400 JavaThread "Worker-8" [_thread_blocked, id=3396,  stack(0x6ae20000,0x6ae70000)]
0x78133400 JavaThread "Worker-4" [_thread_blocked, id=3832,  stack(0x6ace0000,0x6ad30000)]
0x78122400 JavaThread "Worker-3" [_thread_blocked, id=2812,  stack(0x6ac90000,0x6ace0000)]
0x7811cc00 JavaThread "Worker-2" [_thread_blocked, id=1540,  stack(0x6ac40000,0x6ac90000)]
0x78112400 JavaThread "JavaScript indexing" daemon [_thread_blocked,  id=3380, stack(0x6a880000,0x6a8d0000)]
0x6a03fc00 JavaThread "Java indexing" daemon [_thread_blocked,  id=3468, stack(0x6a670000,0x6a6c0000)]
0x68b80000 JavaThread "Worker-1" [_thread_blocked, id=2028,  stack(0x67e30000,0x67e80000)]
0x69de8400 JavaThread "Provisioning Event Dispatcher" daemon  [_thread_blocked, id=3080, stack(0x67390000,0x673e0000)]
0x64ec0400 JavaThread "Start Level Event Dispatcher" daemon  [_thread_blocked, id=3352, stack(0x656f0000,0x65740000)]
0x651a6800 JavaThread "Framework Event Dispatcher" daemon  [_thread_blocked, id=208, stack(0x656a0000,0x656f0000)]
0x64ea1000 JavaThread "Low Memory Detector" daemon [_thread_blocked,  id=732, stack(0x650f0000,0x65140000)]
0x64e9bc00 JavaThread "CompilerThread0" daemon [_thread_blocked,  id=2200, stack(0x650a0000,0x650f0000)]
0x64e99400 JavaThread "Attach Listener" daemon [_thread_blocked,  id=2880, stack(0x65050000,0x650a0000)]
0x64e98000 JavaThread "Signal Dispatcher" daemon [_thread_blocked,  id=2308, stack(0x65000000,0x65050000)]
0x64e87c00 JavaThread "Finalizer" daemon [_thread_blocked, id=2608,  stack(0x64fb0000,0x65000000)]
0x64e83000 JavaThread "Reference Handler" daemon [_thread_blocked,  id=740, stack(0x64f60000,0x64fb0000)]
=>0x00396c00 JavaThread "main" [_thread_in_native, id=2888,  stack(0x009c0000,0x00a10000)]
Other Threads:
0x64e80400 VMThread [stack: 0x64f10000,0x64f60000] [id=3260]
0x64eabc00 WatcherThread [stack: 0x65140000,0x65190000] [id=772]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation   total 157248K, used 39685K [0x02a90000,  0x0d530000, 0x17fe0000)
eden space 139776K,  15% used [0x02a90000, 0x04041620, 0x0b310000)
from space 17472K, 100% used [0x0c420000, 0x0d530000, 0x0d530000)
to   space 17472K,   0% used [0x0b310000, 0x0b310000, 0x0c420000)
tenured generation   total 349568K, used 180984K [0x17fe0000,  0x2d540000, 0x42a90000)
the space 349568K,  51% used [0x17fe0000, 0x2309e138, 0x2309e200,  0x2d540000)
compacting perm gen  total 262144K, used 110140K [0x42a90000,  0x52a90000, 0x62a90000)
the space 262144K,  42% used [0x42a90000, 0x4961f358, 0x4961f400,  0x52a90000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x00424000      C:\Program Files\Java\jdk1.6.0_20\bin\javaw.exe
0x7c900000 - 0x7c9b2000      C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000      C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
0x7e410000 - 0x7e4a1000      C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000      C:\WINDOWS\system32\GDI32.dll
0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
0x7c340000 - 0x7c396000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\msvcr71.dll
0x6d8b0000 - 0x6db47000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll
0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
0x6d860000 - 0x6d86c000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\verify.dll
0x6d3e0000 - 0x6d3ff000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\java.dll
0x6d340000 - 0x6d348000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
0x6d8a0000 - 0x6d8af000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\zip.dll
0x72000000 - 0x72014000      C:\Program  Files\Genuitec\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v 20080731\eclipse_1115.dll
0x773d0000 - 0x774d3000       C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x- ww_35d4ce83\COMCTL32.dll
0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
0x74720000 - 0x7476c000      C:\WINDOWS\system32\MSCTF.dll
0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
0x653f0000 - 0x65428000      C:\WINDOWS\system32\UxTheme.dll
0x65430000 - 0x65439000      C:\WINDOWS\system32\mslbui.dll
0x68000000 - 0x68036000      C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000      C:\WINDOWS\system32\USERENV.dll
0x65560000 - 0x655b5000      C:\WINDOWS\system32\netapi32.dll
0x6d6c0000 - 0x6d6d3000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\net.dll
0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
0x6d6e0000 - 0x6d6e9000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\nio.dll
0x673e0000 - 0x67435000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles0 0x67810000 - 0x679bb000       C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4 c2df\gdiplus.dll
0x65650000 - 0x65658000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles1 0x76380000 - 0x76385000      C:\WINDOWS\system32\msimg32.dll
0x65670000 - 0x6567f000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles4 0x6cae0000 - 0x6cf1a000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
PATH=C:\oracle\product.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System3 2\Wbem;C:\Program  Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common  Files\Roxio  Shared.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program  Files\QuickTime\QTSystem\;C:\WINDOWS\System32\Wbem
USERNAME=ugod
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
---------------  S Y S T E M  ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 2 (8 cores per cpu, 2 threads per core) family 6 model 37  stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,  sse4.2, popcnt, ht
Memory: 4k page, physical 3071160k(1668472k free), swap  5001108k(3356124k free)
vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE  (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++  7.1 (VS2003)
time: Mon May 17 11:17:51 2010
elapsed time: 2002 seconds
Can someone suggestion me a work around or any kind of action I can  take?

While we are actively pursuing upgrading the JVM, we are unable to reproduce the problem, so testing with a newer JVM is of little use in immediately understanding the source of the problem.
We are planning on turning on -Xcheck:jni, but again we have to wait for the problem to reoccur and hope this option helps provide insight, so here too this option is of little use in immediately understanding the source of the problem.
Based on above, I will reiterate my request: the jvm.pdb symbol file and / or the source code for 1.4.2-b28 is critical to finding out what native method is failing and in debugging this problem. Can you provide any assistance in obtaining the pdb file for analyzing this problem.

Similar Messages

  • Flex Builder 3 under Eclipse - project .settings problem

    I've been experiencing some odd problems with a project using FlexBuilder 3 plug-in with Eclipse.
    The first problem I've noticed is that a file under the .settings dir has a red 'x' beside it. The offending
    file is org.eclipse.jst.common.project.facet.core.prefs. I've left the file as is until I understand how it became corrupt.
    The second problem is that .as and .mxml files are no longer being opened in the Flex Builder editor -
    the are being opened in TextPad, which it the default editor outside of Flex Builder. I've tried all of the available
    editors and none of them work under Flex Builder.
    The third problem is that when I try to create a new Flex Builder project from New->Project-> there is no
    option for a FlexBuilder project.
    The Flex Development perspective is visible in the top right hand corner as usual. When I select Open Perspective
    there is no Flex perspective.
    Should I just reinstall the FlexBuilder plugin?
    Thanks!

    Hi Peter,
    It has not been fully tested yet but a few of us are using
    it. If you see any issues in Eclipse 3.3RC4 with FB3 Plugin, please
    file a bug in our new public bug system:
    http://bugs.adobe.com/flex.
    thanks,
    Sharon

  • Eclipse 3.2?

    Does anyone know if FlexBuilder 2 PLug-in works with Eclipse
    3.2?

    I'm using Eclipse 3.2 and getting errors in debug mode
    displaying the stack trace... internal eclipse errors... Any ideas?
    The Eclipse log is shown below.
    thanks,
    Thunder
    !ENTRY org.eclipse.core.jobs 4 2 2006-07-19 16:53:57.687
    !MESSAGE An internal error occurred during: "Retrieving
    labels".
    !STACK 0
    org.eclipse.swt.SWTException: Invalid thread access
    at org.eclipse.swt.SWT.error(SWT.java:3374)
    at org.eclipse.swt.SWT.error(SWT.java:3297)
    at org.eclipse.swt.SWT.error(SWT.java:3268)
    at org.eclipse.swt.widgets.Display.error(Display.java:978)
    at
    org.eclipse.swt.widgets.Display.checkDevice(Display.java:638)
    at
    org.eclipse.swt.widgets.Display.getSystemColor(Display.java:1931)
    at
    com.adobe.flexbuilder.debug.ui.FlexDebugModelPresentation.getStackFrameForeground(FlexDeb ugModelPresentation.java:804)
    at
    com.adobe.flexbuilder.debug.ui.FlexDebugModelPresentation.getForeground(FlexDebugModelPre sentation.java:795)
    at
    org.eclipse.debug.internal.ui.LazyModelPresentation.getForeground(LazyModelPresentation.j ava:362)
    at
    org.eclipse.debug.internal.ui.DelegatingModelPresentation.getForeground(DelegatingModelPr esentation.java:327)
    at
    org.eclipse.debug.internal.ui.views.launch.DebugElementHelper.getForeground(DebugElementH elper.java:108)
    at
    org.eclipse.debug.internal.ui.elements.adapters.AsynchronousDebugLabelAdapter.getForegrou nds(AsynchronousDebugLabelAdapter.java:103)
    at
    org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousLabelAdapter.computeLabels( AsynchronousLabelAdapter.java:105)
    at
    org.eclipse.debug.internal.ui.elements.adapters.AsynchronousDebugLabelAdapter.computeLabe ls(AsynchronousDebugLabelAdapter.java:66)
    at
    org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousLabelAdapter$2.run(Asynchro nousLabelAdapter.java:51)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

  • EXCEPTION_ACCESS_VIOLATION while opening JRE 1.3.1_04 Plug In

    I get the following EXCEPTION_ACCESS_VIOLATION error while trying to open the 1.3.1_04 java plug in in the control panel. Any ideas on what is causing the problem ? I'm running on XP home edition
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x695c9550
    Function name=(N/A)
    Library=C:\WINDOWS\System32\nvoglnt.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.awt.Win32GraphicsDevice.getDefaultPixID(Native Method)
         at sun.awt.Win32GraphicsDevice.getDefaultConfiguration(Unknown Source)
         at sun.awt.windows.WToolkit.resetGC(Unknown Source)
         at sun.awt.windows.WToolkit.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.Toolkit$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
         at sun.awt.GlobalCursorManager$CursorEvent.<init>(Unknown Source)
         at sun.awt.GlobalCursorManager.<clinit>(Unknown Source)
         at java.awt.Cursor.initIDs(Native Method)
         at java.awt.Cursor.<clinit>(Unknown Source)
         at javax.swing.text.JTextComponent.setEditable(Unknown Source)
         at javax.swing.text.JTextComponent.<init>(Unknown Source)
         at javax.swing.JTextField.<init>(Unknown Source)
         at javax.swing.JTextField.<init>(Unknown Source)
         at sun.plugin.panel.BasicPanel.<init>(Unknown Source)
         at sun.plugin.panel.ActivatorPanel.<init>(Unknown Source)
         at sun.plugin.panel.ControlPanel.init(Unknown Source)
         at sun.plugin.panel.ControlPanel.main(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F7000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINDOWS\System32\SYNCOR11.DLL
    0x6D220000 - 0x6D227000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\zip.dll
    0x6D020000 - 0x6D12A000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x6D1E0000 - 0x6D21B000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\fontmanager.dll
    0x6D000000 - 0x6D009000      C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\ActPanel.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x73760000 - 0x737A4000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x69500000 - 0x697E4000      C:\WINDOWS\System32\nvoglnt.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Mar 10 20:29:02 2004
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_04-b02 mixed mode)

    We had the same problem. It wasn't until we updated our NVidia driver to the latest version were we able to run the Universal Installer. The weird thing here was that we had the same driver version on another machine and we were able to run the U.I. The difference was that one one machine, we had a NVidia Vanta video card from Compaq. On the other machine we had a NVidia Vanta\Vanta LT from NVidia. Hopefully, just upgrading to the latest video card drivers will solve your problem.

  • IE crashes after extended use of plug-in

    Hi all:
    After moving to v1.4.2 I've noticed that IE will throw an exception after extended use of the plug-in. By extended use I mean we navigate to applet pages and cycle through over and over (which by the way is part of the normal use of our web site).
    Our web site makes use of four different applets, one of which is a larger graphical applet that makes use of a large amount of memory. IE seems to consistely crash upon initialization of this larger applet (after repeated cycles) but not exclusively so. If we cycle between the three other applets without going to the larger one, IE will eventually crash, it just takes longer to do so. This leads me to think that memory is an issue here. Could there be a memory leak in 1.4.2?
    We've been able to reproduce this IE exception consistently on a Windows 2000 platform running IE v6.0.2800.1106 and with java plug-in versions 1.4.2, 1.4.2_02, and 1.4.2_03. IE crashes even faster when we do this test on Windows Me.
    I know there's got to be others of you out there that have seen this problem. Have any of you found good workarounds for this? Staying on version 1.4.1_06 is not possible for us because of the "zip file is closed" exception that is always thrown when you have caching turned on and you call Crypt.getInstance. Sun's workaround for this only works the first two times you use the applet in the browser session. The third or fourth time it always seems to produce the exception.
    I know this isn't a lot of information but any help would be greatly appreciated.
    The IE exception log is below.
    Steve
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_PRIV_INSTRUCTION (0xc0000096) occurred at PC=0x6D2FA457
    Function=[Unknown.]
    Library=C:\Program Files\Java\j2re1.4.2_02\bin\jpicom32.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.plugin.services.WPlatformService.waitEvent(Native Method)
         at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.destroy(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\iexplore.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\system32\ntdll.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\msvcrt.dll
    0x7C4E0000 - 0x7C599000      C:\WINNT\system32\KERNEL32.dll
    0x77E10000 - 0x77E75000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x70BD0000 - 0x70C35000      C:\WINNT\system32\SHLWAPI.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x77D30000 - 0x77D9E000      C:\WINNT\system32\RPCRT4.DLL
    0x71700000 - 0x71849000      C:\WINNT\system32\SHDOCVW.dll
    0x007A0000 - 0x00824000      C:\WINNT\system32\comctl32.dll
    0x782F0000 - 0x78538000      C:\WINNT\system32\SHELL32.dll
    0x77A50000 - 0x77B3C000      C:\WINNT\system32\ole32.dll
    0x71160000 - 0x7125D000      C:\WINNT\system32\BROWSEUI.dll
    0x71960000 - 0x71972000      C:\WINNT\system32\browselc.dll
    0x775A0000 - 0x77626000      C:\WINNT\system32\CLBCATQ.DLL
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.dll
    0x70200000 - 0x70295000      C:\WINNT\system32\WININET.dll
    0x77440000 - 0x774B8000      C:\WINNT\system32\CRYPT32.dll
    0x77430000 - 0x77440000      C:\WINNT\system32\MSASN1.DLL
    0x77840000 - 0x7787E000      C:\WINNT\system32\cscui.dll
    0x770C0000 - 0x770E3000      C:\WINNT\system32\CSCDLL.DLL
    0x10000000 - 0x10008000      C:\Program Files\Adobe\Acrobat 5.0\Reader\ActiveX\AcroIEHelper.ocx
    0x01A90000 - 0x01AA2000      C:\WINNT\system32\BHOManager.dll
    0x780C0000 - 0x78121000      C:\WINNT\system32\MSVCP60.dll
    0x1A400000 - 0x1A47A000      C:\WINNT\system32\urlmon.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
    0x718C0000 - 0x71944000      C:\WINNT\system32\shdoclc.dll
    0x70440000 - 0x704CF000      C:\WINNT\system32\mlang.dll
    0x75050000 - 0x75058000      C:\WINNT\system32\wsock32.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.DLL
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x774E0000 - 0x77513000      C:\WINNT\system32\RASAPI32.DLL
    0x774C0000 - 0x774D1000      C:\WINNT\system32\RASMAN.DLL
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.DLL
    0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
    0x75AB0000 - 0x75AB5000      C:\WINNT\system32\sensapi.dll
    0x7C0F0000 - 0x7C152000      C:\WINNT\system32\USERENV.DLL
    0x75170000 - 0x751BF000      C:\WINNT\system32\netapi32.dll
    0x7C340000 - 0x7C34F000      C:\WINNT\system32\SECUR32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.DLL
    0x75150000 - 0x7515F000      C:\WINNT\system32\SAMLIB.DLL
    0x77950000 - 0x7797A000      C:\WINNT\system32\WLDAP32.DLL
    0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.DLL
    0x01F10000 - 0x02114000      C:\WINNT\system32\msi.dll
    0x61220000 - 0x6122B000      C:\Program Files\Microsoft Hardware\Mouse\MSH_ZWF.dll
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x75160000 - 0x7516C000      C:\WINNT\System32\ntlanman.dll
    0x75210000 - 0x75225000      C:\WINNT\System32\NETUI0.DLL
    0x751D0000 - 0x75208000      C:\WINNT\System32\NETUI1.DLL
    0x76710000 - 0x76719000      C:\WINNT\system32\LINKINFO.DLL
    0x76FA0000 - 0x76FAF000      C:\WINNT\system32\ntshrui.dll
    0x773E0000 - 0x773F5000      C:\WINNT\system32\ATL.DLL
    0x1C000000 - 0x1C006000      C:\Program Files\AIM95\idlemon.dll
    0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
    0x63580000 - 0x6382C000      C:\WINNT\System32\mshtml.dll
    0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.DLL
    0x6B700000 - 0x6B790000      C:\WINNT\system32\jscript.dll
    0x6B600000 - 0x6B671000      C:\WINNT\system32\vbscript.dll
    0x75AC0000 - 0x75AE8000      C:\WINNT\system32\MSLS31.DLL
    0x70FB0000 - 0x70FEB000      C:\WINNT\System32\iepeers.dll
    0x77800000 - 0x7781E000      C:\WINNT\System32\WINSPOOL.DRV
    0x030C0000 - 0x0324D000      C:\WINNT\System32\macromed\flash\Flash.ocx
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
    0x77560000 - 0x77568000      C:\WINNT\system32\wdmaud.drv
    0x77400000 - 0x77408000      C:\WINNT\system32\msacm32.drv
    0x77410000 - 0x77423000      C:\WINNT\system32\MSACM32.dll
    0x70F30000 - 0x70F9E000      C:\WINNT\System32\mshtmled.dll
    0x750A0000 - 0x750C8000      C:\WINNT\system32\NETMSG.DLL
    0x75D40000 - 0x75D46000      C:\WINNT\system32\msadp32.acm
    0x6D440000 - 0x6D450000      C:\Program Files\Java\j2re1.4.2_02\bin\npjpi142_02.dll
    0x695E0000 - 0x69609000      C:\WINNT\system32\OLEPRO32.DLL
    0x6D310000 - 0x6D327000      C:\Program Files\Java\j2re1.4.2_02\bin\jpiexp32.dll
    0x6D380000 - 0x6D398000      C:\Program Files\Java\j2re1.4.2_02\bin\jpishare.dll
    0x08000000 - 0x08138000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\client\jvm.dll
    0x04470000 - 0x04477000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\hpi.dll
    0x04490000 - 0x0449E000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\verify.dll
    0x044A0000 - 0x044B9000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\java.dll
    0x044C0000 - 0x044CD000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\zip.dll
    0x06950000 - 0x06A5F000      C:\Program Files\Java\j2re1.4.2_02\bin\awt.dll
    0x06A60000 - 0x06AB0000      C:\Program Files\Java\j2re1.4.2_02\bin\fontmanager.dll
    0x51000000 - 0x51044000      C:\WINNT\system32\ddraw.dll
    0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
    0x5C000000 - 0x5C0C7000      C:\WINNT\system32\D3DIM700.DLL
    0x6D2F0000 - 0x6D304000      C:\Program Files\Java\j2re1.4.2_02\bin\jpicom32.dll
    0x078C0000 - 0x078CF000      C:\Program Files\Java\j2re1.4.2_02\bin\net.dll
    0x07AD0000 - 0x07AF2000      C:\Program Files\Java\j2re1.4.2_02\bin\dcpr.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 535K [0x10010000, 0x100b0000, 0x10770000)
    eden space 512K, 97% used [0x10010000, 0x1008d520, 0x10090000)
    from space 64K, 53% used [0x10090000, 0x10098860, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 3236K, used 2689K [0x10770000, 0x10a99000, 0x16010000)
    the space 3236K, 83% used [0x10770000, 0x10a10628, 0x10a10800, 0x10a99000)
    compacting perm gen total 6144K, used 6102K [0x16010000, 0x16610000, 0x1a010000)
    the space 6144K, 99% used [0x16010000, 0x16605960, 0x16605a00, 0x16610000)
    Local Time = Fri Dec 05 15:09:45 2003
    Elapsed Time = 29
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)

    I am also having problems with ie crashing with the use of java. mine crashes mostly when i try to enter a website like yahoo games and it crashes within a few seconds. here are some of my error reports. i do not know anything about java except that i need it to run on certain gaming websites.
    Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) occurred at PC=0x8222206
    Function=java.lang.Object.notifyAll()V (compiled Java code)
    Library=(N/A)
    Current Java thread:
         at java.lang.Object.notifyAll(Native Method)
         at a.a.d.d.i.a(Unknown Source)
         - locked <0x11afe248> (a a.a.d.d.i)
         at a.a.b.a.a.ye.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
    0x7C900000 - 0x7C9B0000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000      C:\WINDOWS\system32\kernel32.dll
    0x77C10000 - 0x77C68000      C:\WINDOWS\system32\msvcrt.dll
    0x77D40000 - 0x77DD0000      C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F56000      C:\WINDOWS\system32\GDI32.dll
    0x77F60000 - 0x77FD6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77DD0000 - 0x77E6B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778CC000      C:\WINDOWS\system32\SHDOCVW.dll
    0x77A80000 - 0x77B14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77B20000 - 0x77B32000      C:\WINDOWS\system32\MSASN1.dll
    0x754D0000 - 0x75550000      C:\WINDOWS\system32\CRYPTUI.dll
    0x76C30000 - 0x76C5E000      C:\WINDOWS\system32\WINTRUST.dll
    0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771AC000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774E0000 - 0x7761C000      C:\WINDOWS\system32\ole32.dll
    0x5B860000 - 0x5B8B4000      C:\WINDOWS\system32\NETAPI32.dll
    0x771B0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
    0x773D0000 - 0x774D2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x7C9C0000 - 0x7D1D4000      C:\WINDOWS\system32\SHELL32.dll
    0x5D090000 - 0x5D127000      C:\WINDOWS\system32\comctl32.dll
    0x75F80000 - 0x7607C000      C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000      C:\WINDOWS\system32\browselc.dll
    0x77B40000 - 0x77B62000      C:\WINDOWS\system32\appHelp.dll
    0x76FD0000 - 0x7704F000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x00A20000 - 0x00AA8000      C:\WINDOWS\system32\shdoclc.dll
    0x5AD70000 - 0x5ADA8000      C:\WINDOWS\system32\UxTheme.dll
    0x77FE0000 - 0x77FF1000      C:\WINDOWS\system32\Secur32.dll
    0x77260000 - 0x772FE000      C:\WINDOWS\system32\urlmon.dll
    0x77A20000 - 0x77A74000      C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661D000      C:\WINDOWS\System32\CSCDLL.dll
    0x77920000 - 0x77A13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x10000000 - 0x1000B000      C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x00E90000 - 0x00F4B000      C:\Program Files\Spybot - Search & Destroy\SDHelper.dll
    0x5EDD0000 - 0x5EDE7000      C:\WINDOWS\system32\olepro32.dll
    0x01050000 - 0x01315000      C:\WINDOWS\system32\xpsp2res.dll
    0x01320000 - 0x0137A000      C:\PROGRA~1\iolo\SYSTEM~1\URLSTO~1.DLL
    0x75E90000 - 0x75F40000      C:\WINDOWS\system32\SXS.DLL
    0x75CF0000 - 0x75D81000      C:\WINDOWS\system32\mlang.dll
    0x71AD0000 - 0x71AD9000      C:\WINDOWS\system32\wsock32.dll
    0x71AB0000 - 0x71AC7000      C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000      C:\WINDOWS\system32\mswsock.dll
    0x662B0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76EE0000 - 0x76F1C000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76E90000 - 0x76EA2000      C:\WINDOWS\system32\rasman.dll
    0x76EB0000 - 0x76EDF000      C:\WINDOWS\system32\TAPI32.dll
    0x76E80000 - 0x76E8E000      C:\WINDOWS\system32\rtutils.dll
    0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
    0x77C70000 - 0x77C93000      C:\WINDOWS\system32\msv1_0.dll
    0x76D60000 - 0x76D79000      C:\WINDOWS\system32\iphlpapi.dll
    0x01500000 - 0x01522000      C:\Program Files\Panda Software\Panda Antivirus Platinum\enganche.dll
    0x722B0000 - 0x722B5000      C:\WINDOWS\system32\sensapi.dll
    0x06340000 - 0x06355000      C:\Program Files\Panda Software\Panda Antivirus Platinum\Firewall\SSSensor.dll
    0x7D1E0000 - 0x7D492000      C:\WINDOWS\system32\msi.dll
    0x769C0000 - 0x76A73000      C:\WINDOWS\system32\USERENV.dll
    0x76FC0000 - 0x76FC6000      C:\WINDOWS\system32\rasadhlp.dll
    0x76F20000 - 0x76F47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000      C:\WINDOWS\System32\winrnr.dll
    0x7D4A0000 - 0x7D783000      C:\WINDOWS\system32\mshtml.dll
    0x746C0000 - 0x746E7000      C:\WINDOWS\system32\msls31.dll
    0x746F0000 - 0x7471A000      C:\WINDOWS\system32\msimtf.dll
    0x74720000 - 0x7476B000      C:\WINDOWS\system32\MSCTF.dll
    0x76390000 - 0x763AD000      C:\WINDOWS\system32\IMM32.DLL
    0x75C50000 - 0x75CBE000      C:\WINDOWS\system32\jscript.dll
    0x66E50000 - 0x66E8F000      C:\WINDOWS\system32\iepeers.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x73300000 - 0x73367000      C:\WINDOWS\system32\vbscript.dll
    0x73DD0000 - 0x73ECE000      C:\WINDOWS\system32\MFC42.DLL
    0x029C0000 - 0x02B67000      C:\WINDOWS\system32\macromed\flash\Flash.ocx
    0x763B0000 - 0x763F9000      C:\WINDOWS\system32\comdlg32.dll
    0x72D20000 - 0x72D29000      C:\WINDOWS\system32\wdmaud.drv
    0x72D10000 - 0x72D18000      C:\WINDOWS\system32\msacm32.drv
    0x77BE0000 - 0x77BF5000      C:\WINDOWS\system32\MSACM32.dll
    0x77BD0000 - 0x77BD7000      C:\WINDOWS\system32\midimap.dll
    0x6BDD0000 - 0x6BE05000      C:\WINDOWS\system32\dxtrans.dll
    0x76B20000 - 0x76B31000      C:\WINDOWS\system32\ATL.DLL
    0x6D430000 - 0x6D43A000      C:\WINDOWS\system32\ddrawex.dll
    0x73760000 - 0x737A9000      C:\WINDOWS\system32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6BE10000 - 0x6BE6A000      C:\WINDOWS\system32\dxtmsft.dll
    0x76200000 - 0x76271000      C:\WINDOWS\system32\mshtmled.dll
    0x767F0000 - 0x76817000      C:\WINDOWS\system32\schannel.dll
    0x0FFD0000 - 0x0FFF8000      C:\WINDOWS\system32\rsaenh.dll
    0x68100000 - 0x68124000      C:\WINDOWS\system32\dssenh.dll
    0x71D40000 - 0x71D5C000      C:\WINDOWS\system32\actxprxy.dll
    0x5E0C0000 - 0x5E0CD000      C:\WINDOWS\system32\pstorec.dll
    0x6D460000 - 0x6D470000      C:\Program Files\Java\j2re1.4.2_06\bin\npjpi142_06.dll
    0x6D330000 - 0x6D348000      C:\Program Files\Java\j2re1.4.2_06\bin\jpiexp32.dll
    0x6D3A0000 - 0x6D3B8000      C:\Program Files\Java\j2re1.4.2_06\bin\jpishare.dll
    0x08000000 - 0x08139000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\client\jvm.dll
    0x01CD0000 - 0x01CD7000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\hpi.dll
    0x01CF0000 - 0x01CFE000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\verify.dll
    0x01D00000 - 0x01D19000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\java.dll
    0x023F0000 - 0x023FD000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\zip.dll
    0x05D30000 - 0x05E42000      C:\Program Files\Java\j2re1.4.2_06\bin\awt.dll
    0x05E50000 - 0x05EA1000      C:\Program Files\Java\j2re1.4.2_06\bin\fontmanager.dll
    0x73940000 - 0x73A10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6D310000 - 0x6D324000      C:\Program Files\Java\j2re1.4.2_06\bin\jpicom32.dll
    0x6D480000 - 0x6D49D000      C:\Program Files\Java\j2re1.4.2_06\bin\RegUtils.dll
    0x062D0000 - 0x062DF000      C:\Program Files\Java\j2re1.4.2_06\bin\net.dll
    0x062E0000 - 0x06302000      C:\Program Files\Java\j2re1.4.2_06\bin\dcpr.dll
    0x5FF20000 - 0x5FF46000      C:\WINDOWS\system32\MSRATING.dll
    0x5FF50000 - 0x5FF61000      C:\WINDOWS\system32\msratelc.dll
    0x75E60000 - 0x75E73000      C:\WINDOWS\system32\cryptnet.dll
    0x4D4F0000 - 0x4D548000      C:\WINDOWS\system32\WINHTTP.dll
    0x07880000 - 0x078A4000      C:\Program Files\Java\j2re1.4.2_06\bin\jsound.dll
    0x07CB0000 - 0x07CCE000      C:\Program Files\Java\j2re1.4.2_06\bin\jpeg.dll
    0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 4096K, used 860K [0x10010000, 0x10480000, 0x10770000)
    eden space 3648K, 13% used [0x10010000, 0x10089160, 0x103a0000)
    from space 448K, 83% used [0x103a0000, 0x103fdf10, 0x10410000)
    to space 448K, 0% used [0x10410000, 0x10410000, 0x10480000)
    tenured generation total 53748K, used 42262K [0x10770000, 0x13bed000, 0x16010000)
    the space 53748K, 78% used [0x10770000, 0x130b5a48, 0x130b5c00, 0x13bed000)
    compacting perm gen total 11264K, used 11147K [0x16010000, 0x16b10000, 0x1a010000)
    the space 11264K, 98% used [0x16010000, 0x16af2f38, 0x16af3000, 0x16b10000)
    Local Time = Wed Feb 02 20:28:08 2005
    Elapsed Time = 918
    # HotSpot Virtual Machine Error : EXCEPTION_ILLEGAL_INSTRUCTION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    heres another:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d7055ba, pid=4008, tid=1456
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_01-b08 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0xc55ba]
    --------------- T H R E A D ---------------
    Current thread (0x02949c20): VMThread [id=1456]
    siginfo: ExceptionCode=0xc0000005, reading address 0xe101ea68
    Registers:
    EAX=0xe101ea68, EBX=0x0575a138, ECX=0x029e220c, EDX=0x6d763f3c
    ESP=0x0514fc04, EBP=0x0514fc1c, ESI=0x029e2204, EDI=0x02936ce0
    EIP=0x6d7055ba, EFLAGS=0x00010282
    Top of Stack: (sp=0x0514fc04)
    0x0514fc04: 6d6b2903 029e220c 02939fd0 6d7a6ba0
    0x0514fc14: 02939fd0 00002ac7 0514fc40 6d6acbb7
    0x0514fc24: 6d7a6ba0 02939fd0 6d7a6ba0 00000001
    0x0514fc34: 6d6ade1f 00000001 00000000 0514fc98
    0x0514fc44: 6d6ade2c 6d7a6ba0 6d7a6b80 00000001
    0x0514fc54: 02939fd0 00000000 00000000 00000001
    0x0514fc64: 00000001 00000000 00000000 00000000
    0x0514fc74: 00000000 000047c0 00000000 02930228
    Instructions: (pc=0x6d7055ba)
    0x6d7055aa: 00 e9 9b fd ff ff 8b 4c 24 04 8b 01 85 c0 74 09
    0x6d7055ba: 8b 00 83 e0 fc 74 02 89 01 c2 04 00 8b 4c 24 04
    Stack: [0x05050000,0x05150000), sp=0x0514fc04, free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0xc55ba]
    V [jvm.dll+0x6cbb7]
    V [jvm.dll+0x6de2c]
    V [jvm.dll+0x6da0d]
    V [jvm.dll+0x70fd9]
    V [jvm.dll+0xfd71a]
    V [jvm.dll+0x6c816]
    V [jvm.dll+0x50460]
    V [jvm.dll+0x6c993]
    V [jvm.dll+0x117db0]
    V [jvm.dll+0x117887]
    V [jvm.dll+0x117a27]
    V [jvm.dll+0x1177bc]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x08f5fa3c): generation collection for allocation, mode: safepoint, requested by thread 0x085601c8
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x085601c8 JavaThread "Thread-6" [_thread_blocked, id=888]
    0x08560048 JavaThread "OldCommBridge[lobby]" [_thread_blocked, id=3244]
    0x058626a8 JavaThread "Thread-5" [_thread_blocked, id=3556]
    0x0868e1a8 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=1764]
    0x057f8f60 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3988]
    0x0871b458 JavaThread "Thread-3" [_thread_blocked, id=1924]
    0x08665980 JavaThread "thread applet-Poker4Applet" [_thread_blocked, id=2292]
    0x05857fe8 JavaThread "TimerQueue" daemon [_thread_blocked, id=468]
    0x05840760 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3068]
    0x0583e7f0 JavaThread "ConsoleWriterThread" daemon [_thread_blocked, id=3120]
    0x057cb3c8 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=3352]
    0x057b5cb0 JavaThread "traceMsgQueueThread" [_thread_blocked, id=2700]
    0x057aeec8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=696]
    0x057aeae0 JavaThread "AWT-Shutdown" [_thread_blocked, id=3500]
    0x057a93d0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3204]
    0x02a06a08 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=924]
    0x02a05638 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2796]
    0x02a049c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=832]
    0x029fbe90 JavaThread "Finalizer" daemon [_thread_blocked, id=3772]
    0x029faa00 JavaThread "Reference Handler" daemon [_thread_blocked, id=1252]
    0x0294a848 JavaThread "main" [_thread_in_native, id=3440]
    Other Threads:
    =>0x02949c20 VMThread [id=1456]
    0x02a07be0 WatcherThread [id=1080]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0294a3a0/0x00000930] Threads_lock - owner thread: 0x02949c20
    [0x0294a520/0x0000096c] Heap_lock - owner thread: 0x085601c8
    Heap
    def new generation total 576K, used 64K [0x10010000, 0x100b0000, 0x10770000)
    eden space 512K, 0% used [0x10010000, 0x10010000, 0x10090000)
    from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 6228K, used 3805K [0x10770000, 0x10d85000, 0x16010000)
    the space 6228K, 61% used [0x10770000, 0x10b27578, 0x10b34400, 0x10d85000)
    compacting perm gen total 10240K, used 10179K [0x16010000, 0x16a10000, 0x1a010000)
    the space 10240K, 99% used [0x16010000, 0x16a00f30, 0x16a01000, 0x16a10000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000      C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000      C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x7c9c0000 - 0x7d1d4000      C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x75f80000 - 0x7607c000      C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000      C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x00a20000 - 0x00aa8000      C:\WINDOWS\system32\shdoclc.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x77260000 - 0x772fe000      C:\WINDOWS\system32\urlmon.dll
    0x77a20000 - 0x77a74000      C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000      C:\WINDOWS\System32\CSCDLL.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x10000000 - 0x1000b000      C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x00e90000 - 0x00f4b000      C:\Program Files\Spybot - Search & Destroy\SDHelper.dll
    0x5edd0000 - 0x5ede7000      C:\WINDOWS\system32\olepro32.dll
    0x01050000 - 0x01315000      C:\WINDOWS\system32\xpsp2res.dll
    0x01320000 - 0x0137a000      C:\PROGRA~1\iolo\SYSTEM~1\URLSTO~1.DLL
    0x75e90000 - 0x75f40000      C:\WINDOWS\system32\SXS.DLL
    0x75cf0000 - 0x75d81000      C:\WINDOWS\system32\mlang.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\wsock32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ee0000 - 0x76f1c000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000      C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000      C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x014c0000 - 0x014e2000      C:\Program Files\Panda Software\Panda Antivirus Platinum\enganche.dll
    0x77c70000 - 0x77c93000      C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x7d1e0000 - 0x7d492000      C:\WINDOWS\system32\msi.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x06340000 - 0x06355000      C:\Program Files\Panda Software\Panda Antivirus Platinum\Firewall\SSSensor.dll
    0x722b0000 - 0x722b5000      C:\WINDOWS\system32\sensapi.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x767f0000 - 0x76817000      C:\WINDOWS\system32\schannel.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    0x68100000 - 0x68124000      C:\WINDOWS\system32\dssenh.dll
    0x7d4a0000 - 0x7d783000      C:\WINDOWS\system32\mshtml.dll
    0x746c0000 - 0x746e7000      C:\WINDOWS\system32\msls31.dll
    0x746f0000 - 0x7471a000      C:\WINDOWS\system32\msimtf.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x75c50000 - 0x75cbe000      C:\WINDOWS\system32\jscript.dll
    0x72d20000 - 0x72d29000      C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000      C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000      C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000      C:\WINDOWS\system32\midimap.dll
    0x66e50000 - 0x66e8f000      C:\WINDOWS\system32\iepeers.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x73300000 - 0x73367000      C:\WINDOWS\system32\vbscript.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x02f00000 - 0x030a7000      C:\WINDOWS\system32\macromed\flash\Flash.ocx
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x6bdd0000 - 0x6be05000      C:\WINDOWS\system32\dxtrans.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x6d430000 - 0x6d43a000      C:\WINDOWS\system32\ddrawex.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\DDRAW.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6be10000 - 0x6be6a000      C:\WINDOWS\system32\dxtmsft.dll
    0x75e60000 - 0x75e73000      C:\WINDOWS\system32\cryptnet.dll
    0x4d4f0000 - 0x4d548000      C:\WINDOWS\system32\WINHTTP.dll
    0x76200000 - 0x76271000      C:\WINDOWS\system32\mshtmled.dll
    0x71d40000 - 0x71d5c000      C:\WINDOWS\system32\actxprxy.dll
    0x6d590000 - 0x6d5a1000      C:\Program Files\Java\jre1.5.0_01\bin\npjpi150_01.dll
    0x6d400000 - 0x6d417000      C:\Program Files\Java\jre1.5.0_01\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000      C:\Program Files\Java\jre1.5.0_01\bin\jpishare.dll
    0x6d640000 - 0x6d7c5000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d166000      C:\Program Files\Java\jre1.5.0_01\bin\awt.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_01\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000      C:\Program Files\Java\jre1.5.0_01\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000      C:\Program Files\Java\jre1.5.0_01\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000      C:\Program Files\Java\jre1.5.0_01\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_01\bin\net.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_01\bin\nio.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_01 -Djavaplugin.nodotversion=150_01 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~1.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_01 -Djavaplugin.nodotversion=150_01 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~1.0_0\bin;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Panda Software\Panda Antivirus Platinum\;C:\Program Files\Support Tools\;.
    USERNAME=Mark
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 12 Stepping 0, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1047280k(464504k free), swap 2518976k(2127492k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_01-b08) for windows-x86, built on Dec 6 2004 19:51:00 by "java_re" with MS VC++ 6.0
    I am at my wits end trying to correct this problem. Any help would be appreciated. Thanks

  • FlexBuilder Startup Error - An error has occurred. See log file.

    Hello Everyone. This one baffles me. When I try to load
    FlexBuilder, I get a popup message advising the following:
    "An error has occurred. See the log file
    c:\Program Files\Adobe\Flex Builder
    2\configuration\1201413244722.log"
    note that the log file name changes. Also note that this file
    doesn't exist. I can't find it anywhere on my computer. Also note
    that I am running Vista in 32 bit mode. The error of course is not
    very descriptive, especially since I don't have the log file. I
    think that this may be due to a corrupt workspace but I'm not sure.
    I have uninstalled and reinstalled the software several times, and
    it will work for a while, but then it will come back.
    Any ideas?
    Also, does anyone know of a configuration file I can change
    the workspace without loading FlexBuilder? If it's a corrupt
    workspace I would like to try and get around it by pointing
    FlexBuilder to a different workspace (i have several).
    Thanks,
    Amanda

    I've purchased a new drive, installed Xp and now things are
    working much better. Still had the Flex issue pop up now and then.
    I solved the last occurance with a fresh re-install. However, since
    then, I've come across the following:
    ======================
    When using Flex Builder 3 Beta 3 with a workspace from a
    previous beta, please clean and reinitialize the workspace. Note
    that this operation does not remove or alter Eclipse projects
    residing the workspace in any way.
    Windows:
    Go to the install directory; drive:\Program Files\Adobe\Flex
    Builder 3, or the root of the Eclipse install directory if using
    the Flex Builder Plug in
    Edit FlexBuilder.ini or Eclipse.ini in a text editor
    Add the following to the top of the file (not the bottom)
    -clean
    Launch Flex Builder or Eclipse
    Remove –clean after exiting Flex Builder or Eclipse
    ======================
    Try this and let everyone know if it works. Thanks.
    Wayne

  • OEM Plug-in debugging

    Hi,
    I am developing a plug-in in OEM and I have successfully deployed a sample plug-in by altering DemoHost plugin(Using Flex Builder). Now whenever I have modified some code or done some alignment changes or any small changes, then I completely undeploy the existing one and then redeploy new one from scratch. I have read in the document that it is possible to debug the application using Flex once the plug-in is deployed. But when I run the plug-in from Flex, it shows the login screen and even if I have provide the correct credentials, its throwing some error.
    I am using Windows 7 as the development machine with Adobe Flex Builder 3 as development tool.
    Any help would be appreciated.
    Thanks.

    To run from FlashBuilder (or FlexBuilder) you need to either change your OMS to allow http access and select "http" from the login dialog that appears when running from FB. Or, you need to accept and install the security certificate in the browser you launch from FB. Please see this thread for details on how to accept the EM root certificate if you are not familiar with it. Re: A very important question about the HostSample-Help needed!
    If this is not working for you then please post more details on exactly what error you are seeing when you attempt to run from FB.

  • Bug in com.adobe.flexbuilder.project.internal.FlexProject?

    I believe that I found a bug in
    com.adobe.flexbuilder.project.internal.FlexProject.
    I'm using a URL for my flex application that has no web
    context (i.e.
    http://localhost:8080/). When I
    try to launch the application from FlexBuilder 2, a dialog box pops
    up with the generic error message: "An internal error occurred
    during: Launching".
    The stack trace is as follows:
    java.lang.StringIndexOutOfBoundsException: String index out
    of range: 0
    at java.lang.String.charAt(Unknown Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.trimSeparators(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.getDefaultLaunchURL(Unknown
    Source)
    at
    com.adobe.flexbuilder.debug.launching.FlexLaunchConfiguration.getDefaultLaunchURL(FlexLau nchConfiguration.java:157)
    at
    com.adobe.flexbuilder.debug.launching.FlexLaunchConfiguration.getLaunchURL(FlexLaunchConf iguration.java:136)
    at
    com.adobe.flexbuilder.debug.launching.AbstractFlexLaunchDelegate.preLaunchCheck(AbstractF lexLaunchDelegate.java:420)
    at
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:607)
    at
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
    at
    org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
    at
    org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    Also, if I try to edit an existing launch configuration, a
    dialog box appears with the generic error message: "Problems
    occurred when invoking code from plug-in: org.eclipse.jface"
    The stack trace is as follows:
    java.lang.StringIndexOutOfBoundsException: String index out
    of range: 0
    at java.lang.String.charAt(Unknown Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.trimSeparators(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.getDefaultLaunchURL(Unknown
    Source)
    at
    com.adobe.flexbuilder.debug.ui.launching.FlexLaunchTab.updateURLs(FlexLaunchTab.java:192)
    at
    com.adobe.flexbuilder.debug.ui.launching.FlexLaunchTab.abstractHandleProjectChanged(FlexL aunchTab.java:208)
    at
    com.adobe.flexbuilder.debug.ui.launching.AbstractFlexLaunchTab.handleProjectChanged(Abstr actFlexLaunchTab.java:546)
    at
    com.adobe.flexbuilder.debug.ui.launching.AbstractFlexMainTab.handleProjectChanged(Abstrac tFlexMainTab.java:124)
    at
    com.adobe.flexbuilder.debug.ui.launching.AbstractFlexMainTab$1.modifyText(AbstractFlexMai nTab.java:97)
    at
    org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
    at
    org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2143)
    at
    org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3375)
    at
    org.eclipse.swt.widgets.Control.windowProc(Control.java:3249)
    at
    org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native
    Method)
    at
    org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1851)
    at
    org.eclipse.swt.widgets.Text.callWindowProc(Text.java:131)
    at
    org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Text.windowProc(Text.java:1841)
    at
    org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native
    Method)
    at
    org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:2650)
    at org.eclipse.swt.widgets.Text.setText(Text.java:1657)
    at
    com.adobe.flexbuilder.debug.ui.launching.AbstractFlexMainTab.initializeFrom(AbstractFlexM ainTab.java:167)
    at
    org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchCon figurationTabGroup.java:86)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.disp layInstanceTabs(LaunchConfigurationTabGroupViewer.java:655)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$6.ru n(LaunchConfigurationTabGroupViewer.java:548)
    at
    org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inpu tChanged(LaunchConfigurationTabGroupViewer.java:565)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setI nput(LaunchConfigurationTabGroupViewer.java:529)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunc hConfigurationSelectionChanged(LaunchConfigurationsDialog.java:928)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$4.selection Changed(LaunchConfigurationsDialog.java:547)
    at
    org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at
    org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at
    org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
    at
    org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java :837)
    at
    org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1578)
    at
    org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:384)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunc hConfigurationSelectionChanged(LaunchConfigurationsDialog.java:922)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$4.selection Changed(LaunchConfigurationsDialog.java:547)
    at
    org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at
    org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at
    org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
    at
    org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java :837)
    at
    org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1143)
    at
    org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1163)
    at
    org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:236)
    at
    org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230)
    at
    org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
    at
    org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at
    org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(Launch ConfigurationsDialog.java:1086)
    at
    org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:383)
    at
    org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at
    org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java: 387)
    at
    org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java: 329)
    at
    org.eclipse.debug.ui.actions.LaunchAction.runWithEvent(LaunchAction.java:79)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:539)
    at
    org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at
    org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :400)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:92)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:68)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    I believe that the trimSeparators method needs to be more
    robust:
    private String trimSeparators(IPath ipath) {
    ipath = ipath.removeTrailingSeparator();
    String s = ipath.toString();
    if (s.charAt(0) == '/')
    s = s.substring(1);
    return s;
    I believe that there should be a check to see if the string
    variable is null or empty before calling the charAt() method on it.

    I forgot to mention that the exception described above
    occurred in the FlexBuilder plug-in for Eclipse. Unfortunately, the
    same exception is also thrown in the stand-alone version of
    FlexBuilder:
    java.lang.StringIndexOutOfBoundsException: String index out
    of range: 0
    at java.lang.String.charAt(Unknown Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.trimSeparators(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.getDefaultLaunchURL(Unknown
    Source)
    at
    com.adobe.flexbuilder.debug.launching.FlexLaunchConfigurationWorkingCopy.populateDefaultL aunchConfiguration(FlexLaunchConfigurationWorkingCopy.java:111)
    at
    com.adobe.flexbuilder.debug.ui.launching.FlexLaunchShortcut.createConfigurationWorkingCop y(FlexLaunchShortcut.java:309)
    at
    com.adobe.flexbuilder.standalone.actions.LaunchApplicationAction.<init>(LaunchApplication Action.java:53)
    at
    com.adobe.flexbuilder.standalone.actions.AbstractLaunchAction.run(AbstractLaunchAction.ja va:108)
    at
    org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at
    org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:538)
    at
    org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at
    org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :400)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at
    com.adobe.flexbuilder.standalone.FlexBuilderApplication.run(FlexBuilderApplication.java:1 03)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)

  • Java TM Plug-in Fatel Error.

    Dear Sir,
    I use MyEclipse (eclipse-SDK-3.1-win32) and EnterpriseWorkbenchInstaller_4.1GA_E3.1(1).
    I installed the Bea weblogic 8.1 and MyEclipse on D drive due to little space on C driive.
    I configured the BEA weblogic 8.1 Application server with My Eclipse.
    With My Eclipse I used Weblogic 8.1. Weblogic have a jdk141_02 which is in built with weblogic 8.1. Weblogic 8.1 do not work with jdk 1.5.
    After the deploy of file and when I click on Eclipse Browser Icon.
    Eclipse Browser windows show that:
    Java TM Plug-in Fatel Error.
    Can not load class-sun\plug-in\JavaRunTime.
    The Bridge was Installed at <D:\PRPGRAM\Java>
    but the class is not there.
    Modify the registry key to reflect the new bridge location.
    The Key is HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plugin or change
    your CLASSPATH to include the new directory.
    I already set the CLASSPATH=D:\bea\weblogic81\server\lib\weblogic.jar;.
    PATH=D:\bea\jdk141_02\bin;.
    Please help..

    Here is how I fixed the problem on my computer. got to control panel. click on add or remove programs. I saw two spots that had java. java tm se runtime environment 6 update 1 and one other one that said java. do not remove the one that says java tm se runtime environment 6 update 1. You want to click on remove on the one under it. I also removed my messenger live. now I have no problems on going to play my yahoo games!!

  • Some questions about building  a plug in

    Hello,
    1.I'm trying to build a plug in ( for EM12c release 2 ) for my standalone java application - which exposes mbeans whom i want to collect some metrics with.
    It's been a while since i started to build it - and I asked quite a lot of quesions about it - because the documnets supplied with the EDK and
    the books ( ProgrammersGuide, ProgrammersReferece and the README file ) are not very clear to me ( I'm a newbie with EM in general .. )
    So far some of the questions got answered and were very halpfull with this long process. BUT, there are some questions that nobody answered yet.
    I'm quite "stuck" with it. I'm talking about the questions in : Re: A question about updating metadata files in plug in
    I have a deadline for this plug in ( which is very close ..) so this the reason I post this new message.
    I will appriciate any help about those questions .
    2. Regarding the above, ( hoping to have an answered soon ..) I'm trying another way to buils this plug in:
    In the README file there is this section( 3.6 : using MPCUI ) . I read the programmersReference ( chapter 8 ) and followed the instructions both in the README file and the ProgrammersReference .
    For a begining, I just wanted to modify a small thing in the example supplied ( Demo Host System ) just to get started with something .
    So i modify the file which contains the label ' Select member ... ' ( i don't remember the name of the file since the project is in my office , and I can't copy/paste ..- I think the the file icontians the name ' ConfirmationTarget .xml - it's one of the pages seen while adding a target ) .
    I i changed it , i build the project ( using FlexBuilder) but did not use ANT as it's says in the README - the eclipse IDE build this file automatically
    ( HostSystem.swf  in bin-debug dir as it says in the README ) . I copied this file to stage_dir/oms/metadata/mpcui .
    i build a new plug in ( i incremented the version of it ) - no errors, everty thing was fine .I also copied this file to the oms server ( it wasn't there before )
    and than run the commad ' emctl register oms ...' as it says in section 3.6 - and o got 'Success' eventually .
    Now, when i opened the EM console , hoping to see tge change i made ( again , it's just a change of the title of the step while adding the target , and adding another menuitem to the 3 item that were alreay there ( CPU, FS, etc ) .
    I believe wad i did is right- i mean changing in the right file and place ( there is no title like like this in any oter source file in the whole project )
    but still, I didn't see any change! it seems execatly as it was befoer the change ..
    Any idea?
    Thanks.

    Regarding your question #2. Please read my response here carefully as it covers a number of different issues.
    1. Ant is not required to build the SWF file in your plug-in. It is an OPTION. Section 8.27 describes the different development options using either Ant or FlexBuilder.
    2. You do NOT need to ever copy a SWF file to any location under the OMS runtime. You need to include it in the stage area and then either build an OPAR or use emctl to incrementally update the deployed plug-in. It has to either be deployed as part of the plug-in deployment or updated incrementally using emctl register oms metadata. Section 8.27.2.6 describes the specific steps to do this incremental update.
    Steps to update the SWF associated with demo_hostsample. These are covered in the README and in chapter 8.
    1. deploy the demo_hostsample plug-in as described in the README
    2. create an instance of the Host Sample target type through manually discovery (Add Targets->Add Non-Host Target Specifying Properties)
    3. using the demo_hostsample.zip project in Flex Builder, modify some part of the code, for example, modify the line containing label="Current Status" to label="My New Label"
    4. rebuild the SWF, to be sure you can to a Clean build of the demo_hostsample project
    5. ensure there is an updated copy of the HostSample.swf under demo_hostsample\mpcui\bin-debug (NOT bin-release, unless you Exported A Release Build)
    6. copy that updated HostSample.swf file to the location on the OMS machine where you unzipped and built the OPAR for the demo_hostsample plug-in
    7. cd to the stage/oms/metadata/mpcui directory and replace the current HostSample.swf with the one you just built (BE SURE ITS THE UPDATED FILE)
    8. execute the command "emctl register oms metadata -sysman_pwd sysman -pluginId oracle.sysman.ohs -service mpcui -file demo_hostsample_uimd_swf.xml (BE SURE TO USE THE CORRECT sysman_pwd)
    At this point you should be able to go to the homepage for the Host Sample target you created and see the changes.

  • FB3 plug-in install into Eclipse 3.3 does not install editors

    I just decided to upgrade to Eclipse 3.2 as it has been
    suggested in the forums that could improve stability on Windows
    Vista.
    I installed Eclipse 3.3, then ran the FB3 Beta1 install to
    install into the new eclipse installation. Install completed
    successfully but after opening eclipse I got errors when it
    attempted to load the editor for open source files. It basically
    said that com.adobe.flexbuilder.editors.derived.something could not
    be loaded or something like that.
    I thought maybe it was because I had not unistalled the FB3
    plug-in first so I uninstalled it, unzipped a fresh copy of eclipse
    3.3 and then installed the FB3 plug-in again. Same problem.
    On inspecting the plugins folder of my eclipse installation,
    I noticed that the
    com.adobe.flexbuilder.editors.derived_3.0_172437.jar file was not
    unpaced, as the other editors (mxml, actionscript, etc) were. So I
    unzipped the JAR to
    com.adobe.flexbuilder.editors.derived_3.0_172437 and started
    Eclipse and this seems to have fixed the problem.

    On further investigation this does not seem to be an
    installation problem but rather an Eclipse permission issue. The
    JAR file is installed and I believe the expected behavior is that
    Eclipse automatically unpacks ("activates") it when it is first
    required. I noticed permission denied errors in the Eclipse log
    relating to bundle activation failure. I saw the same problem for
    the Java editor (org.eclipse.jdt.ui).
    I'm not sure why Eclipse is unable to activate the bundles
    however. As far as I can tell everything in the workspace and
    eclipse folders is owned by me and I have run a "takeown /f /r" on
    both to make sure but it still fails. I vaguely remember the same
    problems when I originally installed Eclipse 3.2 on Vista.
    Some of the Eclipse folders did not have u+w permission
    however but even though those folders (and their parents) were
    owned by me I could not chmod them unless the command shell was
    "Run as Administrator", which is odd.
    Anyway, after taking care of the permissions on those folders
    all now appears to be well.

  • Eclipse instead of FlexBuilder?

    Hi..
    I have been playing around with the FlexBuilder IDE but I
    find it clunky,
    unresponsive, buggy and crash prone. I have downloaded the
    free Eclipse IDE
    and I am curious how to integrate the Eclipse IDE with the
    free Flex SDK so
    that I can compile MXML pages and preview them in my browser
    instead of
    using the Flex Builder IDE.
    Thanks
    Rich

    Hi --
    Thank you for clerifying the "adjectives" sentence. I am/was
    not sure how
    much of the FB2 IDE was built "on top" of Eclipse and how
    much of it just
    uses pieces of the underlying Eclipse architecture.
    Is it possible then, without FB2 to build and compile Flex
    apps in Eclipse?
    I understand that things such as the property viewer /
    component palette
    would not be available but I am fine with that as I started
    writing HTML
    code in Notepad way back in the days of Windows 95!
    I am, ideally, looking for a way to integrate the Flex
    compiler included in
    the free SDK with the Eclipse IDE.
    Thanks
    Rich
    "ntsiii" <[email protected]> wrote in message
    news:ehm7jb$fmf$[email protected]..
    > He means it is not "clunky, unresponsive, buggy and
    crash prone". Those
    > words
    > are "adjectives". If FB2 is that, then so is Eclipse.
    >
    > But of course both his view and yours (and mine) are
    just opinions.
    >
    > Yes, the plug-in will still be just a trial demo. When
    you buy FB2, you
    > are
    > paying for the integration pieces that you mention,
    among others.
    >
    > Tracy
    >

  • I am not able to install adobe flash builder plugin 4.7 for myEclipse blue edition 2014

    I am not able to install adobe flash builder plugin 4.7 for myeclipse blue edition 2014. Both are 64 bit and I have successfully installed adobe flash builder 4.7 and myEclipse blue edition 2014. Now the problem is not able to install the  Adobe Flash Builder 4.7 Plug-in Utility.exe, while installing it asked for drop-ins folder after selecting that, it is saying the selected folder not contained Eclipse instance.

    You don't have service pack 3 most likely. Refer to the tech specs:
    http://www.adobe.com/products/flash-builder/tech-specs.html
    Mylenium

  • DB CONNECTION - EXCEPTION_ACCESS_VIOLATION

    I've developed a "batch process" which uses three different databases(two sql servers and one oracle). The application uses two different connection pools ; one for sql server and another one for oracle. The remaining sql server I've to connect using Data Source Name(DSN) defined in the data source. I am using sun's odbc-jdbc bridge mechanism/tool/driver to get connection and I am not using connection pool. Whenever need connection, the application will pass the dsn, user and password, and a new connection will be created. the application creates and uses 3 connections per minute in an average.
    I am getting this error after sometimes 609th, 1222th, or 1069th connections for the same database. As soon the application gets this error, the JVM is killed.
    PLEASE HELP ME and if you need more info. pl. let me know
    Thanks,
    Julia
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c901010, pid=176, tid=3652
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x1010]
    --------------- T H R E A D ---------------
    Current thread (0x0aa98e10): JavaThread "Timer-2" [_thread_in_native, id=3652]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
    Registers:
    EAX=0x00000004, EBX=0x0b28f674, ECX=0x7ffa9000, EDX=0x00000004
    ESP=0x0b28f610, EBP=0x0b28f628, ESI=0x00000000, EDI=0x0b0d12a0
    EIP=0x7c901010, EFLAGS=0x00000297
    Top of Stack: (sp=0x0b28f610)
    0x0b28f610: 74355a16 00000004 0b0d12c4 7432139f
    0x0b28f620: 0b0d12c4 00000000 0b28f640 7432a244
    0x0b28f630: 0b0d12c4 74350000 0aa98ed0 00000000
    0x0b28f640: 0b28f654 7432a653 0abeafe0 0aa98ed0
    0x0b28f650: 0728b200 0b28f66c 6d371157 0b0d12a0
    0x0b28f660: 0b28f674 0aa98e10 0728b200 0b28f6a4
    0x0b28f670: 0085832f 00000000 0b28f6c0 0b0d12a0
    0x0b28f680: 00000000 0b28f6b4 0b28f688 00000000
    Instructions: (pc=0x7c901010)
    0x7c901000: 90 90 90 90 90 64 8b 0d 18 00 00 00 8b 54 24 04
    0x7c901010: 83 7a 14 00 75 4f f0 ff 42 04 75 19 8b 41 24 89
    Stack: [0x0b250000,0x0b290000), sp=0x0b28f610, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x1010]
    C [ODBC32.dll+0xa244]
    C [ODBC32.dll+0xa653]
    C [JdbcOdbc.dll+0x1157]
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    J java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j com.realm.connect.conndbresources.FADatabaseResourceManager.getConnection()Ljava/sql/Connection;+59
    j com.realm.connect.conndbresources.FADatabaseResourceManager.getListOfVersionsInDYNANotInJDE(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Ljava/util/ArrayList;+245
    J com.realm.connect.process.PopulateReXMLLeaseData.createLeaseData(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/PropertyDataType$RetailSalesType;Lcom/realm/connect/jaxb/rexml/PropertyDataType$ReportCategoriesType;Ljava/util/HashMap;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/LeaseDataType;)Lcom/realm/connect/jaxb/rexml/LeaseDataType;
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j com.realm.connect.process.BuildSelectionCriteriaReXML.createReXML(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;Ljava/lang/String;)V+1115
    j com.realm.connect.process.BuildSelectionCriteriaReXML.RunBuildSelectionCriteriaReXML(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;)V+1394
    j com.realm.connect.process.BuildSelectionCriteriaReXML.<init>(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+249
    j com.realm.connect.process.BatchScheduleWeekly.run()V+334
    j java.util.TimerThread.mainLoop()V+221
    j java.util.TimerThread.run()V+1
    v ~StubRoutines::call_stub
    V [jvm.dll+0x86e84]
    V [jvm.dll+0xddead]
    V [jvm.dll+0x86d55]
    V [jvm.dll+0x86ab2]
    V [jvm.dll+0xa16b2]
    V [jvm.dll+0x10f4ac]
    V [jvm.dll+0x10f47a]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    J java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j com.realm.connect.conndbresources.FADatabaseResourceManager.getConnection()Ljava/sql/Connection;+59
    j com.realm.connect.conndbresources.FADatabaseResourceManager.getListOfVersionsInDYNANotInJDE(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Ljava/util/ArrayList;+245
    J com.realm.connect.process.PopulateReXMLLeaseData.createLeaseData(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/PropertyDataType$RetailSalesType;Lcom/realm/connect/jaxb/rexml/PropertyDataType$ReportCategoriesType;Ljava/util/HashMap;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/LeaseDataType;)Lcom/realm/connect/jaxb/rexml/LeaseDataType;
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j com.realm.connect.process.BuildSelectionCriteriaReXML.createReXML(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;Ljava/lang/String;)V+1115
    j com.realm.connect.process.BuildSelectionCriteriaReXML.RunBuildSelectionCriteriaReXML(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;)V+1394
    j com.realm.connect.process.BuildSelectionCriteriaReXML.<init>(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+249
    j com.realm.connect.process.BatchScheduleWeekly.run()V+334
    j java.util.TimerThread.mainLoop()V+221
    j java.util.TimerThread.run()V+1
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x0aa98e10 JavaThread "Timer-2" [_thread_in_native, id=3652]
    0x0ae6b410 JavaThread "Timer-1" [_thread_in_native, id=2808]
    0x0aa3ea10 JavaThread "Thread-2" [_thread_blocked, id=2796]
    0x0aa7cb60 JavaThread "Thread-1" [_thread_blocked, id=2912]
    0x0adf4a60 JavaThread "Timer-0" [_thread_blocked, id=360]
    0x000388b0 JavaThread "DestroyJavaVM" [_thread_blocked, id=3188]
    0x0aaf5b80 JavaThread "Wrapper-Connection" daemon [_thread_in_native, id=1492]
    0x0aa409e8 JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_blocked, id=3124]
    0x00816d18 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2532]
    0x00815988 JavaThread "CompilerThread0" daemon [_thread_blocked, id=660]
    0x00814e28 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3536]
    0x0080bbc8 JavaThread "Finalizer" daemon [_thread_blocked, id=2720]
    0x0080a798 JavaThread "Reference Handler" daemon [_thread_blocked, id=2676]
    Other Threads:
    0x00806558 VMThread [id=3956]
    0x00812e18 WatcherThread [id=856]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1792K, used 840K [0x02850000, 0x02a40000, 0x02d30000)
    eden space 1600K, 46% used [0x02850000, 0x0290a6c8, 0x029e0000)
    from space 192K, 49% used [0x02a10000, 0x02a27d28, 0x02a40000)
    to space 192K, 0% used [0x029e0000, 0x029e0000, 0x02a10000)
    tenured generation total 23176K, used 16150K [0x02d30000, 0x043d2000, 0x06850000)
    the space 23176K, 69% used [0x02d30000, 0x03cf5b08, 0x03cf5c00, 0x043d2000)
    compacting perm gen total 12288K, used 12128K [0x06850000, 0x07450000, 0x0a850000)
    the space 12288K, 98% used [0x06850000, 0x074280c0, 0x07428200, 0x07450000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\java.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
    0x6d6c0000 - 0x6d85b000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x5dac0000 - 0x5dac8000 C:\WINDOWS\system32\rdpsnd.dll
    0x76360000 - 0x76370000 C:\WINDOWS\system32\WINSTA.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d280000 - 0x6d288000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\hpi.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x6d690000 - 0x6d69c000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\verify.dll
    0x6d300000 - 0x6d31d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\java.dll
    0x6d6b0000 - 0x6d6bf000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\zip.dll
    0x10000000 - 0x10013000 C:\wrapper\lib\wrapper-windows-x86-32.dll
    0x6d4c0000 - 0x6d4d3000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x6d370000 - 0x6d37d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000 C:\WINDOWS\system32\ODBC32.dll
    0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
    0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x20000000 - 0x20017000 C:\WINDOWS\system32\odbcint.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5fe80000 - 0x5fe9b000 C:\WINDOWS\system32\odbccp32.dll
    0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    VM Arguments:
    jvm_args: -Djava.library.path=../lib -Dwrapper.key=hJ4ROjr9dlwjBqsE -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2196 -Dwrapper.version=3.2.1 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=5
    java_command: org.tanukisoftware.wrapper.WrapperSimpleApp com.realm.connect.process.BatchProcessStart C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\CONNECT\
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin;C:\Sun\SDK\jdk\bin;
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 8, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 523760k(118812k free), swap 2029640k(1564992k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0

    Are you familiar with the [url http://bugs.sun.com/bugdatabase/index.jsp]Bug Database? Perform a search there for the exception you've encountered. You may find a solution or workaround listed.

  • MyEclipse Reports and Weblogic 9.2

    i am trying to create a test web application in myEclipse 8.0 using the myEclipse Reports package (BIRT).
    I am using Weblogic 9.2
    I start by wreating a 'New Web Project' Specifying Java EE 5.0
    I then remove the version information from web.xml as this causes Weblogic to have unmarshalling execptions. My web.xml at this stage looks like
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    Weblogic starts up and i can access my index.jsp page
    i then add the myEclipse Report Capabilities to the application and redeploy it. Again i can see my index.jsp page.
    i then add a blank report and redeploy again, i can see the index.jsp page but when i try to show the report i get the following exception:
    31-Mar-2010 15:20:16 org.eclipse.birt.core.internal.plugin.ScriptEngineFactoryManagerImpl createFactory
    SEVERE: Plug-in "org.eclipse.birt.report.engine.script.javascript" was unable to instantiate class "org.eclipse.birt.report.engine.javascript.JavascriptEngineFactory".
    org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.birt.report.engine.script.javascript" was unable to instantiate class "org.eclipse.birt.report.engine.javascript.JavascriptEngineFactory".
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    the same app runs fine in Tomkat 6
    thanks for any help

    Have you seen the OBIEE [System Requirements and Supported Platforms|http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf] document?

Maybe you are looking for

  • Upgrading macbook 4.1 to use yosemite?

    what is my macbook missing and can it be changed so it can use yosemite?   Model Name: MacBook   Model Identifier: MacBook4,1   Processor Name: Intel Core 2 Duo   Processor Speed: 2.4 GHz   Number Of Processors: 1   Total Number Of Cores: 2   L2 Cach

  • 2 different ways to setup IPSec ?

    Hello, I am currently trying to setup IPSec tunnel between a pfSense router and a Windows Server 2008R2 (The windows server is located behind a router with NAT enable). First of all, I found two different ways to configure IPsec on Windows : 1) Throu

  • NTSC v. PAL

    Without TOO much information, will someone please explain just a little more about the difference between NTSC (North American broadcasting) and PAL (European broadcasting). I am sending a sample of some work of mine to a friend in England, and I am

  • Oracle Enterprise Service Bus (OESB) or Oracle Service Bus (OSB) ?

    Which product to choose for a new project? Some of them strategic product ? What are the advantages and weaknesses?

  • Is the Adobe Digital Edition (e-reader from the library) compatible with Adobe Reader X

    I have Adobe Reader X on my computer, and recently downloaded the Adobe Digital Edition so that I can read books from the library. However, when I attempt to download a book, the Adobe Reader X opens, and I get the message.... XXXX book could not be