Javaws error "Unable to locate a Java Runtime to invoke"

No Java runtime present, requesting install.
Unable to locate a Java Runtime to invoke.
If i do java -version:
java -version
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-10M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
I already try:
-Delete cache and temp file (library/cache)
- I delete old and new installation of java folders inside: /System/Library/Frameworks/JavaVM.framework/Versions
- I delte folder: /System/Library/Java
- Already download manually the Java from Apple site, reinstall 2 times and reboot... not solved.
ANy idea?

Thanks to Brody and Mark Jalbert to help me to find the problem I hope this not ocurred again.
I give some feedback if this problem ocurred to other person, I see same error from 2009/2010... so is not a current problem, is a MacOS software problem of folders/permissions.
Best regards!
========================================================
Now I reboot, and all is solved (I already reboot 3 times and check and uncheck box you say).
Now something change=
TigreDARK:~ Myuser$ /usr/libexec/PlistBuddy -c "Print" $HOME/Library/Preferences/ByHost/com.apple.java.JavaPreferences.*
Dict {
    GeneralByTask = Dict {
        Any = Dict {
            PrefsVersion = 2
            WebComponentsLastUsed = 361728896.000000
            WebComponentsEnabled = true
TigreDARK:~ Myuser$
=====================================================
IMPORTANT:
Is not a good idea to add permissions to all folders, and give wrong permissions or more permissions o files.... is really danger, please do a backup first if you want to do a test...
I think the permissions, and the reboot solve, but I'm not sure what really do this change....
how i fix the problem:
1)
/System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java
files i add permissions of my user, and write read:
deploy.jar
javaws.jar
2)
/System/Library/Java/Support/Deploy.bundle/Contents/Home/Lib
I add here too a R+W permission to "system" and to my user r+w
3)
I moved the ~/Library/Preferences/ByHost/com.apple.java.JavaPreferences.*.plist file and ran Java Preferences again.
4) Shutdown, and boot again.
IF PROBLEM PERSIST:=
Go to folder of JAVAWS path:
cd /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin
Lunch you jsp application:
TigreDARK:bin XXXXXXX$ ./javaws /Users/myuser/Desktop/login.jsp
If give you this error, like my error PROBLEM, is a permission of files problem....
TigreDARK:bin XXXXXXXX$ Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file <Permission denied> /System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/deploy.jar

Similar Messages

  • I am getting the following error: Unable to locate class: java.lang.NoClassDefFoundError: on an iPlanet WS. We have ensured that the classpath in jvm12.conf includes the jar file with path. Any ideas?

     

    Well, now I'm pulling my hair out even more because I can't get it to resolve anything in jaxws-rt.jar at runtime. Note: compile-time still works FINE.
    I was messing with classpaths and stuff (and the endorsed dirs option of course) and it was "working" to the extent I had posted before, but then I kept playing with it and at some point I said, this isn't working and I need to reset all this stuff back to the way it was.
    ... so I did that. And now it won't resolve "PolicyException:"
    java.lang.NoClassDefFoundError: com/sun/xml/ws/policy/PolicyException
    This doesn't mean anything to you guys I bet, but that happens when it FIRST gets inside the web service code, which references PolicyException (doesn't even use it at that point.. I'm assuming the import is screwing it up when it's in the constructor). So now it won't resolve at all. Before, it was getting past this point and telling me the "method not found" error on the next line or this same error for WSBindingProvider two lines down, when it's actually being used. AWESOME.
    I downloaded the latest jaxws-rt.jar and all its dependencies, shoved that into my lib folder, and set the endorsed dir to that folder (There's kind of a web of dependencies here. jaxws-rt.jar expects all its dependencies to be in the same folder, it seems, so I don't know how it was "working" before when I just copied jaxws-rt.jar into my separate endorsed dir - but I can't move all of those files to endorsed because I need them in my project (which expects them to be in the lib folder)). What happened? It went back to my original "String" error (first error in the first post), which means it's not getting endorsed at all from that location.
    What a mess.
    Can someone tell me what the heck I'm supposed to do with this jar file?

  • ERROR: Unable to locate system class: java/lang/String

    I have swtiched from running my application using sun jvm to using microsoft jvm. When i run it i get the following error:
    ERROR: Unable to locate system class: java/lang/String
    java -classpath out;etc..etc myclass
    has become
    jview -cp:a out;C:\build\rt.jar;etc..etc myclass
    any ideas?

    Search for the old "MS SDK for Java 4.0" somewhere (no, you can't find it at Microsoft's site).
    There are two files that you have to get: sdkdocs40.exe (a file with 10,895,496 bytes) and SDKJava40.exe (a file with 20,222,928 bytes).
    Use the embedded jvc compiler to recompile your program. Beware: try not to rely too much in jvc. Use it only for discover that you're using methods not implemented in JDK 1.1.8, but don't use it for deploying your app.
    You'll discover that you'll have to rewrite large portions of your program, and even change your program specifications to deal with the reduced functionality of the old MS JVM (for instance, say that you'll need to change the 'modified date' of a file.
    In JDK >= 1.2 there's the method File.setModified(); in MS JVM you'll need to use some com.ms.wfc function.

  • An unexpected error has been detected by Java Runtime Environment

    Hi there,
    I am trying to run my application in java and suddenly java started giving me the bellow error:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # An error report file with more information is saved as:
    # G:\My Documents\UCY\Graduate\Final Year Project\Persona\Testing\hs_err_pid1500.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I do not believe that this is a problem in my code as this was working before.
    Also the system works fine for about 20 iterations of the same code and then displays this error
    I also try to uninstall and reinstall java but with no luck.
    I am also attaching the log file that java has saved some information.
    Thanks a lot for your help in advance.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0aaa0c00): VMThread [stack: 0x0ab30000,0x0ab80000] [id=3624]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000050
    Registers:
    EAX=0x00000000, EBX=0x003abcec, ECX=0x072d0106, EDX=0x00000000
    ESP=0x0ab7f5bc, EBP=0x003abc60, ESI=0x06b29bc8, EDI=0x06b29bc8
    EIP=0x6d81bd10, EFLAGS=0x00010246
    Top of Stack: (sp=0x0ab7f5bc)
    0x0ab7f5bc: 06b29bc8 06b29bc8 00000000 6d940820
    0x0ab7f5cc: 6d7dcc8b 06b29bc8 0ab7f618 0ab7f618
    0x0ab7f5dc: 00000002 003aa9f8 6d86cd11 06b29c45
    0x0ab7f5ec: 003abab8 6d86cae1 003abcb0 6d83c5a3
    0x0ab7f5fc: 0ab7f618 00000000 003aaa50 06b29c45
    0x0ab7f60c: 6d86c927 0ab7f618 00000000 6d99f718
    0x0ab7f61c: 06b29c45 00000000 6d8676c3 06b29c45
    0x0ab7f62c: 06b29c45 00000000 0ab7f748 00000000
    Instructions: (pc=0x6d81bd10)
    0x6d81bd00: 08 07 c1 e8 02 25 fe ff ff 3f 5e 59 c3 8b 11 56
    0x6d81bd10: ff 52 50 5e 59 c3 cc cc cc cc cc cc cc cc cc cc
    Stack: [0x0ab30000,0x0ab80000], sp=0x0ab7f5bc, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x5bd10]
    VM_Operation (0x0090f410): GenCollectForAllocation, mode: safepoint, requested by thread 0x003a6400
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0aade000 JavaThread "&#1281;&#49164; &#4944;&#1689;&#23520;&#1689;&#1088;&#1689;&#28936;&#1690;&#23520;&#1689;&#1072;&#1689;&#752;&#1689;&#1041;&#32768;&#27880;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18011;&#480;&#1689;&#26688;&#28059;&#1538;&#49164; &#4944;&#1689;&#23520;&#1689;&#1424;&#1689;&#29032;&#1690;&#23520;&#1689;&#1408;&#1689;&#1088;&#1689;&#1041;&#32768;&#27496;&#1690;&#65530;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#17499;&#480;&#1689;&#26688;&#28059;&#1795;&#49168; &#4944;&#1689;&#23520;&#1689;&#1760;&#1689;&#29128;&#1690;&#23520;&#1689;&#1744;&#1689;&#1424;&#1689;&#1041;&#32768;&#27592;&#1690;&#65532;&#16383;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#16987;&#480;&#1689;&#26688;&#28059;&#2048;&#49164; &#4944;&#1689;&#23520;&#1689;&#2096;&#1689;&#29224;&#1690;&#23520;&#1689;&#2080;&#1689;&#1760;&#1689;&#1041;&#32768;&#18512;&#1730;&#27688;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#21339;&#480;&#1689;&#26688;&#28059;&#2305;&#49164; &#4944;&#1689;&#23520;&#1689;&#2432;&#1689;&#29320;&#1690;&#23520;&#1689;&#2416;&#1689;&#2096;&#1689;&#1041;&#32768;&#31408;&#1722;&#28072;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18779;&#480;&#1689;&#26688;&#28059;&#2562;&#49164; &#4944;&#1689;&#23520;&#1689;&#2768;&#1689;&#29416;&#1690;&#23520;&#1689;&#2752;&#1689;&#2432;&#1689;&#1041;&#32768;&#27640;&#1729;&#27400;&#1690;&#65530;&#32767; daemon [_thread_blocked, id=3244, stack(0x0ae00000,0x0ae50000)]
    0x0aad4400 JavaThread "" [_thread_blocked, id=1788, stack(0x0adb0000,0x0ae00000)]
    0x0aac6c00
    [error occurred during error reporting (printing all threads), id 0xc0000005]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003a5ab0/0x00002710] Threads_lock - owner thread: 0x0aaa0c00
    [0x003a5c50/0x000026d0] Heap_lock - owner thread: 0x003a6400
    Heap
    def new generation total 960K, used 64K [0x02990000, 0x02a90000, 0x02e70000)
    eden space 896K, 0% used [0x02990000, 0x02990000, 0x02a70000)
    from space 64K, 100% used [0x02a70000, 0x02a80000, 0x02a80000)
    to space 64K, 0% used [0x02a80000, 0x02a80000, 0x02a90000)
    tenured generation total 4224K, used 4223K [0x02e70000, 0x03290000, 0x06990000)
    the space 4224K, 99% used [0x02e70000, 0x0328fc38, 0x031a2200, 0x03290000)
    compacting perm gen total 12288K, used 4879K [0x06990000, 0x07590000, 0x0a990000)
    the space 12288K, 39% used [0x06990000, 0x06e53cc0, 0x06e51200, 0x07590000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jre1.6.0_06\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre1.6.0_06\bin\msvcr71.dll
    0x6d7c0000 - 0x6da10000      C:\Program Files\Java\jre1.6.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6bd00000 - 0x6bd0d000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x6d270000 - 0x6d278000      C:\Program Files\Java\jre1.6.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d360000 - 0x6d389000      C:\Program Files\Java\jre1.6.0_06\bin\jdwp.dll
    0x6d6c0000 - 0x6d6c6000      C:\Program Files\Java\jre1.6.0_06\bin\npt.dll
    0x6d770000 - 0x6d77c000      C:\Program Files\Java\jre1.6.0_06\bin\verify.dll
    0x6d310000 - 0x6d32f000      C:\Program Files\Java\jre1.6.0_06\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\Program Files\Java\jre1.6.0_06\bin\zip.dll
    0x6d1e0000 - 0x6d1e7000      C:\Program Files\Java\jre1.6.0_06\bin\dt_socket.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1578
    java_command: TestingResults
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    CLASSPATH=.;C:\TomCat\webapps\Profiling;C:\TomCat\common\lib\servlet-api.jar;C:\TomCat\common\lib\jsp-api.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Java\jre1.5.0_03\lib\ext\QTJava.zip
    PATH=C:\Program Files\Java\jre1.6.0_06\bin\client;C:\Program Files\Java\jre1.6.0_06\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\jwsdp-1.3\jwsdp-shared\bin;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    USERNAME=maria
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 523632k(50496k free), swap 882224k(299028k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Sun Jun 15 19:09:27 2008
    elapsed time: 105 seconds
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Hi there,
    I am trying to run my application in java and suddenly java started giving me the bellow error:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # An error report file with more information is saved as:
    # G:\My Documents\UCY\Graduate\Final Year Project\Persona\Testing\hs_err_pid1500.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I do not believe that this is a problem in my code as this was working before.
    Also the system works fine for about 20 iterations of the same code and then displays this error
    I also try to uninstall and reinstall java but with no luck.
    I am also attaching the log file that java has saved some information.
    Thanks a lot for your help in advance.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0aaa0c00): VMThread [stack: 0x0ab30000,0x0ab80000] [id=3624]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000050
    Registers:
    EAX=0x00000000, EBX=0x003abcec, ECX=0x072d0106, EDX=0x00000000
    ESP=0x0ab7f5bc, EBP=0x003abc60, ESI=0x06b29bc8, EDI=0x06b29bc8
    EIP=0x6d81bd10, EFLAGS=0x00010246
    Top of Stack: (sp=0x0ab7f5bc)
    0x0ab7f5bc: 06b29bc8 06b29bc8 00000000 6d940820
    0x0ab7f5cc: 6d7dcc8b 06b29bc8 0ab7f618 0ab7f618
    0x0ab7f5dc: 00000002 003aa9f8 6d86cd11 06b29c45
    0x0ab7f5ec: 003abab8 6d86cae1 003abcb0 6d83c5a3
    0x0ab7f5fc: 0ab7f618 00000000 003aaa50 06b29c45
    0x0ab7f60c: 6d86c927 0ab7f618 00000000 6d99f718
    0x0ab7f61c: 06b29c45 00000000 6d8676c3 06b29c45
    0x0ab7f62c: 06b29c45 00000000 0ab7f748 00000000
    Instructions: (pc=0x6d81bd10)
    0x6d81bd00: 08 07 c1 e8 02 25 fe ff ff 3f 5e 59 c3 8b 11 56
    0x6d81bd10: ff 52 50 5e 59 c3 cc cc cc cc cc cc cc cc cc cc
    Stack: [0x0ab30000,0x0ab80000], sp=0x0ab7f5bc, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x5bd10]
    VM_Operation (0x0090f410): GenCollectForAllocation, mode: safepoint, requested by thread 0x003a6400
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0aade000 JavaThread "&#1281;&#49164; &#4944;&#1689;&#23520;&#1689;&#1088;&#1689;&#28936;&#1690;&#23520;&#1689;&#1072;&#1689;&#752;&#1689;&#1041;&#32768;&#27880;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18011;&#480;&#1689;&#26688;&#28059;&#1538;&#49164; &#4944;&#1689;&#23520;&#1689;&#1424;&#1689;&#29032;&#1690;&#23520;&#1689;&#1408;&#1689;&#1088;&#1689;&#1041;&#32768;&#27496;&#1690;&#65530;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#17499;&#480;&#1689;&#26688;&#28059;&#1795;&#49168; &#4944;&#1689;&#23520;&#1689;&#1760;&#1689;&#29128;&#1690;&#23520;&#1689;&#1744;&#1689;&#1424;&#1689;&#1041;&#32768;&#27592;&#1690;&#65532;&#16383;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#16987;&#480;&#1689;&#26688;&#28059;&#2048;&#49164; &#4944;&#1689;&#23520;&#1689;&#2096;&#1689;&#29224;&#1690;&#23520;&#1689;&#2080;&#1689;&#1760;&#1689;&#1041;&#32768;&#18512;&#1730;&#27688;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#21339;&#480;&#1689;&#26688;&#28059;&#2305;&#49164; &#4944;&#1689;&#23520;&#1689;&#2432;&#1689;&#29320;&#1690;&#23520;&#1689;&#2416;&#1689;&#2096;&#1689;&#1041;&#32768;&#31408;&#1722;&#28072;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18779;&#480;&#1689;&#26688;&#28059;&#2562;&#49164; &#4944;&#1689;&#23520;&#1689;&#2768;&#1689;&#29416;&#1690;&#23520;&#1689;&#2752;&#1689;&#2432;&#1689;&#1041;&#32768;&#27640;&#1729;&#27400;&#1690;&#65530;&#32767; daemon [_thread_blocked, id=3244, stack(0x0ae00000,0x0ae50000)]
    0x0aad4400 JavaThread "" [_thread_blocked, id=1788, stack(0x0adb0000,0x0ae00000)]
    0x0aac6c00
    [error occurred during error reporting (printing all threads), id 0xc0000005]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003a5ab0/0x00002710] Threads_lock - owner thread: 0x0aaa0c00
    [0x003a5c50/0x000026d0] Heap_lock - owner thread: 0x003a6400
    Heap
    def new generation total 960K, used 64K [0x02990000, 0x02a90000, 0x02e70000)
    eden space 896K, 0% used [0x02990000, 0x02990000, 0x02a70000)
    from space 64K, 100% used [0x02a70000, 0x02a80000, 0x02a80000)
    to space 64K, 0% used [0x02a80000, 0x02a80000, 0x02a90000)
    tenured generation total 4224K, used 4223K [0x02e70000, 0x03290000, 0x06990000)
    the space 4224K, 99% used [0x02e70000, 0x0328fc38, 0x031a2200, 0x03290000)
    compacting perm gen total 12288K, used 4879K [0x06990000, 0x07590000, 0x0a990000)
    the space 12288K, 39% used [0x06990000, 0x06e53cc0, 0x06e51200, 0x07590000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jre1.6.0_06\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre1.6.0_06\bin\msvcr71.dll
    0x6d7c0000 - 0x6da10000      C:\Program Files\Java\jre1.6.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6bd00000 - 0x6bd0d000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x6d270000 - 0x6d278000      C:\Program Files\Java\jre1.6.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d360000 - 0x6d389000      C:\Program Files\Java\jre1.6.0_06\bin\jdwp.dll
    0x6d6c0000 - 0x6d6c6000      C:\Program Files\Java\jre1.6.0_06\bin\npt.dll
    0x6d770000 - 0x6d77c000      C:\Program Files\Java\jre1.6.0_06\bin\verify.dll
    0x6d310000 - 0x6d32f000      C:\Program Files\Java\jre1.6.0_06\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\Program Files\Java\jre1.6.0_06\bin\zip.dll
    0x6d1e0000 - 0x6d1e7000      C:\Program Files\Java\jre1.6.0_06\bin\dt_socket.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1578
    java_command: TestingResults
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    CLASSPATH=.;C:\TomCat\webapps\Profiling;C:\TomCat\common\lib\servlet-api.jar;C:\TomCat\common\lib\jsp-api.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Java\jre1.5.0_03\lib\ext\QTJava.zip
    PATH=C:\Program Files\Java\jre1.6.0_06\bin\client;C:\Program Files\Java\jre1.6.0_06\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\jwsdp-1.3\jwsdp-shared\bin;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    USERNAME=maria
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 523632k(50496k free), swap 882224k(299028k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Sun Jun 15 19:09:27 2008
    elapsed time: 105 seconds
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • Internal error: Unable to locate class: com/iplanet/ias/server/J2EERunner

    When trying to troubleshoot why I am getting "connection refused" for samples/jaxrpc/simple I found I am getting the following errors in server.log.
    [08/Sep/2003:16:08:41] INFO (17045): CORE3016: daemon is running as super-user
    [08/Sep/2003:16:08:41] SEVERE (17045): CORE4011: Internal error: Unable to locat
    e class: com/iplanet/ias/server/J2EERunner
    [08/Sep/2003:16:08:41] SEVERE (17045): CORE3187: Late initialization failed: Err
    or running init function(late) init-j2ee: unknown error
    I'm running on RedHat 7, kernel 2.4.20-20.7, with Java j2sdk1.4.2_01. The env $PATH includes /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/opt/oracle/product/9.2.0/bin:/root/bin:/usr/java/j2sdk1.4.2_01/bin:/opt/SUNWappserver7/bin
    I did not see anything else that I need to configure in the environment other than [Install home]/bin in $PATH. I found nothing about special $CLASSPATH settings.
    Anybody have any ideas?

    Hi Steve,
    I don't know what does internal error means, may be you could set the log level to fine to get more detail error messages.
    I remember myself getting "connection refused" exception.I resolved it by referring the troubleshooting section in the docs shipped with sample on resolving this error.
    Get back if still have any issues.
    -Amol

  • Install error "unable to locate folder for token UserDocuments"

    I'm trying to install a trial of CS5.5 Design Premium and I keep getting this error. I've been working on it for the past two days and I can't find anything useful on the kb or forums.
    Installer said on exit: (full install log below)
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 62 error(s), 53 warning(s)
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Unable to locate folder for token UserDocuments.
    ERROR: Unable to locate folder for token UserDocuments.
    ERROR: Unable to locate folder for token UserDocuments.
    ERROR: Unable to locate folder for token UserDocuments.
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - SiteCatalyst NetAverages: Install failed
    ERROR:  - Adobe Photoshop CS5 Support: Install failed
    ERROR:  - Adobe Bridge CS5: Install failed
    ERROR:  - HIL Help Search: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Adobe Dreamweaver CS5_AdobeDreamweaver11en_USLanguagePack: Install failed
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Photoshop Camera Raw: Install failed
    ERROR:  - AdobeColorCommonSetCMYK: Install failed
    ERROR:  - DeviceCentral_DeviceCentral3LP-en_US: Install failed
    ERROR:  - Camera Profiles Installer: Install failed
    ERROR:  - Adobe Mini Bridge CS5: Install failed
    ERROR:  - Adobe Player for Embedding: Install failed
    ERROR:  - Adobe Fireworks CS5_AdobeFireworks11en_USLanguagePack: Install failed
    ERROR:  - Adobe SING CS5: Install failed
    ERROR:  - Adobe SwitchBoard 2.0: Install failed
    ERROR:  - AdobeColorJA CS5: Install failed
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - Adobe BrowserLab CS Live: Install failed
    ERROR:  - CSXS Story Extension: Install failed
    ERROR:  - Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_US: Install failed
    ERROR:  - Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - Adobe Illustrator CS5: Failed due to Language Pack installation failure
    ERROR:  - DeviceCentral: Failed due to Language Pack installation failure
    ERROR:  - AdobeColorEU CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeColorVideoProfilesCS CS5: Install failed
    ERROR:  - Adobe Fireworks CS5: Failed due to Language Pack installation failure
    ERROR:  - AdobeColorCommonSetRGB: Install failed
    ERROR:  - Adobe Utilities CS5: Install failed
    ERROR:  - Adobe Photoshop CS5 Core: Failed due to Language Pack installation failure
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_US: Install failed
    ERROR:  - Adobe Toolhints CS5: Install failed
    ERROR:  - AdobeOutputModule: Install failed
    ERROR:  - Adobe InDesign CS5 Application Feature Set Files: Install failed
    ERROR:  - Adobe InDesign CS5 Application Base Files2: Install failed
    ERROR:  - Adobe InDesign CS5 Application Base Files: Failed due to Language Pack installation failure
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - Adobe InDesign CS5 Common Base Files: Install failed
    ERROR:  - DynamiclinkSupport: Install failed
    ERROR:  - Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Required Common Fonts Installation: Install failed
    ERROR:  - Creative Suite 5 Design Premium: Install failed
    ERROR:  - AdobeColorNA CS5: Install failed
    ERROR:  - AdobeColorPhotoshop CS5: Install failed
    ERROR:  - Adobe Buzzword CS5: Install failed
    ERROR:  - Adobe Dreamweaver CS5: Failed due to Language Pack installation failure
    ERROR:  - Recommended Common Fonts Installation: Install failed
    ERROR:  - Adobe Extension Manager CS5: Install failed
    ERROR:  - Adobe ReviewPanel CS5: Install failed
    Full installation log:
    [       0] Mon Sep 19 00:06:17 2011  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 4.0.50.0
    OSX version: 10.7.1 
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    ::START TIMER:: [Bootstrap]
    Perform Bootstrapping ...
    :: END TIMER :: [Bootstrap] took 12421 milliseconds (12.421 seconds) DTR = 6347.96 KBPS (6.19918 MBPS)
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 1401 milliseconds (1.401 seconds) DTR = 23763 KBPS (23.2061 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium
    Updating media info for: {007A2A28-D6A8-4D91-9A2B-568FF8052215}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeWinSoftLinguisticsPluginAll/AdobeWinSoftLinguisticsPluginAll.dmg
    Updating media info for: {02731921-5711-4E7A-A898-D6BCF0F2A1CD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeCSXSInfrastructure2-mul/AdobeCSXSInfrastructure2-mul.dmg
    Updating media info for: {03EEF3DA-71F9-4FE5-92AD-D10142E26459}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/SiteCatalystNetAverages1-mul/SiteCatalystNetAverages1-mul.dmg
    Updating media info for: {042F50EC-2C9E-43D8-B3D7-2BB204A20E44}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeIllustrator15en_GBLanguagePack/AdobeIllustrator15en_GBLanguagePack. dmg
    Updating media info for: {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePhotoshop12-Support/AdobePhotoshop12-Support.dmg
    Updating media info for: {0D067D13-C3D7-4EA6-B346-740CD91FD547}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeBridge4-mul/AdobeBridge4-mul.dmg
    Updating media info for: {14A2CC02-4638-405D-8190-ECD7BFD32D6E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFlash11-en_USLanguagePack/AdobeFlash11-en_USLanguagePack.dmg
    Updating media info for: {1EC2407F-6A7B-4A3C-9F46-C812EE3D44FD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/HIL_Help_Search/HIL_Help_Search.dmg
    Updating media info for: {26B0DF8D-3A8D-4BA9-B131-3B0D9EE87655}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeMobileExtension_Flash11-en_US/AdobeMobileExtension_Flash11-en_US.dm g
    Updating media info for: {27C5BA7B-6EE7-4DFE-A0F0-8E1D6552C5B0}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFireworks11en_GBLanguagePack/AdobeFireworks11en_GBLanguagePack.dmg
    Updating media info for: {298CF0B0-8B47-46DF-B726-8E4BFAD5432E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeHelp/InstallAdobeHelp
    Updating media info for: {2C8C0585-5083-4032-94B8-A9AD04ED0716}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeAIR1.5.3-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {2D5B4A04-0A9F-4FB9-862A-C49400325A90}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeDreamweaver11en_USLanguagePack/AdobeDreamweaver11en_USLanguagePack. dmg
    Updating media info for: {30221E3E-4C47-4560-A296-DD9ABB500C21}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AIR2_Flash11-mul/AIR2_Flash11-mul.dmg
    Updating media info for: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeSuiteSharedConfiguration-mul/AdobeSuiteSharedConfiguration-mul.dmg
    Updating media info for: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeCameraRaw6.0All/AdobeCameraRaw6.0All.dmg
    Updating media info for: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorCommonSetCMYK3-mul/AdobeColorCommonSetCMYK3-mul.dmg
    Updating media info for: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/DeviceCentral3LP-en_US/DeviceCentral3LP-en_US.dmg
    Updating media info for: {3F023875-4A52-4605-9DB6-A88D4A813E8D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeCameraRawProfile6.0All/AdobeCameraRawProfile6.0All.dmg
    Updating media info for: {41372141-B568-4B5A-80DD-649980B825AC}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/DeviceCentral3LP-en_GB/DeviceCentral3LP-en_GB.dmg
    Updating media info for: {4438C826-1FD0-4D04-A70B-24FE1580AB21}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeMiniBridge1-mul/AdobeMiniBridge1-mul.dmg
    Updating media info for: {44EAE408-3960-11DF-ACCC-D8A62C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7CommonLang-en_GB/AdobeInDesign7CommonLang-en_GB.dmg
    Updating media info for: {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeAMP1.8-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Updating media info for: {4687A306-D716-4D7A-B0AA-EAB65D17F149}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeAPE3-mul/AdobeAPE3-mul.dmg
    Updating media info for: {47DF3210-E261-4D06-A073-92F6C426C352}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AMECore5All/AMECore5All.dmg
    Updating media info for: {4822EB30-22F2-48A8-9B15-C6DF34BA9CE4}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFireworks11en_USLanguagePack/AdobeFireworks11en_USLanguagePack.dmg
    Updating media info for: {4C08199E-0D93-4227-8325-F024E71CA7A1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeSING3-mul/AdobeSING3-mul.dmg
    Updating media info for: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/SwitchBoard2.0All/SwitchBoard2.0All.dmg
    Updating media info for: {54F4466A-091A-46DA-B697-43D55CEF9DF6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorJA_ExtraSettings3-mul/AdobeColorJA_ExtraSettings3-mul.dmg
    Updating media info for: {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeMobileExtension_Flash11-mul/AdobeMobileExtension_Flash11-mul.dmg
    Updating media info for: {5A60CD44-B38B-47CD-BE38-219C81AE3345}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeExtendScriptToolkit3.5.0-mul/AdobeExtendScriptToolkit3.5.0-mul.dmg
    Updating media info for: {5C5F61E0-E13B-4FD6-9F4B-C034FFD0672A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/Players_Flash11-mul/Players_Flash11-mul.dmg
    Updating media info for: {5E08533A-2C1B-469D-AFD5-953C9D00031F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/BrowserLabCSLive-mul/BrowserLabCSLive-mul.dmg
    Updating media info for: {635DCFA5-3A47-4452-AEC7-D3B23FFE929D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/iPhone_Flash11-mul/iPhone_Flash11-mul.dmg
    Updating media info for: {66173EC7-974E-4652-9468-4A93D2481BF0}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeStoryExtension-mul/AdobeStoryExtension-mul.dmg
    Updating media info for: {68489BE8-3960-11DF-8F88-C4A72C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7CommonLang-en_US/AdobeInDesign7CommonLang-en_US.dmg
    Updating media info for: {69582206-7E5D-4476-A8F4-ECF90E9C8A69}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePhotoshop12-en_US/AdobePhotoshop12-en_US.dmg
    Updating media info for: {6A2E619B-E4AC-433B-A648-D458CE543A96}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeXMPPanelsAll/AdobeXMPPanelsAll.dmg
    Updating media info for: {6A75E573-6909-4D48-BDFA-D8ED118605A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeIllustrator15-mul/AdobeIllustrator15-mul.dmg
    Updating media info for: {6E505C8F-2896-11DF-9B64-0013724DD917}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeDeviceCentral3-all/AdobeDeviceCentral3-all.dmg
    Updating media info for: {6E7E143C-395D-11DF-80BB-4B252C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7AppLang-en_GB/AdobeInDesign7AppLang-en_GB.dmg
    Updating media info for: {6F29BE46-E5F3-4146-8A84-20301E5C985A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorEU_ExtraSettings3-mul/AdobeColorEU_ExtraSettings3-mul.dmg
    Updating media info for: {6F3A624B-1B72-4081-96E8-23261F389C5C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeTypeSupport10-mul/AdobeTypeSupport10-mul.dmg
    Updating media info for: {73A4DC5E-226E-42BA-8ECA-2822592AC044}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeVideoProfilesCS3-mul/AdobeVideoProfilesCS3-mul.dmg
    Updating media info for: {755A9707-8A74-4B18-A6FD-F80F5893BDF2}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFireworks11All/AdobeFireworks11All.dmg
    Updating media info for: {7745F18B-FD8A-4011-BE16-588900C503D0}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFlashFonts1-mul/AdobeFlashFonts1-mul.dmg
    Updating media info for: {78A53622-CDBA-49D1-A3D0-D563FB398D0C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorCommonSetRGB3-mul/AdobeColorCommonSetRGB3-mul.dmg
    Updating media info for: {796659A8-114A-4E16-9994-14DF6A1B1683}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeUtilities3-mul/AdobeUtilities3-mul.dmg
    Updating media info for: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePhotoshop12-Core/AdobePhotoshop12-Core.dmg
    Updating media info for: {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePhotoshop12-en_GB/AdobePhotoshop12-en_GB.dmg
    Updating media info for: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePDFSettings10-ja_JP/AdobePDFSettings10-ja_JP.dmg
    Updating media info for: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeCSXSExtensions2-mul/AdobeCSXSExtensions2-mul.dmg
    Updating media info for: {8D3FB5B0-395D-11DF-AEA7-642B2C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7AppLang-en_US/AdobeInDesign7AppLang-en_US.dmg
    Updating media info for: {9032BC04-1CB6-11DF-8041-A9C0CF51210B}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeToolhints-mul/AdobeToolhints-mul.dmg
    Updating media info for: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeOutputModuleAll/AdobeOutputModuleAll.dmg
    Updating media info for: {935FF832-3963-11DF-9CE8-97BA2C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7AppFSet-Roman/AdobeInDesign7AppFSet-Roman.dmg
    Updating media info for: {955EB78F-C938-4EA8-8470-C6EA71685834}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AIR2_Flash11-en_US/AIR2_Flash11-en_US.dmg
    Updating media info for: {9BE768D2-3963-11DF-B0A5-B7BA2C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7AppBase2-mul/AdobeInDesign7AppBase2-mul.dmg
    Updating media info for: {9EEF9016-4356-11DF-9781-28A32C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7AppBase-mul/AdobeInDesign7AppBase-mul.dmg
    Updating media info for: {A2502D10-2D75-4620-8A8B-73F39D5C1243}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePDFSettings10-mul/AdobePDFSettings10-mul.dmg
    Updating media info for: {A44863BF-8DB8-4D22-88DB-5A02BE319840}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeLinguisticsAll/AdobeLinguisticsAll.dmg
    Updating media info for: {A4747434-3965-11DF-B081-A0842D404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeInDesign7CommonBase-mul/AdobeInDesign7CommonBase-mul.dmg
    Updating media info for: {A4EE8093-4250-4D8B-BDE4-A4675BB44953}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFlashCatalyst-mul/AdobeFlashCatalyst-mul.dmg
    Updating media info for: {A8798E04-96FF-4564-9157-0D4C89CB794C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeDynamiclinkSupport5All/AdobeDynamiclinkSupport5All.dmg
    Updating media info for: {B4975576-60AD-4181-AED4-253FC150B404}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeIllustrator15en_USLanguagePack/AdobeIllustrator15en_USLanguagePack. dmg
    Updating media info for: {B60B8713-F828-44F9-BEEE-7596F814E540}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorEU_Recommended3-mul/AdobeColorEU_Recommended3-mul.dmg
    Updating media info for: {BAE5212B-6651-4AD8-B26A-1B284D2665C6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobePDFL9.9-mul/AdobePDFL9.9-mul.dmg
    Updating media info for: {BD0D6363-E961-410F-8BF4-ECD8795F3923}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeCMaps3-mul/AdobeCMaps3-mul.dmg
    Updating media info for: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorNA_ExtraSettings3-mul/AdobeColorNA_ExtraSettings3-mul.dmg
    Updating media info for: {C7BDD22E-AD27-4B06-BEB9-F97BC4D89671}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/FPPluginMac_STI/FPPluginMac_STI.dmg
    Updating media info for: {CBDD7465-CE11-4A58-9497-C370B65923F1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFontsRequired-mul/AdobeFontsRequired-mul.dmg
    Updating media info for: {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeDesignPremium5-mul/AdobeDesignPremium5-mul.dmg
    Updating media info for: {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFlash11-mul/AdobeFlash11-mul.dmg
    Updating media info for: {D26EEF95-420A-4726-B85D-AFBE752EF526}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorNA_Recommended3-mul/AdobeColorNA_Recommended3-mul.dmg
    Updating media info for: {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorPhotoshop3-mul/AdobeColorPhotoshop3-mul.dmg
    Updating media info for: {DC541ECE-2FFE-11DF-823C-BF762D404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeBuzzword-mul/AdobeBuzzword-mul.dmg
    Updating media info for: {DD5B1FAF-47FA-4B6D-A31C-5E313EB0DD07}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeDreamweaver11-mul/AdobeDreamweaver11-mul.dmg
    Updating media info for: {E39A5ABD-516B-46F9-A042-694BBA6A4E08}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeFontsRecommended-mul/AdobeFontsRecommended-mul.dmg
    Updating media info for: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeExtensionManager5.0All/AdobeExtensionManager5.0All.dmg
    Updating media info for: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeColorJA_Recommended3-mul/AdobeColorJA_Recommended3-mul.dmg
    Updating media info for: {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/TLF_Flash11-mul/TLF_Flash11-mul.dmg
    Updating media info for: {F8918124-1CFB-4AB9-9BC2-39B961DBBBEE}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/aifsdk-mac/aifsdk-mac.dmg
    Updating media info for: {FFEDE6AE-3052-11DF-89B7-E7102C404F28}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Adobe CS5 Design Premium
      Path: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium/payloads/AdobeReviewPanel2-mul/AdobeReviewPanel2-mul.dmg
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,4.0.50.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding 3.1.0.0: 1 (0,11)
      {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5 3.0.0.0: 2 (0,4)
      {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0: 3 (0,5)
      {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5 2.0.0.0: 4 (0,9)
      {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 2.0.0.0: 5 (0,7)
      {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0: 5 (0,7)
      {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0: 5 (0,7)
      {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0: 6 (0,6)
      {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule 3.0.0.0: 7 (0,5)
      {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0: 8 (0,4)
      {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0: 8 (0,4)
      {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp 0.0.0.0: 9 (0,9)
      {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 5.0.0.0: 10 (0,7)
      {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0: 11 (0,6)
      {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 3.5.0.0: 12 (2,6)
      {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0: 13 (1,4)
      {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5 2.0.0.0: 14 (0,6)
      {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0: 15 (0,4)
      {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK 3.0.0.0: 15 (0,4)
      {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB 3.0.0.0: 15 (0,4)
      {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5 3.0.0.0: 15 (0,4)
      {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5 3.0.0.0: 15 (0,4)
      {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5 3.0.0.0: 15 (0,4)
      {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5 3.0.0.0: 15 (0,4)
      {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5 3.0.0.0: 15 (0,4)
      {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5 3.0.0.0: 15 (0,4)
      {9BE768D2-3963-11DF-B0A5-B7BA2C404F28} Adobe InDesign CS5 Application Base Files2 7.0.0.0: 16 (0,1)
      {935FF832-3963-11DF-9CE8-97BA2C404F28} Adobe InDesign CS5 Application Feature Set Files 7.0.0.0: 16 (0,1)
      {A4747434-3965-11DF-B081-A0842D404F28} Adobe InDesign CS5 Common Base Files 7.0.0.0: 16 (0,1)
      {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support 12.0.0.0: 16 (0,1)
      {F8918124-1CFB-4AB9-9BC2-39B961DBBBEE} Pixel Bender Toolkit 2.0.0.0: 17 (1,1)
      {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR 1.5.3.0: 18 (0,7)
      {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player 1.8.0.0: 18 (0,7)
      {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 5.0.0.0: 19 (0,5)
      {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5 2.0.0.0: 19 (0,5)
      {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral 3.0.0.0: 20 (3,5)
      {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB 3.0.0.0: 21 (0,0)
      {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US 3.0.0.0: 21 (0,0)
      {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension 1.0.0.0: 22 (0,4)
      {1EC2407F-6A7B-4A3C-9F46-C812EE3D44FD} HIL Help Search 1.0.0.0: 22 (0,4)
      {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5 10.0.0.0: 22 (0,4)
      {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 10.0.0.0: 22 (0,4)
      {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation 1.0.0.0: 22 (0,4)
      {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation 1.0.0.0: 22 (0,4)
      {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst NetAverages 1.0.0.0: 22 (0,4)
      {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 4.0.0.0: 23 (12,4)
      {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe BrowserLab CS Live 1.0.0.0: 24 (0,3)
      {47DF3210-E261-4D06-A073-92F6C426C352} Adobe Media Encoder CS5 5.0.0.0: 25 (1,3)
      {C7BDD22E-AD27-4B06-BEB9-F97BC4D89671} Flash Player 10.1.52.15: 26 (0,2)
      {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5 1.0.0.0: 27 (1,2)
      {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro 2.0.0.0: 28 (0,1)
      {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US 2.0.0.0: 29 (0,0)
      {DC541ECE-2FFE-11DF-823C-BF762D404F28} Adobe Buzzword CS5 1.0.0.0: 30 (0,1)
      {7745F18B-FD8A-4011-BE16-588900C503D0} Adobe Flash Fonts1 1.0.0.0: 30 (0,1)
      {4C08199E-0D93-4227-8325-F024E71CA7A1} Adobe SING CS5 3.0.0.0: 30 (0,1)
      {9032BC04-1CB6-11DF-8041-A9C0CF51210B} Adobe Toolhints CS5 1.0.0.0: 30 (0,1)
      {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5 3.0.0.0: 30 (0,1)
      {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5 3.0.0.0: 30 (0,1)
      {5C5F61E0-E13B-4FD6-9F4B-C034FFD0672A} Players For Adobe Flash Pro 10.0.0.0: 30 (0,1)
      {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro 1.0.0.0: 30 (0,1)
      {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} iPhone Publishing 1.0.0.0: 30 (0,1)
      {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9} Creative Suite 5 Design Premium 5.0.0.0: 31 (1,0)
      {A4EE8093-4250-4D8B-BDE4-A4675BB44953} Adobe Flash Catalyst CS5 1.0.0.0: 32 (11,0)
      {DD5B1FAF-47FA-4B6D-A31C-5E313EB0DD07} Adobe Dreamweaver CS5 11.0.0.0: 33 (15,0)
      {2D5B4A04-0A9F-4FB9-862A-C49400325A90} Adobe Dreamweaver CS5_AdobeDreamweaver11en_USLanguagePack 11.0.0.0: 34 (0,0)
      {755A9707-8A74-4B18-A6FD-F80F5893BDF2} Adobe Fireworks CS5 11.0.0.0: 35 (16,0)
      {4822EB30-22F2-48A8-9B15-C6DF34BA9CE4} Adobe Fireworks CS5_AdobeFireworks11en_USLanguagePack 11.0.0.0: 36 (0,0)
      {27C5BA7B-6EE7-4DFE-A0F0-8E1D6552C5B0} Adobe Fireworks CS5_AdobeFireworks11en_GBLanguagePack 11.0.0.0: 36 (0,0)
      {6A75E573-6909-4D48-BDFA-D8ED118605A5} Adobe Illustrator CS5 15.0.0.0: 37 (35,0)
      {B4975576-60AD-4181-AED4-253FC150B404} Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack 15.0.0.0: 38 (0,0)
      {042F50EC-2C9E-43D8-B3D7-2BB204A20E44} Adobe Illustrator CS5_AdobeIllustrator15en_GBLanguagePack 15.0.0.0: 38 (0,0)
      {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} Adobe Photoshop CS5 Core 12.0.0.0: 39 (39,0)
      {69582206-7E5D-4476-A8F4-ECF90E9C8A69} Adobe Photoshop CS5 English Language Pack_AdobePhotoshop12-en_US 12.0.0.0: 40 (0,0)
      {87AFDFF2-D852-4B1F-ABFB-0EAFA5A39B7B} Adobe Photoshop CS5 International English Language Pack_AdobePhotoshop12-en_GB 12.0.0.0: 40 (0,0)
      {CFC9F871-7C40-40B6-BE4A-B98A5B309716} Adobe Flash CS5 11.0.0.0: 41 (44,0)
      {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD} Adobe Flash CS5_AdobeMobileExtension_Flash11-mul 4.0.0.0: 42 (0,0)
      {14A2CC02-4638-405D-8190-ECD7BFD32D6E} Adobe Flash CS5_AdobeFlash11-en_USLanguagePack 11.0.0.0: 42 (0,0)
      {26B0DF8D-3A8D-4BA9-B131-3B0D9EE87655} Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US 4.0.0.0: 42 (0,0)
      {9EEF9016-4356-11DF-9781-28A32C404F28} Adobe InDesign CS5 Application Base Files 7.0.0.0: 43 (47,0)
      {8D3FB5B0-395D-11DF-AEA7-642B2C404F28} Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_US 7.0.0.0: 44 (0,0)
      {6E7E143C-395D-11DF-80BB-4B252C404F28} Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_GB 7.0.0.0: 44 (0,0)
      {68489BE8-3960-11DF-8F88-C4A72C404F28} Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_US 7.0.0.0: 44 (0,0)
      {44EAE408-3960-11DF-ACCC-D8A62C404F28} Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_GB 7.0.0.0: 44 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "INSTALLDIR" to: /Applications
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: /Users/Jonathan/Desktop/cs5 dp/Adobe CS5 Design Premium
    Overwrite property "userASUPath" to: /Users/Jonathan/Applications/Adobe/OOBE/PDApp
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding 3.1.0.0 is: false
    Action string for {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding 3.1.0.0  is none
    Value returned on lookup of payload: {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5 3.0.0.0 is: false
    Action string for {796659A8-114A-4E16-9994-14DF6A1B1683} Adobe Utilities CS5 3.0.0.0  is none
    Value returned on lookup of payload: {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 is: false
    Action string for {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0  is none
    Value returned on lookup of payload: {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5 2.0.0.0 is: false
    Action string for {3423F36D-004F-4DFC-8BCE-07A20B8DFBDE} Suite Shared Configuration CS5 2.0.0.0  is none
    Value returned on lookup of payload: {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 2.0.0.0 is: false
    Action string for {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 2.0.0.0  is none
    Value returned on lookup of payload: {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0 is: false
    Action string for {BD0D6363-E961-410F-8BF4-ECD8795F3923} AdobeCMaps CS5 3.0.0.0  is none
    Value returned on lookup of payload: {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0 is: false
    Action string for {6F3A624B-1B72-4081-96E8-23261F389C5C} AdobeTypeSupport CS5 10.0.0.0  is none
    Value returned on lookup of payload: {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0 is: false
    Action string for {BAE5212B-6651-4AD8-B26A-1B284D2665C6} AdobePDFL CS5 9.9.0.0  is none
    Value returned on lookup of payload: {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule 3.0.0.0 is: false
    Action string for {925ED7E4-E1B6-4544-8141-1C98A18D2E2E} AdobeOutputModule 3.0.0.0  is none
    Value returned on lookup of payload: {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0 is: false
    Action string for {4FFA83C0-007A-4DB3-955C-B5EEE73BEDAF} Adobe SwitchBoard 2.0 2.0.0.0  is none
    Value returned on lookup of payload: {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0 is: false
    Action string for {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0  is none
    Value returned on lookup of payload: {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp 0.0.0.0 is: false
    Action string for {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp 0.0.0.0  is none
    Value returned on lookup of payload: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 5.0.0.0 is: false
    Action string for {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 5.0.0.0  is none
    Value returned on lookup of payload: {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 is: false
    Action string for {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0  is none
    Value returned on lookup of payload: {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 3.5.0.0 is: false
    Action string for {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 3.5.0.0  is none
    Value returned on lookup of payload: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 is: false
    Action string for {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0  is none
    Value returned on lookup of payload: {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5 2.0.0.0 is: false
    Action string for {8CCA90E1-F5BA-456F-84BF-AD5FB2CCE13F} Adobe CSXS Extensions CS5 2.0.0.0  is none
    Value returned on lookup of payload: {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0 is: false
    Action string for {007A2A28-D6A8-4D91-9A2B-568FF8052215} Adobe WinSoft Linguistics Plugin CS5 1.2.0.0  is none
    Value returned on lookup of payload: {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK 3.0.0.0 is: false
    Action string for {39CB2E53-5326-4939-8B5A-0402C6EFBFE3} AdobeColorCommonSetCMYK 3.0.0.0  is none
    Value returned on lookup of payload: {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB 3.0.0.0 is: false
    Action string for {78A53622-CDBA-49D1-A3D0-D563FB398D0C} AdobeColorCommonSetRGB 3.0.0.0  is none
    Value returned on lookup of payload: {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5 3.0.0.0 is: false
    Action string for {6F29BE46-E5F3-4146-8A84-20301E5C985A} AdobeColorEU CS5 3.0.0.0  is none
    Value returned on lookup of payload: {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5 3.0.0.0 is: false
    Action string for {B60B8713-F828-44F9-BEEE-7596F814E540} AdobeColorEU CS5 3.0.0.0  is none
    Value returned on lookup of payload: {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5 3.0.0.0 is: false
    Action string for {54F4466A-091A-46DA-B697-43D55CEF9DF6} AdobeColorJA CS5 3.0.0.0  is none
    Value returned on lookup of payload: {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5 3.0.0.0 is: false
    Action string for {E5087BCA-6496-47A7-B9C4-B85D1CF062AE} AdobeColorJA CS5 3.0.0.0  is none
    Value returned on lookup of payload: {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5 3.0.0.0 is: false
    Action string for {BEC5B482-32A1-43E0-B7F7-9BF9592A1069} AdobeColorNA CS5 3.0.0.0  is none
    Value returned on lookup of payload: {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5 3.0.0.0 is: false
    Action string for {D26EEF95-420A-4726-B85D-AFBE752EF526} AdobeColorNA CS5 3.0.0.0  is none
    Value returned on lookup of payload: {9BE768D2-3963-11DF-B0A5-B7BA2C404F28} Adobe InDesign CS5 Application Base Files2 7.0.0.0 is: false
    Action string for {9BE768D2-3963-11DF-B0A5-B7BA2C404F28} Adobe InDesign CS5 Application Base Files2 7.0.0.0  is none
    Value returned on lookup of payload: {935FF832-3963-11DF-9CE8-97BA2C404F28} Adobe InDesign CS5 Application Feature Set Files 7.0.0.0 is: false
    Action string for {935FF832-3963-11DF-9CE8-97BA2C404F28} Adobe InDesign CS5 Application Feature Set Files 7.0.0.0  is none
    Value returned on lookup of payload: {A4747434-3965-11DF-B081-A0842D404F28} Adobe InDesign CS5 Common Base Files 7.0.0.0 is: false
    Action string for {A4747434-3965-11DF-B081-A0842D404F28} Adobe InDesign CS5 Common Base Files 7.0.0.0  is none
    Value returned on lookup of payload: {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support 12.0.0.0 is: false
    Action string for {0A6FC585-E761-4776-A4F3-BDA1E4FE1B7A} Adobe Photoshop CS5 Support 12.0.0.0  is none
    Value returned on lookup of payload: {F8918124-1CFB-4AB9-9BC2-39B961DBBBEE} Pixel Bender Toolkit 2.0.0.0 is: false
    Action string for {F8918124-1CFB-4AB9-9BC2-39B961DBBBEE} Pixel Bender Toolkit 2.0.0.0  is none
    Value returned on lookup of payload: {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR 1.5.3.0 is: false
    Action string for {2C8C0585-5083-4032-94B8-A9AD04ED0716} Adobe AIR 1.5.3.0  is none
    Value returned on lookup of payload: {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player 1.8.0.0 is: false
    Action string for {463D65D7-CD43-4FAC-A6C7-7D24CB5DB93B} Adobe Media Player 1.8.0.0  is none
    Value returned on lookup of payload: {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 5.0.0.0 is: false
    Action string for {A44863BF-8DB8-4D22-88DB-5A02BE319840} Adobe Linguistics CS5 5.0.0.0  is none
    Value returned on lookup of payload: {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5 2.0.0.0 is: false
    Action string for {FFEDE6AE-3052-11DF-89B7-E7102C404F28} Adobe ReviewPanel CS5 2.0.0.0  is none
    Value returned on lookup of payload: {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral 3.0.0.0 is: false
    Action string for {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral 3.0.0.0  is none
    Value returned on lookup of payload: {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB 3.0.0.0 is: false
    Action string for {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB 3.0.0.0  is none
    Payload {41372141-B568-4B5A-80DD-649980B825AC} DeviceCentral_DeviceCentral3LP-en_GB 3.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US 3.0.0.0 is: false
    Action string for {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US 3.0.0.0  is none
    Payload {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US 3.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension 1.0.0.0 is: false
    Action string for {66173EC7-974E-4652-9468-4A93D2481BF0} CSXS Story Extension 1.0.0.0  is none
    Value returned on lookup of payload: {1EC2407F-6A7B-4A3C-9F46-C812EE3D44FD} HIL Help Search 1.0.0.0 is: false
    Action string for {1EC2407F-6A7B-4A3C-9F46-C812EE3D44FD} HIL Help Search 1.0.0.0  is none
    Value returned on lookup of payload: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5 10.0.0.0 is: false
    Action string for {8B4C951B-F853-4B05-B892-9D5B3CD8AC98} PDF Settings CS5 10.0.0.0  is none
    Value returned on lookup of payload: {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 10.0.0.0 is: false
    Action string for {A2502D10-2D75-4620-8A8B-73F39D5C1243} PDF Settings CS5 10.0.0.0  is none
    Value returned on lookup of payload: {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation 1.0.0.0 is: false
    Action string for {E39A5ABD-516B-46F9-A042-694BBA6A4E08} Recommended Common Fonts Installation 1.0.0.0  is none
    Value returned on lookup of payload: {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation 1.0.0.0 is: false
    Action string for {CBDD7465-CE11-4A58-9497-C370B65923F1} Required Common Fonts Installation 1.0.0.0  is none
    Value returned on lookup of payload: {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst NetAverages 1.0.0.0 is: false
    Action string for {03EEF3DA-71F9-4FE5-92AD-D10142E26459} SiteCatalyst NetAverages 1.0.0.0  is none
    Value returned on lookup of payload: {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 4.0.0.0 is: false
    Action string for {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 4.0.0.0  is none
    Value returned on lookup of payload: {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe BrowserLab CS Live 1.0.0.0 is: false
    Action string for {5E08533A-2C1B-469D-AFD5-953C9D00031F} Adobe BrowserLab CS Live 1.0.0.0  is none
    Value returned on lookup of payload: {47DF3210-E261-4D06-A073-92F6C426C352} Adobe Media Encoder CS5 5.0.0.0 is: false
    Action string for {47DF3210-E261-4D06-A073-92F6C426C352} Adobe Media Encoder CS5 5.0.0.0  is none
    Value returned on lookup of payload: {C7BDD22E-AD27-4B06-BEB9-F97BC4D89671} Flash Player 10.1.52.15 is: false
    Action string for {C7BDD22E-AD27-4B06-BEB9-F97BC4D89671} Flash Player 10.1.52.15  is none
    Value returned on lookup of payload: {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5 1.0.0.0 is: false
    Action string for {4438C826-1FD0-4D04-A70B-24FE1580AB21} Adobe Mini Bridge CS5 1.0.0.0  is none
    Value returned on lookup of payload: {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro 2.0.0.0 is: false
    Action string for {30221E3E-4C47-4560-A296-DD9ABB500C21} AIR2 For Adobe Flash Pro 2.0.0.0  is none
    Value returned on lookup of payload: {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US 2.0.0.0 is: false
    Action string for {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US 2.0.0.0  is none
    Payload {955EB78F-C938-4EA8-8470-C6EA71685834} AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US 2.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {DC541ECE-2FFE-11DF-823C-BF762D404F28} Adobe Buzzword CS5 1.0.0.0 is: false
    Action string for {DC541ECE-2FFE-11DF-823C-BF762D404F28} Adobe Buzzword CS5 1.0.0.0  is none
    Value returned on lookup of payload: {7745F18B-FD8A-4011-BE16-588900C503D0} Adobe Flash Fonts1 1.0.0.0 is: false
    Action string for {7745F18B-FD8A-4011-BE16-588900C503D0} Adobe Flash Fonts1 1.0.0.0  is none
    Value returned on lookup of payload: {4C08199E-0D93-4227-8325-F024E71CA7A1} Adobe SING CS5 3.0.0.0 is: false
    Action string for {4C08199E-0D93-4227-8325-F024E71CA7A1} Adobe SING CS5 3.0.0.0  is none
    Value returned on lookup of payload: {9032BC04-1CB6-11DF-8041-A9C0CF51210B} Adobe Toolhints CS5 1.0.0.0 is: false
    Action string for {9032BC04-1CB6-11DF-8041-A9C0CF51210B} Adobe Toolhints CS5 1.0.0.0  is none
    Value returned on lookup of payload: {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5 3.0.0.0 is: false
    Action string for {D31D91FE-F0E8-4DF1-812C-9400BE92A386} AdobeColorPhotoshop CS5 3.0.0.0  is none
    Value returned on lookup of payload: {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5 3.0.0.0 is: false
    Action string for {73A4DC5E-226E-42BA-8ECA-2822592AC044} AdobeColorVideoProfilesCS CS5 3.0.0.0  is none
    Value returned on lookup of payload: {5C5F61E0-E13B-4FD6-9F4B-C034FFD0672A} Players For Adobe Flash Pro 10.0.0.0 is: false
    Action string for {5C5F61E0-E13B-4FD6-9F4B-C034FFD0672A} Players For Adobe Flash Pro 10.0.0.0  is none
    Value returned on lookup of payload: {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro 1.0.0.0 is: false
    Action string for {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345} TLF For Adobe Flash Pro 1.0.0.0  is none
    Value returned on lookup of payload: {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} iPhone Publishing 1.0.0.0 is: false
    Action string for {635DCFA5-3A47-4452-AEC7-D3B23FFE929D} iPhone Publishing 1.0.0.0  is none
    Value returned on lookup of payload: {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9} Creative Suite 5 Design Premium 5.0.0.0 is: false
    Action string for {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9} Creative Suite 5 Design Premium 5.0.0.0  is install
    Value returned on lookup of payload: {A4EE8093-4250-4D8B-BDE4-A4675BB44953} Adobe Flash Catalyst CS5 1.0.0.0 is: false
    Action string for {A4EE8093-4250-4D8B-BDE4-A4675BB44953} Adobe Flash Catalyst CS5 1.0.0.0  is install
    Value returned on lookup of payload: {DD5B1FAF-47FA-4B6D-A31C-5E313EB0DD07} Adobe Dreamweaver CS5 11.0.0.0 is: false
    Action string for {DD5B1FAF-47FA-4B6D-A31C-5E313EB0DD07} Adobe Dreamweaver CS5 11.0.0.0  is none
    Value returned on lookup of payload: {2D5B4A04-0A9F-4FB9-862A-C49400325A90} Adobe Dreamweaver CS5_AdobeDreamweaver11en_USLanguagePack 11.0.0.0 is: false
    Action string for {2D5B4A04-0A9F-4FB9-862A-C49400325A90} Adobe Dreamweaver CS5_AdobeDreamweaver11en_USLanguagePack 11.0.0.0  is none
    Payload {2D5B4A04-0A9F-4FB9-862A-C49400325A90} Adobe Dreamweaver CS5_AdobeDreamweaver11en_USLanguagePack 11.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {755A9707-8A74-4B18-A6FD-F80F5893BDF2} Adobe Fireworks CS5 11.0.0.0 is: false
    Action string for {755A9707-8A74-4B18-A6FD-F80F5893BDF2} Adobe Fireworks CS5 11.0.0.0  is install
    Value returned on lookup of payload: {4822EB30-22F2-48A8-9B15-C6DF34BA9CE4} Adobe Fireworks CS5_AdobeFireworks11en_USLanguagePack 11.0.0.0 is: false
    Action string for {4822EB30-22F2-48A8-9B15-C6DF34BA9CE4} Adobe Fireworks CS5_AdobeFireworks11en_USLanguagePack 11.0.0.0  is none
    Payload {4822EB30-22F2-48A8-9B15-C6DF34BA9CE4} Adobe Fireworks CS5_AdobeFireworks11en_USLanguagePack 11.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {27C5BA7B-6EE7-4DFE-A0F0-8E1D6552C5B0} Adobe Fireworks CS5_AdobeFireworks11en_GBLanguagePack 11.0.0.0 is: false
    Action string for {27C5BA7B-6EE7-4DFE-A0F0-8E1D6552C5B0} Adobe Fireworks CS5_AdobeFireworks11en_GBLanguagePack 11.0.0.0  is none
    Payload {27C5BA7B-6EE7-4DFE-A0F0-8E1D6552C5B0} Adobe Fireworks CS5_AdobeFireworks11en_GBLanguagePack 11.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {6A75E573-6909-4D48-BDFA-D8ED118605A5} Adobe Illustrator CS5 15.0.0.0 is: false
    Action string for {6A75E573-6909-4D48-BDFA-D8ED118605A5} Adobe Illustrator CS5 15.0.0.0  is install
    Value returned on lookup of payload: {B4975576-60AD-4181-AED4-253FC150B404} Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack 15.0.0.0 is: false
    Action string for {B4975576-60AD-4181-AED4-253FC150B404} Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack 15.0.0.0  is none
    Payload {B4975576-60AD-4181-AED4-253FC150B404} Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack 15.0.0.0 is extension payload. Aligning its action according to parent.
    Value returned on lookup of payload: {042F50EC-2C9E-43D8-B3D7-2BB204A20E44} Adobe Illustrator CS5_AdobeIllustrator15en_GBLanguagePack 15.0.0.0 is: false
    Acti

    In case your User home directory is mapped to any network location try changing it temporarily to default location on your local machine and then run the installer.
    If it still fails try creating a new user account and then run the installer from new user account.

  • TestStand Deplyment Error- Error: Unable to locate all subVIs from saved VIs because a subVI is missing

    Hi,
    I am a Systems and Software Engineer based in Vancouver. I developed an automated test system using LabVIEW 2013 and TestStand 2013 with custom operator interface.
    I encountered 'missing VIs' problem which is kind of weird because I passed analyzing the sequence for both TestStand Sequence Editor and TestStand Deployment Utility >> Distrubuted Files Tab.
    But when I tried building the installer and reaching the point 'Calling distribution VIs, it always throw an error saying 'An error occurred while trying to read the depencies of the VIs, possible because the VIs are not saved in the current version of LabVIEW. Do you want to save any modified now?'. I tried both cases (i.e. Yes and No) for this option but it did not solve the issue.
    This is part of the original error message displayed in TestStand Deployment Utility:
    While Processing VIs...
    Error: Unable to locate all subVIs from saved VIs because a subVI is missing or the VI is not saved in the current version of LabVIEW.
    The call chain to missing VIs:
    1 - ATE_AccelerometerTest.vi
    2 - CreateAndMergeErrors.vi (missing)
    3 - LogControl_CheckForErrorSendUpdates.vi (missing) "
    All missing VIs are coming from userlib.
    Actions Done:
    - Analyzed sequence file using TestStand Sequence Editor and TestStand Deployment Utility
    - Verified 'Search Directories' include all necessary files/dependencies.
    - Mass compile the directory of the missing VIs
    - Added all needed files and folders in the workspace file.
    The result is still the same based from the actions done.
    The last debugging I did earlier is that I tried locating the sequence and steps of missing VIs as mentioned above (e.g. ATE_AccelerometerTest.vi)
    and I found out that the step seems to be an empty action step. Would this be possible even if it already passed the analysis?
    Other considerations include:
    I am using LabVIEW 2013 sp1 and TestStand 2013. We tried building from three (3) computers and we only succeeded once to a freshly-installed comptuer.
    Hope to hear from you soon.
    With Best Regards,
    Michael Panganiban
    Systems and Software Engineer
    www.synovus.ca
    [email protected]
     

    Hi All,
    We were able to resolve the issue. First to note is that the release notes in TestStand 2013 is outdated and we confirmed from NI Engineer in Austin that TestStand 2013 works fine with LabVIEW 2013 SP1.
    Secondly, we played around TestStand Deployment option that resolved the issue. Attached are the images.
    We just enabled the 'Remove Unused VI Components'. It could be one of the libraries (lvlib) we included in the build but we haven't figured it out yet because we verified that all VIs are working. It could be also something else that I think very difficult to find based from the information. However, if anybody experienced the same issue, this could be helpful.
    Again, we revert back in using TestStand 2013 and LabVIEW 2013 SP1.
    I appreciate any comments and feedbacks. Otherwise, you can close this support request.
    Thank you.
    With Best Regards,
    Michael Panganiban
    Systems and Software Engineer
     

  • Fatal Error: Unable to find package java.lang in classpath or bootclasspath

    Hi,
    I am trying to build my project using ant tool, but it is erroring out as follows:
    Buildfile: D:\My Software\eclipse\workspace\ShoppingCart\build.xmlprepare:compile:    [javac] Compiling 2 source files to D:\My Software\eclipse\workspace\ShoppingCart\build\WEB-INF\classes    [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath BUILD FAILEDD:\My Software\eclipse\workspace\ShoppingCart\build.xml:46: Compile failed; see the compiler error output for details. Total time: 1 second  Please find the build.xml:
    <project name="Shopping Cart" default="compile" basedir=".">      <property name="app.name" value="ShoppingCart" />     <property name="app.path" value="/${app.name}" />     <property name="app.version" value="0.1-dev" />     <property name="build.home" value="${basedir}/build" />     <property name="catalina.home" value="C:\Program Files\Apache Software Foundation\Tomcat 5.0" />     <property name="dist.home" value="${basedir}/bin" />     <!--<property name="docs.home" value="${basedir}/docs" /> -->     <property name="manager.url" value="http://localhost:8080/manager" />     <property name="src.home" value="${basedir}/src" />     <property name="web.home" value="${basedir}/web" />     <property name="lib.home" value="${basedir}/WEB-INF/lib" />      <target name="all" depends="clean,compile" description="Clean build and dist directories, then compile" />      <target name="clean" description="Delete old build and dist directories">          <delete dir="${build.home}" />          <delete dir="${dist.home}" />     </target>      <target name="prepare">          <!-- Create build directories as needed -->          <mkdir dir="${build.home}" />          <mkdir dir="${build.home}/WEB-INF" />          <mkdir dir="${build.home}/WEB-INF/classes" />           <!-- Copy static content of this web application -->          <copy todir="${build.home}/web">               <fileset dir="${web.home}" />          </copy>           <!-- Copy external dependencies as required -->          <!-- *** CUSTOMIZE HERE AS REQUIRED BY YOUR APPLICATION *** -->          <mkdir dir="${build.home}/WEB-INF/lib" />          <copy todir="${build.home}/WEB-INF/lib">               <fileset dir="${lib.home}" />          </copy>          <!-- Copy static files from external dependencies as needed -->          <!-- *** CUSTOMIZE HERE AS REQUIRED BY YOUR APPLICATION *** -->     </target>      <target name="compile" depends="prepare" description="Compile Java sources">          <!-- Compile Java classes as necessary -->          <mkdir dir="${build.home}/WEB-INF/classes" />          <javac srcdir="${src.home}" destdir="${build.home}/WEB-INF/classes" bootclasspath="${lib.home}" source="1.5"/>           <!-- Copy application resources -->          <copy todir="${build.home}/WEB-INF/classes">               <fileset dir="${src.home}" excludes="**/*.java" />          </copy>     </target>      <target name="dist" depends="compile" description="Create binary distribution">          <!-- Copy documentation subdirectories           <mkdir dir="${dist.home}/docs" />          <copy todir="${dist.home}/docs">               <fileset dir="${docs.home}" />          </copy> -->          <!-- Create application JAR file -->          <jar jarfile="${dist.home}/${app.name}-${app.version}.war" basedir="${build.home}" />          <!-- Copy additional files to ${dist.home} as necessary -->     </target> </project>  thnx,
    Rakesh

    Sounds like your JBuilder environment is screwed up; see what the classpath and bootclasspath are set to, and correct the error. (This is a question that belongs on a JBuilder website.)

  • LLVM ERROR: Error: Unable to launch the Java Virtual Machine

    Having expanded the kit and followed directions to compile the samples
    On Windows 7, the complaint is
         LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    I have about a dozen JVMs installed, the default is 64 bit java 1.8_05
    make FLASCC="/cygdrive/c/crossbridge/sdk" FLEX="C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0"
    make[2]: Entering directory `/cygdrive/c/crossbridge/samples/01_HelloWorld'
    -------- Sample 1 --------
    First let's compile it as a projector:
    "/cygdrive/c/crossbridge/sdk/usr/bin/gcc" -Werror -Wno-write-strings -Wno-trigraphs hello.c -o hello.exe
    cc1: error in backend: Failed to run /cygdrive/c/crossbridge/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\windows\sy
    stem32\java -filetype=obj C:\crossbridge\cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    Error:
    LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    This usually means you have a 32bit JVM installed or have set your Java heap size too large.
    Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
    Stack dump:
    0.      Program arguments: C:\crossbridge\sdk\usr\bin\llc.exe -jvm=C:\windows\system32\java -filetype=obj C:\crossbridge
    \cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    1.      Running pass 'Function Pass Manager' on module 'C:\crossbridge\cygwin\tmp\ccb4oprU.o'.

    After the above, the "samples" build still failed on sample 5.
    My explanation is that my typical devlopers path is full of all kinds of stuff, including perl,
    msvc, some version or other of cygwin, some random unix command tools, and so on.
    I eventually fixed the rest of the samples build process by cleaning up my path.
    In run.bat, before the path modification
    # set a minimal path to avoid contamination of the environment with unexpected programs
    # note this includes the JDK path we want to use
    set path=C:\java\jdk1.8.0\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;

  • A fatal error has been dected by Java runtime environment

    I am generating iphone project. I am facing a problem in generating the .ipa file from flash builder 4.6. its giving me the below mentioned error.
    A fatal error has been dected by Java runtime environment

    This is the Adobe Acrobat Forum for Acrobat Forms, I doubt you will get much help with Flash.
    It is well known that the iXXX and iOS does not support JavaScript.

  • Fatal error has detected by the Java Runtime Environment

    Can, please, anybody tell me if I have to make any action? Could it just be a incompatibility with my system? Have I really got a bug to be removed? If so, what do I have to do?
    The following report arose on the desktop of my computer while I was playing a game on line (Minecraft):
    **A fatal error has been detected by the Java Runtime Environment:**
    **# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69bffa7e, pid=1336, tid=5676**
    **# JRE version: 6.0_29-b11**
    **# Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode windows-x86 )**
    **# Problematic frame:**
    **# C [nvoglv32.DLL+0x6ffa7e]**
    **# 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 (0x020da400): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5676, stack(0x4d9e0000,0x4da30000)]**
    **siginfo: ExceptionCode=0xc0000005, writing address 0x6d224000**
    **Registers:**
    **EAX=0x6d223ff8, EBX=0x6d223ff8, ECX=0x4dcc97d8, EDX=0x3f800000**
    **ESP=0x4da2f038, EBP=0x4da2f044, ESI=0x4dc90000, EDI=0x4dcc9988**
    **EIP=0x69bffa7e, EFLAGS=0x00010293**
    **Top of Stack: (sp=0x4da2f038)**
    **0x4da2f038: 00000000 00000000 00004003 4da2f058**
    **0x4da2f048: 69c00d20 4dcac434 4dc90000 696619fc**
    **0x4da2f058: 4da2f068 695fac2c 52761000 4dcac1d0**
    **0x4da2f068: 4da2f094 69a43b62 52761000 00000e44**
    **0x4da2f078: 00000000 4dc90000 4dc90000 00000000**
    **0x4da2f088: 00000008 00000000 00000309 4da2f0a8**
    **0x4da2f098: 69a0782f 020da400 4da2f0e4 00000000**
    **0x4da2f0a8: 4da2f0f8 4b298923 00000007 00000000**
    **Instructions: (pc=0x69bffa7e)**
    **0x69bffa5e: 69 8b 11 89 10 eb 34 8b 11 89 10 8b 51 04 89 50**
    **0x69bffa6e: 04 eb 28 8b 11 89 10 8b 51 04 89 50 04 8b 51 08**
    **0x69bffa7e: 89 50 08 eb 16 8b 11 89 10 8b 51 04 89 50 04 8b**
    **0x69bffa8e: 51 08 89 50 08 8b 51 0c 89 50 0c 8b 55 fc 83 c7**
    **Register to memory mapping:**
    **EAX=0x6d223ff8 is an unknown value**
    **EBX=0x6d223ff8 is an unknown value**
    **ECX=0x4dcc97d8 is an unknown value**
    **EDX=0x3f800000 is an unallocated location in the heap**
    **ESP=0x4da2f038 is pointing into the stack for thread: 0x020da400**
    **EBP=0x4da2f044 is pointing into the stack for thread: 0x020da400**
    **ESI=0x4dc90000 is an unknown value**
    **EDI=0x4dcc9988 is an unknown value**
    **Stack: [0x4d9e0000,0x4da30000], sp=0x4da2f038, free space=316k**
    **Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)**
    **[error occurred during error reporting (printing native stack), id 0xc0000005]**
    **Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)**
    **J org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V**
    **J cv.a()I**
    **J ge.a()V**
    **J afv.a(Lnq;Z)Z**
    **J adt.a(FJ)V**
    **J adt.b(F)V**
    **J net.minecraft.client.Minecraft.x()V**
    **J net.minecraft.client.Minecraft.run()V**
    **j java.lang.Thread.run()V+11**
    **v ~StubRoutines::call_stub**
    **--------------- P R O C E S S ---------------**
    **Java Threads: ( => current thread )**
    **0x020dc400 JavaThread "Client write thread" daemon [_thread_blocked, id=3356, stack(0x4c810000,0x4c860000)]**
    **0x020dbc00 JavaThread "Client read thread" daemon [_thread_in_native, id=5732, stack(0x4b030000,0x4b080000)]**
    **0x020db000 JavaThread "Thread-10" daemon [_thread_blocked, id=4676, stack(0x53000000,0x53050000)]**
    **0x020dac00 JavaThread "Thread-9" daemon [_thread_blocked, id=5924, stack(0x52f70000,0x52fc0000)]**
    **0x020d9800 JavaThread "Thread-8" daemon [_thread_in_native, id=1648, stack(0x4e6b0000,0x4e700000)]**
    **=>0x020da400 JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5676, stack(0x4d9e0000,0x4da30000)]**
    **0x020da000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4480, stack(0x4ce00000,0x4ce50000)]**
    **0x020d9000 JavaThread "DestroyJavaVM" [_thread_blocked, id=1968, stack(0x00380000,0x003d0000)]**
    **0x020d8c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4140, stack(0x4b150000,0x4b1a0000)]**
    **0x020d8400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4044, stack(0x4acb0000,0x4ad00000)]**
    **0x020d8000 JavaThread "AWT-Shutdown" [_thread_blocked, id=4056, stack(0x4ac20000,0x4ac70000)]**
    **0x020d7800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5484, stack(0x4aa60000,0x4aab0000)]**
    **0x020d7400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=540, stack(0x4a640000,0x4a690000)]**
    **0x020e1c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3532, stack(0x4a5b0000,0x4a600000)]**
    **0x020d6c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3576, stack(0x4a520000,0x4a570000)]**
    **0x020d6400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5636, stack(0x4a490000,0x4a4e0000)]**
    **0x020ac400 JavaThread "Finalizer" daemon [_thread_blocked, id=2996, stack(0x4a400000,0x4a450000)]**
    **0x020a7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5640, stack(0x4a370000,0x4a3c0000)]**
    **Other Threads:**
    **0x020a4000 VMThread [stack: 0x4a2e0000,0x4a330000] [id=4264]**
    **0x0210a400 WatcherThread [stack: 0x4a6d0000,0x4a720000] [id=3220]**
    **VM state:not at safepoint (normal execution)**
    **VM Mutex/Monitor currently owned by a thread: None**
    **Heap**
    **def new generation total 157376K, used 81441K [0x04110000, 0x0ebd0000, 0x19660000)**
    **eden space 139904K, 54% used [0x04110000, 0x08bf4d50, 0x0c9b0000)**
    **from space 17472K, 27% used [0x0c9b0000, 0x0ce537b0, 0x0dac0000)**
    **to space 17472K, 0% used [0x0dac0000, 0x0dac0000, 0x0ebd0000)**
    **tenured generation total 349568K, used 143795K [0x19660000, 0x2ebc0000, 0x44110000)**
    **the space 349568K, 41% used [0x19660000, 0x222cce08, 0x222cd000, 0x2ebc0000)**
    **compacting perm gen total 14848K, used 14618K [0x44110000, 0x44f90000, 0x48110000)**
    **the space 14848K, 98% used [0x44110000, 0x44f56980, 0x44f56a00, 0x44f90000)**
    **No shared spaces configured.**
    **Code Cache [0x02110000, 0x02748000, 0x04110000)**
    **total_blobs=2750 nmethods=2424 adapters=260 free_code_cache=27052864 largest_free_block=256**
    **Dynamic libraries:**
    **0x00400000 - 0x00424000 C:\Windows\SysWOW64\javaw.exe**
    **0x77b50000 - 0x77cd0000 C:\Windows\SysWOW64\ntdll.dll**
    **0x75570000 - 0x75680000 C:\Windows\syswow64\kernel32.dll**
    **0x76ec0000 - 0x76f06000 C:\Windows\syswow64\KERNELBASE.dll**
    **0x76a50000 - 0x76af0000 C:\Windows\syswow64\ADVAPI32.dll**
    **0x76850000 - 0x768fc000 C:\Windows\syswow64\msvcrt.dll**
    **0x75510000 - 0x75529000 C:\Windows\SysWOW64\sechost.dll**
    **0x76450000 - 0x76540000 C:\Windows\syswow64\RPCRT4.dll**
    **0x75240000 - 0x752a0000 C:\Windows\syswow64\SspiCli.dll**
    **0x75230000 - 0x7523c000 C:\Windows\syswow64\CRYPTBASE.dll**
    **0x76d60000 - 0x76e60000 C:\Windows\syswow64\USER32.dll**
    **0x77030000 - 0x770c0000 C:\Windows\syswow64\GDI32.dll**
    **0x75500000 - 0x7550a000 C:\Windows\syswow64\LPK.dll**
    **0x770c0000 - 0x7715d000 C:\Windows\syswow64\USP10.dll**
    **0x771e0000 - 0x77240000 C:\Windows\system32\IMM32.DLL**
    **0x76c90000 - 0x76d5c000 C:\Windows\syswow64\MSCTF.dll**
    **0x7c340000 - 0x7c396000 C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll**
    **0x6d7f0000 - 0x6da9f000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll**
    **0x74f00000 - 0x74f32000 C:\Windows\SysWOW64\WINMM.dll**
    **0x73510000 - 0x7355c000 C:\Windows\system32\apphelp.dll**
    **0x6d7a0000 - 0x6d7ac000 C:\Program Files (x86)\Java\jre6\bin\verify.dll**
    **0x6d320000 - 0x6d33f000 C:\Program Files (x86)\Java\jre6\bin\java.dll**
    **0x6d7e0000 - 0x6d7ef000 C:\Program Files (x86)\Java\jre6\bin\zip.dll**
    **0x6d000000 - 0x6d14c000 C:\Program Files (x86)\Java\jre6\bin\awt.dll**
    **0x73a90000 - 0x73ae1000 C:\Windows\SysWOW64\WINSPOOL.DRV**
    **0x75310000 - 0x7546c000 C:\Windows\syswow64\ole32.dll**
    **0x72140000 - 0x722de000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll**
    **0x76e60000 - 0x76eb7000 C:\Windows\syswow64\SHLWAPI.dll**
    **0x73360000 - 0x73373000 C:\Windows\system32\DWMAPI.DLL**
    **0x73390000 - 0x73410000 C:\Windows\system32\uxtheme.dll**
    **0x6d230000 - 0x6d27f000 C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll**
    **0x73410000 - 0x73418000 c:\PROGRA~2\mcafee\SITEAD~1\saHook.dll**
    **0x6f9f0000 - 0x6fa48000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll**
    **0x75470000 - 0x754ff000 C:\Windows\syswow64\OLEAUT32.dll**
    **0x73bd0000 - 0x73bd9000 C:\Windows\SysWOW64\version.dll**
    **0x738b0000 - 0x738c6000 C:\Windows\SysWOW64\CRYPTSP.dll**
    **0x73870000 - 0x738ab000 C:\Windows\system32\rsaenh.dll**
    **0x73460000 - 0x73477000 C:\Windows\SysWOW64\USERENV.dll**
    **0x736c0000 - 0x736cb000 C:\Windows\SysWOW64\profapi.dll**
    **0x6d600000 - 0x6d613000 C:\Program Files (x86)\Java\jre6\bin\net.dll**
    **0x75530000 - 0x75565000 C:\Windows\syswow64\WS2_32.dll**
    **0x77b20000 - 0x77b26000 C:\Windows\syswow64\NSI.dll**
    **0x73b00000 - 0x73b3c000 C:\Windows\system32\mswsock.dll**
    **0x73810000 - 0x73816000 C:\Windows\System32\wship6.dll**
    **0x70980000 - 0x70990000 C:\Windows\system32\NLAapi.dll**
    **0x70880000 - 0x70890000 C:\Windows\system32\napinsp.dll**
    **0x70490000 - 0x704a2000 C:\Windows\system32\pnrpnsp.dll**
    **0x738d0000 - 0x73914000 C:\Windows\SysWOW64\DNSAPI.dll**
    **0x70480000 - 0x70488000 C:\Windows\System32\winrnr.dll**
    **0x70920000 - 0x70947000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL**
    **0x76730000 - 0x76735000 C:\Windows\syswow64\PSAPI.DLL**
    **0x73af0000 - 0x73af5000 C:\Windows\System32\wshtcpip.dll**
    **0x73930000 - 0x7394c000 C:\Windows\SysWOW64\IPHLPAPI.DLL**
    **0x73920000 - 0x73927000 C:\Windows\SysWOW64\WINNSI.DLL**
    **0x70950000 - 0x70956000 C:\Windows\SysWOW64\rasadhlp.dll**
    **0x708e0000 - 0x70918000 C:\Windows\System32\fwpuclnt.dll**
    **0x75710000 - 0x75793000 C:\Windows\syswow64\CLBCatQ.DLL**
    **0x71920000 - 0x7195c000 C:\Windows\SysWOW64\oleacc.dll**
    **0x6d620000 - 0x6d629000 C:\Program Files (x86)\Java\jre6\bin\nio.dll**
    **0x4b290000 - 0x4b2fb000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll**
    **0x74930000 - 0x749f8000 C:\Windows\SysWOW64\OPENGL32.dll**
    **0x74900000 - 0x74922000 C:\Windows\SysWOW64\GLU32.dll**
    **0x74660000 - 0x74747000 C:\Windows\SysWOW64\DDRAW.dll**
    **0x74590000 - 0x74596000 C:\Windows\SysWOW64\DCIMAN32.dll**
    **0x76af0000 - 0x76c8d000 C:\Windows\syswow64\SETUPAPI.dll**
    **0x77240000 - 0x77267000 C:\Windows\syswow64\CFGMGR32.dll**
    **0x77270000 - 0x77282000 C:\Windows\syswow64\DEVOBJ.dll**
    **0x6d350000 - 0x6d356000 C:\Program Files (x86)\Java\jre6\bin\jawt.dll**
    **0x69500000 - 0x6a287000 C:\Windows\SysWOW64\nvoglv32.DLL**
    **0x4db70000 - 0x4db83000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\jinput-dx8.dll**
    **0x748d0000 - 0x74900000 C:\Windows\SysWOW64\DINPUT8.dll**
    **0x74750000 - 0x74759000 C:\Windows\SysWOW64\HID.DLL**
    **0x76540000 - 0x7656d000 C:\Windows\syswow64\WINTRUST.dll**
    **0x76900000 - 0x76a1d000 C:\Windows\syswow64\CRYPT32.dll**
    **0x752a0000 - 0x752ac000 C:\Windows\syswow64\MSASN1.dll**
    **0x4e620000 - 0x4e632000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\jinput-raw.dll**
    **0x71210000 - 0x71339000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\OpenAL32.dll**
    **0x757f0000 - 0x7643a000 C:\Windows\syswow64\SHELL32.dll**
    **0x6b770000 - 0x6b7e2000 C:\Windows\SysWOW64\dsound.dll**
    **0x6bb40000 - 0x6bb65000 C:\Windows\SysWOW64\POWRPROF.dll**
    **0x742f0000 - 0x74329000 C:\Windows\System32\MMDevApi.dll**
    **0x72040000 - 0x72135000 C:\Windows\System32\PROPSYS.dll**
    **0x6baf0000 - 0x6bb20000 C:\Windows\SysWOW64\wdmaud.drv**
    **0x6bae0000 - 0x6bae4000 C:\Windows\SysWOW64\ksuser.dll**
    **0x72000000 - 0x72007000 C:\Windows\SysWOW64\AVRT.dll**
    **0x742b0000 - 0x742e6000 C:\Windows\SysWOW64\AUDIOSES.DLL**
    **0x6b760000 - 0x6b768000 C:\Windows\SysWOW64\msacm32.drv**
    **0x74ee0000 - 0x74ef4000 C:\Windows\SysWOW64\MSACM32.dll**
    **0x6b750000 - 0x6b757000 C:\Windows\SysWOW64\midimap.dll**
    **0x6d780000 - 0x6d788000 C:\Program Files (x86)\Java\jre6\bin\sunmscapi.dll**
    **VM Arguments:**
    **jvm_args: -Xms512m -Xmx1024m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false**
    **java_command: net.minecraft.LauncherFrame**
    **Launcher Type: SUN_STANDARD**
    **Environment Variables:**
    **PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\EgisTec MyWinLocker\x86;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\Windows Live\Shared;c:\program files (x86)\java\jre6\bin**
    **USERNAME=JaimeCV**
    **OS=Windows_NT**
    **PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel**

    Hello,
    Please refer to this link to address your issue:
    http://www.java.com/en/download/help/minecraft_error.xml
    S. Rehman
    Java Platform Group
    Oracle

  • JAXB error: unable to locate .../bgm.ser

    When call setValidating(true) on my unmarshaller I see the following error. This error does not stop the processing of my code i.e. I think it is being caught inside the JAXB implementation and not rethrown :(
    javax.xml.bind.JAXBException: unable to locate myclasspath/ObjectFactory$GrammarInfoImpl/bgm.ser
    The bgm.ser file is located in the root of myclasspath and is generated by the binding compiler. Why is JAXB looking for this file in a non-existent directory?

    I had the same error because the IDE I am using
    separates the .java from the .class so the bgm.ser is
    still sitting in your java directory. You need to move
    it across to the class directory and all will be fine.
    Of course be careful of rebuild all.Thanks. I guess I should have tried that. The error message was putting me on the wrong track. So now that works but I still have no use for the validation because it has no context. When I validate it this way, I at least get a line and column number but nothing else. I could dig into the file and figure out what element is there but it doesn't help me when I want to validate later.
    I've gone ahead and written my on validation class that allows me to use error message text that I embed in the schema.
    Thanks.

  • MAX giving error - Unable to locate Labview run-time engine

    I have LV 7.1 and 8.5.1 installed on a WinXP pc. No problems until now.
    I installed some support software for a LabJack  interface, which required LV version 6.1 run-time, so I let it install that.
    I now get the error whenever I run MAX:
    "Unable to locate the Labview run-time engine. LVBrokerAux71 requires a version 7.1 (or compatible) Labview run-time engine...."
    After closing the error boxes, MAX seems to work fine. Both versions of Labview also work. I uninstalled run-time engine 6.1 and re-installed version 8.5.1, but that made no difference. I tried to install run-time version 7.1 from the msi file but it would not let me because a later version of the run-time is installed.
    What is LV Broker? Why does it not accept version 8.5.1 run-time engine? Is it possible to have 2 versions of the run-time engine installed, and if so, how?

    Dear CDancer
    Thank you for contacting NI. First of all, you can have as many versions of LabVIEW run time engines you want loaded on your computer without a problem. LV Broker is installed by all drivers that uses LabVIEW testpanels like DAQmx does. In your case it seems that the LV Broker installation is corrupted or has failed. This can be rectified by overwriting the files in the specified directory listed below:
    C:\Program Files\National Instruments\Shared\LabVIEW Broker
    Your directory should look like the screenshot I have attached; labelled LV Broker Directory View
    I have attached a ZIP File that will replace the LV Broker directory. Please try replacing your files with these if different to the screenshot and let me know how you get on. Many thanks.
    Many thanks for using the NI forums and I look forward to your reply.
    Kind regards
    David
    Applications Engineer
    National Instruments UK
    Attachments:
    LV Broker Directory View.JPG ‏57 KB
    LV Broker.zip ‏413 KB

  • Java Mapping Error - Unable to instantiate the Java class

    Hi,
    I am trying out a Java Mapping scenario.
    The code worked fine in eclipse.i could get the desired output.
    but when i tried it out in XI ....i got the following error in moni:
    *Unable to instantiate the Java class*
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">CANNOT_INSTANCIATE_CLASS</SAP:Code>
      <SAP:P1>JavaMapping</SAP:P1>
      <SAP:P2>http://www.sdsdsd.com/XI/Sales/T~</SAP:P2>
      <SAP:P3>3bd13b30-6300-11dc-b9f1-f0050aa5c91a</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to instantiate the Java class JavaMapping (http://www.sdsdsd.com/XI/Sales/T~, 3bd13b30-6300-11dc-b9f1-f0050aa5c91a, -1)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please help me out with this error.

    Hi Anu,
    Currently I am also facing the same Unable to instantiate the Java class  same java class is working fine in eclipse .
    Could you please confirm Is this because of version mismatch that in Eclipse JAVA and SAP JAVA ?
    Thanks in Advance.
    Best,
    Srinivas

  • Adobe Creative Suite 5.5 for MAC(OSX) requires Java SE 6 - I am unable to locate "safe" Java SE 6 Download, so I am unable to get the programs to open. Where can I get Download?

    Adobe Creative Suite 5.5 for MAC (OSX) (10.10.2 Safari), requires Java SE 6. I am unable to locate a "safe" Java SE 6 Download, so I am unable to open the "Suite" programs. Where can I download a safe Java SE6? Or is there a "work-around" this issue?

    https://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US

Maybe you are looking for