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

Similar Messages

  • Unable to locate class: com.iplanet.portalserver.auth.service.LoginServlet

    Trying to access the portal server via http://portalserver:port get a
    500 error response. Looking at the error logs I find this:
    [05/Dec/2001:08:46:34] warning (21789): Unable to locate class:
    com.iplanet.portalserver.auth.service.LoginServlet
    (java.lang.ClassNotFoundException:
    com.iplanet.portalserver.auth.service.LoginServlet)
    [05/Dec/2001:08:46:34] warning (21789): Internal error: Failed to get
    GenericServlet. (uri=/login,SCRIPT_NAME=/login)
    Any thoughts?
    -matt

    Found the problem...
    The iPlanet Portal server jars files where not specified in the
    webserver's jvm12.conf file.
    -matt
    Matt MacDonald wrote:
    Trying to access the portal server via http://portalserver:port get a
    500 error response. Looking at the error logs I find this:
    [05/Dec/2001:08:46:34] warning (21789): Unable to locate class:
    com.iplanet.portalserver.auth.service.LoginServlet
    (java.lang.ClassNotFoundException:
    com.iplanet.portalserver.auth.service.LoginServlet)
    [05/Dec/2001:08:46:34] warning (21789): Internal error: Failed to get
    GenericServlet. (uri=/login,SCRIPT_NAME=/login)
    Any thoughts?
    -matt

  • 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?

  • Unable to find classes in iPlanet Web Server

    Hi,
    I just got started in JSPs. I'm using iPlanet WS EE 4.1. And it works fine for simple ones. But when I try to reference home grown classes from JSP pages, the engine can not find the classes.
    I'm putting my classes in the same directory with the calling JSP page and classes are in default package. If anybody knows the solution, your response would be appreciated. Thanks.
    Jonathan

    Not familiar w/ iPlanet, but generally you don't put .class files in the same directory as JSPs. Most application servers have a classes directory, something like ...\webapps\mywebapp\WEB-INF\classes and this is where you put your .class files. Some applications servers will load all class files from here by default (i.e. Tomcat), others you may have to add this directory to the classpath.

  • CORE4005: Internal error: unable to create JVM

    Hi,
    Can't start-up the domain domain1 after I've installed AppServ 7.0 for W2000. This is the installation log and the admin-server instance log file with the debug set to FINEST.
    Install log :
    INFO - Start core server configuration.
    INFO - Domain successfully created
    INFO - Server instance successfully created
    WARNING - SNMP subagent installation did not succeed
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun ONE Messaging Queue configuration
    INFO - End Sun ONE Messaging Queue configuration
    INFO - Start PointBase configuration
    INFO - End PointBase configuration
    and admin-server instance log file :
    [29/Sep/2003:17:17:04] INFO ( 1504): CORE1116: Sun ONE Application Server 7.0.0_01
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5169: User authentication cache entries expire in 120 seconds.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5170: User authentication cache holds 200 users
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5171: Up to 4 groups are cached for each cached user.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4207: file cache module initialized (API versions 1 through 1)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4302: file cache has been initialized
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3063: KeepAliveTimeout is 30 seconds (default value)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3067: PostThreadsEarly set to off
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3066: MaxKeepAliveConnections set to 256
    [29/Sep/2003:17:17:11] FINE ( 1504): Installed configuration 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm stickyAttach: 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -DJAVA_HOME=D:/Sun/AppServer7/jdk
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.installRoot=D:/Sun/AppServer7
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.instanceRoot=D:\Sun\AppServer7\domains\domain1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.language=fr
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.country=FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: exit
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: vfprintf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.policy=D:/Sun/AppServer7/domains/domain1/admin-server/config/server.policy
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.auth.login.config=D:/Sun/AppServer7/domains/domain1/admin-server/config/login.conf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.jdo.api.persistence.model.multipleClassLoaders=reload
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.configRoot=D:/Sun/AppServer7\config
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.perlRoot=D:\Sun\AppServer7\lib\perl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqLib=D:\Sun\AppServer7\imq\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqBin=D:\Sun\AppServer7\imq\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.webServicesLib=D:\Sun\AppServer7\share\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.icuLib=D:\Sun\AppServer7\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.defaultLocale=fr_FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.verifier.xsl=D:/Sun/AppServer7/lib/verifier
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Xmx128m
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dsun.rmi.dgc.server.gcInterval=3600000
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.class.path=D:/Sun/AppServer7/lib/appserv-rt.jar;D:/Sun/AppServer7/jdk/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;
    [29/Sep/2003:17:17:11] FATAL ( 1504): CORE4005: Internal error: unable to create JVM
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE4009: Failed to load JVM (check your JRE)
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE3187: Late initialization failed: Error running init function(late) init-j2ee: unknown error
    if anyone could help, I would apreciate
    Thanks to all

    Ok. I've managed to solve my problem. Thanks to everybody.
    For anyone who is interested in here is the solution that fixed the error for me :
    Because I had before installed JVM version 1.4.2 and then I uninstalled it and put the version 1.4.1_01, as the one that App Server 7.0 is using, the uninstaller has left a newer version of jvm.dll in WINNT/System32
    After I've renamed this file to _jvm.dll (for example), just to get rid of it, the domain and his instances have started correctly.
    Good luck!

  • 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.

  • Wrapped: Unable to load class "com.cache.DBCacheStore"

    Hi,
    I was trying out a sample application for using DBCacheStore and getting the following error...
    (Wrapped: Unable to load class "com.cache.DBCacheStore" using sun.misc.Launc
    her$AppClassLoader@13f5d07
    <class-scheme>
    <class-name>com.cache.DBCacheStore</class-name>
    </class-scheme>) java.lang.ClassNotFoundException: com.cache.DBCacheStore
    I have the CLASSPATH set to the location of DBCacheStore.class file both in cache-server.cmd and in my application startup JVM params. But still i am not able to resolve this issue. However i am still able to hit the database and get the values for the first call and on sub-sequent call, i am able to retrive the value from cache. I also encounter the below error, after i have retrieved the values from cache...
    2010-11-10 15:08:31.553/29.671 Oracle Coherence GE 3.6.0.0 <Error> (thread=Distr
    ibutedCache, member=1): Terminating PartitionedCache due to unhandled exception:
    java.lang.UnsupportedOperationException
    2010-11-10 15:08:31.553/29.671 Oracle Coherence GE 3.6.0.0 <Error> (thread=Distr
    ibutedCache, member=1):
    java.lang.UnsupportedOperationException
    at java.util.Collections$UnmodifiableMap.put(Collections.java:1285)
    As the exception occurs, the cluster gets restarted and when i re-run the application, it again goes for a DB hit instead of cache hit.
    Note : I have the cache-server.cmd running in one the console window.
    Following is my cache-config.xml file content...
    <?xml version="1.0" encoding="UTF-8" ?>
    <cache-config>
         <caching-scheme-mapping>
              <!--
                   Caches with names that start with 'Virtual' will be created
                   as distributed-db-backed.
              -->
              <cache-mapping>
                   <cache-name>Virtual*</cache-name>
                   <scheme-name>distributed-db-backed</scheme-name>
              </cache-mapping>
         </caching-scheme-mapping>
         <caching-schemes>
              <!--
                   DB Backed Distributed caching scheme.
              -->
              <distributed-scheme>
                   <scheme-name>distributed-db-backed</scheme-name>
                   <service-name>DistributedCache</service-name>
                   <backing-map-scheme>
                        <read-write-backing-map-scheme>
                             <internal-cache-scheme>
                                  <class-scheme>
                                       <class-name>
                                            com.tangosol.util.ObservableHashMap
                                       </class-name>
                                  </class-scheme>
                             </internal-cache-scheme>
                             <cachestore-scheme>
                                  <class-scheme>
                                       <class-name>
                                            com.cache.DBCacheStore
                                       </class-name>
                                       <init-params>
                                            <init-param>
                                                 <param-type>
                                                      java.lang.String
                                                 </param-type>
                                                 <param-value>
                                                      EMP_ADDR_VIEW
                                                 </param-value>
                                            </init-param>
                                       </init-params>
                                  </class-scheme>
                             </cachestore-scheme>
                             <read-only>false</read-only>
                             <!--
                                  To make this a write-through cache just change the value below to 0 (zero)
                             -->
                             <write-delay-seconds>0</write-delay-seconds>
                        </read-write-backing-map-scheme>
                   </backing-map-scheme>
                   <listener />
                   <autostart>true</autostart>
              </distributed-scheme>
         </caching-schemes>
    </cache-config>
    Thanks
    Karthik
    Edited by: user1073902 on Nov 10, 2010 4:25 AM

    Hello Noah,
         I have listed the contents of log file ( for both cache-server.cmd and the client application ).
    cache-server.cmd Log File
    =========================
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)
    2010-11-11 09:51:49.634/0.236 Oracle Coherence 3.6.0.0 <Info> (thread=main, memb
    er=n/a): Loaded operational configuration from "jar:file:/E:/coherence/lib/coher
    ence.jar!/tangosol-coherence.xml"
    2010-11-11 09:51:49.634/0.236 Oracle Coherence 3.6.0.0 <Info> (thread=main, memb
    er=n/a): Loaded operational overrides from "jar:file:/E:/coherence/lib/coherence
    .jar!/tangosol-coherence-override-dev.xml"
    2010-11-11 09:51:49.634/0.236 Oracle Coherence 3.6.0.0 <D5> (thread=main, member
    =n/a): Optional configuration override "/tangosol-coherence-override.xml" is not
    specified
    2010-11-11 09:51:49.649/0.251 Oracle Coherence 3.6.0.0 <D5> (thread=main, member
    =n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    2010-11-11 09:51:49.649/0.251 Oracle Coherence 3.6.0.0 <D6> (thread=main, member
    =n/a): Loaded edition data from "jar:file:/E:/coherence/lib/coherence.jar!/coher
    ence-grid.xml"
    Oracle Coherence Version 3.6.0.0 Build 17229
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2010-11-11 09:51:49.885/0.487 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, m
    ember=n/a): Loaded cache configuration from "file:/E:/bea/user_projects/workspac
    es/workSpaceStudio/coh/cache-config.xml"
    2010-11-11 09:51:50.231/0.833 Oracle Coherence GE 3.6.0.0 <D4> (thread=main, mem
    ber=n/a): TCMP bound to /10.144.32.78:8088 using SystemSocketProvider
    2010-11-11 09:51:53.786/4.388 Oracle Coherence GE 3.6.0.0 <Info> (thread=Cluster
    , member=n/a): Created a new cluster "mycluster" with Member(Id=1, Timestamp=201
    0-11-11 09:51:50.231, Address=10.144.32.78:8088, MachineId=47694, Location=site:
    XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4472, Role=CoherenceServer, Edit
    ion=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) UID=0x0A90204E000
    0012C392B0817BA4E1F98
    2010-11-11 09:51:53.786/4.388 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, m
    ember=n/a): Started cluster Name=mycluster
    Group{Address=224.0.0.1, Port=5455, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2010-11-11 09:51:50.231, Address=10.144.32.7
    8:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,p
    rocess:4472, Role=CoherenceServer)
    OldestMember=Member(Id=1, Timestamp=2010-11-11 09:51:50.231, Address=10.144.32
    .78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026
    ,process:4472, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2010-11-11 09:51:50.231, Address=10.144.32.78:8088, M
    achineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:44
    72, Role=CoherenceServer)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[]}
    IpMonitor{AddressListSize=0}
    2010-11-11 09:51:53.833/4.435 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocatio
    n:Management, member=1): Service Management joined the cluster with senior servi
    ce member 1
    2010-11-11 09:51:54.085/4.687 Oracle Coherence GE 3.6.0.0 <D5> (thread=Distribut
    edCache, member=1): Service DistributedCache joined the cluster with senior serv
    ice member 1
    2010-11-11 09:51:54.101/4.703 Oracle Coherence GE 3.6.0.0 <D6> (thread=Distribut
    edCache, member=1): Service DistributedCache: sending PartitionConfig ConfigSync
    to all
    2010-11-11 09:51:54.116/4.718 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, m
    ember=1):
    Services
    ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Vers
    ion=3.6, OldestMemberId=1}
    InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1,
    OldestMemberId=1}
    PartitionedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=
    enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartit
    ions=0}
    Started DefaultCacheServer...
    2010-11-11 09:55:41.209/231.811 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member(Id=2, Timestamp=2010-11-11 09:55:41.216, Address=10.144.32.7
    8:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,p
    rocess:5304, Role=XyzCacheDatabaseCache) joined Cluster with senior member 1
    2010-11-11 09:55:41.209/231.811 Oracle Coherence GE 3.6.0.0 <D6> (thread=Cluster
    , member=1): TcpRing connecting to Member(Id=2, Timestamp=2010-11-11 09:55:41.21
    6, Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,ma
    chine:hdchshocms2026,process:5304, Role=XyzCacheDatabaseCache)
    2010-11-11 09:55:41.209/231.811 Oracle Coherence GE 3.6.0.0 <D6> (thread=Cluster
    , member=1): TcpRing connected to Member(Id=2, Timestamp=2010-11-11 09:55:41.216
    , Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,mac
    hine:hdchshocms2026,process:5304, Role=XyzCacheDatabaseCache)
    2010-11-11 09:55:41.287/231.889 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member 2 joined Service Management with senior member 1
    2010-11-11 09:55:41.553/232.155 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member 2 joined Service DistributedCache with senior member 1
    2010-11-11 09:55:41.553/232.155 Oracle Coherence GE 3.6.0.0 <Error> (thread=Dist
    ributedCache, member=1): BackingMapManager com.tangosol.net.DefaultConfigurableC
    acheFactory$Manager: failed to instantiate a cache: VirtualCache
    2010-11-11 09:55:41.553/232.155 Oracle Coherence GE 3.6.0.0 <Error> (thread=Dist
    ributedCache, member=1):
    (Wrapped: Unable to load class "com.cache.DBCacheStore" using sun.misc.Launc
    her$AppClassLoader@13f5d07
    <class-scheme>
    <class-name>com.cache.DBCacheStore</class-name>
    <init-params>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>EMP_ADDR_VIEW</param-value>
    </init-param>
    </init-params>
    </class-scheme>) java.lang.ClassNotFoundException: com.cache.DBCacheStore
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2487)
    at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateAny(Defau
    ltConfigurableCacheFactory.java:3256)
    at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateCacheStor
    e(DefaultConfigurableCacheFactory.java:3106)
    at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateReadWrite
    BackingMap(DefaultConfigurableCacheFactory.java:1674)
    at com.tangosol.net.DefaultConfigurableCacheFactory.configureBackingMap(
    DefaultConfigurableCacheFactory.java:1429)
    at com.tangosol.net.DefaultConfigurableCacheFactory$Manager.instantiateB
    ackingMap(DefaultConfigurableCacheFactory.java:3904)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$Storage.instantiateResourceMap(Partition
    edCache.CDB:21)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$Storage.setCacheName(PartitionedCache.CD
    B:25)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$ServiceConfig$ConfigListener.entryInsert
    ed(PartitionedCache.CDB:17)
    at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
    at com.tangosol.util.MapEvent.dispatch(MapEvent.java:226)
    at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.jav
    a:556)
    at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.j
    ava:229)
    at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.jav
    a:270)
    at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
    at com.tangosol.coherence.component.util.ServiceConfig$Map.put(ServiceCo
    nfig.CDB:43)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$StorageIdRequest.onReceived(PartitionedC
    ache.CDB:45)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.G
    rid.onMessage(Grid.CDB:11)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.G
    rid.onNotify(Grid.CDB:33)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: com.cache.DBCacheStore
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at com.tangosol.util.ExternalizableHelper.loadClass(ExternalizableHelper
    .java:3011)
    at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2421)
    ... 22 more
    2010-11-11 09:55:41.631/232.233 Oracle Coherence GE 3.6.0.0 <D5> (thread=Distrib
    utedCache, member=1): 3> Transferring primary PartitionSet{0, 1, 2, 3, 4, 5, 6,
    7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
    28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
    48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,
    68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87,
    88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 1
    06, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 1
    22, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 1
    38, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 1
    54, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 1
    70, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 1
    86, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 2
    02, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 2
    18, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 2
    34, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 2
    50, 251, 252, 253, 254, 255, 256} to member 2 requesting 128
    2010-11-11 09:55:41.741/232.343 Oracle Coherence GE 3.6.0.0 <D4> (thread=Distrib
    utedCache, member=1): 1> Transferring 129 out of 129 partitions to a node-safe b
    ackup 1 at member 2 (under 129)
    2010-11-11 09:55:41.757/232.359 Oracle Coherence GE 3.6.0.0 <D5> (thread=Distrib
    utedCache, member=1): Transferring 0KB of backup[1] for PartitionSet{128, 129, 1
    30, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 1
    46, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 1
    62, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 1
    78, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 1
    94, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 2
    10, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 2
    26, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 2
    42, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256} to mem
    ber 2
    2010-11-11 09:55:42.070/232.672 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): TcpRing disconnected from Member(Id=2, Timestamp=2010-11-11 09:55:4
    1.216, Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.I
    N,machine:hdchshocms2026,process:5304, Role=XyzCacheDatabaseCache) due to a peer
    departure; removing the member.
    2010-11-11 09:55:42.070/232.672 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member 2 left service Management with senior member 1
    2010-11-11 09:55:42.070/232.672 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member 2 left service DistributedCache with senior member 1
    2010-11-11 09:55:42.070/232.672 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster
    , member=1): Member(Id=2, Timestamp=2010-11-11 09:55:42.07, Address=10.144.32.78
    :8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,pr
    ocess:5304, Role=XyzCacheDatabaseCache) left Cluster with senior member 1
    2010-11-11 09:55:42.101/232.703 Oracle Coherence GE 3.6.0.0 <Error> (thread=Dist
    ributedCache, member=1): Terminating PartitionedCache due to unhandled exception
    : java.lang.UnsupportedOperationException
    2010-11-11 09:55:42.101/232.703 Oracle Coherence GE 3.6.0.0 <Error> (thread=Dist
    ributedCache, member=1):
    java.lang.UnsupportedOperationException
    at java.util.Collections$UnmodifiableMap.put(Collections.java:1285)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$Storage.putPrimaryResource(PartitionedCa
    che.CDB:44)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$Storage.moveResourcesToPrimary(Partition
    edCache.CDB:50)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache$Storage.movePartition(PartitionedCache.C
    DB:9)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache.movePartition(PartitionedCache.CDB:14)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService.assignPrimaryPartition(PartitionedService.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService.restoreOrphans(PartitionedService.CDB:42)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService.onOwnershipRequest(PartitionedService.CDB:13)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService$OwnershipRequest.onReceived(PartitionedService.CDB:5)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.G
    rid.onMessage(Grid.CDB:11)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.G
    rid.onNotify(Grid.CDB:33)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    2010-11-11 09:55:42.101/232.703 Oracle Coherence GE 3.6.0.0 <D5> (thread=Distrib
    utedCache, member=1): Service DistributedCache left the cluster
    2010-11-11 09:55:45.012/235.614 Oracle Coherence GE 3.6.0.0 <Info> (thread=main,
    member=1): Restarting Service: DistributedCache
    2010-11-11 09:55:45.012/235.614 Oracle Coherence GE 3.6.0.0 <D5> (thread=Distrib
    utedCache, member=1): Service DistributedCache joined the cluster with senior se
    rvice member 1
    2010-11-11 09:55:45.012/235.614 Oracle Coherence GE 3.6.0.0 <D6> (thread=Distrib
    utedCache, member=1): Service DistributedCache: sending PartitionConfig ConfigSy
    nc to all
    Client Application Log
    ======================
    2010-11-11 09:59:07.380/0.251 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/E:/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2010-11-11 09:59:07.380/0.251 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/E:/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2010-11-11 09:59:07.380/0.251 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
    2010-11-11 09:59:07.380/0.251 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    2010-11-11 09:59:07.395/0.266 Oracle Coherence 3.6.0.0 <D6> (thread=main, member=n/a): Loaded edition data from "jar:file:/E:/coherence/lib/coherence.jar!/coherence-grid.xml"
    Oracle Coherence Version 3.6.0.0 Build 17229
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2010-11-11 09:59:07.896/0.767 Oracle Coherence GE 3.6.0.0 <D4> (thread=main, member=n/a): TCMP bound to /10.144.32.78:8090 using SystemSocketProvider
    2010-11-11 09:59:09.164/2.035 Oracle Coherence GE 3.6.0.0 <Info> (thread=Cluster, member=n/a): This Member(Id=2, Timestamp=2010-11-11 09:59:09.164, Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:2404, Role=XyzCacheDatabaseCache, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) joined cluster "mycluster" with senior Member(Id=1, Timestamp=2010-11-11 09:58:30.832, Address=10.144.32.78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4772, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2)
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <D6> (thread=Cluster, member=n/a): TcpRing connecting to Member(Id=1, Timestamp=2010-11-11 09:58:30.832, Address=10.144.32.78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4772, Role=CoherenceServer)
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <D6> (thread=Cluster, member=n/a): TcpRing connected to Member(Id=1, Timestamp=2010-11-11 09:58:30.832, Address=10.144.32.78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4772, Role=CoherenceServer)
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Cluster with senior member 1
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
    2010-11-11 09:59:09.180/2.051 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Started cluster Name=mycluster
    Group{Address=224.0.0.1, Port=5455, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=2, Timestamp=2010-11-11 09:59:09.164, Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:2404, Role=XyzCacheDatabaseCache)
    OldestMember=Member(Id=1, Timestamp=2010-11-11 09:58:30.832, Address=10.144.32.78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4772, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2, BitSetCount=2
    Member(Id=1, Timestamp=2010-11-11 09:58:30.832, Address=10.144.32.78:8088, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:4772, Role=CoherenceServer)
    Member(Id=2, Timestamp=2010-11-11 09:59:09.164, Address=10.144.32.78:8090, MachineId=47694, Location=site:XyzT.CORP.Xyz.IN,machine:hdchshocms2026,process:2404, Role=XyzCacheDatabaseCache)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=0}
    2010-11-11 09:59:09.227/2.098 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:Management, member=2): Service Management joined the cluster with senior service member 1
    2010-11-11 09:59:09.289/2.160 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=2): Loaded cache configuration from "file:/E:/bea/user_projects/workspaces/workSpaceStudio/coh/cache-config.xml"
    2010-11-11 09:59:09.461/2.332 Oracle Coherence GE 3.6.0.0 <D5> (thread=DistributedCache, member=2): Service DistributedCache joined the cluster with senior service member 1
    DB Hit
    DBCacheStore(String) called...
    2010-11-11 09:59:09.524/2.395 Oracle Coherence GE 3.6.0.0 <D4> (thread=DistributedCache, member=2): Asking member 1 for 128 primary partitions
    load() called...
    Emp Id:1, Emp Name:Employee, Emp Addr:Address
    Cache Hit
    Emp Id:1, Emp Name:Employee, Emp Addr:Address
    Client Java Program
    ===================
    package com.cache;
    import com.tangosol.net.CacheFactory;
    import com.tangosol.net.NamedCache;
    public class DatabaseCache {
         public DatabaseCache() { }
         private NamedCache cache;
         public void createCache() {
              CacheFactory.ensureCluster();
              cache = CacheFactory.getCache("VirtualCache");
         public void retrieveEntry() {
              System.out.println("DB Hit");
              System.out.println(cache.get("1"));
              System.out.println("Cache Hit");
              System.out.println(cache.get("1"));
         public static void main(String[] args) {
              DatabaseCache databaseCache = new DatabaseCache();
              databaseCache.createCache();
              databaseCache.retrieveEntry();
    DBCacheStore Java Program
    =========================
    Note : I am querying an ORACLE VIEW
    package com.cache;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.LinkedList;
    import java.util.List;
    import java.util.Map;
    import com.tangosol.net.cache.CacheStore;
    import com.tangosol.util.Base;
    public class DBCacheStore extends Base implements CacheStore {
         private String tableName = null;
         public DBCacheStore() {
              System.out.println("DBCacheStore() called...");
         public DBCacheStore(String tableName) {
              System.out.println("DBCacheStore(String) called...");
              this.tableName = tableName;
         private Connection getConnection() throws Exception {
              Class.forName("oracle.jdbc.driver.OracleDriver");
              String url = "jdbc:oracle:thin:@localhost:1521:xe";
              Connection connection = DriverManager.getConnection(url,"system","manager");
              return connection;
         public void erase(Object arg0) {
              System.out.println("erase() called...");
         public void eraseAll(Collection arg0) {
              System.out.println("eraseAll() called...");
         public void store(Object key, Object value) {
              System.out.println("store() called...");
         public void storeAll(Map arg0) {
              System.out.println("storeAll() called...");          
         public Object load(Object obj) {
              System.out.println("load() called...");
              Employee employee = null;
              Connection con = null;
              PreparedStatement pStmt = null;
              ResultSet rSet = null;
              try {
                   con = getConnection();
                   pStmt = con.prepareStatement("select emp_id, emp_name, address from " + tableName + " where emp_id = ?");
                   pStmt.setInt(1, Integer.parseInt((String)obj));
                   rSet = pStmt.executeQuery();
                   if(rSet.next()) {
                        employee = new Employee();
                        employee.setEmpId(rSet.getInt("emp_id"));
                        employee.setEmpName(rSet.getString("emp_name"));
                        employee.setEmpAddr(rSet.getString("address"));
              } catch(Exception e) {
                   e.printStackTrace();
              } finally {
                   try {
                        if(rSet != null)
                             rSet.close();
                        if(pStmt != null)
                             pStmt.close();
                        if(con != null)
                             con.close();
                   } catch(Exception e) {
                        e.printStackTrace();
              return employee;
         public Map loadAll(Collection arg0) {
              System.out.println("loadAll() called...");
              Connection con = null;
              PreparedStatement pStmt = null;
              ResultSet rSet = null;          
              Employee employee = null;
              Map empMap = new HashMap();
              try {
                   con = getConnection();
                   pStmt = con.prepareStatement("select emp_id, emp_name, address from " + tableName);
                   rSet = pStmt.executeQuery();
                   while(rSet.next()) {
                        employee = new Employee();
                        employee.setEmpId(rSet.getInt("emp_id"));
                        employee.setEmpName(rSet.getString("emp_name"));
                        employee.setEmpAddr(rSet.getString("address"));
                        empMap.put(employee.getEmpId(), employee);
              } catch(Exception e) {
                   e.printStackTrace();
              } finally {
                   try {
                        if(rSet != null)
                             rSet.close();
                        if(pStmt != null)
                             pStmt.close();
                        if(con != null)
                             con.close();
                   } catch(Exception e) {
                        e.printStackTrace();
              return empMap;
         public Iterator keys() {
              Connection con = null;
              PreparedStatement pStmt = null;
              ResultSet rSet = null;          
              List returnList = null;
              try {
                   con = getConnection();
                   pStmt = con.prepareStatement("select emp_id from emp_addr_view");
                   rSet = pStmt.executeQuery();
                   returnList = new LinkedList();
                   while(rSet.next()) {
                        returnList.add(rSet.getString("empId"));
              } catch(Exception e) {
                   e.printStackTrace();
              } finally {
                   try {
                        if(rSet != null)
                             rSet.close();
                        if(pStmt != null)
                             pStmt.close();
                        if(con != null)
                             con.close();
                   } catch(Exception e) {
                        e.printStackTrace();
              return returnList.iterator();
    cache-server.cmd added lines
    ============================
    set CLASSPATH=%CLASSPATH%;E:\bea\user_projects\workspaces\workSpaceStudio\coh\bin;E:\bea\wlserver_10.0\server\lib\ojdbc14.jar;
    Note : E:\bea\user_projects\workspaces\workSpaceStudio\coh\bin in the above line contains compiled class files starting from "com" folder.
    "%java_exec%" -server -showversion "%java_opts%" -cp E:\bea\user_projects\workspaces\workSpaceStudio\coh\bin -Dtangosol.coherence.log.level=9 -Dtangosol.coherence.cluster=mycluster -Dtangosol.coherence.clusteraddress=224.0.0.1 -Dtangosol.coherence.clusterport=5455 -Dtangosol.coherence.cacheconfig=E:\bea\user_projects\workspaces\workSpaceStudio\coh\cache-config.xml -cp "%coherence_home%\lib\coherence.jar" com.tangosol.net.DefaultCacheServer %1
    JVM arguments for running Client Program : DatabaseCache.java
    =======================================
    -Dtangosol.coherence.cacheconfig=E:\bea\user_projects\workspaces\workSpaceStudio\coh\cache-config.xml
    -Dtangosol.coherence.cluster=mycluster
    -Dtangosol.coherence.clusteraddress=224.0.0.1
    -Dtangosol.coherence.clusterport=5455
    ==================================================================================================
    Please do let me know if you require further information.
    Thanks
    Karthik

  • 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.

  • Error: Unable to find class for bean

    Dear all,
    please help help with the problem
    i've a jsp as follows:
    <@page import="java.util.*, com.abc.*" %>
    <jsp:useBean id="mybean" class="MyClass" />
    <% out.println("Testing bean"); %>
    where MyClass.class is located WEB-INF/classes/com/abc/MyClass.class
    it works fine in Oracle iAS with oc4j 1.0.2.1.1 (not 9iAS R2)
    when i upgrade to 9iAS R2 with oc4j 9.0.3
    it's complaining the error of
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 8, <jsp:useBean id="mybean" class="MyClass" />
    Error: Unable to find class for bean: mybean defined by tag with class: MyClass
    then i changed the line <jsp:useBean....> to
    <jsp:useBean id="mybean" class="com.abc.MyClass" />
    it didn't complain the error
    anyone know that the syntax of specifying class must be coded as package.xxx.xxx etc?
    Thank you very much

    You should specify the fully qualified class name (i.e. with package structure) in the class attribute of useBean tag.
    Read the syntax of useBean tag here
    http://java.sun.com/products/jsp/syntax/1.1/syntaxref1115.html
    Chandar

  • Generated servlet error - unable to compile class for JSP - using NB5.5/SS9

    I am using NB5.5 beta2 and Sun server 9.0 with JSF 1.1 - all is OK when I am creating firts JSF application - welcomeJSF.jsp page is rendered normally - but when I am adding one more jsp with JSP view and so on - then - I am getting errors in both JSF pages - both - in original welcomeJSF and the new invoice.jsp page
    here is code for typical error
    org.apache.jasper.JasperException: Unable to compile class for JSP
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    [javac] E:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\ERPSolution\org\apache\jsp\welcomeJSF_jsp.java:99: cannot find symbol
    [javac] symbol : method setJspId(java.lang.String)
    [javac] location: class com.sun.faces.taglib.jsf_core.ViewTag
    [javac] jspxth_f_view_0.setJspId("id7");
    [javac] ^
    Generated servlet error:
    [javac] E:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\ERPSolution\org\apache\jsp\welcomeJSF_jsp.java:144: cannot find symbol
    [javac] symbol : method setJspId(java.lang.String)
    [javac] location: class com.sun.faces.taglib.html_basic.OutputTextTag
    [javac] jspxth_h_outputText_0.setJspId("id17");
    [javac] ^
    Generated servlet error:
    [javac] E:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\ERPSolution\org\apache\jsp\welcomeJSF_jsp.java:145: setValue(java.lang.String) in com.sun.faces.taglib.html_basic.OutputTextTag cannot be applied to (javax.el.ValueExpression)
    [javac] jspxth_h_outputText_0.setValue(org.apache.jasper.runtime.PageContextImpl.getValueExpression("Java Server Faces", (PageContext)_jspx_page_context, java.lang.Object.class, null));
    [javac] ^
    [javac] 3 errors
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:94)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:384)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:461)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:528)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:507)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:495)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:530)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:414)
         com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:455)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:139)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:266)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:159)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    note The full stack trace of the root cause is available in the Sun Java System Application Server Platform Edition 9.0 logs.
    and there is output for another error:
    Generated servlet error:
    [javac] E:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\ERPSolution\org\apache\jsp\welcomeJSF_jsp.java:144: cannot find symbol
    [javac] symbol : method setJspId(java.lang.String)
    [javac] location: class com.sun.faces.taglib.html_basic.OutputTextTag
    [javac] jspxth_h_outputText_0.setJspId("id17");
    [javac] ^
    Generated servlet error:
    [javac] E:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\ERPSolution\org\apache\jsp\welcomeJSF_jsp.java:145: setValue(java.lang.String) in com.sun.faces.taglib.html_basic.OutputTextTag cannot be applied to (javax.el.ValueExpression)
    [javac] jspxth_h_outputText_0.setValue(org.apache.jasper.runtime.PageContextImpl.getValueExpression("Java Server Faces", (PageContext)_jspx_page_context, java.lang.Object.class, null));
    [javac] ^
    [javac] 3 errors
    and here is code of my new invoice.jsp page:
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <%--
    The taglib directive below imports the JSTL library. If you uncomment it,
    you must also add the JSTL library to the project. The Add Library... action
    on Libraries node in Projects view can be used to add the JSTL 1.1 library.
    --%>
    <%--
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    --%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
       <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
          <h1><h:outputText value="Java Server Faces" /></h1>
        <h:inputText value="#{managerBean.currentInvoice.id}"/>
        <h:inputText value="#{managerBean.currentInvoice.description}"/>
        <h:inputText value="#{managerBean.currentInvoice.total}"/>
        <h:commandButton value="new_invoice"
                         type="submit"
                         actionListener="#{managerBean.createNewInvoice}"/> 
        </body>
    </f:view>and faces-config.xml file:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE faces-config PUBLIC
      "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
      "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <!-- =========== FULL CONFIGURATION FILE ================================== -->
    <faces-config>
        <managed-bean>
            <managed-bean-name>managerBean</managed-bean-name>
            <managed-bean-class>com.brl.ERPSolution.ui.ManagerBean</managed-bean-class>
            <managed-bean-scope>session</managed-bean-scope>
        </managed-bean>
    </faces-config>managerBean was intended to be backing beans which will call the facaed beans of EJB 3.0 entity beans - but at presnet - almost empty methods are declared there:
    package com.brl.ERPSolution.ui;
    import javax.faces.event.ActionEvent;
    import com.brl.solutions.EJB3.*;
    * @author Administrator
    public class ManagerBean {
        protected int currentInvoiceId;
        protected Invoices currentInvoice;
        protected InvoicesFacade invoicesFacade;
        /** Creates a new instance of ManagerBean */
        public ManagerBean() {
        /* business methods */
        public void createNewInvoice(ActionEvent actionEvent)
            invoicesFacade.create(this.currentInvoice);
        public Invoices getCurrentInvoice()
            return this.currentInvoice;
        public void setCurrentInvoice(Invoices currentInvoice)
            this.currentInvoice=currentInvoice;
    }I read in one blog (actually - the only page which was returned by yahoo - so - this should be very rare error!!!) to try to use Sun server's verifier.bat - and - it reported 0 errors and 0 warning. Build was succesfull as well and also - deployment was without errors - but - above mentioned error appeared during the automatic compilation of jsp pages/servlet when newly deployed jsps are first accessed from remote browser.
    So - is it possible, please, to receive some advice - what to do further? I feel that my invoice.jsp page can be with errors, - however - the original welcomeJSF.jsp should be working without errors even the erronwous JFS jsp page is added to web application.
    Thans for any adice or hint in advance!!!

    OK - I have made 'clean and build main project' from NB menu and the deployed the resulting *.war and the error messages have disappeared... So - it seems to be bug...

  • RICS0001:Internal Error,unable to process the collected data from the device.

    Hi all,
    I've got the following error in Inventory Collection: 'RICS0001:Internal Error,unable to process the collected data from the device.'
    System is CW LMS 2.6
    If I search the web I get the following Cisco document:
    http://www.cisco.com/en/US/products/sw/cscowork/ps2073/prod_troubleshooting_guide09186a008036dff2.html
    '...in the log directory look for IC_Server.log.'
    IC_Server.log:
    [ Di Nov 16  15:54:27 CET 2010 ],INFO ,[Thread-25],com.cisco.nm.rmeng.inventory.ics.core.ICSCore,173,Got Async Request, User Name :admin
    [ Di Nov 16  15:54:27 CET 2010 ],INFO ,[Thread-25],com.cisco.nm.rmeng.inventory.ics.core.ICSCore,179,Request ID is : 1289919235488
    [ Di Nov 16  15:54:27 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,309,Started processing device ID: 3341
    [ Di Nov 16  15:54:27 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.RMELogger,724,com.cisco.nm.rmeng.util.db.DatabaseConnectionPool,getConnection,59,Inside ICSDatabaseConnection, MAX_COUNT =20
    [ Di Nov 16  15:54:28 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,387,Started processing device Name: 9.152.255.101
    [ Di Nov 16  15:54:28 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,g$eval,103,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:g$eval:populating ContainmentAG attributes, begins...
    [ Di Nov 16  15:54:28 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,110,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:ContainmentAG attributes,collection from the device begins...
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,147,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:ContainmentAG attributes,collection from the device successful...
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,149,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:ContainmentAG attributes,population begins...
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,216,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:Before method getSlotsConfiguredStatistics
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,225,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:After method getSlotsConfiguredStatistics
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,populatingTheChassis,245,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:populatingTheChassis:ContainmentAG attributes,population completed...
    [ Di Nov 16  15:54:29 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.util.logger.XDILogger,77,com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.ContainmentAGI_ENTITY_Mib_Non_Modular,g$eval,105,com.cisco.nm.xms.xdi.pkgs.SharedInventoryRouter:ContainmentAGI_ENTITY_Mib_Non_Modular:g$eval:populating ContainmentAG attributes, ends...
    [ Di Nov 16  15:54:43 CET 2010 ],INFO ,[Thread-14],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,477,DP time is 15 seconds for 9.152.255.101
    [ Di Nov 16  15:54:44 CET 2010 ],ERROR,[Thread-14],com.cisco.nm.rmeng.util.logger.RMELogger,770,com.cisco.nm.rmeng.inventory.ics.invchange.AddInvChange,effect,33,Unexpected error :com.sybase.jdbc2.jdbc.SybSQLException: ASA Fehler -193: Primärschlüssel für Tabelle 'PhysicalElement' ist nicht eindeutig
        at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2834)
        at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:2156)
        at com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:220)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:203)
        at com.sybase.jdbc2.jdbc.SybStatement.executeLoop(SybStatement.java:1766)
        at com.sybase.jdbc2.jdbc.SybStatement.execute(SybStatement.java:1758)
        at com.sybase.jdbc2.jdbc.SybPreparedStatement.execute(SybPreparedStatement.java:619)
        at com.cisco.nm.rmeng.inventory.ics.dbrep.DBRecord.insert(DBRecord.java:50)
        at com.cisco.nm.rmeng.inventory.ics.util.ICSDatabaseConnection.insert(ICSDatabaseConnection.java:91)
        at com.cisco.nm.rmeng.inventory.ics.invchange.AddInvChange.effect(AddInvChange.java:29)
        at com.cisco.nm.rmeng.inventory.ics.server.InvDataProcessor.processInvData(InvDataProcessor.java:394)
        at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:849)
        at java.lang.Thread.run(Thread.java:534)
    [ Di Nov 16  15:54:44 CET 2010 ],ERROR,[Thread-14],com.cisco.nm.rmeng.inventory.ics.server.InvDataProcessor,448,ASA Fehler -193: Primärschlüssel für Tabelle 'PhysicalElement' ist nicht eindeutig
    com.sybase.jdbc2.jdbc.SybSQLException: ASA Fehler -193: Primärschlüssel für Tabelle 'PhysicalElement' ist nicht eindeutig
        at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2834)
        at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:2156)
        at com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:220)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:203)
        at com.sybase.jdbc2.jdbc.SybStatement.executeLoop(SybStatement.java:1766)
        at com.sybase.jdbc2.jdbc.SybStatement.execute(SybStatement.java:1758)
        at com.sybase.jdbc2.jdbc.SybPreparedStatement.execute(SybPreparedStatement.java:619)
        at com.cisco.nm.rmeng.inventory.ics.dbrep.DBRecord.insert(DBRecord.java:50)
        at com.cisco.nm.rmeng.inventory.ics.util.ICSDatabaseConnection.insert(ICSDatabaseConnection.java:91)
        at com.cisco.nm.rmeng.inventory.ics.invchange.AddInvChange.effect(AddInvChange.java:29)
        at com.cisco.nm.rmeng.inventory.ics.server.InvDataProcessor.processInvData(InvDataProcessor.java:394)
        at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:849)
        at java.lang.Thread.run(Thread.java:534)
    [ Di Nov 16  15:54:44 CET 2010 ],ERROR,[Thread-14],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,861, Exception occured in process method while processing: 9.152.255.101 ASA Fehler -193: Primärschlüssel für Tabelle 'PhysicalElement' ist nicht eindeutig
    ICSException :: ASA Fehler -193: Primärschlüssel für Tabelle 'PhysicalElement' ist nicht eindeutig
        at com.cisco.nm.rmeng.inventory.ics.server.InvDataProcessor.processInvData(InvDataProcessor.java:463)
        at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:849)
        at java.lang.Thread.run(Thread.java:534)
    I don't know where the German error message comes from. The whole system is English. Translation is: "ASA error -192: primary key for table 'PhysicalElement' isn't distinct'
    Thanks for your help!
    Alex

    Well known issue in LMS 2.6. Most likely you are hitting CSCsm97530. As a temporary solution you could remove and re-add problematic device from CS. To get a permanent fix you need a patch (provided by TAC).

  • LMS 4.2.4 Error RICS0001:Internal Error,unable to process the collected data from the device.

    Hi
    LMS 4.2.4 inventory collection fails with Error RICS0001:Internal Error,unable to process the collected data from the device for few devices.
    Can anyone help me out.
    Regards
    Laxmi

    They are definately supported. However such issues are usually due to device packages, if unavailable or not installed.
    Please do following :
    1. Check Admin > software centre > device updates and check any devices packages available in Cisco.com and install it and recheck.
    2. Please do a snmpwalk on problematic device on sysObjectID and share result. Following is the way to do snmpwalk :
    GUI - Open the device in Device Centre (Inventory > Tools > Device Center) and open the device with IP and from tools select snmpwalk and do it for sysObjectID (1.3.6.1.2.1.1.2)
    CLI : CD to NMSROOT/objects/jt/bin from command prompt. run command as per following syntax:
    snmpwalk -v2c -c <snmp_community_string> 1.3.6.1.2.1.1.2
    Example :
    community string = test123
    IP = 10.1.1.1
    snmpwalk -v2c -c test123 10.1.1.1 1.3.6.1.2.1.1.2
    3. Please check your device package, by clicking on the number of packages in front of Inventory, conifg and image management from :
    Admin > System > Software Center > Device Update
    Also, check device identity under edit identity option from :
    Inventory > Device Administration > Add / Import / Manage Devices
    Check my screenshots for details :
    Please check and share results.
    -Thanks
    Vinod
    **Rating Encourages contributors, and its really free. **

  • LMS Prime 4.1 RICS0001:Internal Error,unable to process the collected data from the device.

    Hello,
    I have a problem with inventory collection from several devices getting
    "RICS0001:Internal Error,unable to process the collected data from the device."
    ERROR,[Thread-20],com.cisco.nm.rmeng.inventory.ics.server.InvDataProcessor,918,Device does not exist in RME, Please check if device is already deleted

    Did you schedule an inventory collection job?
    Delete schedule and recreate it using device group.
    Cheers,
    Michel

  • Internal Error - Unable to generate SQL for this Scheduled Workbook

    I am encountering the following error when loading the results of a Scheduled Workbook;
    Internal Error - Unable to generate SQL for this Scheduled Workbook (If you scheduled this workbook using a previous version of Discoverer, please reschedule and re-open)
    This only happens for one of the scheduled workbooks and I am struggling to find an explanation to the problem. There are no reference to database links in the workbook so I can rule that out as a cause.
    Does anyone have any suggestions to what might be causing the problem?
    Many thanks
    Stewart

    Hi,
    The version is OracleBI Discoverer Plus Version 10.1.2.48.18. Do you think this has anything to do with it?If you are on this version, then you have the recommended patches applied.
    Did you try to reschedule the workbook and see if this helps in resolving the issue?
    I would suggest you enable server logging as this may help in collecting more details about the error.
    Note: 403689.1 - How To Generate Discoverer 10g (10.1.2) Session Server Logs In Text Format
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=403689.1
    Regards,
    Hussein

  • Oracle ODBC  - Internal Error - unable to initialize NLS during driver load

    I'm having some trouble with my ODBC connections which I hope someone can please help me with!
    About 6 weeks ago all was working as normal.
    As far as I know there have been no updates to the ORacle DB, the Windows XP operating system or the ODBC Drivers.
    Today when I opened access and visual case 2 to connect to Oracle I was at first greeted with a:
    unable to connect SQLState=IM004 SQL_HANDLE_ENV
    error. ODBC also kept crashing.
    I restarted the computer and was confronted with a different error:
    odbc SQLSTate 08004 ORA 12154 TNS could not resolve the connect identifier specified
    I was able to fix this error by setting the environment variable TNS_ADMIN in windows xp environment variables. I'm extremely confused about how this happened though as it was working and I don't think anything has changed.
    I was then able to connect to the database via Microsoft Access but when I opened Visual Case 2 and tried to make an update, I was confronted with the following error:
    Oracle ODBC Driver - internal error - unable to initialize NLS during driver load
    I looked in the registry at:
    HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraClient10g_home1
    HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraClient10g_home2
    HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraDb10g_home1
    and NLS_LANG was set to "AMERICAN_AMERICA.WE8MSWIN1252" in all 3 places.
    (Though KEY_OraClient10g_home2 only had 4 entries as opposed to KEY_OraClient10g_home1's 13 entries)...
    Since I made those changes I can no longer connect through Access.
    I just receive a ODBC - connection to 'xxx' failed
    Advice greatly appreciated!!!!
    Edited by: user11150264 on Aug 25, 2009 10:21 PM

    Actually it sort of does...
    I switched the ODBC connection to use instant client and now it's all working again.
    The biggest mystery is what changed to make it suddenly stop working the old way...

Maybe you are looking for