Workshop terminates intermittently with the code below. Help!

I need help/pointer to what is causing this nightmare. This thing terminates so often that its becoming predictable. I cant say of one thing am doing at the time of termination. It could just be in the middle of test run, or just plain old browsing or button click. Hopefully the info below can help since that's the only thing left on exit.
JVM terminated. Exit code=1 C:/bea/jdk150_11/jre/bin/javaw.exe
-Xms384m -Xmx768m
-XX:MaxPermSize=256m
-Dweblogic.home=C:/bea/wlserver_10.0 -Dosgi.install.area=C:\bea\tools\eclipse32\eclipse
-Dosgi.instance.area.default=C:/bea/user_projects/w4WP_workspaces/Untitled
-Dosgi.configuration.area=C:/bea/workshop_10.0/workshop4WP/eclipse/configuration
-Declipse.product=com.bea.workshop.product.wl.workshop
-Dosgi.splashPath=file: C:/bea/workshop_10.0/workshop4WP/eclipse/plugins/com.bea.workshop.product.wl_1.0.0
-DprodMode=preProduction-jar C:\bea\workshop_10.0\workshop4WP\startup.jar
-0s win32
-ws win32
-arch x86
-launcher C:\bea\workshop_10.0\workshop4WP\workshop4WP.exe
-name Workshop4WP
-showsplash 600
-exitdata 154_64
-vm C:/bea/jdk150_11/jre/bin/javaw.exe
-vmargs -Xms384m -Xmx768m
-XX:MaxPermSize=256m
-Dweblogic.home=C:/bea/wlserver_10.0
-Dosgi.install.area=C:\bea\tools\eclipse32\eclipse
-Dosgi.instance.area.default=C:/bea/user_projects/w4WP_workspaces/Untitled -Dosgi.configuration.area=C:/bea/workshop_10.0/workshop4WP/eclipse/configuration -Declipse.product=com.bea.workshop.product.wl.workshop
-Dosgi.splashPath=file: C:/bea/workshop_10.0/workshop4WP/eclipse/plugins/com.bea.workshop.product.wl_1.0.0
-DprodMode=preProduction-jar C:\bea\workshop_10.0\workshop4WP\startup.jars

Hey Kal, am sorry this problem is still persistent but not as much: Here is a log. Hopefully someone can make meaning out of it:
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x743bac38, pid=8104, tid=7020
# JRE version: 6.0_21-b06
# Java VM: Java HotSpot(TM) Client VM (17.0-b16 mixed mode windows-x86 )
# Problematic frame:
# C [COMCTL32.dll+0xaac38]
# 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 (0x01b9a000): JavaThread "main" [_thread_in_native, id=7020, stack(0x00260000,0x002b0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x534d0f1c
Registers:
EAX=0x1ed7db2a, EBX=0x002147a0, ECX=0x1efd3046, EDX=0x00215980
ESP=0x002aeb3c, EBP=0x002aeb6c, ESI=0x534d0f00, EDI=0x534d0f00
EIP=0x743bac38, EFLAGS=0x00010202
Top of Stack: (sp=0x002aeb3c)
0x002aeb3c: 00215980 002147a0 743baa72 002f11e8
0x002aeb4c: 002aeb5c 00000000 00000005 743baa7d
0x002aeb5c: 00000000 00000000 00000263 1ed7db2a
0x002aeb6c: 002aeb94 743cc46e 00215980 534d0f00
0x002aeb7c: 00000000 00000002 002147a0 00215980
0x002aeb8c: 00000009 00000005 002aec18 743b9b55
0x002aeb9c: 5904b938 00000001 002147a0 00000003
0x002aebac: 00000000 002aec94 0000110b 00000000
Instructions: (pc=0x743bac38)
0x743bac28: c2 45 74 33 c5 89 45 fc 8b 55 08 53 56 8b 75 0c
0x743bac38: 0f b7 5e 1c 33 5d 10 89 55 d8 23 5d 14 75 12 8b
Stack: [0x00260000,0x002b0000], sp=0x002aeb3c, free space=13a002ae658k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [COMCTL32.dll+0xaac38]
C [COMCTL32.dll+0xbc46e]
C [COMCTL32.dll+0xa9b55]
C [USER32.dll+0x186ef]
C [USER32.dll+0x18876]
C [USER32.dll+0x143cf]
C [USER32.dll+0x143f5]
C [swt-win32-3235.dll+0x1346]
J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I
J org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Tree.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
V [jvm.dll+0xf3abc]
V [jvm.dll+0x1865b1]
V [jvm.dll+0xf3b3d]
V [jvm.dll+0xfd5cf]
V [jvm.dll+0xff3f7]
C [swt-win32-3235.dll+0x2ac96]
C [swt-win32-3235.dll+0x1f0c1]
C [USER32.dll+0x18876]
C [USER32.dll+0x17631]
C [USER32.dll+0x17695]
C [swt-win32-3235.dll+0xba46]
J org.eclipse.swt.internal.win32.OS.SendMessage(IIII)I
j org.eclipse.swt.widgets.Tree.setSelection([Lorg/eclipse/swt/widgets/TreeItem;)V+144
j org.eclipse.debug.internal.ui.viewers.AsynchronousTreeViewer.doAttemptSelectionToWidget(Lorg/eclipse/jface/viewers/ISelection;Z)Lorg/eclipse/jface/viewers/ISelection;+490
j org.eclipse.debug.internal.ui.viewers.AsynchronousViewer.attemptSelection(Z)V+19
j org.eclipse.debug.internal.ui.viewers.AsynchronousViewer$1.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+8
j org.eclipse.ui.progress.UIJob$1.run()V+51
J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
J org.eclipse.swt.widgets.Display.readAndDispatch()Z
J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j org.eclipse.ui.internal.Workbench.runUI()I+225
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object;+76
j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+219
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+60
v ~StubRoutines::call_stub
V [jvm.dll+0xf3abc]
V [jvm.dll+0x1865b1]
V [jvm.dll+0xf3b3d]
V [jvm.dll+0x1a0ebb]
V [jvm.dll+0x1a18d6]
V [jvm.dll+0x11f423]
C [java.dll+0x7127]
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
V [jvm.dll+0xf3abc]
V [jvm.dll+0x1865b1]
V [jvm.dll+0xf3b3d]
V [jvm.dll+0xfd385]
V [jvm.dll+0x104fdd]
C [javaw.exe+0x2155]
C [javaw.exe+0x8614]
C [kernel32.dll+0x51194]
C [ntdll.dll+0x5b495]
C [ntdll.dll+0x5b468]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I
J org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
J org.eclipse.swt.widgets.Tree.windowProc(IIII)I
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
J org.eclipse.swt.internal.win32.OS.SendMessageW(IIII)I
J org.eclipse.swt.internal.win32.OS.SendMessage(IIII)I
j org.eclipse.swt.widgets.Tree.setSelection([Lorg/eclipse/swt/widgets/TreeItem;)V+144
j org.eclipse.debug.internal.ui.viewers.AsynchronousTreeViewer.doAttemptSelectionToWidget(Lorg/eclipse/jface/viewers/ISelection;Z)Lorg/eclipse/jface/viewers/ISelection;+490
j org.eclipse.debug.internal.ui.viewers.AsynchronousViewer.attemptSelection(Z)V+19
j org.eclipse.debug.internal.ui.viewers.AsynchronousViewer$1.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+8
j org.eclipse.ui.progress.UIJob$1.run()V+51
J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
J org.eclipse.swt.widgets.Display.readAndDispatch()Z
J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
j org.eclipse.ui.internal.Workbench.runUI()I+225
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object;+76
j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+219
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+60
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/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x5a577c00 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=4008, stack(0x5afa0000,0x5aff0000)]
0x5a577800 JavaThread "Timer-4" daemon [_thread_blocked, id=2164, stack(0x58980000,0x589d0000)]
0x5a577000 JavaThread "Timer-1" daemon [_thread_blocked, id=7300, stack(0x5d770000,0x5d7c0000)]
0x5a576c00 JavaThread "Timer-0" daemon [_thread_blocked, id=4616, stack(0x5d720000,0x5d770000)]
0x5a5cc400 JavaThread "org.eclipse.jdt.debug: JDI Event Dispatcher" daemon [_thread_blocked, id=7220, stack(0x5d680000,0x5d6d0000)]
0x5a5c1400 JavaThread "ServerConnection" [_thread_in_native, id=2572, stack(0x5b160000,0x5b1b0000)]
0x5a5cbc00 JavaThread "Packet Send Manager" daemon [_thread_blocked, id=5512, stack(0x5d630000,0x5d680000)]
0x5a5cb800 JavaThread "Packet Receive Manager" daemon [_thread_in_native, id=2756, stack(0x5d5e0000,0x5d630000)]
0x5a5cb000 JavaThread "Worker-31" [_thread_blocked, id=8160, stack(0x5d590000,0x5d5e0000)]
0x5a796c00 JavaThread "Worker-30" [_thread_blocked, id=4656, stack(0x5d540000,0x5d590000)]
0x5a796400 JavaThread "Worker-29" [_thread_blocked, id=5840, stack(0x5d4f0000,0x5d540000)]
0x5a796000 JavaThread "Worker-28" [_thread_blocked, id=7660, stack(0x5d4a0000,0x5d4f0000)]
0x5a795800 JavaThread "Worker-27" [_thread_blocked, id=4304, stack(0x5d450000,0x5d4a0000)]
0x5a795400 JavaThread "Worker-26" [_thread_blocked, id=3152, stack(0x5d400000,0x5d450000)]
0x5a5c2c00 JavaThread "Worker-25" [_thread_blocked, id=8004, stack(0x5d3b0000,0x5d400000)]
0x583fb400 JavaThread "Process monitor" daemon [_thread_in_native, id=512, stack(0x5b090000,0x5b0e0000)]
0x5a315000 JavaThread "Input Stream Monitor" daemon [_thread_blocked, id=6880, stack(0x5aff0000,0x5b040000)]
0x5a318400 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=4208, stack(0x59b00000,0x59b50000)]
0x5a316000 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=6252, stack(0x587d0000,0x58820000)]
0x583f9c00 JavaThread "Worker-24" [_thread_blocked, id=7352, stack(0x5af30000,0x5af80000)]
0x5a317800 JavaThread "Worker-23" daemon [_thread_blocked, id=4120, stack(0x59b50000,0x59ba0000)]
0x5a5c2000 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=3460, stack(0x58820000,0x58870000)]
0x5a5c2800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=6668, stack(0x5b040000,0x5b090000)]
0x5a318000 JavaThread "Worker-19" [_thread_blocked, id=1204, stack(0x59d20000,0x59d70000)]
0x5a316800 JavaThread "Worker-17" [_thread_blocked, id=7472, stack(0x59150000,0x591a0000)]
0x5a315400 JavaThread "Worker-16" [_thread_blocked, id=6464, stack(0x59100000,0x59150000)]
0x583fcc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1392, stack(0x5ae60000,0x5aeb0000)]
0x583da400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6480, stack(0x59da0000,0x59df0000)]
0x5835d800 JavaThread "Java indexing" daemon [_thread_blocked, id=5632, stack(0x59cd0000,0x59d20000)]
0x560b0000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5360, stack(0x563f0000,0x56440000)]
0x560aec00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=7616, stack(0x563a0000,0x563f0000)]
0x56076400 JavaThread "State Data Manager" daemon [_thread_blocked, id=4336, stack(0x56350000,0x563a0000)]
0x01a89000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4440, stack(0x55f20000,0x55f70000)]
0x01a7ec00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3060, stack(0x55ed0000,0x55f20000)]
0x01a7dc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=6620, stack(0x55e80000,0x55ed0000)]
0x01a7ac00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6308, stack(0x55e30000,0x55e80000)]
0x01a4f000 JavaThread "Finalizer" daemon [_thread_blocked, id=7464, stack(0x55de0000,0x55e30000)]
0x01a4a400 JavaThread "Reference Handler" daemon [_thread_blocked, id=7996, stack(0x55d90000,0x55de0000)]
=>0x01b9a000 JavaThread "main" [_thread_in_native, id=7020, stack(0x00260000,0x002b0000)]
Other Threads:
0x01a47800 VMThread [stack: 0x003b0000,0x00400000] [id=6328]
0x01aa3c00 WatcherThread [stack: 0x55f70000,0x55fc0000] [id=7052]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 314560K, used 145265K [0x03ba0000, 0x190f0000, 0x190f0000)
eden space 279616K, 45% used [0x03ba0000, 0x0b895cd8, 0x14cb0000)
from space 34944K, 49% used [0x16ed0000, 0x17fb6918, 0x190f0000)
to space 34944K, 0% used [0x14cb0000, 0x14cb0000, 0x16ed0000)
tenured generation total 699072K, used 86918K [0x190f0000, 0x43ba0000, 0x43ba0000)
the space 699072K, 12% used [0x190f0000, 0x1e5d1858, 0x1e5d1a00, 0x43ba0000)
compacting perm gen total 65024K, used 64937K [0x43ba0000, 0x47b20000, 0x53ba0000)
the space 65024K, 99% used [0x43ba0000, 0x47b0a6f0, 0x47b0a800, 0x47b20000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x00424000      C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe
0x77380000 - 0x774bc000      C:\Windows\SYSTEM32\ntdll.dll
0x76340000 - 0x76414000      C:\Windows\system32\kernel32.dll
0x756c0000 - 0x7570a000      C:\Windows\system32\KERNELBASE.dll
0x75b10000 - 0x75bb0000      C:\Windows\system32\ADVAPI32.dll
0x75dc0000 - 0x75e6c000      C:\Windows\system32\msvcrt.dll
0x75d50000 - 0x75d69000      C:\Windows\SYSTEM32\sechost.dll
0x772d0000 - 0x77371000      C:\Windows\system32\RPCRT4.dll
0x75c80000 - 0x75d49000      C:\Windows\system32\USER32.dll
0x761c0000 - 0x7620e000      C:\Windows\system32\GDI32.dll
0x76000000 - 0x7600a000      C:\Windows\system32\LPK.dll
0x75bb0000 - 0x75c4d000      C:\Windows\system32\USP10.dll
0x75c60000 - 0x75c7f000      C:\Windows\system32\IMM32.DLL
0x76210000 - 0x762dc000      C:\Windows\system32\MSCTF.dll
0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\msvcr71.dll
0x6d8b0000 - 0x6db57000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\client\jvm.dll
0x73bd0000 - 0x73c02000      C:\Windows\system32\WINMM.dll
0x75400000 - 0x7544b000      C:\Windows\system32\apphelp.dll
0x6d860000 - 0x6d86c000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\verify.dll
0x6d3e0000 - 0x6d3ff000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.dll
0x6d340000 - 0x6d348000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\hpi.dll
0x76010000 - 0x76015000      C:\Windows\system32\PSAPI.DLL
0x6d8a0000 - 0x6d8af000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\zip.dll
0x74f30000 - 0x74f46000      C:\Windows\system32\CRYPTSP.dll
0x74c70000 - 0x74cab000      C:\Windows\system32\rsaenh.dll
0x74e30000 - 0x74e47000      C:\Windows\system32\USERENV.dll
0x754d0000 - 0x754db000      C:\Windows\system32\profapi.dll
0x75450000 - 0x7545c000      C:\Windows\system32\CRYPTBASE.dll
0x6d6c0000 - 0x6d6d3000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\net.dll
0x76630000 - 0x76665000      C:\Windows\system32\WS2_32.dll
0x76670000 - 0x76676000      C:\Windows\system32\NSI.dll
0x74ef0000 - 0x74f2c000      C:\Windows\system32\mswsock.dll
0x75040000 - 0x75046000      C:\Windows\System32\wship6.dll
0x732f0000 - 0x73300000      C:\Windows\system32\NLAapi.dll
0x74cb0000 - 0x74cf4000      C:\Windows\system32\DNSAPI.dll
0x71a20000 - 0x71a28000      C:\Windows\System32\winrnr.dll
0x71a10000 - 0x71a20000      C:\Windows\system32\napinsp.dll
0x719d0000 - 0x719e2000      C:\Windows\system32\pnrpnsp.dll
0x74900000 - 0x74905000      C:\Windows\System32\wshtcpip.dll
0x730f0000 - 0x7310c000      C:\Windows\system32\IPHLPAPI.DLL
0x730e0000 - 0x730e7000      C:\Windows\system32\WINNSI.DLL
0x71f60000 - 0x71f66000      C:\Windows\system32\rasadhlp.dll
0x72c10000 - 0x72c48000      C:\Windows\System32\fwpuclnt.dll
0x6d6e0000 - 0x6d6e9000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\nio.dll
0x56620000 - 0x56672000      C:\bea\workshop_10.0\workshop4WP\eclipse\configuration\org.eclipse.osgi\bundles\249\1\.cp\swt-win32-3235.dll
0x76420000 - 0x7657c000      C:\Windows\system32\ole32.dll
0x74310000 - 0x744ae000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
0x77550000 - 0x775a7000      C:\Windows\system32\SHLWAPI.dll
0x765b0000 - 0x7662b000      C:\Windows\system32\comdlg32.dll
0x76680000 - 0x772c9000      C:\Windows\system32\SHELL32.dll
0x774c0000 - 0x7754f000      C:\Windows\system32\OLEAUT32.dll
0x75e70000 - 0x75f64000      C:\Windows\system32\WININET.dll
0x75c50000 - 0x75c53000      C:\Windows\system32\Normaliz.dll
0x757d0000 - 0x75905000      C:\Windows\system32\urlmon.dll
0x755a0000 - 0x756bc000      C:\Windows\system32\CRYPT32.dll
0x75540000 - 0x7554c000      C:\Windows\system32\MSASN1.dll
0x75910000 - 0x75b09000      C:\Windows\system32\iertutil.dll
0x63ae0000 - 0x63b01000      C:\Windows\system32\MSVFW32.dll
0x742d0000 - 0x74310000      C:\Windows\system32\uxtheme.dll
0x73ea0000 - 0x73eb3000      C:\Windows\system32\dwmapi.dll
0x562f0000 - 0x562f8000      C:\bea\workshop_10.0\workshop4WP\eclipse\configuration\org.eclipse.osgi\bundles\54\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x725e0000 - 0x7261c000      C:\Windows\system32\oleacc.dll
0x566e0000 - 0x566f3000      C:\bea\workshop_10.0\workshop4WP\eclipse\configuration\org.eclipse.osgi\bundles\249\1\.cp\swt-gdip-win32-3235.dll
0x74140000 - 0x742d0000      C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca\gdiplus.dll
0x754c0000 - 0x754ce000      C:\Windows\system32\RpcRtRemote.dll
0x75f70000 - 0x75ff3000      C:\Windows\system32\CLBCatQ.DLL
0x67740000 - 0x6776e000      C:\Windows\system32\mlang.dll
0x6d0b0000 - 0x6d1fa000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\awt.dll
0x72640000 - 0x72691000      C:\Windows\system32\WINSPOOL.DRV
0x6d2e0000 - 0x6d334000      C:\Program Files\Java\jdk1.6.0_21\jre\bin\fontmanager.dll
0x68360000 - 0x68365000      C:\Windows\system32\msimg32.dll
0x72a90000 - 0x72a9d000      C:\Windows\system32\dhcpcsvc6.DLL
0x72a70000 - 0x72a82000      C:\Windows\system32\dhcpcsvc.DLL
0x5c530000 - 0x5cfae000      C:\Windows\System32\ieframe.dll
0x75460000 - 0x754bf000      C:\Windows\system32\SXS.DLL
0x753e0000 - 0x753fa000      C:\Windows\system32\SspiCli.dll
0x64340000 - 0x648f5000      C:\Windows\System32\mshtml.dll
0x6a3f0000 - 0x6a41a000      C:\Windows\System32\msls31.dll
0x749b0000 - 0x749b9000      C:\Windows\System32\VERSION.dll
0x74980000 - 0x749a1000      C:\Windows\system32\ntmarta.dll
0x75d70000 - 0x75db5000      C:\Windows\system32\WLDAP32.dll
0x64330000 - 0x6433b000      C:\Windows\system32\msimtf.dll
VM Arguments:
jvm_args: -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Dweblogic.home=C:/bea/wlserver_10.0 -Dosgi.install.area=C:\bea\tools\eclipse32\eclipse -Dosgi.instance.area.default=C:/bea/user_projects/w4WP_workspaces/Untitled -Dosgi.configuration.area=C:/bea/workshop_10.0/workshop4WP/eclipse/configuration -Declipse.product=com.bea.workshop.product.wl.workshop -Dosgi.splashPath=file:C:/bea/workshop_10.0/workshop4WP/eclipse/plugins/com.bea.workshop.product.wl_1.0.0 -DprodMode=preProduction
java_command: C:\bea\workshop_10.0\workshop4WP\startup.jar -os win32 -ws win32 -arch x86 -launcher C:\bea\workshop_10.0\workshop4WP\workshop4WP.exe -name Workshop4WP -showsplash 600 -exitdata 1ba4_64 -vm C:/bea/jrockit_150_11/bin/javaw.exe -vm C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe -vmargs -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Dweblogic.home=C:/bea/wlserver_10.0 -Dosgi.install.area=C:\bea\tools\eclipse32\eclipse -Dosgi.instance.area.default=C:/bea/user_projects/w4WP_workspaces/Untitled -Dosgi.configuration.area=C:/bea/workshop_10.0/workshop4WP/eclipse/configuration -Declipse.product=com.bea.workshop.product.wl.workshop -Dosgi.splashPath=file:C:/bea/workshop_10.0/workshop4WP/eclipse/plugins/com.bea.workshop.product.wl_1.0.0 -DprodMode=preProduction -jar C:\bea\workshop_10.0\workshop4WP\startup.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\bea\jrockit_150_11
CLASSPATH=.;C:\bea\modules\org.apache.ant_1.6.5\lib;C:\src\bea\workspaces\AlibrisDev;C:\src\bea\workspaces\AlibrisDev\AlibrisEar\EarContent\APP-INF\lib
PATH=C:\Program Files\Java\jdk1.6.0_21\bin;C:\software\apache-ant-1.8.1\bin;C:\oracle\product\11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Intel\WiFi\bin\;c:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\SecureCRT\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\bea\jrockit_150_11\bin;C:\bea\modules\org.apache.ant_1.6.5\bin;C:\Program Files\jZip
USERNAME=afamo
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7600
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
Memory: 4k page, physical 3099820k(957232k free), swap 6197876k(1597716k free)
vm_info: Java HotSpot(TM) Client VM (17.0-b16) for windows-x86 JRE (1.6.0_21-b06), built on Jun 22 2010 00:56:49 by "java_re" with MS VC++ 7.1 (VS2003)
time: Mon Aug 23 09:48:31 2010
elapsed time: 234282 seconds
Thanks!

Similar Messages

  • What will happen with the code?

    What will happen with the code below?
    for (i=0; i<=10000; i++)
    Object[] obj = new Object[5];
    In every loop, a new Array of Object wll be created. Will the Array of Object created in the
    current loop( for example, i=2001), eliminate the Array of Object created in previous loop
    (for example, i=2000 or 1999)? How the memory is allocated in every loop?
    Thanks.

    Each time through the loop, an array of five Object references is created. A reference to this array is assigned to the reference variable obj, causing the previously allocated array to be unreachable (except the first time through the loop, if obj was originally null). The garbage collector will collect these unreachable arrays if the memory gets low.

  • Can you help with the code to publish Flash to my own domain.

    Thank you for your help, I publish the my site to my own domain, I do not use .Mac, I tested your code and ity works well on .Mac, can you help with the code to publish to my own domain.
    Thank you again

    You appear to have just collected a variety of code snippets and thrown them together, including a section of AS2 code ( gage.onRelease = function() {... )
    The suggestion I offered yesterday still stands.  You should find a tutorial regarding AS3 and the atan2 function.  Beyond that, what you show suggests this is a school assignment.  You should seek help from your fellow students and instructor if that is the case.

  • Can u plz help me with the code to add BWART field to the DS:2LIS_04_P_COMP

    I want to add BWART field from AUFM table to the DS:2LIS_04_P_COMP.
    The AUFM table has key fields as :MBLNR,MJAHR and ZEILE.Can someone plz help with the code to put in the existing function module.I see that both 2LIS_04_P_COMP and AUFM have common field AUFNR process order.
    Plz help ASAP.

    I want to add BWART field from AUFM table to the DS:2LIS_04_P_COMP.
    The AUFM table has key fields as :MBLNR,MJAHR and ZEILE.Can someone plz help with the code to put in the existing function module.I see that both 2LIS_04_P_COMP and AUFM have common field AUFNR process order.
    Plz help ASAP.

  • Multiple Users Login ( Help With The Code ) Please.

    Hi all. Please help me...
    I'm using www.wix.com to create my websites.
    but since Wix.com don't able us to have member system conecet to database, i use Flash SWF As3 files...
    Please can anyone help me with the Code?
    Username=1    /Password= 1    /Url= www.1.com
    Username=2    /Password= 2    /Url= www.2.com
    Username=2    /Password= 2    /Url= www.2.com
    *If user name 1 or 2 or 3 correct. Show massage ex: Welcome back, if not correct " Bad login"
    *When login, it will open the url but in new page after the old one closed.
    + There is anyway to add " Password recovaring box too"?
    but not connected to datdabase as i said?
    Please help me, please! i areadly have code but it don't work for more than one user.
    Thank u soooo much!!
    Loai

    Here's the code i have already,,
    but i don't know how to add more than one user + when login it open new window ( popup ) i want it to open in the same window...
    Please help.
    stop();
    //hide the password
    //pass_txt.displayAsPassword = true;
    //adding event listener to the login button
    login_mc.addEventListener(MouseEvent.CLICK, loginUser);
    function loginUser(e:MouseEvent):void{
    //if both username and password are correct let the user logged in
    if(name_txt.text == "1" && pass_txt.text == "1"){
    navigateToURL( new URLRequest( "http://www.wix.com/designersgroup/tutorials/9-1" ), "_blank" );
    display_txt.text = "Going to secure area";
    else if(name_txt.text != "1" && pass_txt.text != "1"){
    display_txt.text = "Login failed!";
    if(name_txt.text == "2" && pass_txt.text == "2"){
    navigateToURL( new URLRequest( "http://www.wix.com/designersgroup/tutorials/9-2" ), "_blank" );
    display_txt.text = "Going to secure area";
    else if(name_txt.text != "2" && pass_txt.text != "2"){
    display_txt.text = "Login failed!";

  • How to connect my app interface with the code in flash builder?

    I'm a beginner and learning my way around actionscript,mxml and flash builder.So this may seem foolish but please bear with me,I'm creating a very simple ios app using flash builder,I have created a simple app interface (A background and a custom navigation bar)using photoshop for my app,now the question is how do i import it into flash builder so that i can connect it with the code i have written? or is there another simpler way to create a app interface using other products like fireworks or catalyst?
    In short, I want to know how is an app interface created(wt software) and how is it connected with its code using flash builder.Any help would be greatly appreciated, and tutorials would be swell
    Thanks!

    Can you use stage.width or stage.stageWidth?

  • How can I print the "number lines" with the code in Visual Studio?

    How can I print the "number lines" with the code in Visual Studio?

    Hi BillionaireMan,
    What about your issue now?
    If you have resolved it, you can share the solution here, which will be beneficial for other members with the same issue.
    If you did not, please tell us more information,we will try my best to help you.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What's wrong with the code?

    public void run()
    try
    {     for(;;)
         mgr = (RTPManager)RTPManager.newInstance();
         mgr.addSessionListener(this);
         mgr.addReceiveStreamListener(this);
         try{  /*****port1 = port2 = 29261, which port is only used in here
         localAddr = new SessionAddress(InetAddress.getLocalHost(), port1);
         destAddr = new SessionAddress(ipAddr, port2);
         }catch(Exception e)
              System.out.println(e + " 4");
         try{
         mgr.initialize(localAddr);
         }catch(Exception e)
         System.out.println(e + " 5");
         //set buffer
         bc = (BufferControl)mgr.getControl("javax.media.control.BufferControl");
         if (bc != null)
         bc.setBufferLength(20);
         try{
              mgr.addTarget(destAddr);
         }catch(Exception e)
         System.out.println(e + " 2");
    catch(Exception e)
         System.out.println(e+ " 3");
    the error when i run the code is like that:
    javax.media.rtp.InvalidSessionAddressException: Can't open local data port: 29261
    5
    java.io.IOException: Address already in use: Cannot bind 2
    which means there is error in :
    mgr.initialize(localAddr);
    mgr.addTarget(destAddr);
    But i don't know what's wrong with the code,
    can any one help me?

    I do not find any problem using the same ports for local and destination address with several unicasts. My problems are others.
    But note that the error is even at constructing the localAddress, I mean before trying the destinationAddress. Thus the reason cannot be the former is already in use. In fact I think the later belongs to a remote hosts. Likely, it is trying to access the destinationAddress through the localAddress, but this has not been constructed properly.

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • When accessing the any tasks from Fusion Applications homepage, "An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/

    We have installed HCM and CRM modules on Fusion Application 11.1.7 version.
    This is 2 node architecture ie IDM components installed in one node and Fusion components installed in another node.
    We are able to start the IDM components and Fusion components successfully, but when users are trying to access any task from Fusion application home page, they are getting the below error
    A portlet consumer error was received for the task Manage Worker Goal Setting Lookups. Report the error details to the following owning product Goal Management.
    An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/fnd/applcore/lookups/publicUi/flow/ManageCommonLookupsTF.xml#ManageCommonLookupsTF of module code fndSetup. Review the consumer and producer logs for more details on this error.

    This may be related to the other issue regarding "FUSION_APPS_WSM_APPID-KEY" as the logs contains exceptions like:
    oracle.wsm.policymanager.PolicyManagerException: WSM-02081 : Failed to login to perform requested action.
    Please refer to document Fusion Application Service Account Password Expiration Causes Portlet Producer Errors (1486388.1) for steps on how to verify and set the password. There is also exception:
    javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User FUSION_APPS_PROV_PATCH_APPID denied
    This is also likely caused by an expired password, please see Fusion Apps Servers Are Not Starting Up - Password Policy Error :9000: GSL_PWDEXPIRED_EXCP :Your Password has expired (1629927.1).
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • We recently purchased the iphone5 (2) and are having problems with sound coming thru the earbuds when we plug them in to the iphones.  works fine with the ipad.  help please

    recently purchased the iphone5 (2 of them) and are having problems with the earpods.  no sound when plugged in to the iphone.  both phones.  works with the ipad.  help please

    Hi P5052,
    Welcome to the Support Communities ... and congratulations on the purchase of your iPhone 5's!
    It is very unusual that neither phone is working with the new earpods. 
    Have you tried a different headphone just to see if the issue is with the earpods or the iPhones?
    The article below will give you the basic troubleshooting steps for this issue.
    Click on the link below to see more details and screenshots. 
    I've quoted some helpful highlights for you:
    iPhone: Can't hear through the receiver or speakers
    Symptoms
    When someone calls, I can't hear them through the receiver or speaker phone, and I can't hear music through the speaker. I also can't be heard by someone who is calling me.
    Note: iPhone has one speaker, which is adjacent to the dock connector. On iPhone 4 or later models, the speaker is to the right of the dock connector. On earlier iPhone models, the speaker is to the left of the dock connector.
    Resolution
    Verify that there is nothing plugged in to the headset jack, including headsets, headphones, or adapters.
    Make sure the Ring/Silent switch is not switched to silent.
    While on the Home screen, adjust the volume buttons. If you see the icon below, indicating that headphones are attached, there may be debris or an object lodged in the headset jack:
    Check the headset jack. If there is an object lodged in the headset jack that is not easily removed, have the iPhone serviced to remove object.
    For Original iPhone: If there is light debris, such as lint, in the headset jack, try connecting a pair of headphones to the headset jack and then remove the headphones. Repeat this several times to remove the debris.
    If you have installed a protective film on the display, either ensure that the receiver is not covered or remove the film completely.
    Check the receiver mesh (which is on the top front of the device, above the display). If it appears blocked, use a clean, small, dry, soft-bristled brush to carefully and gently brush away any debris.
    If you have paired with a Bluetooth headset that is nearby, either use the headset or turn Bluetooth off (chooseSettings > General > Bluetooth).
    Restart the iPhone.
    If restarting the iPhone doesn't resolve the issue, try restoring the device.
    If the issue persists, go to the Service Answer Center - iPhone for information on service.
    Hope this helps!
    - Judy
    <Edited by Host>

  • HT201412 I have a new iPad Air and it is asking for my Passcode which I thought i knew but it is not turning on with the code I thought I entered?

    I have a new iPad Air and it is asking for my Passcode which I thought I knew , but it is not turning on with the code I tought I had entered?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
    If the iPad was running iOS 7,  iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I just purchased moutain lion. I'm trying to download it but it doesn't. The download icon comes on with the bar below it. But no blue line appears. It's my third try. This last time I've waited for 15 minutes.

    I just purchased moutain lion. I'm trying to download it but it doesn't. The download icon comes on with the bar below it. But no blue line appears. It's my third try. This last time I've waited for 15 minutes.

    Welcome to Apple Communities
    Pause and resume it. If it doesn't work, press Shift key in boot, open App Store > Purchases and download, and if it doesn't help, http://www.apple.com/support/mac/app-store/contact

  • AS3 how to put the buttons always on top of the external swf in the code below?

    how to put the buttons always on top of the external swf in the code below?  I am  beginner use to as3, can someone help me?
    thanks, for all!!
    var Xpos:Number = 110;
    var Ypos:Number = 180;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/eyesClosed.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
    removeChild(loader);
    var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
    loader.load(newSWFRequest);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btn listeners
    eyesClosed.addEventListener(MouseEvent.CLICK, btnClick);
    stingray.addEventListener(MouseEvent.CLICK, btnClick);
    demon.addEventListener(MouseEvent.CLICK, btnClick);
    strongman.addEventListener(MouseEvent.CLICK, btnClick);

    use:
    var Xpos:Number = 110;
    var Ypos:Number = 180;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/eyesClosed.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
    removeChild(loader);
    var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
    loader.load(newSWFRequest);
    loader.x = Xpos;
    loader.y = Ypos;
    addChildAt(loader,0);
    // Btn listeners
    eyesClosed.addEventListener(MouseEvent.CLICK, btnClick);
    stingray.addEventListener(MouseEvent.CLICK, btnClick);
    demon.addEventListener(MouseEvent.CLICK, btnClick);
    strongman.addEventListener(MouseEvent.CLICK, btnClick);

  • Reset BIOS on HP g62, when I put in three wrong passwords I come up with the code 89283831

    Can anyone help me? I'm trying to reset the bios password on a G62  when I put in three wrong passwords I come up with the code 89283831
    This question was solved.
    View Solution.

    RWT.
    Use that code to go into the BIOS.
    Disable all passwords that are enabled.
    When asked for the CURRENT password use that code.
    When asked for NEW password just hit enter.
    If asked to VERIFY password just hit enter.
    Save and exit.
    REO
    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damage that may arise to your system by using these services. Please be aware that you do this at your own risk.
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

Maybe you are looking for