Error when launch .exe

I devloped an application that connect to internet and parse some html and xml files to provide a search using search engines.
it compiles and works well in JBuilder 2005. but when i make the .exe it works in the beginning after that it crash.
i have this log :
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00e6ec58, pid=2684, tid=2688
# Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
# Problematic frame:
# v ~RuntimeStub::range_check_failed Runtime1 stub
--------------- T H R E A D ---------------
Current thread (0x00325938): JavaThread "main" [_thread_in_Java, id=2688]
siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x0012f838
Registers:
EAX=0xffffffff, EBX=0x02edbf80, ECX=0x02ed2c18, EDX=0x00e980cb
ESP=0x0012f838, EBP=0x0012f910, ESI=0x02ed2c30, EDI=0xffffffff
EIP=0x00e6ec58, EFLAGS=0x00010202
Top of Stack: (sp=0x0012f838)
0x0012f838: 6d72cc06 00d787b0 00d78a48 0000071c
0x0012f848: 02f10000 00d798a4 00000000 02eda930
0x0012f858: 0012f8c4 6d6a1f0a 02edc5a0 6d690317
0x0012f868: 0000071c 00000000 00000001 00325970
0x0012f878: ffff1372 ffff0022 ffffffff 77c1b139
0x0012f888: 03e1001b 0012f9b0 ffff0023 77f416f5
0x0012f898: 77f417cd f78c180b 00000012 00000000
0x0012f8a8: 00000000 00000000 00000000 00000000
Instructions: (pc=0x00e6ec58)
0x00e6ec48: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
0x00e6ec58: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
Stack: [0x00030000,0x00130000), sp=0x0012f838, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v ~RuntimeStub::range_check_failed Runtime1 stub
J org.apache.xerces.utils.SymbolCache.addSymbolToCache(Ljava/lang/String;II)I
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j org.apache.xerces.utils.StringPool.addSymbol(Ljava/lang/String;)I+316
j org.apache.xerces.validators.common.XMLValidator.init()V+118
j org.apache.xerces.validators.common.XMLValidator.<init>(Lorg/apache/xerces/utils/StringPool;Lorg/apache/xerces/framework/XMLErrorReporter;Lorg/apache/xerces/readers/DefaultEntityHandler;Lorg/apache/xerces/framework/XMLDocumentScanner;)V+979
j org.apache.xerces.framework.XMLParser.<init>(Lorg/apache/xerces/utils/StringPool;)V+143
j org.apache.xerces.framework.XMLParser.<init>()V+8
j org.apache.xerces.parsers.DOMParser.<init>()V+1
j dom.wrappers.DOMParser.<init>()V+9
j IPSerachEngine.XmlManager.Parse_xml_TagName_Resultat_Moteur(Ljava/lang/String;)Ljava/lang/String;+12
J IPSerachEngine.HtmlParser.Parse_Html_File(Ljava/lang/String;Ljava/lang/String;)V
j IPSerachEngine.HtmlParser.Start_Html_Parser(Ljava/lang/String;Ljava/lang/String;)V+3
j IPSerachEngine.AgentPlanificateur.Init_Html_parser(Ljava/util/Vector;Ljava/lang/String;)V+53
j IPSerachEngine.AgentPlanificateur.Start_Agent_planificateur(Ljava/util/Vector;Ljava/lang/String;)V+9
j IPSerachEngine.IPSearchEngine.main([Ljava/lang/String;)V+60
v ~StubRoutines::call_stub
V [jvm.dll+0x818e8]
V [jvm.dll+0xd4989]
V [jvm.dll+0x817b9]
V [jvm.dll+0x88747]
C [IPSearchEngine.exe+0x7907]
C [IPSearchEngine.exe+0x7734]
C [IPSearchEngine.exe+0x7350]
C [IPSearchEngine.exe+0x5580]
C [IPSearchEngine.exe+0x52da]
C [IPSearchEngine.exe+0x81e7]
C [IPSearchEngine.exe+0x1783a]
C 0x00000000
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0b636b40 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2740]
0x00dd07c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2724]
0x00dcf3a0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2728]
0x00dce6d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492]
0x00dc5b20 JavaThread "Finalizer" daemon [_thread_blocked, id=1488]
0x00dc4690 JavaThread "Reference Handler" daemon [_thread_blocked, id=2696]
=>0x00325938 JavaThread "main" [_thread_in_Java, id=2688]
Other Threads:
0x00dc05d8 VMThread [id=2692]
0x00dd19a0 WatcherThread [id=2328]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 308K [0x02e90000, 0x02f30000, 0x03370000)
eden
[error occurred during error reporting, step 190, id 0xc0000092]
Dynamic libraries:
0x00400000 - 0x0042d000      C:\IPSearchengineEXE\IPSearchEngine.exe
0x77f40000 - 0x77ff0000      D:\WINDOWS\System32\ntdll.dll
0x77e40000 - 0x77f35000      D:\WINDOWS\system32\kernel32.dll
0x77da0000 - 0x77e3c000      D:\WINDOWS\system32\ADVAPI32.DLL
0x77c90000 - 0x77d05000      D:\WINDOWS\system32\RPCRT4.dll
0x71a10000 - 0x71a19000      D:\WINDOWS\System32\WSOCK32.DLL
0x719f0000 - 0x71a05000      D:\WINDOWS\System32\WS2_32.dll
0x77be0000 - 0x77c33000      D:\WINDOWS\system32\msvcrt.dll
0x719e0000 - 0x719e8000      D:\WINDOWS\System32\WS2HELP.dll
0x77d10000 - 0x77d9d000      D:\WINDOWS\system32\USER32.DLL
0x77c40000 - 0x77c80000      D:\WINDOWS\system32\GDI32.dll
0x6d640000 - 0x6d7c5000      D:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
0x76ae0000 - 0x76b0e000      D:\WINDOWS\System32\WINMM.dll
0x6d280000 - 0x6d288000      D:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
0x76ba0000 - 0x76bab000      D:\WINDOWS\System32\PSAPI.DLL
0x6d610000 - 0x6d61c000      D:\Program Files\Java\jre1.5.0_02\bin\verify.dll
0x6d300000 - 0x6d31d000      D:\Program Files\Java\jre1.5.0_02\bin\java.dll
0x6d630000 - 0x6d63f000      D:\Program Files\Java\jre1.5.0_02\bin\zip.dll
0x6d4c0000 - 0x6d4d3000      D:\Program Files\Java\jre1.5.0_02\bin\net.dll
0x71990000 - 0x719cc000      D:\WINDOWS\System32\mswsock.dll
0x76ed0000 - 0x76ef5000      D:\WINDOWS\System32\DNSAPI.dll
0x76f60000 - 0x76f67000      D:\WINDOWS\System32\winrnr.dll
0x76f10000 - 0x76f3d000      D:\WINDOWS\system32\WLDAP32.dll
0x76f70000 - 0x76f75000      D:\WINDOWS\System32\rasadhlp.dll
0x719d0000 - 0x719d8000      D:\WINDOWS\System32\wshtcpip.dll
VM Arguments:
jvm_args: -Dlauncher.config.bootclasspath=C:\IPSearchengineEXE\IPSearchEngine.exe -Xbootclasspath/p:C:\IPSearchengineEXE\IPSearchEngine.exe -Dlauncher.program=C:\IPSearchengineEXE\IPSearchEngine.exe -Dborland.executable.path=C:\IPSearchengineEXE\IPSearchEngine.exe exit
java_command: <unknown>
Environment Variables:
PATH=D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\Panda Software\Panda Antivirus Platinum\
USERNAME=kaishef
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 753136k(514032k free), swap 1845820k(1674020k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
Someone can help me please ?
thankx

Do not make multiple posts of your problem. It just causes wasteful duplication of answers, and causes people irritation.
Reply to http://forum.java.sun.com/thread.jspa?threadID=628428&tstart=0instead of this thread.

Similar Messages

  • Error when launching .exe

    I devloped an application that connect to internet and parse some html and xml files to provide a search using search engines.
    it compiles and works well in JBuilder 2005. but when i make the .exe it works in the beginning after that it crash.
    i have this log :
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00e6ec58, pid=2684, tid=2688
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
    # Problematic frame:
    # v ~RuntimeStub::range_check_failed Runtime1 stub
    --------------- T H R E A D ---------------
    Current thread (0x00325938): JavaThread "main" [_thread_in_Java, id=2688]
    siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x0012f838
    Registers:
    EAX=0xffffffff, EBX=0x02edbf80, ECX=0x02ed2c18, EDX=0x00e980cb
    ESP=0x0012f838, EBP=0x0012f910, ESI=0x02ed2c30, EDI=0xffffffff
    EIP=0x00e6ec58, EFLAGS=0x00010202
    Top of Stack: (sp=0x0012f838)
    0x0012f838: 6d72cc06 00d787b0 00d78a48 0000071c
    0x0012f848: 02f10000 00d798a4 00000000 02eda930
    0x0012f858: 0012f8c4 6d6a1f0a 02edc5a0 6d690317
    0x0012f868: 0000071c 00000000 00000001 00325970
    0x0012f878: ffff1372 ffff0022 ffffffff 77c1b139
    0x0012f888: 03e1001b 0012f9b0 ffff0023 77f416f5
    0x0012f898: 77f417cd f78c180b 00000012 00000000
    0x0012f8a8: 00000000 00000000 00000000 00000000
    Instructions: (pc=0x00e6ec58)
    0x00e6ec48: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
    0x00e6ec58: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
    Stack: [0x00030000,0x00130000), sp=0x0012f838, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    v ~RuntimeStub::range_check_failed Runtime1 stub
    J org.apache.xerces.utils.SymbolCache.addSymbolToCache(Ljava/lang/String;II)I
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.apache.xerces.utils.StringPool.addSymbol(Ljava/lang/String;)I+316
    j org.apache.xerces.validators.common.XMLValidator.init()V+118
    j org.apache.xerces.validators.common.XMLValidator.<init>(Lorg/apache/xerces/utils/StringPool;Lorg/apache/xerces/framework/XMLErrorReporter;Lorg/apache/xerces/readers/DefaultEntityHandler;Lorg/apache/xerces/framework/XMLDocumentScanner;)V+979
    j org.apache.xerces.framework.XMLParser.<init>(Lorg/apache/xerces/utils/StringPool;)V+143
    j org.apache.xerces.framework.XMLParser.<init>()V+8
    j org.apache.xerces.parsers.DOMParser.<init>()V+1
    j dom.wrappers.DOMParser.<init>()V+9
    j IPSerachEngine.XmlManager.Parse_xml_TagName_Resultat_Moteur(Ljava/lang/String;)Ljava/lang/String;+12
    J IPSerachEngine.HtmlParser.Parse_Html_File(Ljava/lang/String;Ljava/lang/String;)V
    j IPSerachEngine.HtmlParser.Start_Html_Parser(Ljava/lang/String;Ljava/lang/String;)V+3
    j IPSerachEngine.AgentPlanificateur.Init_Html_parser(Ljava/util/Vector;Ljava/lang/String;)V+53
    j IPSerachEngine.AgentPlanificateur.Start_Agent_planificateur(Ljava/util/Vector;Ljava/lang/String;)V+9
    j IPSerachEngine.IPSearchEngine.main([Ljava/lang/String;)V+60
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0x88747]
    C [IPSearchEngine.exe+0x7907]
    C [IPSearchEngine.exe+0x7734]
    C [IPSearchEngine.exe+0x7350]
    C [IPSearchEngine.exe+0x5580]
    C [IPSearchEngine.exe+0x52da]
    C [IPSearchEngine.exe+0x81e7]
    C [IPSearchEngine.exe+0x1783a]
    C 0x00000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b636b40 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2740]
    0x00dd07c8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2724]
    0x00dcf3a0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2728]
    0x00dce6d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492]
    0x00dc5b20 JavaThread "Finalizer" daemon [_thread_blocked, id=1488]
    0x00dc4690 JavaThread "Reference Handler" daemon [_thread_blocked, id=2696]
    =>0x00325938 JavaThread "main" [_thread_in_Java, id=2688]
    Other Threads:
    0x00dc05d8 VMThread [id=2692]
    0x00dd19a0 WatcherThread [id=2328]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 308K [0x02e90000, 0x02f30000, 0x03370000)
    eden
    [error occurred during error reporting, step 190, id 0xc0000092]
    Dynamic libraries:
    0x00400000 - 0x0042d000      C:\IPSearchengineEXE\IPSearchEngine.exe
    0x77f40000 - 0x77ff0000      D:\WINDOWS\System32\ntdll.dll
    0x77e40000 - 0x77f35000      D:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e3c000      D:\WINDOWS\system32\ADVAPI32.DLL
    0x77c90000 - 0x77d05000      D:\WINDOWS\system32\RPCRT4.dll
    0x71a10000 - 0x71a19000      D:\WINDOWS\System32\WSOCK32.DLL
    0x719f0000 - 0x71a05000      D:\WINDOWS\System32\WS2_32.dll
    0x77be0000 - 0x77c33000      D:\WINDOWS\system32\msvcrt.dll
    0x719e0000 - 0x719e8000      D:\WINDOWS\System32\WS2HELP.dll
    0x77d10000 - 0x77d9d000      D:\WINDOWS\system32\USER32.DLL
    0x77c40000 - 0x77c80000      D:\WINDOWS\system32\GDI32.dll
    0x6d640000 - 0x6d7c5000      D:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
    0x76ae0000 - 0x76b0e000      D:\WINDOWS\System32\WINMM.dll
    0x6d280000 - 0x6d288000      D:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
    0x76ba0000 - 0x76bab000      D:\WINDOWS\System32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      D:\Program Files\Java\jre1.5.0_02\bin\verify.dll
    0x6d300000 - 0x6d31d000      D:\Program Files\Java\jre1.5.0_02\bin\java.dll
    0x6d630000 - 0x6d63f000      D:\Program Files\Java\jre1.5.0_02\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      D:\Program Files\Java\jre1.5.0_02\bin\net.dll
    0x71990000 - 0x719cc000      D:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef5000      D:\WINDOWS\System32\DNSAPI.dll
    0x76f60000 - 0x76f67000      D:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3d000      D:\WINDOWS\system32\WLDAP32.dll
    0x76f70000 - 0x76f75000      D:\WINDOWS\System32\rasadhlp.dll
    0x719d0000 - 0x719d8000      D:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dlauncher.config.bootclasspath=C:\IPSearchengineEXE\IPSearchEngine.exe -Xbootclasspath/p:C:\IPSearchengineEXE\IPSearchEngine.exe -Dlauncher.program=C:\IPSearchengineEXE\IPSearchEngine.exe -Dborland.executable.path=C:\IPSearchengineEXE\IPSearchEngine.exe exit
    java_command: <unknown>
    Environment Variables:
    PATH=D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\Panda Software\Panda Antivirus Platinum\
    USERNAME=kaishef
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 753136k(514032k free), swap 1845820k(1674020k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
    Someone can help me please ?
    thankx

    Hmm...
    Multiple posted 4 times, each offering 10 DD,they're
    his only posts, where did he get the 40 DD that he
    said he'd award? I believe that the startingamount
    is 30 DD.I am confused by this too. At first I though, ok, he
    created another userid and posted a bogus question,
    answered it with this id and awarded himself all the
    dukes (the usual duke fraud scenario). But if he did,
    where's that other post? So did he also report it for
    abuse and it was deleted?
    @OP - care to enlighten us on how you were able to
    have 40 outstanding duke dollars on a new user
    account? (which I believe starts with only 25, not 30
    by the way)I got 30 to start. I also got 30 recently for visiting some other developer forums (as someone noted could be done when they "upgraded" the stylesheets recently). So, that gives 60 right there. Plus I have a bunch awarded by people for answering their questions.

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Error when launching Photoshop CS5

    Photoshop CS5 bring up the following error when launching the application
    "The program can't start because MSVCP110.dll is missing from your computer"
    Uninstalling and resintalling the application does not resolve this problem

    http://helpx.adobe.com/creative-cloud/kb/missing-msvcp110dll.html
    Mylenium

  • Error when launching a BPF

    Hi
    I receive the following error when launching af BPF:
    System.Exception: Index was outside the bounds of the array.
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Services.Webservice.BPFProxy.BPFProxy.GetBPFContents(String strAppSet, String strApp, String strBPFID, String strDataRegion)
    We are running BPC 5.1 SP09-2 and accessing Excel via Citrix.
    I did work before we applied SP09-2.
    Any suggestions?
    Jesper

    After upgrading the client installation on Citrix was not correctly upgraden. Re-installing the client fils solved the problem.

  • Error when launching Key figure monitor iview in portal

    Hi all,
    I get an error when launching a key figure monitor iview in portal ; the error is RABAX-STATE
    In r/3 under transaction ST22 i got following :
    "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"
    "CL_WDR_INTERNAL_WINDOW========CP" or "CL_WDR_INTERNAL_WINDOW========CM00B"
    "IF_WD_WINDOW~SUBSCRIBE_TO_BUTTON_EVENT"
    Anybody knows how to resolve the problem?
    Regards
    Gwen

    Hey was your problem resolved ???
    I am facing the same problem..
    please help!!!
    reply asap.
    ~Veena.

  • Error when launching promoted app from RemoteAPP

    Hi:
    We are receiving this error when launching any application from RemoteAPP, we tried promoting Calculator, Notepad, etc. and received the same error as well.
    "Personalization:
    This theme can't be applied to the desktop.
    Try clicking a different theme"
    Help!
    Thank you,
    Stangride

    If you launch the app directly from the session hosts using the same account that your using with remoteapp what are you getting? Try and RDP to the session host when you attempt it. I would also check rsop.msc to see if you have any GPO or scripts that
    are manipulating themes.

  • Error when launching Acrobat XI Pro

    I get an error when launching Acrobat XI Pro:
    Adobe License Utility has stopped working.
    A problem has caused the program to stop working
    correctly.  Please close the program.

    Hi toeneez,
    Please try repairing Acrobat and check.
    Try running the licensing fix patch available at : Error 213:19 | Problem has occurred with the licensing of this product | Acrobat X and XI
    Regards,
    Rave

  • After Effects Plugin Error when launching

    I recently installed Red Giant Knoll Light Magic Pro plugin and get the following error when launching AE CS4 9.02 on a 2.53Ghz Intel Macbook Pro with 4Gb Ram and Snow Leopard.
    After Effects has encountered an error.
    [/Chincillada/pro/ext/adobe/MediaCore/MediaLayer/VideoFilterHost/Make/Mac/../../Src/AEPlug inVideoFilterModule.cpp-107]
    then I get:
    After Effects can't continue: An output contract violation has occured!
    then:
    After Effects warning: Failed to initialize mediacore
    I have also lodged a support ticket with Red Giant but wanted to see if anyone had experienced, or could shed any light on this error code.
    Thanks

    As a start, move the KLF plug-in out of the shared MediaCore folder (Library:Apllication Support:Adobe and something; not on my Mac ATM) to the conventional AE plug-in folder (Applications:Adobe After Effects CS4:Support Files:Plug-Ins) I've reminded my friends at RG a hundred times, but their installer stil luses bad default locations. If that doesn't fix it, then indeed you have a problem. Which version of the plug-in are you using? Most complaints revolve around v2.5's GPU usage, which is on by default and causes a lot of trouble. Older versions do not do this, so they are more stable....
    Mylenium

  • Java Error when launching BLS

    Using xMII 11.5 SP3, one of our other xMII developers is getting the following Java error when launching the BLS editor:
    Unable to load resource: http://xmiid.oxy.com/Lighthammer/CMSLogicEditor/activation.jar
    His computer was reimaged a couple of days ago with our standard image (Windows XP SP2, IE6 SP2).  It worked fine on his computer prior to the re-image.  He's reloaded Sun Java 1.4.2_01 on his computer (our company default is 1.4.1_01.)
    I can't duplicate the error on any of our test computers - one of which was also recently re-imaged.
    Any ideas?
    David

    David,
    So other standard imaged machines are running 1.4.2_01 and have no issues?  I would expect to see problems with the webstart cookie handling for that version, but I'm running _15....
    Try clearing the Java WS cache on the problematic client instance to watch it try to download all the libraries fresh.
    File...Preferences, reconfirm that the None radio button is selected on the General tab, and then on the Advanced tab, press the Clear Folder button.
    You could also make sure before hitting the editor link in the Menu.jsp that there are no dead or leftover javaws processes running in the task manager.
    Regards,
    Jeremy

  • Adobe Premiere Pro error when launching software...

    I am getting the following error when launching Adobe Premiere Pro CS6:
    Adobe Premiere Pro could not find any capable video play modules. Please update your video display  drivers and start again.
    I checked my drivers and they are up-to-date. I am using Core I7 Windows 7. I did have Adobe Premiere CS5 installed and it worked fine. When I subscribed to the Creative Cloud I uninstalled the CS5 installation and downloaded the CS6.

    Try http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html

  • I am receiving the following error when launching Adobe Premiere Elements 13

    I am receiving the following error when launching Adobe Premiere Elements 13: Premiere Elements Debug Event Preferences.cpp-353 . I am running this on a Win 7 64 bit device on a Windows domain.  The user is not a network/local administrator.  Any ideas?

    RogerCHS
    Are you running the program from a Domain or Local Administrative type User Account? Apparently not Local Administrative by your description in the introduction?
    Last time we had this type of issue, the user was coming from a Domain type of account. The issue remains in that thread unresolved although there was some intervention
    by Adobe Staff.
    https://forums.adobe.com/thread/1638947?start=0&tstart=0
    Is yours a separate matter or are you related to the user in the other thread?
    Please review and consider, supply more details, and then we can decide what next.
    Thank you.
    ATR

  • HT203242 I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Error when launching .rdp file from RDWebAccess with RD Gateway "NtlmWebAuthException: 2" on Mac Version 8.0.8 (Build 25010)

    When launching a .rdp file that has been download from an rdwebaccess session, the following error is generated "NtlmWebAuthException: 2". I have tested this on the Mac Microsoft Remote Desktop client version  8.0.8 (Build 25010).
    The following is the use case:
    Download the .RDP file for a published app "notepad.exe", on rdwebaccess (2012R2), accessed through the gateway (2012R2) VIA the connection broker (2012R2) on a RDSH server (2012R2). NLA is enabled everywhere.
    This same setup works on Windows using the Remote Desktop Connection client.
    I found that if you edit the .rdp file and add the following line (no quotes):
    "username:s: "
    Then the user is prompted for credentials. You may also set it to be "username:s:domain\username".
    This issue here appears that the Mac client is either ignoring the "prompt for credentials on client:i:1" setting, or it is passing blank credentials... or both.
    I appreciate all the work the MS team (and iTap) have done on this product... keep up the great work.
    Example failing RDP file:
    redirectclipboard:i:1
    redirectprinters:i:1
    redirectcomports:i:0
    redirectsmartcards:i:1
    devicestoredirect:s:*
    drivestoredirect:s:*
    redirectdrives:i:1
    session bpp:i:32
    prompt for credentials on client:i:1
    span monitors:i:1
    use multimon:i:1
    remoteapplicationmode:i:1
    server port:i:3389
    allow font smoothing:i:1
    promptcredentialonce:i:1
    videoplaybackmode:i:1
    audiocapturemode:i:1
    gatewayusagemethod:i:1
    gatewayprofileusagemethod:i:1
    gatewaycredentialssource:i:0
    full address:s:RDCB.COMPANY.COM
    alternate shell:s:||Notepad
    remoteapplicationprogram:s:||Notepad
    gatewayhostname:s:rdgateway.COMPANY.com
    remoteapplicationname:s:Notepad
    remoteapplicationcmdline:s:
    workspace id:s:RDCB.COMPANY.com
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.Notepad
    alternate full address:s:RDCB.COMPANY.COM
    signscope:s:Full Address,Alternate Full Address,Use Redirection Server Name,Server Port,GatewayHostname,GatewayUsageMethod,GatewayProfileUsageMethod,GatewayCredentialsSource,PromptCredentialOnce,Alternate Shell,RemoteApplicationProgram,RemoteApplicationMode,RemoteApplicationName,RemoteApplicationCmdLine,RedirectDrives,RedirectPrinters,RedirectCOMPorts,RedirectSmartCards,RedirectClipboard,DevicesToRedirect,DrivesToRedirect,LoadBalanceInfo
    signature:s:ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB

    Hi,
    I too have this problem but I am unsure of how you fo about adding the "username:s:domain\username"
    into the file as it is downloaded via the RD Web Access page.
    I know that I can edit the RDP file after the event and then send it to my users but I don't want the
    hassle of doing this,
    The weird thing is that ver 8.0.8 release notes say that there is a "Fix for the issues of starting remote connection from RDP files that included gateway information" 
    Anybody have any ideas?
    Thanks,
    Jaggie

  • Report Generation Toolkit error when running exe not vi

    Unknown System Error in Get Report Settings.vi->Get Current Font.vi->Excel Easy Table (str).vi->insert table and save file.vi->80x test suite.vi
    1. The above is an error I get from my exe
    2. I do not get this error when just running the vi.
    3. On several report gen functions cohersion dots are on my refnum input.  Is this the cause of my problem with the exe? 
    I guess there is an another learning curve when dealing with the app builder. 
    Any suggestions would be appreciated.
    Thanks
    Brian
    CLAD
    Brian

    forget what i wrote. it was my vi. 
    funny, most of the time it aint LabVIEW causing the problem but the program itself.
    Brian

Maybe you are looking for

  • Blank screen for few seconds when using "bright applications"

    Hi I have my MSI GF5600 VTDR256 for almost a year now and still facing the same problem (after various driver updates still existing :-( ) When I use application with a lot of bright colors, like Apple iTunes for example, the screen goes blank for 2

  • 412Q Movement is picking Consumption G/L instead of Stock G/L

    Dear Experts, When I am transferring project stock to plant stock in MIGO using 412 Q movement it is showing the accounting entry as below.. Consumption Cement Dr.. Stock Cement Cr.. The account entry should be Stock Cement Dr.. Stock Cement Cr.. Ple

  • HTML Link to iBooks

    Here is the correct syntax for linking to a specific book in the Apple iBookstore ( ###... = a 13 digit isbn number) in HTML: <a href="http://itunes.apple.com/us/book/isbn#############">On Apple iBooks</a> What is the correct syntax for linking a ser

  • An open tab suddenly is in a new window by itself in Firefox 28.0. Help!

    Lately, when on a site (any) I notice at some point that the tab is now in a new window, when it was originally one tab among several in a different window. Can anyone tell me what might be happening and how to fix it? Thanks!

  • M-Audio Ozone Fixed with 10.5.3 Update

    I updated to Leopard a few months ago and immediately lost use of my M-Audio Ozone as an audio interface. Midi worked fine and audio would work for about 30 seconds at a time. It was completely unusable in Logic or Garageband. After trying a bunch of