64 bits Error -2147467262 - No such interface supported

Hi,
It will be very kind of you in case you can help me.... I have a very particular issue... trying to consume a COM object developed by myself through a JAVA application. so we have 3 components:
(All inside windows 7 64 bits environment)
1) Java application
2) JNI (c++) library
3) COM object.
A simple Java application, used library 64 bits C:\Program Files\Java\jdk1.6.0_45
and the code looks similar to that:
public class DP {
static {
System.loadLibrary("JNIDP");
private native boolean Init();
public static void main(String[] args) {
DP dp = new DP();
dp.Init();
I have generated the JNI interface:
JNIEXPORT jboolean JNICALL Java_com_ncr_asr_DP_Init
  (JNIEnv *, jobject);
and create a library JNIDP to comsume the COM object like that:
JNIEXPORT jboolean JNICALL Java_com_ncr_asr_DP_Init(JNIEnv *env , jobject obj ) 
hRes = CoInitialize( NULL );
IDPPos* pDPPOS = NULL;
hRes = CoCreateInstance(CLSID_DPPos, NULL, CLSCTX_ALL, IID_IDPPos, (void**)&pDPPOS );
  return !FAILED( hRes );
When I execute the Simple Java Application everything goes well and the Init() method works successfully.
Now, If I try to consume the JNI library  through a bigger Java Application, also using the library 64 bits C:\Program Files\Java\jdk1.6.0_45
The CoCreateInstance inside the Init method return error: -2147467262 (No such interface supported).
I am unable to realize what is going on... and why the bigger java application is getting this error trying to consume the COM object through JNI.
I am really confuse and not sure what to try. Any help will be appreciated. 
Thanks in advance.
Sebastian

Let see... I make some testing related to your suggestion... so, I have made a new COM component for testing propose base on ATL, just this example:
http://msdn.microsoft.com/en-us/library/dssw0ch4(v=vs.90).aspx
Then I have updated my DLL (The one that java application consume with JNI) to call this new component exactly the same as the client application does in the example....
1) First Test: Simple Java Application consume the JNI DLL and I can see printed the "101" as the example COM is doing... so, It works successfully.
2) Second Test: Bigger Java Application consume the JNI DLL and I got bad news... a file was generated with information about the issue... like that:
Any suggestions?
# A fatal error has been detected by the Java Runtime Environment:
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef4575dc9, pid=6156, tid=5352
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [JNIDP.dll+0x5dc9]
# 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 (0x0000000007795000):  JavaThread "GdPos:dispatch" [_thread_in_native, id=5352, stack(0x00000000092e0000,0x00000000093e0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x000000077cea0b38, RCX=0x0000000000000000, RDX=0x00000000093ddc38
RSP=0x00000000093ddb90, RBP=0x00000000093ddd00, RSI=0x00000000000000ff, RDI=0x00000000093ddbc0
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x000007fef45fc4b8, R11=0x0000000000000001
R12=0x0000000000000000, R13=0x000000077cea0b38, R14=0x00000000093ddd20, R15=0x0000000007795000
RIP=0x000007fef4575dc9, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x00000000093ddb90)
0x00000000093ddb90:   cccccccccccccccc cccccccccccccccc
0x00000000093ddba0:   cccccccccccccccc cccccccccccccccc
0x00000000093ddbb0:   cccccccccccccccc cccccccccccccccc
0x00000000093ddbc0:   00000000093ddc80 000007fef457197e
0x00000000093ddbd0:   00000000093ddc18 00000000093ddc38
0x00000000093ddbe0:   0000000000000000 cccccccc00000017
0x00000000093ddbf0:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc00:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc10:   cccccccccccccccc 0000000000000000
0x00000000093ddc20:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc30:   cccccccccccccccc 0000000000000000
0x00000000093ddc40:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc50:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc60:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc70:   cccccccccccccccc cccccccccccccccc
0x00000000093ddc80:   00000000021c5b22 00000000021d1386 
Instructions: (pc=0x000007fef4575dc9)
0x000007fef4575da9:   00 00 00 e8 9f 07 01 00 83 f8 01 75 03 cc 33 c0
0x000007fef4575db9:   48 8b 44 24 40 48 8b 00 48 8b 4c 24 40 48 8b 09
0x000007fef4575dc9:   48 8b 00 4c 8b 44 24 48 48 8d 15 98 6c 08 00 ff
0x000007fef4575dd9:   10 48 83 c4 30 5f c3 cc cc cc cc cc cc cc cc cc 
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000077cea0b38 is an oop
{method} 
 - klass: {other class}
RCX=0x0000000000000000 is an unknown value
RDX=0x00000000093ddc38 is pointing into the stack for thread: 0x0000000007795000
RSP=0x00000000093ddb90 is pointing into the stack for thread: 0x0000000007795000
RBP=0x00000000093ddd00 is pointing into the stack for thread: 0x0000000007795000
RSI=0x00000000000000ff is an unknown value
RDI=0x00000000093ddbc0 is pointing into the stack for thread: 0x0000000007795000
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x000007fef45fc4b8 is an unknown value
R11=0x0000000000000001 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x000000077cea0b38 is an oop
{method} 
 - klass: {other class}
R14=0x00000000093ddd20 is pointing into the stack for thread: 0x0000000007795000
R15=0x0000000007795000 is a thread
Stack: [0x00000000092e0000,0x00000000093e0000],  sp=0x00000000093ddb90,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [JNIDP.dll+0x5dc9]  ATL::CComPtrBase<IUnknown>::QueryInterface<IObject1>+0x69
j  com.DPLogger.Init()Z+4
j  com.DPClient.Init()Z+39
j  com.DPMgr.init()V+11
j  com.Engine.eventInit()V+254
j  com.Main$1.windowOpened(Ljava/awt/event/WindowEvent;)V+3
j  java.awt.Window.processWindowEvent(Ljava/awt/event/WindowEvent;)V+58
j  java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+573
j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j  java.awt.EventQueue.access$400(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
V  [jvm.dll+0x1eac57]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.DP.Init()Z+0
j  com.DPLogger.Init()Z+4
j  com.DPClient.Init()Z+39
j  com.DPMgr.init()V+11
j  com.Engine.eventInit()V+254
j  com.Main$1.windowOpened(Ljava/awt/event/WindowEvent;)V+3
j  java.awt.Window.processWindowEvent(Ljava/awt/event/WindowEvent;)V+58
j  java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+573
j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j  java.awt.EventQueue.access$400(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+11
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
  0x00000000073db000 JavaThread "GdPos:AS" [_thread_blocked, id=3612, stack(0x000000000b5c0000,0x000000000b6c0000)]
  0x00000000073da800 JavaThread "HSQLDB Timer @2602585e" daemon [_thread_blocked, id=7680, stack(0x000000000b4c0000,0x000000000b5c0000)]
  0x00000000073d9800 JavaThread "GdPos:ticker" [_thread_blocked, id=9184, stack(0x000000000b3c0000,0x000000000b4c0000)]
  0x00000000073d9000 JavaThread "ScaleSimulator" [_thread_blocked, id=4652, stack(0x000000000b2c0000,0x000000000b3c0000)]
  0x00000000073d8000 JavaThread "LUUpdateThread" [_thread_blocked, id=3188, stack(0x000000000b1c0000,0x000000000b2c0000)]
  0x00000000073d7800 JavaThread "ServerPriceThread" [_thread_blocked, id=7136, stack(0x000000000b0c0000,0x000000000b1c0000)]
  0x00000000073d6800 JavaThread "com.ncr.asr.FileAccessClient" [_thread_blocked, id=7320, stack(0x000000000afc0000,0x000000000b0c0000)]
  0x00000000073d6000 JavaThread "GdPos:hotnote" [_thread_blocked, id=5316, stack(0x000000000aec0000,0x000000000afc0000)]
  0x00000000073d5800 JavaThread "GdPos:pumper" [_thread_blocked, id=5248, stack(0x000000000adc0000,0x000000000aec0000)]
  0x00000000073d4800 JavaThread "MICRSimulator" [_thread_blocked, id=7976, stack(0x000000000acc0000,0x000000000adc0000)]
  0x00000000073d4000 JavaThread "ScannerSimulator" [_thread_blocked, id=7472, stack(0x000000000abc0000,0x000000000acc0000)]
  0x00000000073d3000 JavaThread "MSRSimulator" [_thread_blocked, id=9188, stack(0x00000000093e0000,0x00000000094e0000)]
  0x00000000073d2800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8304, stack(0x000000000aac0000,0x000000000abc0000)]
  0x00000000073d1800 JavaThread "RMI RenewClean-[192.168.56.1:49980]" daemon [_thread_blocked, id=1092, stack(0x000000000a8f0000,0x000000000a9f0000)]
  0x00000000073d1000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=7188, stack(0x0000000009cb0000,0x0000000009db0000)]
  0x0000000007bb2800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8812, stack(0x0000000009bb0000,0x0000000009cb0000)]
  0x000000000813b800 JavaThread "RMI TCP Accept-1099" daemon [_thread_in_native, id=8896, stack(0x0000000009ab0000,0x0000000009bb0000)]
  0x0000000008310000 JavaThread "GC Daemon" daemon [_thread_blocked, id=8260, stack(0x00000000099b0000,0x0000000009ab0000)]
  0x0000000007c0c000 JavaThread "RMI Reaper" [_thread_blocked, id=7588, stack(0x00000000098b0000,0x00000000099b0000)]
  0x0000000007bb8000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=9036, stack(0x00000000097b0000,0x00000000098b0000)]
  0x00000000005cf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6524, stack(0x00000000020c0000,0x00000000021c0000)]
=>0x0000000007795000 JavaThread "GdPos:dispatch" [_thread_in_native, id=5352, stack(0x00000000092e0000,0x00000000093e0000)]
  0x0000000007103800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6732, stack(0x00000000091e0000,0x00000000092e0000)]
  0x00000000075c6800 JavaThread "GdPos:blinker" [_thread_blocked, id=3684, stack(0x0000000008e70000,0x0000000008f70000)]
  0x00000000073b7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6552, stack(0x0000000008f70000,0x0000000009070000)]
  0x00000000073b6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5356, stack(0x0000000008c10000,0x0000000008d10000)]
  0x0000000006528800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5064, stack(0x0000000006bb0000,0x0000000006cb0000)]
  0x0000000006523800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8068, stack(0x0000000006ab0000,0x0000000006bb0000)]
  0x0000000006511000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7412, stack(0x00000000069b0000,0x0000000006ab0000)]
  0x000000000650e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=8308, stack(0x00000000068b0000,0x00000000069b0000)]
  0x0000000006509000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3632, stack(0x00000000067b0000,0x00000000068b0000)]
  0x000000000052e800 JavaThread "Finalizer" daemon [_thread_blocked, id=1116, stack(0x00000000066b0000,0x00000000067b0000)]
  0x000000000052d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5480, stack(0x00000000063b0000,0x00000000064b0000)]
Other Threads:
  0x0000000000525000 VMThread [stack: 0x00000000062b0000,0x00000000063b0000] [id=2548]
  0x000000000655a000 WatcherThread [stack: 0x0000000006cb0000,0x0000000006db0000] [id=3880]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
 PSYoungGen      total 37888K, used 28346K [0x00000007d5b60000, 0x00000007d85a0000, 0x0000000800000000)
  eden space 32512K, 73% used [0x00000007d5b60000,0x00000007d72cbc40,0x00000007d7b20000)
  from space 5376K, 81% used [0x00000007d7b20000,0x00000007d7f62e48,0x00000007d8060000)
  to   space 5376K, 0% used [0x00000007d8060000,0x00000007d8060000,0x00000007d85a0000)
 PSOldGen        total 86656K, used 4938K [0x0000000781200000, 0x00000007866a0000, 0x00000007d5b60000)
  object space 86656K, 5% used [0x0000000781200000,0x00000007816d2820,0x00000007866a0000)
 PSPermGen       total 40256K, used 31716K [0x000000077c000000, 0x000000077e750000, 0x0000000781200000)
  object space 40256K, 78% used [0x000000077c000000,0x000000077def9168,0x000000077e750000)
Code Cache  [0x00000000021c0000, 0x0000000002430000, 0x00000000051c0000)
 total_blobs=775 nmethods=273 adapters=455 free_code_cache=48966080 largest_free_block=12288
Dynamic libraries:
0x0000000000400000 - 0x000000000042f000 C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000077150000 - 0x00000000772f9000 C:\windows\SYSTEM32\ntdll.dll
0x0000000076ee0000 - 0x0000000076fff000 C:\windows\system32\kernel32.dll
0x000007fefd660000 - 0x000007fefd6cb000 C:\windows\system32\KERNELBASE.dll
0x000007fefdba0000 - 0x000007fefdc7b000 C:\windows\system32\ADVAPI32.dll
0x000007feff150000 - 0x000007feff1ef000 C:\windows\system32\msvcrt.dll
0x000007feff1f0000 - 0x000007feff20f000 C:\windows\SYSTEM32\sechost.dll
0x000007fefede0000 - 0x000007fefef0d000 C:\windows\system32\RPCRT4.dll
0x0000000076a70000 - 0x0000000076b6a000 C:\windows\system32\USER32.dll
0x000007fefdaa0000 - 0x000007fefdb07000 C:\windows\system32\GDI32.dll
0x000007fefef60000 - 0x000007fefef6e000 C:\windows\system32\LPK.dll
0x000007feff210000 - 0x000007feff2d9000 C:\windows\system32\USP10.dll
0x000007fefdb70000 - 0x000007fefdb9e000 C:\windows\system32\IMM32.DLL
0x000007fefecb0000 - 0x000007fefedb9000 C:\windows\system32\MSCTF.dll
0x000000006d830000 - 0x000000006dfec000 C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefb8b0000 - 0x000007fefb8eb000 C:\windows\system32\WINMM.dll
0x000000006d7a0000 - 0x000000006d7ae000 C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3c0000 - 0x000000006d3e7000 C:\Program Files\Java\jre6\bin\java.dll
0x000000006d7f0000 - 0x000000006d802000 C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d000000 - 0x000000006d1c4000 C:\Program Files\Java\jre6\bin\awt.dll
0x000007fefb660000 - 0x000007fefb6d1000 C:\windows\system32\WINSPOOL.DRV
0x000007fefdc90000 - 0x000007fefde93000 C:\windows\system32\ole32.dll
0x000007fefdf20000 - 0x000007fefeca8000 C:\windows\system32\SHELL32.dll
0x000007fefdea0000 - 0x000007fefdf11000 C:\windows\system32\SHLWAPI.dll
0x000007fefc020000 - 0x000007fefc214000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefb880000 - 0x000007fefb898000 C:\windows\system32\DWMAPI.DLL
0x000007fefbd50000 - 0x000007fefbda6000 C:\windows\system32\uxtheme.dll
0x000000006d2a0000 - 0x000000006d315000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x000007fefd4e0000 - 0x000007fefd4ef000 C:\windows\system32\CRYPTBASE.dll
0x000007fef4570000 - 0x000007fef4628000 C:\NCR\caja\testing\JNIDP.dll
0x000007feff2e0000 - 0x000007feff3b7000 C:\windows\system32\OLEAUT32.dll
0x000000006d620000 - 0x000000006d637000 C:\Program Files\Java\jre6\bin\net.dll
0x000007fefef10000 - 0x000007fefef5d000 C:\windows\system32\WS2_32.dll
0x000007fefdc80000 - 0x000007fefdc88000 C:\windows\system32\NSI.dll
0x000007fefce20000 - 0x000007fefce75000 C:\windows\system32\mswsock.dll
0x000007fefce10000 - 0x000007fefce17000 C:\windows\System32\wship6.dll
0x000000006d640000 - 0x000000006d64c000 C:\Program Files\Java\jre6\bin\nio.dll
0x000000006d4e0000 - 0x000000006d515000 C:\Program Files\Java\jre6\bin\jpeg.dll
0x000007fefd030000 - 0x000007fefd047000 C:\windows\system32\CRYPTSP.dll
0x000007fefcb80000 - 0x000007fefcbc7000 C:\windows\system32\rsaenh.dll
0x000007fefc8d0000 - 0x000007fefc8ee000 C:\windows\system32\USERENV.dll
0x000007fefd5b0000 - 0x000007fefd5bf000 C:\windows\system32\profapi.dll
0x000007fefaea0000 - 0x000007fefaeb5000 C:\windows\system32\NLAapi.dll
0x000007fef6af0000 - 0x000007fef6b05000 C:\windows\system32\napinsp.dll
0x000007fef6ad0000 - 0x000007fef6ae9000 C:\windows\system32\pnrpnsp.dll
0x000007fefcca0000 - 0x000007fefccfb000 C:\windows\system32\DNSAPI.dll
0x000007fef6ac0000 - 0x000007fef6acb000 C:\windows\System32\winrnr.dll
0x000007fef6ab0000 - 0x000007fef6ac0000 C:\windows\system32\wshbth.dll
0x000007fefc9c0000 - 0x000007fefc9c7000 C:\windows\System32\wshtcpip.dll
0x000007fefa290000 - 0x000007fefa2b7000 C:\windows\system32\IPHLPAPI.DLL
0x000007fefa280000 - 0x000007fefa28b000 C:\windows\system32\WINNSI.DLL
0x000007fef5a70000 - 0x000007fef5a78000 C:\windows\system32\rasadhlp.dll
0x000007fef9f00000 - 0x000007fef9f53000 C:\windows\System32\fwpuclnt.dll
0x000000006d6c0000 - 0x000000006d6c6000 C:\Program Files\Java\jre6\bin\rmi.dll
0x000007fefd480000 - 0x000007fefd4d7000 C:\windows\system32\apphelp.dll
0x0000000077310000 - 0x0000000077317000 C:\windows\system32\PSAPI.DLL
VM Arguments:
jvm_args: -Djava.library.path=c:\testing -Dfile.encoding=Cp1252 
java_command: com.ncr.asr.Main
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_45\
CLASSPATH=.;.;C:\PROGRA~2\JMF21~1.1E\lib\sound.jar;C:\PROGRA~2\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~2\JMF21~1.1E\lib;
PATH=C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\DW WLAN Card;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Common
Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program
Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin;C:\eclipse\MinGW\bin;C:\apache-maven-3.2.1\bin
USERNAME=
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
---------------  S Y S T E M  ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
Memory: 4k page, physical 8312664k(4321372k free), swap 16623468k(11952492k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (20.45-b01) for windows-amd64 JRE (1.6.0_45-b06), built on Apr  1 2013 12:31:37 by "java_re" with MS VC++ 8.0 (VS2005)
time: Mon Jun 02 16:03:14 2014
elapsed time: 47 seconds
Sebastian

Similar Messages

  • There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox.

     There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox in windows. how can I solve this problem?   if I use destop player like windows media player, no such error.
    would you please give some solution for this error? thanks!

    OS is window10, Metro APP is Xbox or MultiMedia 8; any video format will occur error only by following steps:  
    a. Put Audio / Media / Photo files into USB thumb disk or Micro SD card.
    b. Connect USB thumb disk / Micro SD Card  to Platform.
    c. Open 'File Explorer', click USB thumb disk.
    d. Open audio file with metro app: Music. / Open Media file with metro app: Video./Open Photo file with metro app.

  • Error -214746726​2 "No such interface supported" when open an ActiveX automation reference to proprietar​y DLL, why?

    I got the error -2147467262 "No such interface supported" when open an ActiveX automation reference to a proprietary DLL. I check the forum which suggested solutions related to comcat.dll and IE6.0. I also tried to re-reqister the dll by regsvr32.exe, still does not work. However, I did nto get any luck. I was told that the DLL support iDispatch interface and should work ok with ActiveX in labview. Any suggestions? I appreciate it.

    Hello, Nandini,
    I am using the WinXP and I am calling the DLL provided by Pirouette for their chemometrics software. I just solved the error -2147467262, but the new error comes out is :
    Error code: -2147467259 Exception occured in IxAsObjs.CoSIMCAPredict.1, Language Server QueryInterface failed: No such interface supported.
    Here is a few word for the problem from priouette:
    " just a few more words that might help you understand the nature of the problem. your LabView client talks to AlgSuite.dll using IDispatch interfaces AlgSuite.dll communicates with the language server on an IUnknown interface.
    Your client knows nothing about the internal workings of AlgSuite.AlgSuite communicating with objects that do not have IDispatch interfaces should be irrelevant to your client."
    Since the VB demo works fine in my machine, so they though it is percular to labview. Any comments? I appreciate it.
    LvvL

  • BO PCM: 80004002 no such interface supported

    Hello All!
    I developed a model in BO Profitability and cost management Model builder and sometimes I have an error 80004002 no such interface supported. But sometimes the system works correctly. Do you know anything about this error?
    Configuration:
    vmware 7.1.4
    MS SQL SERVER 2008 R2
    Windows Version: 5.2 (Build 3790)  - Win 2003 Server
    Windows Patch: Service Pack 2
    Builder Version: Version 7.5.12 Build 2818)
    PCM Username:
    PCM Model:
    PCM Server:
    PCM Model Server:
    Error Code: 80004002

    See the flowchart attached to SAP Note [1352504|http://service.sap.com/sap/support/notes/1352504] which covers several possible causes of this error.
    Also...there are about 15 other SAP notes that mention this error.  Please check for Notes yourself before posting here.  For example:
    According to SAP Note [1351124|http://service.sap.com/sap/support/notes/1351124] it says:
    Cause
    The EPM/PCM system is installed to use the SOCKETS protocol; however the client workstation is unable to contact the primary applications server because it has multiple network adaptors and their binding order is wrong.
    Resolution
    On the client workstation change the binding order of TCP/IP on the network cards so that the network card that has the connection to the PCM systems is the first in the list. The binding order can be changed in u201CNetwork Connectionsu201D as follows: [see note for further explanation]
    According to SAP Note [1514751|http://service.sap.com/sap/support/notes/1514751] it says:
    Reproducing the Issue
    There are no specific steps to force this condition to occur other than using the PCM system for several days without restarting the system or any of its services.
    Cause
    There is a memory leak in the PCM TransportService which causes PCMMainIPS.exe and PCMModelIPS.exe to consume more and more memory until these services fail causing the error message.
    Resolution
    Upgrade to PCM v7.5 SP10.
    As I believe you are indicating you are on PCM v7.5 SP12 - please report the issue to SAP Support by creating a message on the Service Marketplace if neither of above resolves the issue.  In the meantime, you may be able to stop and restart all the PCM services to work around the issue.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • "No such interface supported" JRE 1.4 Win2000 install error

    During installation of the latest JRE (j2re-1_4_0-win-i.exe) onto a friends PC I get the following message:
    (during the "preparing the installshield wizard" part of the install)
    "An error occurred while parsing command line arguments or reading setup.ini - No such interface supported."
    Now, Nigel's PC used to have win95 on it - he couldn't get the thing to network with a win2000 computer so win200 was installed over win95 (I'm 85% sure that win95 wasn't fully deleted from the PC first).
    It's easy to assume that the error is caused by the double installation of the windows OSs, but I was wondering if this is maybe a problem with the install shield itself.
    Has anyone seen this type of error before, or know of a possible solution. (I'm about to tell him to simply reinstall win2000 from scratch)
    cheers
    Ray

    InstallShield seems to refer to this problem in the following
    knowledge base article
    http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q105146
    I searched for "No such interface supported".

  • Windows 7 explorer.exe Error "No such interface supported"

    Hello, i have encountered a problem with the Windows 7 RC. I have instaled it a while back and it seemed to work ok.
    Yesterday I installed IE 7 Standalone . The newly instaled IE7 did't work so i uninstaled it.
    I think that the previous operation messes something up in the registry because now when i try to duble click any folder i get : explorer.exe "No such interface supported". The same thing happens when i try to open Control Panel, or Add Remove Programs and other System utilities (the title zone reads something like : "::{26EE0668-....}\0\::{...}")
    If i right click a folder and select open it works ok.
    I have sfc /scannow but with no success.
    Unfotunately i haven't made a system restore point previousely.
    Is there any way i can fix the problem or must i reinstall?
    Thanks.

    Hi I was searching for a solution to a same issue that a customer had and was able to resolve it going through this forum, however I used a different batch file that i created and was able to resolve it.
    cd /d %SystemRoot%\system32
    regsvr32 comcat.dll /s
    regsvr32 shdoc401.dll /s
    regsvr32 shdoc401.dll /i /s
    regsvr32 asctrls.ocx /s
    regsvr32 oleaut32.dll /s
    regsvr32 shdocvw.dll /I /s
    regsvr32 shdocvw.dll /s
    regsvr32 browseui.dll /s
    regsvr32 browseui.dll /I /s
    regsvr32 msrating.dll /s
    regsvr32 mlang.dll /s
    regsvr32 hlink.dll /s
    regsvr32 mshtml.dll /I /S
    regsvr32 mshtmled.dll /s
    regsvr32 Wininet.dll /I /S
    regsvr32 msjava.dll /S
    regsvr32 urlmon.dll /s
    regsvr32 softpub.dll /S
    regsvr32 wintrust.dll /s
    regsvr32 initpki.dll /s
    regsvr32 Dssenh.dll /s
    regsvr32 rsaenh.dll /s
    regsvr32 Gpkcsp.dll /s
    regsvr32 sccbase.dll /s
    regsvr32 Slbcsp.dll /s
    regsvr32 plugin.ocx /s
    regsvr32 sendmail.dll /s
    regsvr32 scrobj.dll /s
    regsvr32 mmefxe.ocx /s
    regsvr32 corpol.dll /s
    regsvr32 jscript.dll /s
    regsvr32 msxml.dll /s
    regsvr32 msxml3.dll /s
    regsvr32 mssip32.dll /s
    regsvr32 imgutil.dll /s
    regsvr32 thumbvw.dll /s
    regsvr32 cryptext.dll /s
    regsvr32 rsabase.dll /s
    regsvr32 inseng.dll /s
    regsvr32 iesetup.dll /i /s
    regsvr32 cryptdlg.dll /s
    regsvr32 actxprxy.dll /s
    regsvr32 dispex.dll /s
    regsvr32 occache.dll /s
    regsvr32 occache.dll /i /s
    regsvr32 iepeers.dll /s
    regsvr32 urlmon.dll /i /s
    regsvr32 cdfview.dll /s
    regsvr32 webcheck.dll /s
    regsvr32 mobsync.dll /s
    regsvr32 pngfilt.dll /s
    regsvr32 licmgr10.dll /s
    regsvr32 icmfilter.dll /s
    regsvr32 hhctrl.ocx /s
    regsvr32 inetcfg.dll /s
    regsvr32 tdc.ocx /s
    regsvr32 MSR2C.DLL /s
    regsvr32 msident.dll /s
    regsvr32 msieftp.dll /s
    regsvr32 xmsconf.ocx /s
    regsvr32 ils.dll /s
    regsvr32 msoeacct.dll /s
    regsvr32 inetcomm.dll /s
    regsvr32 msdxm.ocx /s
    regsvr32 dxmasf.dll /s
    regsvr32 l3codecx.ax /s
    regsvr32 acelpdec.ax /s
    regsvr32 mpg4ds32.ax /s
    regsvr32 voxmsdec.ax /s
    regsvr32 danim.dll /s
    regsvr32 Daxctle.ocx /s
    regsvr32 lmrt.dll /s
    regsvr32 datime.dll /s
    regsvr32 dxtrans.dll /s
    regsvr32 dxtmsft.dll /s
    regsvr32 WEBPOST.DLL /s
    regsvr32 WPWIZDLL.DLL /s
    regsvr32 POSTWPP.DLL /s
    regsvr32 CRSWPP.DLL /s
    regsvr32 FTPWPP.DLL /s
    regsvr32 FPWPP.DLL /s
    regsvr32 WUAPI.DLL /s
    regsvr32 WUAUENG.DLL /s
    regsvr32 ATL.DLL /s
    regsvr32 WUCLTUI.DLL /s
    regsvr32 WUPS.DLL /s
    regsvr32 WUWEB.DLL /s
    regsvr32 wshom.ocx /s
    regsvr32 wshext.dll /s
    regsvr32 vbscript.dll /s
    regsvr32 scrrun.dll mstinit.exe /setup /s
    regsvr32 msnsspc.dll /SspcCreateSspiReg /s
    regsvr32 msapsspc.dll /SspcCreateSspiReg /s
    exit
    Copy the files above to a notepad and save it as reg.bat onto the desktop and run it.
    the issue will get fixed in 3 mins at the most.

  • No such interface supported - Windows Media Player 12 Windows 7 Home 64bit

    I have Windows 7 Home 64 bit on my laptop...it's an original install.
    When I double click on .mp3 files, .avi files or .mpeg I get an error message that says "No such interface supported". All files are set default to open with Windows Media Player.
    If I open WMP I can play the files directly through there...however clicking on the file to open it will result in the error. 
    Anybody know how to fix this?

    Open the Start Menu, go to All Programs - Accessories , right-click
    Command Prompt , and select Run as administrator . In Command Prompt, type the following:
    sfc /scannow
    and press Enter. Let it run until it completes. Does it find any problems, and if so, is it able to fix them? Do you still get the messages afterwards?
    Tim De Baets
    http://www.bm-productions.tk

  • Group Policy Management | No such interface supported

    Running Windows Server 2008 R2 as a Domain Controller and when I open Group Policy Management, click on a GPO, then click on the Settings tab, it pops up an error message that says "No such interface supported".  I've found several articles
    that talk about registering .dll files and I've done that and nothing.  I've uninstalled GPMC and reinstalled and that didn't fix anything.  Can anyone help resolve this?

    Hi Jason,
    Before going further, do we have other domain controllers? If yes, does GPMC work correctly on these domain controller? GPMC reports the error "No Such interface supported" normally is due to a missing or corrupted Windows component.
    Besides, do we update the server to the latest? If not, we can update the server to the latest and then reinstall the GPMC to see if the issue persists.
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards
    Frank Shen

  • Dsc:| |-QueryInterface IID_IOPCBrowse: (FAILED, HRESULT=0x80004002 No such interface supported )

    Hi, I'm moving my application from LV/DSC 8.5 to 8.6.1 and I'm getting the following problem.
    I created an OPC Client I/O server to connect to the Eldridge Engineering Inc. Modbus - OPC server (http://www.opcsystems.com/modbus.htm). This server is DA 2.5 and supports Hierarchical browsing.  Looking to the client loggin file I found the following error:
    | |-QueryInterface IID_IOPCBrowse: (FAILED, HRESULT=0x80004002 No such interface supported )
    Apparently the client / server behaves properly when I read (by the "Distributed System Manager" tool) few items at time, but the client is disconnected when I ask to read few tens of items in one shot. There is no way to reconnect it, only way is to undeplpoy the client and deploy it again.  I don't know if the two problems are related each other. 
    Any help is really welcome :-)
    cheers
    gaetano maron

    Hi Gaetano,
    error 80004002 may require that you re-register the OPC server. See the following document for details:
    Errors Connecting to OPC Server When Using DataSocket as an OPC Client in LabVIEW
    Tools for Troubleshooting OPC Interface Problems
    Furthermore, I have a couple of questions:
    Do you have both LV 8.5 and 8.6.1 installed on the same machine? Or they run on different PCs?
    I've browsed to the URL you forwarded http://www.opcsystems.com/modbus.htm It seems that Eldridge server also has a Modbus interface for communicating between applications.  As a possible workaround, have you tried to use a Modbus I/O server for interfacing with Eldridge SW? Here there are some tips about how doing this:
    Using Modbus I/O Servers (DSC and RT Modules)
    Troubleshooting Modbus I/O Servers (DSC Module)
    Introduction to Modbus (see chapter "MODBUS I/O servers")
    Hope this helps,
    Best Regards,
    Fabio
    Fabio M.
    National Instruments
    Embedded & OEM Systems Engineer

  • No such interface supported (OpenDocument)

    I'm trying to open a document (written on deski) like many examples I've seen on the web. However I keep getting an error on the last line:
    System.InvalidCastException was unhandled
    Message=No such interface supported
    I'm using BOXI 3.1
    Am I doing something wrong?
    string sampleReportName = "Report1";
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon("user", "pass", "boxi", "secWinAD");
    InfoStore infoStore = (InfoStore)enterpriseSession.GetService("InfoStore");
    InfoObjects infoObjects = infoStore.Query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME ='" + sampleReportName + "' And SI_INSTANCE=0");
    InfoObject infoObject = infoObjects[1];
    EnterpriseService tempService = enterpriseSession.GetService("", "RASReportFactory");
    ReportAppFactory reportAppFactory = (ReportAppFactory)(tempService.Interface as ReportAppFactory);
    ReportClientDocument reportClientDocument = reportAppFactory.OpenDocument(infoObject.ID, 0);

    Hi,
    See this [sample |http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/80a43b7c-dc66-2b10-06a6-ee380b8f509b]to view deski report in html..
    Deepu.

  • "No such interface supported(0x80004002)" error during OpenProperty

    I am using the below code to get all the folders under the IPM_SUBTREE. Same is working fine in all computers.
    However, in one of the customer machine this is not working. While analyzing the logs we have found that OpenProperty returns 0x80004002
    const GUID local_IID_IMAPITable = {0x00020301,0,0, {0xC0,0,0,0,0,0,0,0x46}};
    hr = lpRootFolder->OpenProperty( PR_CONTAINER_HIERARCHY,
    &local_IID_IMAPITable,
    0,
    0,
    (IUnknown**)&lpHierarchyTable);
    Below is the complete code
    BOOL CMapiSession::DisplayIPMSubTree()
    BOOL bReturn = FALSE;
    HRESULT hr = S_OK;
    LPSPropValue lpProp = NULL;
    LPMAPIFOLDER lpRootFolder = NULL;
    LPMAPITABLE lpHierarchyTable = NULL;
    LPSRowSet sRows = NULL;
    LPMAPIFOLDER lpContactsFolder = NULL;
    do
    //Before the function make sure that OpenMsgStore() is done
    if (NULL == m_lpMsgStore)
    PAS_ERROR(("%s: lpMsgStore can not be empty", __FUNCTION__));
    break;
    hr = HrGetOneProp(m_lpMsgStore, PR_IPM_SUBTREE_ENTRYID, &lpProp);
    if (FAILED(hr))
    PAS_ERROR(("%s: Failed in HrGetOneProp . HRESULT=[0x%x]", __FUNCTION__, hr));
    LogMapiError(hr);
    break;
    if (NULL == lpProp)
    PAS_ERROR(("%s: PR_IPM_SUBTREE_ENTRYID is NULL.", __FUNCTION__));
    break;
    /* if (lpProp->ulPropTag != PR_ENTRYID)
    PAS_ERROR(("%s: Returned value is not PR_ENTRYID.", __FUNCTION__));
    break;
    ULONG ipmroottype;
    hr = m_lpMsgStore->OpenEntry(lpProp->Value.bin.cb,
    (LPENTRYID)lpProp->Value.bin.lpb,
    NULL,
    0,
    &ipmroottype,
    (IUnknown**)&lpRootFolder);
    if (FAILED(hr))
    PAS_ERROR(("%s: Failed in OpenEntry . HRESULT=[0x%x]", __FUNCTION__, hr));
    LogMapiError(hr);
    break;
    if (NULL == lpRootFolder)
    PAS_ERROR(("%s: Root is NULL", __FUNCTION__));
    break;
    if (ipmroottype!=MAPI_FOLDER)
    PAS_ERROR(("%s: Root is not a folder", __FUNCTION__));
    break;
    const GUID local_IID_IMAPITable = {0x00020301,0,0, {0xC0,0,0,0,0,0,0,0x46}};
    hr = lpRootFolder->OpenProperty( PR_CONTAINER_HIERARCHY,
    &local_IID_IMAPITable,
    0,
    0,
    (IUnknown**)&lpHierarchyTable);
    if (FAILED(hr))
    PAS_ERROR(("%s: Failed in OpenProperty . HRESULT=[0x%x]", __FUNCTION__, hr));
    LogMapiError(hr);
    break;
    if (lpHierarchyTable == NULL)
    PAS_ERROR(("%s: lpHierarchyTable is NULL ", __FUNCTION__));
    break;
    SizedSPropTagArray(3, cols) = {3, {PR_ENTRYID, PR_DISPLAY_NAME, PR_CONTAINER_CLASS} };
    hr = HrQueryAllRows( lpHierarchyTable,
    (SPropTagArray*)&cols,
    NULL,
    NULL,
    0,
    &sRows);
    if (FAILED(hr))
    PAS_ERROR(("%s: Failed in HrQueryAllRows . HRESULT=[0x%x]", __FUNCTION__, hr));
    LogMapiError(hr);
    break;
    if (sRows == NULL)
    PAS_ERROR(("%s: sRows is NULL ", __FUNCTION__));
    break;
    for (unsigned int i=0; i<sRows->cRows; i++)
    std::wstring csFolderName = sRows->aRow[i].lpProps[1].Value.lpszW;
    std::wstring csContainerClass;
    if(PROP_TYPE(sRows->aRow[i].lpProps[2].ulPropTag) != PT_NULL)
    if(PROP_TYPE(sRows->aRow[i].lpProps[2].ulPropTag) != PT_ERROR)
    if (sRows->aRow[i].lpProps[2].Value.err != MAPI_E_NOT_FOUND)
    csContainerClass = sRows->aRow[i].lpProps[2].Value.lpszW;
    PAS_TRACE(("%s: Folder=[%s], ContainerClass=[%s] ", __FUNCTION__, csFolderName.c_str(), csContainerClass.c_str()));
    bReturn = TRUE;
    while(FALSE);
    if (lpContactsFolder)
    PAS_TRACE(("%s: Freeing the lpContactsFolder-2", __FUNCTION__));
    lpContactsFolder->Release();
    lpContactsFolder = NULL;
    if (sRows)
    PAS_TRACE(("%s: Freeing the sRows", __FUNCTION__));
    FreeProws(sRows);
    sRows = NULL;
    if (lpHierarchyTable)
    PAS_TRACE(("%s: Freeing the lpHierarchyTable", __FUNCTION__));
    lpHierarchyTable->Release();
    lpHierarchyTable = NULL;
    if (lpRootFolder)
    PAS_TRACE(("%s: Freeing the lpRootFolder", __FUNCTION__));
    lpRootFolder->Release();
    lpRootFolder = NULL;
    if (lpProp)
    PAS_TRACE(("%s: Freeing the lpProp", __FUNCTION__));
    MAPIFreeBuffer(lpProp);
    lpProp = NULL;
    return bReturn;
    Do let me know if you need any more details. Any help is appreciated.
    Regards,
    Rohan

    Use lpRootFolder->OpenHieirarchyTable() instead.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • Porgram fails with "no such interface supported" message

    The program for my current project in Measurement Studio fails at startup after producing an error message as follows:
    "No  

    The full question and an answer can be found here.
    Eric

  • Homesite 4.5 -  no such interface

    can anyone offer a suggestion on how to fix the problem with
    my homesite 4.5. I have installed on my new computer with Windows
    XP (service pack 2 installed) and when i try to use it, the program
    locks up and comes up with the message "no such interface
    supported"

    There is a fix for homesites design mode 'no such interface'
    error posted in this article on the site PCSTATS.com-
    http://www.pcstats.com/articleview.cfm?articleID=2145
    "So why does Homesite Design mode no longer work? Well it all
    goes back to a day in 2005 when Microsoft released the infamous
    KB891781 hotfix for WindowsXP SP2. This hotfix disabled a crucial
    Dynamic HTML Editing Control in the operating system that many
    applications relied on to function. Most notably, HomeSite 4.5.x
    began spitting up "no such interface supported" errors and crashing
    instantly when HTML code was brought into the programs internal
    'Design' view pane."

  • When i am trying to create a report(using graph) in Word97 using Report generation Toolkit from Labview it's giving error in word import Module.vi that no such interface is supported could anyone help me out to solve this problem

    Word import Module.vi is trying to call Vb project and VB components thru active X controls when it's trying to call Vb components it's giving the error no such interface found..I am using Labview 6,MSoffice97,Graph8

    Hi Adam,
    It seems that there have been a couple other instances of the same error occurring and the problem is a conflict that occurs with the Office 97 only. Somehow the MS Office type library has been modified and this is causing incompatibilities with MS Office 97. Have you installed any other application on top of MS Office that plugs into MS Office tools – Adobe Acrobat, Visio, Reflection?? If so, you will want to see about uninstalling or reinstalling those utilities and then reinstalling Office 97 to restore the original MS Office 97 type library.
    Also, if you have a newer version of MS Office, I would highly recommend upgrading your computer. It seems that this problem is only with Office 97 and later versions of Office do not have this issue.
    Thanks again for bringing this question up.
    Kileen

  • FATAL ERROR: JVMPI, an experimental interface, is no longer supported.

    <p>
    A common question on JDK 6 and JVMPI:
    <p>
    "I have been using <b><i>Place Product Name Here</i></b>
    for profiling my J2EE application.
    I am recently working on upgrading to Java 1.6.
    When I try to launch the tool,
    I get the following error:
    <br><code><pre>
    FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
    Please use the supported interface: the JVM Tool Interface (JVM TI).
    For information on temporary workarounds contact: [email protected]
    </pre></code>
    <p>
    Why is this happening?"
    <p>
    By default JVMPI has been disabled in JDK 6. The new and official interface is
    JVM TI.
    The warnings about the removal of the experimental JVMPI have gone on for many years now, but there are still some older profiling tools that still use it.
    You should contact the Company that created the tool, they will likely have a newer
    tool that uses JVM TI, or offer you a workaround.
    <p>
    Also, if you haven't tried the
    NetBeans profiler you might want to give that a try, I just used it for the first time last week, it was quite nice.
    <p>
    If all else fails, please contact: [email protected]
    <p>
    -kto

    Hi Guys,
    Probably you can remove the '_JAVA_OPTIONS' setting from your environment variables on the Windows OS. This setting is usually created by the install/setup file of the tool installed on your machine. In my case it was the QTP (Quick Test Professional) a testing tool from 'Mercury'.
    I used to get this error message when I tried typing 'java -version' or 'java' on the command prompt.
    *Picked up JAVAOPTIONS: -Xrunjvmhook -Xbootclasspath/a:C:\PROGRA~1\COMMON~1\MERCUR~1\FUNCTI~1\Java\classes;C:\PROGRA~1\COMMON~1\MERCUR~1\FUNCTI~1\Java\classes\jasmine.jar*
    FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
    Please use the supported interface: the JVM Tool Interface (JVM TI).
    For information on temporary workarounds contact: [email protected]
    Error: could not load Mercury Interactive support. Please run the setup again.
    If the problem persists please contact Mercury's Customer support.
    Error occurred during initialization of VM
    -Xrun library failed to init: jvmhook
    After trying hard with the available information on the websites, I tried removing the '_JAVA_OPTIONS' and 'IBM_JAVA_OPTIONS' entry from the system environment variables. After removing this entry, I tried launching QTP Tool and it was able to launch without any issues and when I typed 'java' or 'java -version' I got the actual expected result.
    Hope this would be of immense help for other guys !!
    Enjoy coding!!

Maybe you are looking for

  • How do i format an external hard drive for use on both windows and mac book air?

    how do i format an external hard drive for use on both windows pc and mac book air?

  • Embedded streamin widescreen .MOV truncating width in FireFox

    I am new at embedding streaming .mov video. My embedded .mov at http://www.zenondudasculpture.com/requiemvideo300.html is truncating its width in everyone's FF1.5.0.7 no matter what I try. It runs perfectly in wide-screen in IE, and in standalone QT

  • 3D PDF into InDesign

    I am trying to place a 3D PDF into Indesign but it just comes up as "Enable 3D view" What does that mean and what do I need to do differently?

  • ISight in iChat

    My iSight seems to work fine with my coworkers at Apple, but when I try to connect with someone outside of work, it won't work. It just says the other computer failed to respond or something. Most all of my friends have a Mac computer. Most of them a

  • ITunes crashes after 10.5.0.142 install

    I didn't have any trouble until the update earlier this week.  I import audiobooks on CD; if the information is missing when the CD is recognized, I was (before install) able to right click on the CD name under "Devices", and then in the new popup wi