SOLVED: OWS on Debian 2.0: owsctl start admin crash

This is a description of how I solved the ows crash on my debian
2.0 system. I posted this with the hope it will be helpfull for
someone else.
In the text that follow, wallace is the hostname of my machine.
PS: do not care of my awfull english, please. (I'm french
speaking).
Daniel Crettol, Thu Feb 11 12:47:45 CET 1999
THE PROBLEM
The command 'owsctl start admin' just dumps a core without any
comments on my Debian 2.0r4 (kernel 2.0.36)
THE QUEST
First thing I do, I tried to look in the "Technet Discussion"
about
linux to see how problem could be solved, but I got no help
there. It
anyway seems that many people have problems with installation of
oracle and ows on non-RH distributions. Conclusion, no help for
me
there.
So enter hacker phase.
* The hacker phase
But what is 'owsctl' ? It's just a script. So try this:
oracle@wallace$ sh -x owsctl start admin
++ basename owsctl
+ ME=owsctl
+ '[' /usr3/app/oracle/product/8.0.5/ows/3.0 = '' ']'
+ OPTION=start
+ shift
+ '[' admin = WRB -o admin = wrb -o admin = -p -o admin = -e
+ '[' admin = CARTRIDGE -o admin = cartridge -o admin = -p ']'
+ /usr3/app/oracle/product/8.0.5/ows/3.0/bin/wlctl start admin
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1
Copyright 1997 Oracle Corp. All Rights Reserved.
OWS-08811: Unable to startup Oracle Web Listener `admin'.
oracle@wallace$ l core
-rw------- 1 oracle dba 290816 Feb 11 12:57 core
oracle@wallace$
Expected result. The pig seems to be 'wlctl'. Try it alone:
oracle@wallace$ date ; wlctl start admin ; l core
Thu Feb 11 13:00:38 CET 1999
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1
Copyright 1997 Oracle Corp. All Rights Reserved.
OWS-08811: Unable to startup Oracle Web Listener `admin'.
-rw------- 1 oracle dba 290816 Feb 11 13:00 core
oracle@wallace$
Fine. Trying this:
oracle@wallace$ strings core | head
CORE
CORE
oraweb
/usr3/app/oracle/product/8.0.5/ows/3.0/bin/oraweb -C
/usr3/app/oracle/admin/ows
CORE
oraweb
0333#G
CORE
0333#G
P15CFiberException
Broken pipe
oracle@wallace$
WHAT!!!! the core seems to be left here by the oraweb
process. OOPS. Don't understand this. After trying to debug the
core
(not showed here) and tracing the owsctl script with the 'strace'
command (strace -ff -o start_admin.trace owsctl start admin), I
began
to be convinced that we got a core somewhere in the dynamic
libraries. I had 2 suspects: 'wlctl' and 'oraweb'.
What library do they use ?
oracle@wallace$ ldd `which wlctl`
libnsl.so.1 => /lib/libnsl.so.1 (0x40010000)
libc.so.6 => /lib/libc.so.6 (0x40016000)
libm.so.6 => /lib/libm.so.6 (0x400bb000)
libdl.so.2 => /lib/libdl.so.2 (0x400d6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
oracle@wallace$ ldd `which oraweb`
libnsl.so.1 => /lib/libnsl.so.1 (0x40010000)
libdl.so.2 => /lib/libdl.so.2 (0x40016000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40019000)
libc.so.6 => /lib/libc.so.6 (0x4002c000)
libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8
(0x400d1000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libm.so.6 => /lib/libm.so.6 (0x40116000)
Everything seems normal but watch this:
oracle@wallace$ ls -l /lib/libpt*
-rwxr-xr-x 1 root root 48680 Jul 17 1998
/lib/libpthread-0.7.so
lrwxrwxrwx 1 root root 17 Sep 3 19:21
/lib/libpthread.so.0 -> libpthread.so.0.7
-rwxr-xr-x 1 root root 76166 Jan 6 1998
/lib/libpthread.so.0.7
ARGHHHHH.... I don't know why, but I have to pthread libs. May be
oracle uses the wrong one.
THE SOLUCE
So try to force oracle to use the other pthread library:
oracle@wallace$ LD_PRELOAD=/lib/libpthread-0.7.so owsctl start
admin
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1
Copyright 1997 Oracle Corp. All Rights Reserved.
Information: Listening on NORM port 8888 address 0.0.0.0
Started listener: pid=4359 time=11/Feb/99:13:11:28
Monitor now running as process 4357
YEAH. Got it ? Seems that they do not use the same libs than the
default one on Debian. Anyway the problem is solved...
null

Now that you have upgraded, have you noticed any outstanding behaviour, i.e. performance or resource consumption in your 10gR2 environment?
~ Madrid
http://hrivera99.blogspot.com/

Similar Messages

  • WAS3.0.2 Problems starting admin listener on SuSE5.3

    I sucessfully installed WAS3.0.2 without any error message.
    Starting the wrb processes worked fine. But the admin listner
    wan3t start. After I submit following command:
    owsctl start adminI get:
    ..:error in loading shared libraries: undefined symbol: __eh_pc
    OWS-08811: Unable to start Oracle Web Listener Admin
    Any hints or ideas about this?
    null

    Johannes Koch (guest) wrote:
    : I sucessfully installed WAS3.0.2 without any error message.
    : Starting the wrb processes worked fine. But the admin listner
    : wan3t start. After I submit following command:
    : > owsctl start admin
    : I get:
    : >..:error in loading shared libraries
    : : undefined symbol: __eh_pc
    : OWS-08811: Unable to start Oracle Web Listener Admin
    : Any hints or ideas about this?
    Hi,
    I have had the same problem. Following solution. We have
    installed the OWS under SUSE 6.0. In this release the Admin
    listerner complains about a missing libstdc++.2.8.so. In the
    distribution only the version 2.7 and 2.9 were shipped.
    We uses the 2.8 Version of SUSE 5.3 and the symbol was missing
    again.
    We get a other 2.8 version from a FTP site for Linux (don3t ask
    me which one, I forgot) an this one works fine.
    Obviously the libstdc++ is the major problem.
    Hope I3ve helped you a little bit,
    So long and good luck
    Sven
    null

  • OAS 4.0.7.1 on Redhat 60 owsctl start

    Oracle support: --- delimiter for content
    When running:
    owsctl start -nodemgr # works fine
    When running
    owsctl start # I am getting:
    Oracle Application Server start
    Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    Release (Export)
    Copyright (c) Oracle Corporation 1998. All rights reserved.
    Information: Listening on NORM port 8888 address 0.0.0.0
    Information: The server started successfully
    Server now running as process 2691
    OWS-08850: Oracle Web Listener `node` started.
    Please wait while the command is being processed on host slavko3
    Starting ORB processes...
    waiting for ORB to be ready...
    The command completed successfully on host slavko3.
    oassrv: Starting wrb service 0
    ConfigProvider Server accepting requests...
    oassrv: Starting wrb service 1
    Log Server is accepting requests now...
    oassrv: Starting wrb service 2
    Web Request Broker is accepting requests now...
    oassrv: Starting wrb service 3
    The WRB Authentication Host Server is now running.
    oassrv: Starting wrb service 4
    The WRB Authentication Engine is now running.
    oassrv: Starting wrb service 5
    Web Request Resource Manager Proxy is accepting requests.
    oassrv: Starting wrb service 6
    Initializing wrbmon ................
    oassrv is accepting requests
    OWS-08821: oassrv process `oassrv' is started up at pid 2817.
    Cartridge Server Factory accepting requests ...
    OWS-08821: wrksf process `wrksf' is started up at pid 2945.
    OWS-08821: otsfacsrv process `otsfacsrv' is started up at pid
    2974.
    Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    Release (Export)
    Copyright (c) Oracle Corporation 1998. All rights reserved.
    Information: Listening on NORM port 8889 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service
    initialized
    Information: Adapter services initialized successfully
    Information: The server started successfully
    Server now running as process 2996
    OWS-08850: Oracle Web Listener `admin` started.
    Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    Release (Export)
    Copyright (c) Oracle Corporation 1998. All rights reserved.
    Warning: Max Connect Count exceeds compile time limit (connect
    limit: 256)
    Information: Listening on NORM port 8000 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service
    initialized
    Information: Adapter services initialized successfully
    Information: The server started successfully
    Server now running as process 3076
    OWS-08850: Oracle Web Listener `www` started.
    After this owsctl never returns to the shall
    also it generates file in $ORACLE_HOME/mnorbmet2768.out
    with following content:
    YDMTD-1600, ydmtdInit: exception
    IDL:omg.org/CosNaming/NamingContext/NotFound:1.
    0 trying to bind to name service
    null

    Adjust the max number of listener processes in listener config,
    it defaults to 500 set down to around 200.
    Wayne Stanton (guest) wrote:
    : hi,
    : Did you ever get a solution to this issue? I am having exactly
    : the same problem
    : Wayne
    : Jaroslaw Sosnicki (guest) wrote:
    : : Oracle support: --- delimiter for content
    : : When running:
    : : owsctl start -nodemgr # works fine
    : : When running
    : : owsctl start # I am getting:
    : : Oracle Application Server start
    : : Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    : : Release (Export)
    : : Copyright (c) Oracle Corporation 1998. All rights reserved.
    : : Information: Listening on NORM port 8888 address 0.0.0.0
    : : Information: The server started successfully
    : : Server now running as process 2691
    : : OWS-08850: Oracle Web Listener `node` started.
    : : Please wait while the command is being processed on host
    : slavko3
    : : Starting ORB processes...
    : : waiting for ORB to be ready...
    : : The command completed successfully on host slavko3.
    : : oassrv: Starting wrb service 0
    : : ConfigProvider Server accepting requests...
    : : oassrv: Starting wrb service 1
    : : Log Server is accepting requests now...
    : : oassrv: Starting wrb service 2
    : : Web Request Broker is accepting requests now...
    : : oassrv: Starting wrb service 3
    : : The WRB Authentication Host Server is now running.
    : : oassrv: Starting wrb service 4
    : : The WRB Authentication Engine is now running.
    : : oassrv: Starting wrb service 5
    : : Web Request Resource Manager Proxy is accepting requests.
    : : oassrv: Starting wrb service 6
    : : Initializing wrbmon ................
    : : oassrv is accepting requests
    : : OWS-08821: oassrv process `oassrv' is started up at pid 2817.
    : : Cartridge Server Factory accepting requests ...
    : : OWS-08821: wrksf process `wrksf' is started up at pid 2945.
    : : OWS-08821: otsfacsrv process `otsfacsrv' is started up at pid
    : : 2974.
    : : Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    : : Release (Export)
    : : Copyright (c) Oracle Corporation 1998. All rights reserved.
    : : Information: Listening on NORM port 8889 address 0.0.0.0
    : : Information: wriorProcessInit: RMProxy IOR Bootstrap Service
    : : initialized
    : : Information: Adapter services initialized successfully
    : : Information: The server started successfully
    : : Server now running as process 2996
    : : OWS-08850: Oracle Web Listener `admin` started.
    : : Oracle Web Listener 4.0.7.1.0 Enterprise Edition - Production
    : : Release (Export)
    : : Copyright (c) Oracle Corporation 1998. All rights reserved.
    : : Warning: Max Connect Count exceeds compile time limit
    (connect
    : : limit: 256)
    : : Information: Listening on NORM port 8000 address 0.0.0.0
    : : Information: wriorProcessInit: RMProxy IOR Bootstrap Service
    : : initialized
    : : Information: Adapter services initialized successfully
    : : Information: The server started successfully
    : : Server now running as process 3076
    : : OWS-08850: Oracle Web Listener `www` started.
    : : After this owsctl never returns to the shall
    : : also it generates file in $ORACLE_HOME/mnorbmet2768.out
    : : with following content:
    : : YDMTD-1600, ydmtdInit: exception
    : : IDL:omg.org/CosNaming/NamingContext/NotFound:1.
    : : 0 trying to bind to name service
    null

  • Owsctl start error

    i get this crap when startup application server 4.07
    and if i try to start the rest of the processes i get errors and
    crap load of spawned off processes
    whats going on
    dave cecchino
    owsctl start -nodemgr
    ERROR: Process ID list syntax error.
    ********* simple selection ********* ********* selection by list
    -A all processes -C by command name
    -N negate selection -G by real group ID
    (supports names)
    -a all w/ tty except session leaders -U by real user ID
    (supports names)
    -d all except session leaders -g by session leader OR by
    group name
    -e all processes -p by process ID
    T all processes on this terminal -s processes in the
    sessions given
    a all w/ tty, including other users -t by tty
    g all, even group leaders! -u by effective user ID
    (supports names)
    r only running processes U processes for specified
    users
    x processes w/o controlling ttys t by tty
    *********** output format ********** *********** long options
    -o,o user-defined -f full Group User pid cols
    -j,j job control s signal group user sid rows
    -O,O preloaded -o v virtual memory cumulative format
    --deselect
    -l,l long u user-oriented sort tty --forest
    --version
    X registers heading no-heading
    ********* misc options *********
    -V,V show version L list format codes f ASCII art forest
    -m,m show threads S children in sum -y change -l format
    -n,N set namelist file c true command name n numeric
    WCHAN,UID
    -w,w wide output e show environment -H process
    heirarchy
    Oracle Web Listener 4.0.7.0.0 Enterprise Edition - Production
    Release (Export)
    Copyright (c) Oracle Corporation 1998. All rights reserved.
    Information: Listening on NORM port 8888 address 0.0.0.0
    Information: The server started successfully
    Server now running as process 775
    OWS-08850: Oracle Web Listener `node` started.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by alekseyb:
    During startup of OAS i recieve error message:
    $owsctl start
    Please wait while the command is being processed on host mhs_3 ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host mhs_3.
    OWS-08820: Unable to start oassrv process '/oracle/o01/app/oracle/product/oas-4.0.8.1/ows/4.0/bin/oassrv'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    Same message I recieve when I try to start
    OAS remote from Netscape.
    What can I do to resolve this problem?
    Aleksey Bystritskiy <[email protected]><HR></BLOCKQUOTE>
    Hello,
    Have you applied patch 1226512? I can start all the processes and listeners. But still I cannot run a PL/SQL application.
    Good luck to you!
    Lilian

  • I solve my problem of black screen when starting up my Mac pro, namely by the button lighting and then i saw the login screen. Hopefully it works for you too.

    I solve my problem of black screen when starting up my Mac pro, namely by using the lighting button and then i saw the login screen. Hopefully it works for you.

    It was the PRAM.

  • I can't start admin wli wli10gR3MP1_linux32.bin

    After installed wli when I tray start admin server I see this error:
    <Aug 11, 2012 11:59:09 PM BRT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing /opt/wli/user_projects/domains/domain_wli/config/config.xml - Expected element 'password-validator@http://www.bea.com/ns/weblogic/90/security' instead of 'delegate-m-bean-authorization@http://www.bea.com/ns/weblogic/90/security' here in element realm@http://www.bea.com/ns/weblogic/920/domain>
    <Aug 11, 2012 11:59:09 PM BRT> <Error> <WLI> <BEA-000000> <Error in startup class com.bea.wli.management.configfile.ConfigFileManager Method: initialize:
    java.lang.Error: weblogic.management.provider.EditFailedException:
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.registerAllMBeans(CompatibilityMBeanServerService.java:270)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.access$100(CompatibilityMBeanServerService.java:41)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService$1$1.run(CompatibilityMBeanServerService.java:233)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    Truncated. see log file for complete stacktrace
    weblogic.management.provider.EditFailedException:
    at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1706)
    at weblogic.management.provider.internal.EditAccessImpl.getDomainBeanWithoutLock(EditAccessImpl.java:1155)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.registerAllMBeans(CompatibilityMBeanServerService.java:266)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.access$100(CompatibilityMBeanServerService.java:41)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService$1$1.run(CompatibilityMBeanServerService.java:233)
    Truncated. see log file for complete stacktrace
    java.io.IOException: [Management:141245]Schema Validation Error in /opt/wli/user_projects/domains/domain_wli/config/config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false
    at weblogic.management.provider.internal.EditAccessImpl.checkErrors(EditAccessImpl.java:2186)
    at weblogic.management.provider.internal.EditAccessImpl.loadBeanTreeFromActive(EditAccessImpl.java:1725)
    at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1692)
    at weblogic.management.provider.internal.EditAccessImpl.getDomainBeanWithoutLock(EditAccessImpl.java:1155)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.registerAllMBeans(CompatibilityMBeanServerService.java:266)
    Truncated. see log file for complete stacktrace
    >
    <Aug 11, 2012 11:59:09 PM BRT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.lang.Error: weblogic.management.provider.EditFailedException:
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.registerAllMBeans(CompatibilityMBeanServerService.java:270)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.access$100(CompatibilityMBeanServerService.java:41)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService$1$1.run(CompatibilityMBeanServerService.java:233)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService$1.accessed(CompatibilityMBeanServerService.java:230)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.triggerAccessCallback(WLSMBeanServer.java:90)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.queryNames(WLSMBeanServer.java:235)
    at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl.queryNames(RemoteMBeanServerImpl.java:197)
    at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.queryMBean(MBeanHomeImpl.java:143)
    at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getMBean(MBeanHomeImpl.java:167)
    at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getMBean(MBeanHomeImpl.java:160)
    at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getRuntimeMBean(MBeanHomeImpl.java:247)
    at weblogic.management.mbeanservers.compatibility.internal.AdminMBeanHomeImpl.getRuntimeMBean(AdminMBeanHomeImpl.java:299)
    at com.bea.wli.management.configfile.RepAgent.init(RepAgent.java:116)
    at com.bea.wli.management.configfile.RepAgent.<init>(RepAgent.java:95)
    at com.bea.wli.management.configfile.AdminRepAgent.<init>(AdminRepAgent.java:35)
    at com.bea.wli.management.configfile.AdminConfigFileManager.<init>(AdminConfigFileManager.java:42)
    at com.bea.wli.management.configfile.ConfigFileManager.initialize(ConfigFileManager.java:95)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:488)
    at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:280)
    at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:353)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:263)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppActivation(ClassDeploymentManager.java:151)
    at weblogic.management.deploy.internal.DeploymentAdapter$4.activate(DeploymentAdapter.java:163)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.management.provider.EditFailedException:
    at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1706)
    at weblogic.management.provider.internal.EditAccessImpl.getDomainBeanWithoutLock(EditAccessImpl.java:1155)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.registerAllMBeans(CompatibilityMBeanServerService.java:266)
    ... 49 more
    Caused by: java.io.IOException: [Management:141245]Schema Validation Error in /opt/wli/user_projects/domains/domain_wli/config/config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false
    at weblogic.management.provider.internal.EditAccessImpl.checkErrors(EditAccessImpl.java:2186)
    at weblogic.management.provider.internal.EditAccessImpl.loadBeanTreeFromActive(EditAccessImpl.java:1725)
    at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1692)
    ... 51 more
    >
    what I should do to solve this?

    Hi Alex,
    Pretty bad... Your installation probably messed with config.xml file...
    If you have a backup, time to restore it...
    Otherwise you can try and edit config.xml manually to try and start your server again at least... Search for delegate-m-bean-authorization inside the tag realm
    Other option is to do what is suggesting on the log... Schema validation can be disabled by starting the server with the command line option:
    -Dweblogic.configuration.schemaValidationEnabled=false
    Hope this helps...
    Cheers,
    Vlad

  • How can i start the Admin server? may be this will be like clue: "When i try to start the iplanet suite with the start-admin script, i receive the following error:

    bash-2.03# ./start-admin
    AdmInit: Failed to perform security initialization for communicate with LDAP in SSL mode (error code = -1) Exit
    so i can not login to console (./startconsole) because the "admin-serv" is not up: "Can not connect to the Admin Server "http://myserver.com:myportnumber/" The URL is not correct or the server is not running." any ideas..."
    ---------------------Seumas Froemke on 1/15/2002 said: ----------------
    "I'm not familiar with the error, but I'll throw in my two cents and hope it leads you somewhere.
    First, be sure you start things in the correct order. LDAP->Admin->Console.
    Be sure you've set nsadminservaccessaddresses and nsadminaccesshosts.
    Do you have problems starting everything up when you aren't using SSL mode?
    You can put startconsole into debug mode with startconsole -D 9 but I don't think there is a start-admin debug mode. You'd have to settle for a truss.
    All in all, you should ask this in the LDAP (User Management & Policy) forum."
    --------------------and i wrote: -------------------------------------
    Homero Borgo Valdez on 1/18/2002 said:
    "I start things in the correct order.
    how can i check the nsadminservaccessaddresses and nsadminaccesshosts settings (i'm new on this suite as you can see).
    if i moved some checkbox when the console was ok how can i view that settings in text mode?
    by the way i have another server that can sun console well (port 2125) so what file can i compare to change some wrong settings?
    thanks anyway, another idea?"
    --------------------so following the commnets i put this history here ----
    help please!!

    jvm file is in your system file folder.so you can delete that jvm file and to run as it is.

  • My safari browser is version 4.1.3 and started to crash often. How can I fix it so it does not crash anymore?.

    Hello there,
    I have G4 Ibook with the following specifications:  serial number 4H5290VTS87 and upgraded to MacOSX TIGER. My Safari browser is version 4.1.3. Started to crash I do not know why. So far I got a new browser "TenFourFox" and is working great with no crashing at all but I would like to get back to Safari if I can because run everything faster and smoother.
    I have tried the disk utility application to find out if my system needed to be repair something inside and is working good nothing needed to be repair, I even put the installation disk to run disk utility and it show me all is working fine but it did make the computer run faster for sure except safari browser keeps crashing so I quit safari and decided to find different browser until I find through you what I can do to fix it, if I can not fix it then I will continue with the new browser.
    My impression so far is the operation system can not be upgraded more therefore this version of safari can not be upgrade either. Please let me know.
    Fernando

    You could get and use a browser built on a custom version of Mozilla code
    that would run OK in OS X Tiger 10.4.11 as well as OS X Leopard 10.5.8;
    however this one does not directly support Flash plugins, so web content
    relying on that function will not work. Otherwise, if you get the version for
    your series of processor (PowerPC G4 shows two versions in download)
    that can do well enough for most casual browsing w/ some security.
    •TenFourFox:
    http://www.floodgap.com/software/tenfourfox/
    Another browser that should be available for use in Tiger & Leopard, is
    iCab; this will run freely but is shareware and a prompt will appear on a
    re-occuring basis like a fade-in/fade-out image, asking you to buy it.
    There are a few features in iCab that set it apart from others, it is OK.
    •iCab - Internet Browser - Downloads: (for Tiger 10.4, note v. iCab 4.9)
    http://www.icab.de/dl.php
    If you contact the main Apple number, (800MYAPPLE) some users had
    been able to ask for an operating system specialist, provide a serial
    number for their Mac computer, have method of payment handy, and
    the lucky ones were able to order a "Replacement OS X 10.4 DVD" or
    a "Replacement OS X 10.5 DVD" from Apple directly. These are White-
    Label, and should work across several models of PPC (G4/G5) Mac
    to install a complete basic OS X, in the supported hardware, and be
    good to use as a means to upgrade to the last supported OS X for PPC.
    If your iBook has a processor less than 867MHz speed, it would not be
    able to be upgraded past Tiger 10.4.11; if it has a cpu faster than that,
    it should be able to use the OS X 10.5 system install DVD.
    So if you are among a lucky few, you may be able to order Apple disc(s)
    direct from an expert, the system replacement discs with white label. For
    the older Macs as noted above (and when available) had a cost of about
    $20 per each. There may be an additional shipping fee, but still if you can
    get either one or both OS X versions on Apple media, that's a deal.
    About the Safari 4.x browser, crash. Had you repaired disk permisssions
    in the system by use of Disk Utility? I'd safe-boot startup first, repair disk
    permissions, then restart to see if it helps. You may also be able to get
    a replacement download of the same old Safari browser from Support
    online, should there be a need to, in the course of troubleshooting it.
    http://support.apple.com/downloads/#safari old version download page
    You can use Safari to assign another browser to be system default, so
    a different one will launch (see Safari prefs) instead of older Safari. I
    have SeaMonkey for PPC (works in OS X 10.5) set as default.
    Good luck & happy computing!
    edited

  • Unable to start admin server service for weblogic (startWebLogic.sh) Linux

    I installed ECM 11g on Linux 64-bit , installed weblogic 12
    so when I try to start admin server service for weblogic (startWebLogic.sh) and following error its showing
    I found solution to give full access permeation for the user , but it's still same issue
    and i am triyng to start services from the users how installed the Weblogic and ECM
    bash-4.1$ '/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/startWebLogic.sh' .
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/jdk1.6.0_33/lib/tools.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic_sp.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:/home/ecm/Oracle/Middleware/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/webservices.jar:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/ecm/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/xqrl.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
    PATH=/home/ecm/Oracle/Middleware/wlserver_12.1/server/bin:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/lib/jvm/jdk1.6.0_33/jre/bin:/usr/lib/jvm/jdk1.6.0_33/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ecm/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    Starting WLS with line:
    /usr/lib/jvm/jdk1.6.0_33/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.policy -Xverify:none -Djava.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_33/jre/lib/endorsed:/home/ecm/Oracle/Middleware/wlserver_12.1/endorsed -da -Dplatform.home=/home/ecm/Oracle/Middleware/wlserver_12.1 -Dwls.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dweblogic.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dcommon.components.home=/home/ecm/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain -Djrockit.optfile=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dipm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Ducm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Dem.oracle.home=/home/ecm/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server
    <Sep 12, 2012 12:08:02 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.8-b03 from Sun Microsystems Inc..>
    <Sep 12, 2012 12:08:04 PM EEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Sep 12, 2012 12:08:06 PM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320400> <The log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log00009. Log messages will continue to be logged in /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <Log Management> <BEA-170019> <The server log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    Sep 12, 2012 12:08:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Sep 12, 2012 12:08:09 PM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    >
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    bash-4.1$

    Looks to be a cert or keystore issue. How do you have that setup?

  • Error while starting Admin Server

    Hello Everyone,
    I am trying to start Admin server and getting this error:
    <Jan 6, 2012 12:08:11 PM> <INFO> <NodeManager> <Server output log file is 'E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\servers\AdminServer\logs\AdminServer.out'>
    <Jan 6, 2012 12:08:12 PM PST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jan 6, 2012 12:08:12 PM PST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jan 6, 2012 12:08:14 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Jan 6, 2012 12:08:15 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Jan 6, 2012 12:08:18 PM PST> <Error> <Management> <BEA-141244> <Schema validation errors while parsing E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml - Invalid xsi:type qname: 'ext:oam-servlet-authentication-filter-ia-providerType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Jan 6, 2012 12:08:18 PM PST> <Error> <Management> <BEA-141244> <Schema validation errors while parsing E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml - E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\<unknown>:14:9: error: failed to load java type corresponding to t=oam-servlet-authentication-filter-ia-providerType@http://xmlns.oracle.com/weblogic/security/extension>
    <Jan 6, 2012 12:08:18 PM PST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false>
    <Jan 6, 2012 12:08:18 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 6, 2012 12:08:18 PM PST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 6, 2012 12:08:18 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Jan 6, 2012 12:08:18 PM> <FINEST> <NodeManager> <Waiting for the process to die: 1648>
    <Jan 6, 2012 12:08:18 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Jan 6, 2012 12:08:18 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Please suggest.
    Thanks,
    PS

    dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jsf#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:\App\Oracle\Middleware\wlserver_10.3/common/deployable-libraries/jsf-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jstl#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:\App\Oracle\Middleware\wlserver_10.3/common/deployable-libraries/jstl-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>UIX#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.uix_11.1.1/uix11.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-rcf#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-rcf.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-uix#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-uix.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.pwdgen#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.pwdgen_11.1.1/pwdgen.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.rules#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.rules_11.1.1/rules.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.composer#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/webcenter/modules/oracle.webcenter.framework_11.1.1/oracle.webcenter.composer.war</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.skin#[email protected]</name>
    <target>AdminServer,oim_server1</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle.webcenter.skin.ear</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow.wc#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.wc.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.idm.uishell#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/modules/oracle.idm.uishell_11.1.1/oracle.idm.uishell.war</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.soa.rules_editor_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_editor_dc.webapp_11.1.1/oracle.soa.rules_editor_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.rules_dict_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_dict_dc.webapp_11.1.1/oracle.soa.rules_dict_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bpm.mgmt#[email protected]</name>
    <target>AdminServer</target>
    <source-path>E:/App/Oracle/Middleware/oracle_common/bpm/modules/oracle.bpm.mgmt_11.1.1/oracle.bpm.bpmn-em-tools.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emai</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emai.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.oaam.libs#[email protected]</name>
    <target>oam_server1</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/oaam/oaam_libs/ear/oaam_native_lib.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.security.apm.core.model#[email protected]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.core.model.ear</source-path>
    <deployment-order>311</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.security.apm.core.view#[email protected]</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.core.view.war</source-path>
    <deployment-order>311</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.sdp.messaging#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.messaging_11.1.1/sdpmessaging.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.sdp.client#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.client_11.1.1/sdpclient.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emas</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emas.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emcore</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emcore.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.bpel#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.bpel_11.1.1/oracle.soa.bpel.jar</source-path>
    <deployment-order>301</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist_11.1.1/oracle.soa.worklist.jar</source-path>
    <deployment-order>302</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.jar</source-path>
    <deployment-order>303</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.mediator#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mediator_11.1.1/oracle.soa.mediator.jar</source-path>
    <deployment-order>304</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.composer.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.composer.webapp_11.1.1/oracle.soa.composer.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.ext#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar</source-path>
    <deployment-order>307</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.b2b#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar</source-path>
    <deployment-order>308</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist.webapp_11.1.1/oracle.soa.worklist.webapp.war</source-path>
    <deployment-order>309</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.oaam.extensions#[email protected]</name>
    <target>oaam_admin_server1,oaam_server_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/oaam/oaam_extensions/generic/oracle.oaam.extensions.war</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <machine>
    <name>LocalMachine</name>
    <node-manager>
    <name>LocalMachine</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>UMSJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>UMSJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>SOAJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>SOAJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>OIMJMSServer</name>
    <target>oim_server1</target>
    <persistent-store>OIMJMSFileStore</persistent-store>
    <temporary-template-resource xsi:nil="true"></temporary-template-resource>
    <temporary-template-name xsi:nil="true"></temporary-template-name>
    </jms-server>
    <self-tuning>
    <max-threads-constraint>
    <name>MaxThreadsConstraint-0</name>
    <target>oim_server1</target>
    <count>20</count>
    </max-threads-constraint>
    <max-threads-constraint>
    <name>MaxThreadsConstraint-1</name>
    <target>oim_server1</target>
    <count>80</count>
    </max-threads-constraint>
    <work-manager>
    <name>wm/SOAWorkManager</name>
    <target>soa_server1</target>
    </work-manager>
    <work-manager>
    <name>OIMUIWorkManager</name>
    <target>oim_server1</target>
    <max-threads-constraint>MaxThreadsConstraint-0</max-threads-constraint>
    </work-manager>
    <work-manager>
    <name>OIMMDBWorkManager</name>
    <target>oim_server1</target>
    <max-threads-constraint>MaxThreadsConstraint-1</max-threads-constraint>
    </work-manager>
    </self-tuning>
    <shutdown-class>
    <name>JOC-Shutdown</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.ias.cache.Shutdown</class-name>
    </shutdown-class>
    <shutdown-class>
    <name>DMSShutdown</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.dms.wls.DMSShutdown</class-name>
    </shutdown-class>
    <startup-class>
    <name>JRF Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>110</deployment-order>
    <class-name>oracle.jrf.wls.JRFStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JPS Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>115</deployment-order>
    <class-name>oracle.security.jps.wls.JpsWlsStartupClass</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>ODL-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>145</deployment-order>
    <class-name>oracle.core.ojdl.weblogic.ODLConfiguration</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>Audit Loader Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.security.audit.ajl.loader.JEEAuditLoader</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>false</load-before-app-deployments>
    </startup-class>
    <startup-class>
    <name>AWT Application Context Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.jrf.AppContextStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JMX Framework Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.as.jmx.framework.wls.spi.StartupListener</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JOC-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.ias.cache.Startup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>DMS-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.dms.wls.DMSStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>OWSM Startup class</name>
    <notes>This class will seed the OWSM data in repository</notes>
    <target>soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.wsm.policymanager.util.PolicyManagerStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    </startup-class>
    <startup-class>
    <name>SOAStartupClass</name>
    <target>soa_server1</target>
    <deployment-order>1000</deployment-order>
    <class-name>oracle.bpel.services.common.util.GenerateBPMCryptoKey</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <file-store>
    <name>UMSJMSFileStore</name>
    <directory>UMSJMSFileStore</directory>
    <target>soa_server1</target>
    </file-store>
    <file-store>
    <name>SOAJMSFileStore</name>
    <directory>SOAJMSFileStore</directory>
    <target>soa_server1</target>
    </file-store>
    <file-store>
    <name>OIMJMSFileStore</name>
    <directory>OIMJMSFileStore</directory>
    <target>oim_server1</target>
    </file-store>
    <jms-system-resource>
    <name>UMSJMSSystemResource</name>
    <target>soa_server1</target>
    <sub-deployment>
    <name>UMSJMSSubDeployment</name>
    <target>UMSJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/UMSJMSSystemResource-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>SOAJMSModule</name>
    <target>soa_server1</target>
    <sub-deployment>
    <name>SOASubDeployment</name>
    <target>SOAJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/soajmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>OIMJMSModule</name>
    <target>oim_server1</target>
    <sub-deployment>
    <name>OIMSubDeployment</name>
    <target>OIMJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/OIMJMSModule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <wldf-system-resource>
    <name>Module-FMWDFW</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <descriptor-file-name>diagnostics/Module-FMWDFW-2818.xml</descriptor-file-name>
    <description>Creates FMWDFW incidents based on unchecked Exceptions and critical errors</description>
    </wldf-system-resource>
    <jdbc-system-resource>
    <name>mds-owsm</name>
    <target>AdminServer,soa_server1,oaam_server_server1,oim_server1</target>
    <descriptor-file-name>jdbc/mds-owsm-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oamDS</name>
    <target>AdminServer,oam_server1</target>
    <descriptor-file-name>jdbc/oam-db-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OraSDPMDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/OraSDPMDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-ApplicationMDSDB</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/apm-server-mds-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>apm-DBDS</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/apm-server-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OAAM_ADMIN_DS</name>
    <target>oaam_admin_server1</target>
    <descriptor-file-name>jdbc/OAAM_ADMIN_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-oaam</name>
    <target>AdminServer,oaam_admin_server1</target>
    <descriptor-file-name>jdbc/OAAM_ADMIN_MDS_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>SOADataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/SOADataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>EDNDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/EDNDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>EDNLocalTxDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/EDNLocalTxDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>SOALocalTxDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/SOALocalTxDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-soa</name>
    <target>AdminServer,soa_server1</target>
    <descriptor-file-name>jdbc/mds-soa-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OAAM_SERVER_DS</name>
    <target>oaam_server_server1</target>
    <descriptor-file-name>jdbc/OAAM_SERVER_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oimOperationsDB</name>
    <target>soa_server1,oim_server1</target>
    <descriptor-file-name>jdbc/oimOperationsDB-0237-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-oim</name>
    <target>oim_server1</target>
    <descriptor-file-name>jdbc/oimMDS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oimJMSStoreDS</name>
    <target>oim_server1</target>
    <descriptor-file-name>jdbc/oimJMSStoreDS-0269-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    </domain>

  • CS5 PS & IL Text Tool and InDesign Start-up Crashes

    Starting Indesign: crash immediately upon start-up
    Photoshop & Illustrator: crash when applying text tool
    I am assuming since I had a book I am designing up in InDesign when this bizarre crash thing happened that because it is trying to access that file that it is crashing as soon as it gets to the point where it has to access the fonts for that file. Currently using Palatino as my main font but also have an Asian font for half the book.  I wanted to get this book to the printer next week and book layout is a good bit of my income so it is very important that this gets fixed.
    I did download a couple of third-party fonts about a week ago but did not use them. 
    What I have done:
    Read through all the forums here
    Removed fonts I just downloaded last week
    Purchased Font Doctor (for $70 ouch): ran diagnosis, fixed things and cleared cache
    Reset preferences
    Uninstalled and reinstalled the entire CS5 suite
    Followed all the font validation steps from this site and removed offending fonts.
    Run Font Doctor again
    It feels like there is something saved or cached somewhere that I am not aware of.  I noticed that even after the uninstall/reinstall that Illustrator pulled up the book cover that I was designing.  Not sure what makes Illustrator remember that I had that open even after I uninstalled the entire program.
    I do have an indexing plug-in that I have not unplugged yet. That is my next step in troubleshooting but thought I would get this out here.
    Here is the report from the InDesign crash. 
    Process:         Adobe InDesign CS5 [271]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.0.355 (7000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [115]
    Date/Time:       2013-12-14 00:09:36.708 -0800
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          1970 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  17 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      98BE5344-B82C-4EFA-91BD-F2B2DB517C9E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Application Specific Information:
    objc[271]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xac345630 _XHNDL_trapback_instruction + 0
    1   com.adobe.linguistic.LinguisticManager          0x0a55e301 devtech::ITokenizer::createInstance(std::string const&) + 45585
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9b88690a kevent + 10
    1   libdispatch.dylib                       0x990c0e04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x990bf853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9b88583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b709e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9b709f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x92f573a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x92fb967f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x00014130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore          0x92fba5e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x9b705ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9b7096de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9b88602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b707ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b7096fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9b88602e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9b707ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9b7096fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9b883c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9b8831f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x92fe40ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x9b705ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x9b7096de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9b88583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b709e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9b6ba42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92fe5e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x92f5737d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x92fb967f MPWaitOnQueue + 200
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore          0x92fba5e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9b705ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9b7096de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9b88583e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9b709e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9b6b182a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x03f83126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services                  0x03f7bdb0 C_EULA_SetState + 2164
    5   com.adobe.amt.services                  0x03f8318c C_AMTUISwitchSuppressUpdates + 16870
    6   libsystem_c.dylib                       0x9b705ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9b7096de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0a521ea4  ecx: 0x00000000  edx: 0x0000000c
      edi: 0x00000000  esi: 0x00000000  ebp: 0xbfffd7a8  esp: 0xbfffd620
       ss: 0x00000023  efl: 0x00010246  eip: 0xac345630   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign (7.0.0.355 - 7000) <95D99393-D179-BC50-386C-509F6FD0809A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        0xa000 -     0xafff +InDesignModel (??? - ???) <D054C2C9-F070-A1E1-2D78-BACDC9DCC960> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xe000 -     0xefff +InDesignModelAndUI (??? - ???) <770DFBFF-7C31-ECD4-88FE-BCFED53CFC33> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x12000 -    0x19ff3 +PMRuntime.dylib (??? - ???) <EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib
       0x20000 -   0x134fff +AdobeACE (??? - ???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x157000 -   0x67dfff +AdobeAGM (??? - ???) <6F8EB120-6F01-38AE-8363-BC941B8AE12E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fafff +AdobeARE (??? - ???) <EF398654-5384-F84A-8B62-DA1F64E2FAD1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x803000 -   0x81efff +AdobeBIB (??? - ???) <CDFB3340-3A46-292A-121E-2820EC62D78E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x828000 -   0x849ff7 +AdobeBIBUtils (??? - ???) <482199DF-1251-ED75-4958-563C6E49CD6F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x855000 -   0xb47ff7 +AdobeCoolType (??? - ???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xbcf000 -   0xfa7ff7 +AdobeMPS (??? - ???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x1038000 -  0x10a6ff7 +ObjectModelLib.dylib (??? - ???) <B71699FF-823E-D40E-A62F-2E9FD2FE9B56> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib
    0x10c9000 -  0x1123fe7 +DataBaseLib.dylib (??? - ???) <3FC5D05A-298D-654B-F235-C0579E0A347F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib
    0x113c000 -  0x1553fff +PublicLib.dylib (??? - ???) <D0EB805F-5E47-2677-CA21-5C51D510234F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib
    0x16da000 -  0x16f1ff6 +AdobeAFL (??? - ???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1702000 -  0x170aff3 +boost_threads (??? - ???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1714000 -  0x1719ffd +ASLSupportLib.dylib (??? - ???) <D4BEF46E-063B-696F-FE83-DD943ABA838A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib
    0x171e000 -  0x171fff2 +libtbbmalloc.dylib (??? - ???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1723000 -  0x1731fe7 +libtbb.dylib (??? - ???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib
    0x1739000 -  0x1871fe7 +WRServices (??? - ???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x18b3000 -  0x18b7ffc +com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x18be000 -  0x226efff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2271000 -  0x233eff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x23a1000 -  0x247bfef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x24bb000 -  0x252bfeb +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2536000 -  0x259cffb +com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x25b2000 -  0x264bfef +boost_regex (??? - ???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2690000 -  0x26cdfff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x26e7000 -  0x2794ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x27d9000 -  0x27dbffb +boost_system (??? - ???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x27e0000 -  0x297cfff +WidgetBinLib.dylib (??? - ???) <A653F189-2C78-4606-1921-350F81951C7C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2a5a000 -  0x2bf9fe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2c62000 -  0x2cdffff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2cfb000 -  0x2cfeff8 +com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x2ff2000 -  0x2ffafff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x3f5e000 -  0x3fc5fea +com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00] - 3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x99f3000 -  0x9a2cffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x9eef000 -  0x9ef4ff1 +com.adobe.InDesign.Data Services UI (7.0.0.355 - ???) <85782AE8-BCF3-0AB4-6AEF-445B7A7E762E> /Applications/Adobe InDesign CS5/*/Data Services UI
    0x9efa000 -  0x9efcfff +com.adobe.InDesign.SimpleTextImportFilter (7.0.0.355 - ???) <CCE5A524-7B2E-FED1-C328-3B1D0F24DFBA> /Applications/Adobe InDesign CS5/*/SimpleTextImportFilter
    0xa0b0000 -  0xa0b7ffc +com.adobe.InDesign.Data Services (7.0.0.355 - ???) <3CF976FD-E9C0-46B5-4F3E-9907456210C8> /Applications/Adobe InDesign CS5/*/Data Services
    0xa0bd000 -  0xa0c9ff9 +com.adobe.InDesign.DTTransform (7.0.0.355 - ???) <6955E68F-367C-2BA2-34A6-A83F957FDC04> /Applications/Adobe InDesign CS5/*/DTTransform
    0xa0d1000 -  0xa0f0fff +com.adobe.InDesign.LILO (7.0.0.355 - ???) <00B57FD8-D39B-9BDF-9657-ABBF6A3327AB> /Applications/Adobe InDesign CS5/*/LILO
    0xa360000 -  0xa390fff +com.adobe.InDesign.Dictionary Editor Dialog (7.0.0.355 - ???) <C2684EAE-503F-BD50-5F74-35258860FE8D> /Applications/Adobe InDesign CS5/*/Dictionary Editor Dialog
    0xa3af000 -  0xa3deff0 +TextPanelLib.dylib (??? - ???) <F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib
    0xa3fa000 -  0xa3fbfff +com.adobe.InDesign.Help (7.0.0.355 - ???) <6E875143-BA05-093F-B1AE-385ADE146CC5> /Applications/Adobe InDesign CS5/*/Help
    0xa500000 -  0xa5c2fe7 +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <968AEC66-0A7D-0556-7AF8-F9556B2092DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0xa5ec000 -  0xa643ff7 +com.adobe.InDesign.Media Import Filter (7.0.0.355 - ???) <43FF7304-FC36-DDEF-BA27-CA094389A50E> /Applications/Adobe InDesign CS5/*/Media Import Filter
    0xa65f000 -  0xa662fff +com.adobe.InDesign.PNG Import Filter UI (7.0.0.355 - ???) <A1D2B2F7-09A2-F22B-5C0C-D812205CEC40> /Applications/Adobe InDesign CS5/*/PNG Import Filter UI
    0xa667000 -  0xa688ffb +com.adobe.InDesign.Sangam Preferences UI (7.0.0.355 - ???) <302FAF9E-15D3-4D3E-C229-96BA5175C49A> /Applications/Adobe InDesign CS5/*/Sangam Preferences UI
    0xa69d000 -  0xa706ffb +AdobeSangam (3.0.0 - compatibility 3.0.0) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0xa750000 -  0xa7a0ff3 +com.adobe.InDesign.SangamExport (7.0.0.355 - ???) <E73EA3D8-498E-C597-BB23-6CAEEA5C0AA3> /Applications/Adobe InDesign CS5/*/SangamExport
    0xa7c0000 -  0xa8d0ff3 +com.adobe.InDesign.SangamServicer-Mapper (7.0.0.355 - ???) <932ACD2D-2394-61AC-D400-83D28700283D> /Applications/Adobe InDesign CS5/*/SangamServicer-Mapper
    0xa91b000 -  0xa92dfff +com.adobe.InDesign.SaveBack (7.0.0.355 - ???) <6EC7D91A-6360-09E3-6488-27159FE3B95D> /Applications/Adobe InDesign CS5/*/SaveBack
    0xa939000 -  0xa9fafff +com.adobe.InDesign.Tagged Text Attributes (7.0.0.355 - ???) <71A7A664-EE9C-2C9B-54C7-2C95200EDDA3> /Applications/Adobe InDesign CS5/*/Tagged Text Attributes
    0xaa47000 -  0xaa54fed +com.adobe.InDesign.Tagged Text Filters UI (7.0.0.355 - ???) <E012A998-0698-1E89-1ECF-B38019417D31> /Applications/Adobe InDesign CS5/*/Tagged Text Filters UI
    0xaa5b000 -  0xab0efeb +com.adobe.InDesign.Tagged Text Filters (7.0.0.355 - ???) <F4AF5B39-33CA-BC3A-0361-D27F75D672ED> /Applications/Adobe InDesign CS5/*/Tagged Text Filters
    0xab34000 -  0xab3dff3 +com.adobe.InDesign.Clipping Path Dialog (7.0.0.355 - ???) <AB110EC2-9F7D-2A23-E18D-69BC22ED2EC9> /Applications/Adobe InDesign CS5/*/Clipping Path Dialog
    0xab48000 -  0xab7bff7 +com.adobe.InDesign.Color Management UI (7.0.0.355 - ???) <3CC153FD-7CD5-427C-0AD2-1D8303011D1E> /Applications/Adobe InDesign CS5/*/Color Management UI
    0xab8f000 -  0xabf2ff0 +com.adobe.InDesign.Color Picker Panel (7.0.0.355 - ???) <F312F57F-9627-B487-9AE2-78F4EEE4548E> /Applications/Adobe InDesign CS5/*/Color Picker Panel
    0xac1e000 -  0xac4afef +com.adobe.InDesign.CS Review Support (7.0.0.355 - ???) <34AE47F8-3486-D597-3081-E1B49C5C2E41> /Applications/Adobe InDesign CS5/*/CS Review Support
    0xac60000 -  0xacc6ff0 +com.adobe.InDesign.DynamicDocumentsUI (7.0.0.355 - ???) <D15A870E-FD3C-508E-9CB7-67955A8AFB74> /Applications/Adobe InDesign CS5/*/DynamicDocumentsUI
    0xacf4000 -  0xacfdfff +com.adobe.InDesign.EPS UI (7.0.0.355 - ???) <ED45C884-B8DF-A5A9-102D-AD61C85266F7> /Applications/Adobe InDesign CS5/*/EPS UI
    0xad06000 -  0xad0eff7 +com.adobe.InDesign.Generic Style Editor (7.0.0.355 - ???) <6AC91CE1-CFDC-973A-13EF-E0B7F057EE2C> /Applications/Adobe InDesign CS5/*/Generic Style Editor
    0xad19000 -  0xad44ff3 +com.adobe.InDesign.Gradient Panel (7.0.0.355 - ???) <EA933872-A548-67F3-42AE-F0D2E30DE522> /Applications/Adobe InDesign CS5/*/Gradient Panel
    0xad5a000 -  0xadb9fff +com.adobe.InDesign.Graphic Panels (7.0.0.355 - ???) <B4C5A5D0-B0B5-E845-6779-94155D1BD072> /Applications/Adobe InDesign CS5/*/Graphic Panels
    0xade4000 -  0xade9ff8 +com.adobe.InDesign.JPEG Export UI (7.0.0.355 - ???) <3E847C08-6DEF-FB2F-E324-22E355949280> /Applications/Adobe InDesign CS5/*/JPEG Export UI
    0xadf0000 -  0xae07fff +com.adobe.InDesign.JPEG Export (7.0.0.355 - ???) <51B47CE6-CCE6-5DC1-6308-6D2F1B7FE59E> /Applications/Adobe InDesign CS5/*/JPEG Export
    0xae16000 -  0xae5aff7 +com.adobe.InDesign.Output Preview (7.0.0.355 - ???) <F9B49624-445D-C68E-9F79-827F427F8FF1> /Applications/Adobe InDesign CS5/*/Output Preview
    0xae77000 -  0xae89ffc +com.adobe.InDesign.OutputMiscUI (7.0.0.355 - ???) <3DF40045-E72F-04A3-A22F-208DBDA660D8> /Applications/Adobe InDesign CS5/*/OutputMiscUI
    0xae98000 -  0xaf07fe3 +com.adobe.InDesign.PDF UI (7.0.0.355 - ???) <E1B95B73-03DB-3920-61BF-01583910437D> /Applications/Adobe InDesign CS5/*/PDF UI
    0xaf33000 -  0xaf8bff7 +AdobeXMP (??? - ???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xaf9a000 -  0xafadff7 +com.adobe.InDesign.Printer Styles (7.0.0.355 - ???) <4F3B1382-6ADB-9387-50AA-280EEB3B21FC> /Applications/Adobe InDesign CS5/*/Printer Styles
    0xafba000 -  0xb070fef +com.adobe.InDesign.PrintUI (7.0.0.355 - ???) <D9B408FA-2FC6-2CF0-3985-D4DC0B97C5CA> /Applications/Adobe InDesign CS5/*/PrintUI
    0xb0a9000 -  0xb0b6ff0 +com.adobe.InDesign.PS Import UI (7.0.0.355 - ???) <C23DDE3F-A747-0EE7-A022-264E95F17ACF> /Applications/Adobe InDesign CS5/*/PS Import UI
    0xb0c2000 -  0xb0dbfff +com.adobe.InDesign.Swatch Library Panel (7.0.0.355 - ???) <64A0FEA7-CFB4-9AC2-F783-6B05669DD07C> /Applications/Adobe InDesign CS5/*/Swatch Library Panel
    0xb0e9000 -  0xb17cff0 +com.adobe.InDesign.Swatches Panel (7.0.0.355 - ???) <03D6A3CE-263D-1EC5-CF79-46C89371E9DA> /Applications/Adobe InDesign CS5/*/Swatches Panel
    0xb1bc000 -  0xb250ff8 +com.adobe.InDesign.Transparency UI (7.0.0.355 - ???) <E7961C20-0F04-A7E7-9D27-12662275B9EF> /Applications/Adobe InDesign CS5/*/Transparency UI
    0xb28d000 -  0xb2defff +com.adobe.InDesign.Assignment UI (7.0.0.355 - ???) <68E8A061-DC76-683D-474F-73B130A96910> /Applications/Adobe InDesign CS5/*/Assignment UI
    0xb305000 -  0xb31efe8 +com.adobe.InDesign.InCopy Bridge UI (7.0.0.355 - ???) <15AF9B70-96E3-5AF1-C23E-ACD683E4635D> /Applications/Adobe InDesign CS5/*/InCopy Bridge UI
    0xb32b000 -  0xb35effb +com.adobe.InDesign.InCopy Bridge (7.0.0.355 - ???) <F17AC175-6EDE-B9BF-2D97-8C244B37FF4B> /Applications/Adobe InDesign CS5/*/InCopy Bridge
    0xb373000 -  0xb379ff0 +com.adobe.InDesign.InCopyExport (7.0.0.355 - ???) <5487C2CD-11DE-2CF7-5900-5536F0A976CA> /Applications/Adobe InDesign CS5/*/InCopyExport
    0xb380000 -  0xb384ff3 +com.adobe.InDesign.InCopyExportUI (7.0.0.355 - ???) <A1A145E5-8F29-9AD0-7957-8A82CC60D440> /Applications/Adobe InDesign CS5/*/InCopyExportUI
    0xb38a000 -  0xb38ffff +com.adobe.InDesign.InCopyImport (7.0.0.355 - ???) <3D65253B-A744-2ECD-497C-D1718C83CAEB> /Applications/Adobe InDesign CS5/*/InCopyImport
    0xb395000 -  0xb39aff7 +com.adobe.InDesign.InCopyWorkflow UI (7.0.0.355 - ???) <2876EEC1-3E44-25CD-7F8E-09D68574C0A3> /Applications/Adobe InDesign CS5/*/InCopyWorkflow UI
    0xb3a1000 -  0xb3e8ff7 +com.adobe.InDesign.Note (7.0.0.355 - ???) <37279281-F00F-B241-9F74-9C1212BA41A6> /Applications/Adobe InDesign CS5/*/Note
    0xb40a000 -  0xb413fff +com.adobe.InDesign.NotePref (7.0.0.355 - ???) <8E6B6D6A-3E5A-4586-E870-CF81708CF293> /Applications/Adobe InDesign CS5/*/NotePref
    0xb41f000 -  0xb422ff3 +com.adobe.InDesign.Username UI (7.0.0.355 - ???) <3514A459-610A-EDE6-7509-927DB9C72BD8> /Applications/Adobe InDesign CS5/*/Username UI
    0xb428000 -  0xb4abff7 +com.adobe.InDesign.ButtonUI (7.0.0.355 - ???) <C14894D9-84A8-65B4-04BD-DB42FCCA9ADA> /Applications/Adobe InDesign CS5/*/ButtonUI
    0xb4e7000 -  0xb500fff +com.adobe.InDesign.MediaUI (7.0.0.355 - ???) <AB2CF690-DE65-3EFE-E77D-6B8A54366A44> /Applications/Adobe InDesign CS5/*/MediaUI
    0xb511000 -  0xb51dfff +com.adobe.InDesign.Alignment Panel (7.0.0.355 - ???) <0F05821E-3992-DB42-C38B-A45AE2BB8B66> /Applications/Adobe InDesign CS5/*/Alignment Panel
    0xb527000 -  0xb55fff6 +com.adobe.InDesign.Asset Library Panel (7.0.0.355 - ???) <D84FFB9D-DF4A-AA2A-46FF-706F701A6A96> /Applications/Adobe InDesign CS5/*/Asset Library Panel
    0xb581000 -  0xb5dbfff +com.adobe.InDesign.Asset PubLibrary (7.0.0.355 - ???) <19B25A88-E10E-0870-FC5C-CD6BB714DBE0> /Applications/Adobe InDesign CS5/*/Asset PubLibrary
    0xb603000 -  0xb641ff5 +com.adobe.InDesign.Book Panel (7.0.0.355 - ???) <FDA8F072-64B8-5F96-120F-B4C0F072A62F> /Applications/Adobe InDesign CS5/*/Book Panel
    0xb664000 -  0xb67affb +com.adobe.InDesign.Bookmark Panel (7.0.0.355 - ???) <C76A1A09-83E8-B539-CE25-02A689DABAA0> /Applications/Adobe InDesign CS5/*/Bookmark Panel
    0xb68b000 -  0xb6c1ffd +com.adobe.InDesign.Control Panel (7.0.0.355 - ???) <D89A65CF-DE0C-7121-8FE8-F3F9E35BC64C> /Applications/Adobe InDesign CS5/*/Control Panel
    0xb6dd000 -  0xb6e3fff +com.adobe.InDesign.Create Guides Dialog (7.0.0.355 - ???) <46D55BA1-16A3-9508-AC91-D43359EB8950> /Applications/Adobe InDesign CS5/*/Create Guides Dialog
    0xb6ea000 -  0xb71cfff +com.adobe.InDesign.Eyedropper Tool (7.0.0.355 - ???) <4C2B3351-5BDA-8A29-C4AD-FD8FCA130CD4> /Applications/Adobe InDesign CS5/*/Eyedropper Tool
    0xb72f000 -  0xb79bff8 +com.adobe.InDesign.Hyperlinks Panel (7.0.0.355 - ???) <7DA181EC-3AB9-4B9B-3066-51BFB1DD6A36> /Applications/Adobe InDesign CS5/*/Hyperlinks Panel
    0xb7c8000 -  0xb83cff1 +com.adobe.InDesign.Index Panel (7.0.0.355 - ???) <242B3354-F869-77CB-E5B8-190E19FD2150> /Applications/Adobe InDesign CS5/*/Index Panel
    0xb865000 -  0xb872fff +unihan (??? - ???) <21D02D03-821D-1E92-C99E-919CD21883A0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0xb87d000 -  0xb8ccfff +com.adobe.InDesign.Info Panel (7.0.0.355 - ???) <92DF0684-9C32-D4C2-4D09-8EFF4B9D558A> /Applications/Adobe InDesign CS5/*/Info Panel
    0xb8ed000 -  0xb9d9fff +com.adobe.InDesign.Knowledge Base (7.0.0.355 - ???) <F28544D6-4836-E99B-9AF0-8C205FB83D6B> /Applications/Adobe InDesign CS5/*/Knowledge Base
    0xb9df000 -  0xba1cfff +com.adobe.InDesign.Layers Panel (7.0.0.355 - ???) <54CEC2F9-8DE7-687D-23DE-52EE13AE299B> /Applications/Adobe InDesign CS5/*/Layers Panel
    0xba3d000 -  0xba3fff7 +com.adobe.InDesign.Layout Adjustment Panel (7.0.0.355 - ???) <9F50B241-88F7-06D2-28EB-BD55F67645CE> /Applications/Adobe InDesign CS5/*/Layout Adjustment Panel
    0xba44000 -  0xba5ffff +com.adobe.InDesign.Layout Adjustment (7.0.0.355 - ???) <F72DB275-C515-CB50-BB9E-1D139A992404> /Applications/Adobe InDesign CS5/*/Layout Adjustment
    0xba6c000 -  0xbaa6fff +com.adobe.InDesign.Links UI (7.0.0.355 - ???) <43E66E99-D27A-10E3-DBDC-7C54942FC374> /Applications/Adobe InDesign CS5/*/Links UI
    0xbac6000 -  0xbb4cffc +com.adobe.InDesign.ObjectStylesUI (7.0.0.355 - ???) <AB925026-A7EF-0E0B-265F-CA671F6BB1C0> /Applications/Adobe InDesign CS5/*/ObjectStylesUI
    0xbb87000 -  0xbba1ffb +com.adobe.InDesign.Page Setup Dialog (7.0.0.355 - ???) <8DAD7DD1-709A-5411-62C8-425666A2FF9F> /Applications/Adobe InDesign CS5/*/Page Setup Dialog
    0xbbac000 -  0xbc38fec +com.adobe.InDesign.Pages Panel (7.0.0.355 - ???) <738734CC-9DDC-901C-C3CC-085919A2D091> /Applications/Adobe InDesign CS5/*/Pages Panel
    0xbc71000 -  0xbc7cff8 +com.adobe.InDesign.Sections UI (7.0.0.355 - ???) <03CC83C4-3642-7D33-4578-812796388DE8> /Applications/Adobe InDesign CS5/*/Sections UI
    0xbc84000 -  0xbc8bffc +com.adobe.InDesign.StepRepeat (7.0.0.355 - ???) <10F09DA9-5EC1-37A2-853E-1A2474D4F865> /Applications/Adobe InDesign CS5/*/StepRepeat
    0xbc93000 -  0xbcc8ff7 +com.adobe.InDesign.Text Wrap Panel (7.0.0.355 - ???) <9EED4BC1-D58E-021A-3C51-3574D08672AF> /Applications/Adobe InDesign CS5/*/Text Wrap Panel
    0xbce1000 -  0xbd14ff0 +com.adobe.InDesign.TOC UI Dialog (7.0.0.355 - ???) <F4F33165-5526-14D3-A67F-0930DB1A9BD7> /Applications/Adobe InDesign CS5/*/TOC UI Dialog
    0xbd2d000 -  0xbd59ff4 +com.adobe.InDesign.Transform Panel (7.0.0.355 - ???) <FE711509-818D-ED28-E592-F31E8DD53838> /Applications/Adobe InDesign CS5/*/Transform Panel
    0xbd6e000 -  0xbd85ff3 +com.adobe.InDesign.Image Import UI (7.0.0.355 - ???) <EC696635-FAC6-CA59-AA74-388639C0BC6A> /Applications/Adobe InDesign CS5/*/Image Import UI
    0xbd94000 -  0xbda6fff +com.adobe.InDesign.Scotch Rules (7.0.0.355 - ???) <F24C95FC-1649-146B-A97C-6CDBC3F66CB8> /Applications/Adobe InDesign CS5/*/Scotch Rules
    0xbdb0000 -  0xbdfcfff +com.adobe.InDesign.BNUI (7.0.0.355 - ???) <67C96B50-D0FC-71F9-211A-2E502B90E901> /Applications/Adobe InDesign CS5/*/BNUI
    0xbe20000 -  0xbea6fff +com.adobe.InDesign.DataMerge (7.0.0.355 - ???) <46C2972E-CF0F-AA80-0729-C5A7C055A879> /Applications/Adobe InDesign CS5/*/DataMerge
    0xbed6000 -  0xbf00ff7 +com.adobe.InDesign.DataMergeUI (7.0.0.355 - ???) <8C04AFAC-C8AC-63E9-168B-96D2D8AC45CC> /Applications/Adobe InDesign CS5/*/DataMergeUI
    0xbf19000 -  0xbf2bfff +com.adobe.InDesign.PMWelcomeScreen (7.0.0.355 - ???) <F44E336F-6BD7-8E03-53AA-FB8DFDAB709B> /Applications/Adobe InDesign CS5/*/PMWelcomeScreen
    0xbf3b000 -  0xbf4aff8 +com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xbf53000 -  0xc022ffb +com.adobe.InDesign.Package and Preflight UI (7.0.0.355 - ???) <47F747B7-F9AE-229F-E766-BCC8962E1C1C> /Applications/Adobe InDesign CS5/*/Package and Preflight UI
    0xc079000 -  0xc25afff +com.adobe.InDesign.Package and Preflight (7.0.0.355 - ???) <A0C40C94-3677-DE71-82E5-458C6CAFDB58> /Applications/Adobe InDesign CS5/*/Package and Preflight
    0xc2e8000 -  0xc30eff6 +AdobeAXE8SharedExpat (??? - ???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0xc316000 -  0xc3fdff7 +com.adobe.InDesign.JBX (7.0.0.355 - ???) <FF769DFF-D91D-0D78-5A59-082E05926FD6> /Applications/Adobe InDesign CS5/*/JBX
    0xc446000 -  0xc44afff +com.adobe.InDesign.Script Label Panel (7.0.0.355 - ???) <21F5F903-03B6-2F3E-53FF-65EFF4614542> /Applications/Adobe InDesign CS5/*/Script Label Panel
    0xc451000 -  0xc45bfff +com.adobe.InDesign.Scripts Panel (7.0.0.355 - ???) <3001A55F-CD98-EE1C-A267-96623574E6DD> /Applications/Adobe InDesign CS5/*/Scripts Panel
    0xc466000 -  0xc4bcff3 +com.adobe.InDesign.Sonar Bookends InDex Pro (7.0.0 - ???) <70861FE4-D538-3DEA-B078-BAA69FA048A1> /Applications/Adobe InDesign CS5/*/Sonar Bookends InDex Pro
    0xc75d000 -  0xc81bff4 +com.adobe.InDesign.Tables UI (7.0.0.355 - ???) <008FE984-1EDD-4649-3732-DF17E2521DAD> /Applications/Adobe InDesign CS5/*/Tables UI
    0xc861000 -  0xc8e7fff +com.adobe.InDesign.TableStylesUI (7.0.0.355 - ???) <CB203C79-693C-0095-234D-2BF1DD21EE5F> /Applications/Adobe InDesign CS5/*/TableStylesUI
    0xc920000 -  0xc979ff7 +com.adobe.InDesign.Character Panel (7.0.0.355 - ???) <079F7FD5-31A8-6B52-3503-45562B899EC5> /Applications/Adobe InDesign CS5/*/Character Panel
    0xc9a7000 -  0xc9cdfff +com.adobe.InDesign.Conditional Text UI (7.0.0.355 - ???) <13E2464A-AF9F-5DF5-276A-9548C9517993> /Applications/Adobe InDesign CS5/*/Conditional Text UI
    0xc9e5000 -  0xc9fdfff +com.adobe.InDesign.Create Outlines (7.0.0.355 - ???) <AD0604FA-77DC-AA5D-7CFA-A781E387F116> /Applications/Adobe InDesign CS5/*/Create Outlines
    0xca0a000 -  0xcb10fff +com.adobe.InDesign.Find and Change Panel (7.0.0.355 - ???) <D16DDA47-C2E3-4754-6956-7FF342676136> /Applications/Adobe InDesign CS5/*/Find and Change Panel
    0xcb6e000 -  0xcb8fff7 +com.adobe.InDesign.Find Change Format Panel (7.0.0.355 - ???) <21973D01-A4FE-1D9E-F42E-498386782813> /Applications/Adobe InDesign CS5/*/Find Change Format Panel
    0xcba1000 -  0xcbc2ff4 +com.adobe.InDesign.Font Usage Dialog (7.0.0.355 - ???) <BD0B4E17-9BC4-4EA7-A8CC-6DE599FFDDB1> /Applications/Adobe InDesign CS5/*/Font Usage Dialog
    0xcbd4000 -  0xcc5bfff +com.adobe.InDesign.Glyphs Panel (7.0.0.355 - ???) <1547B00F-3A30-FCDD-B0EE-64574E2286A5> /Applications/Adobe InDesign CS5/*/Glyphs Panel
    0xcc83000 -  0xcc8bfff +com.adobe.InDesign.Hyphenation Panel (7.0.0.355 - ???) <D374E9F0-B5E3-B6FA-1E05-45FE2E4BE1D6> /Applications/Adobe InDesign CS5/*/Hyphenation Panel
    0xcc95000 -  0xcca3ffd +com.adobe.InDesign.Indents and Tabs (7.0.0.355 - ???) <C0D2FEBF-8287-F1FB-908E-E734ABDDB296> /Applications/Adobe InDesign CS5/*/Indents and Tabs
    0xccae000 -  0xccb5fff +com.adobe.InDesign.Justification Panel (7.0.0.355 - ???) <B0219BBF-D0FA-8727-F6D9-0797296FC186> /Applications/Adobe InDesign CS5/*/Justification Panel
    0xccbc000 -  0xccc1fff +com.adobe.InDesign.Keeps Panel (7.0.0.355 - ???) <0628CAD2-8C0A-B37B-C6CE-76C7F68D465F> /Applications/Adobe InDesign CS5/*/Keeps Panel
    0xccc7000 -  0xcce7fff +com.adobe.InDesign.Optical Kerning (7.0.0.355 - ???) <A790945A-AEF8-034C-B3E7-5068E7C796CB> /Applications/Adobe InDesign CS5/*/Optical Kerning
    0xccf3000 -  0xcd1bfff +com.adobe.InDesign.Paragraph Panel (7.0.0.355 - ???) <87F4AA8A-9C21-5B76-9980-B45602D485F7> /Applications/Adobe InDesign CS5/*/Paragraph Panel
    0xcd30000 -  0xcd3dff3 +com.adobe.InDesign.Paragraph Rules Panel (7.0.0.355 - ???) <526469BC-AD7F-7995-6839-6BF110D06B09> /Applications/Adobe InDesign CS5/*/Paragraph Rules Panel
    0xcd46000 -  0xcd58ffb +com.adobe.InDesign.Path Type UI (7.0.0.355 - ???) <4FDF381A-201A-D4F8-7E0C-63A82504F3A8> /Applications/Adobe InDesign CS5/*/Path Type UI
    0xcd65000 -  0xcd6dff3 +PathTypeLib.dylib (??? - ???) <F753ACE3-9AB5-76D6-8F55-CEF5E19401AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PathTypeLib.dylib
    0xcd73000 -  0xcd97ff5 +com.adobe.InDesign.RunIn Styles Panel (7.0.0.355 - ???) <D213EDED-E1D1-9487-9AD6-270CDA4B41D4> /Applications/Adobe InDesign CS5/*/RunIn Styles Panel
    0xcdaa000 -  0xcdbffff +com.adobe.InDesign.SING (7.0.0.355 - ???) <B054E119-FBE6-5805-DC63-7FB0DA64E307> /Applications/Adobe InDesign CS5/*/SING
    0xcdcc000 -  0xcdd4ff7 +com.adobe.InDesign.Span Columns Panel (7.0.0.355 - ???) <1FE07F66-7B5A-A3BA-029A-760C0E1A5BB9> /Applications/Adobe InDesign CS5/*/Span Columns Panel
    0xcddb000 -  0xce1bffc +com.adobe.InDesign.Spelling Panel (7.0.0.355 - ???) <96DE3DF1-C22F-AF2F-4278-FDAAE598E3D6> /Applications/Adobe InDesign CS5/*/Spelling Panel
    0xce3b000 -  0xce49ff8 +com.adobe.InDesign.Story Panel (7.0.0.355 - ???) <3F6FE652-BF78-CBEF-0714-62F9EFE6F485> /Applications/Adobe InDesign CS5/*/Story Panel
    0xce54000 -  0xcea8ff7 +com.adobe.InDesign.Style Panel (7.0.0.355 - ???) <26F90B93-2C75-7128-6B87-0B90AB5995AC> /Applications/Adobe InDesign CS5/*/Style Panel
    0xced4000 -  0xceddff1 +com.adobe.InDesign.Text Color Panel (7.0.0.355 - ???) <8C1F39E1-E2D3-8134-13E4-F811D9B452D0> /Applications/Adobe InDesign CS5/*/Text Color Panel
    0xcee5000 -  0xcf00ff1 +com.adobe.InDesign.Text Frame Options (7.0.0.355 - ???) <1089EFE3-C64D-40AF-4787-970F4332BE2E> /Applications/Adobe InDesign CS5/*/Text Frame Options
    0xcf0e000 -  0xcf5cfff +com.adobe.InDesign.Text Panel (7.0.0.355 - ???) <B7A2C124-8C5A-F83F-10C1-1D092A258703> /Applications/Adobe InDesign CS5/*/Text Panel
    0xcf7c000 -  0xcf95fff +com.adobe.InDesign.Text Preferences (7.0.0.355 - ???) <889C74DB-74F5-730D-D91D-C4C4898018F6> /Applications/Adobe InDesign CS5/*/Text Preferences
    0xcfa2000 -  0xcfbeff4 +com.adobe.InDesign.Text Ruler (7.0.0.355 - ???) <3B6AA7F6-AB38-39CC-2EDC-EE243958BDC8> /Applications/Adobe InDesign CS5/*/Text Ruler
    0xcfcc000 -  0xcfe0ff7 +com.adobe.InDesign.Text Style Panel (7.0.0.355 - ???) <14827AD2-028A-60A2-483A-A4A7EBF4E0F8> /Applications/Adobe InDesign CS5/*/Text Style Panel
    0xcfed000 -  0xd017ff7 +com.adobe.InDesign.CSXS (7.0.0.355 - ???) <D169CA69-0B16-E3C5-0369-2597A973B7AD> /Applications/Adobe InDesign CS5/*/CSXS
    0xd02e000 -  0xd1a6ffb +com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0xd200000 -  0xd229ff4 +com.adobe.InDesign.Galley Preferences (7.0.0.355 - ???) <51838E2D-0260-3A36-B182-D9BB586DA95A> /Applications/Adobe InDesign CS5/*/Galley Preferences
    0xd242000 -  0xd25dffb +com.adobe.InDesign.GapTool (7.0.0.355 - ???) <F29D454E-0B8E-AE6F-3DB7-FD7456C8F421> /Applications/Adobe InDesign CS5/*/GapTool
    0xd26a000 -  0xd271ffa +com.adobe.InDesign.General Preferences Panel (7.0.0.355 - ???) <8A6E86C8-9983-3D3B-5825-56702E51A738> /Applications/Adobe InDesign CS5/*/General Preferences Panel
    0xd279000 -  0xd28dff8 +com.adobe.InDesign.Performance UI (7.0.0.355 - ???) <5932EC9D-B8A4-7916-9F10-FBBD98BBA52F> /Applications/Adobe InDesign CS5/*/Performance UI
    0xd29c000 -  0xd2b8fff +com.adobe.InDesign.Shortcut Editor Dialog (7.0.0.355 - ???) <BD72563F-DDDC-F988-5060-3B0F201BD015> /Applications/Adobe InDesign CS5/*/Shortcut Editor Dialog
    0xd2c8000 -  0xd2d9ff3 +com.adobe.InDesign.Tool Box (7.0.0.355 - ???) <8EB4E951-1F84-6992-6544-9364DA7EDE64> /Applications/Adobe InDesign CS5/*/Tool Box
    0xd2e8000 -  0xd2f2fff +com.adobe.InDesign.Tool Tips (7.0.0.355 - ???) <A31625D2-C7E6-40EC-5A20-3C1553803A18> /Applications/Adobe InDesign CS5/*/Tool Tips
    0xd2fd000 -  0xd302fff +com.adobe.InDesign.Track Changes Preferences (7.0.0.355 - ???) <AA0D3336-B7B2-68EA-23E5-30C4D8E95EEE> /Applications/Adobe InDesign CS5/*/Track Changes Preferences
    0xd309000 -  0xd319fff +com.adobe.InDesign.Track Changes UI (7.0.0.355 - ???) <F7ACACB2-E602-EB6B-89EA-D1866058481B> /Applications/Adobe InDesign CS5/*/Track Changes UI
    0xd322000 -  0xd329fff +com.adobe.InDesign.PerformanceMetrics (7.0.0.355 - ???) <2AB9D4A0-E984-C5EF-FABF-D2671F116033> /Applications/Adobe InDesign CS5/*/PerformanceMetrics
    0xd330000 -  0xd33dff1 +com.adobe.InDesign.Metadata UI (7.0.0.355 - ???) <F45F1B21-A3FE-975C-029D-73FC59B68669> /Applications/Adobe InDesign CS5/*/Metadata UI
    0xd345000 -  0xd3b2fef +FileInfo (??? - ???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0xd3cd000 -  0xd3d4ff5 +com.adobe.InDesign.Workgroup UI (7.0.0.355 - ???) <E959A787-CD65-A25D-3B8C-B75303108E1B> /Applications/Adobe InDesign CS5/*/Workgroup UI
    0xd3da000 -  0xd41bfff +com.adobe.InDesign.Snippet (7.0.0.355 - ???) <CB31C87A-FEE9-1573-5921-B356CDA2926E> /Applications/Adobe InDesign CS5/*/Snippet
    0xd438000 -  0xd530ff7 +com.adobe.InDesign.XMedia UI (7.0.0.355 - ???) <6667D552-A793-62CB-175E-4970F19BCF8B> /Applications/Adobe InDesign CS5/*/XMedia UI
    0xd598000 -  0xd5e0ff3 +com.adobe.InDesign.Actions (7.0.0.355 - ???) <0BCCFF8A-54D9-2FAB-A8C9-B74915CBA1F4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0xd5fb000 -  0xd78afe3 +com.adobe.InDesign.AppFramework (7.0.0.355 - ???) <B180AD73-E11C-ADA9-619A-C963D23DFF5A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0xd80f000 -  0xda70feb +com.adobe.InDesign.Application UI (7.0.0.355 - ???) <E800160A-CD7D-ECCA-F435-E140ECDE929F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0xdb71000 -  0xdc09fff +com.adobe.AdobeExtendScript (ExtendScript 4.1.15 - 4.1.15.6523) <6C362E34-C8F3-D0EE-E331-027382A19A68> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0xdc47000 -  0xdcd4ff7 +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7519) <AF48351A-8019-EC04-BF85-CE117D1146E3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xdd06000 -  0xdd59ffb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xdd96000 -  0xde17fe7 +com.adobe.InDesign.Assignments (7.0.0.355 - ???) <C87E3D22-71F8-7E72-6D13-23164C81BAD7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0xde48000 -  0xded4fef +AdobeXMPFiles (??? - ???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0xdf0b000 -  0xdf46ffb +com.adobe.InDesign.AWS (7.0.0.355 - ???) <FFD50798-4E0C-9D85-FF0A-E0D89B7A8050> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0xdf62000 -  0xdf8aff7 +com.adobe.InDesign.AWSUI (7.0.0.355 - ???) <5EDF3B1A-28BA-38F9-6A65-F8519A243C79> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0xdfa1000 -  0xdfd2ffb +com.adobe.InDesign.Basic Tools (7.0.0.355 - ???) <C918728E-56AA-3921-07F1-420F5F4CF117> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0xdfed000 -  0xe03eff7 +com.adobe.InDesign.Behavior (7.0.0.355 - ???) <1DB314F9-B4CB-0B14-0D92-D72CDC9E1D26> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0xe066000 -  0xe10afe1 +com.adobe.InDesign.BNCore (7.0.0.355 - ???) <199825AD-29B7-2D34-F4BF-286755C34F22> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0xe13e000 -  0xe191ff3 +com.adobe.InDesign.Book (7.0.0.355 - ???) <CF89E43A-02A5-8A0A-2AF8-B85117122C18> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0xe1b4000 -  0xe1c2fff +com.adobe.InDesign.Buzzword Access (7.0.0.355 - ???) <37D12BD4-D9A1-4407-127E-512D2166D8B5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword Access
    0xe1cc000 -  0xe1fdfff +com.adobe.InDesign.CellStyles.rpln (7.0.0.355 - ???) <E7F1E5A8-AD80-8448-1F5D-4E9645D7ABD8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0xe213000 -  0xe29bffb +com.adobe.InDesign.CJK Text Attributes (7.0.0.355 - ???) <CB39B002-8B38-2281-D6CE-EFC9AB8EDA36> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0xe2cf000 -  0xe341ffa +com.adobe.InDesign.CJKGrid (7.0.0.355 - ???) <952E53B5-47A3-3F31-0AF4-632E7EE0E99A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0xe36b000 -  0xe441fef +com.adobe.InDesign.Color Management (7.0.0.355 - ???) <8BF046A2-C7F5-6DEB-8150-1646329874A8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0xe488000 -  0xe4deff3 +com.adobe.InDesign.CompFontMgr (7.0.0.355 - ???) <52EE7841-2C41-5FF4-AFB8-B06C63995856> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0xe4fe000 -  0xe547ff7 +com.adobe.InDesign.Conditional Text (7.0.0.355 - ???) <092A939F-1479-ADD0-1884-AB0BAB881604> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0xe567000 -  0xe583ff3 +com.adobe.InDesign.Dialog Layout (7.0.0.355 - ???) <C39BA2D7-EA14-E85A-2B2D-724A0271B14F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0xe593000 -  0xe5b1ffe +com.adobe.InDesign.Document Actions (7.0.0.355 - ???) <C17E4523-A86F-CE6B-BECD-FD614F9D9C5C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0xe5c2000 -  0xe74fffb +com.adobe.InDesign.Document Framework (7.0.0.355 - ???) <15B95422-2F2D-6CC7-5EB3-27A447C47036> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0xe7c5000 -  0xe7cbfff +com.adobe.InDesign.Document UI (7.0.0.355 - ???) <6E172D7E-63B0-4372-E6DC-813199369E21> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0xe7d2000 -  0xeae9ffd +com.adobe.InDesign.Dynamic Documents (7.0.0.355 - ???) <A0E0AA7A-6F84-FC12-5071-2BCBE2291BA5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0xebc4000 -  0xeca5ff4 +ADBE_AGMFL (??? - ???) <254CC454-1C89-DA76-E96D-ADF5FCD808AB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0xecd8000 -  0xee69ff3 +aflamingo (??? - ???) <C4136948-FE16-15C4-F1B9-040E014AF2CA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0xeeb4000 -  0xef98fef +com.adobe.InDesign.EPS Page Item (7.0.0.355 - ???) <1C272994-750B-D8D1-02B6-6BD2534FD04F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0xefde000 -  0xf0defeb +com.adobe.InDesign.Font Manager (7.0.0.355 - ???) <686FF9C9-7D76-6ADA-0E89-1CD439AB07B9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0xf119000 -  0xf198fff +com.adobe.InDesign.FormField (7.0.0.355 - ???) <BCC9DC16-7F02-138A-2848-80F9066A7A13> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0xf1ca000 -  0xf21cffb +com.adobe.InDesign.Galley (7.0.0.355 - ???) <C71587A1-B603-E818-8497-ED257F8DB348> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0xf238000 -  0xf346fff +com.adobe.InDesign.GalleyUI (7.0.0.355 - ???) <8F641CB4-34C4-DC94-BF2A-BBE08EC542DA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0xf38d000 -  0xf53bfff +com.adobe.InDesign.Generic Page Item (7.0.0.355 - ???) <84651032-F791-88BD-C15F-407A4032542D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0xf5c7000 -  0xf5d1ff7 +com.adobe.InDesign.GenericSettings (7.0.0.355 - ???) <7D3CD6DE-9481-BC92-4087-5E540161C515> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0xf5d9000 -  0xf5daff1 +com.adobe.InDesign.Global Preferences Panel (7.0.0.355 - ???) <DF2380A0-A851-5529-7A36-1A3973B89200> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0xf5de000 -  0xf63bffb +com.adobe.InDesign.Gradient Fill (7.0.0.355 - ???) <455F20A2-8706-A597-3074-386679BA5244> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0xf660000 -  0xf72ffe7 +com.adobe.InDesign.Graphics (7.0.0.355 - ???) <97D16769-E6A4-AA23-7907-BD845CB4D9AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0xf778000 -  0xf781ffb +com.adobe.InDesign.Group (7.0.0.355 - ???) <DCC2D180-2385-BED5-873A-FE87139634AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0xf78a000 -  0xf7a0fff +com.adobe.InDesign.Guides (7.0.0.355 - ???) <FE5850EC-EA2C-5ACF-11BA-486C40359AB0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0xf7af000 -  0xf881ff7 +com.adobe.InDesign.Hyperlinks (7.0.0.355 - ???) <E1361CF8-1690-FD55-6D73-3CCA8296195F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0xf8ca000 -  0xf923fef +com.adobe.InDesign.Image Filters (7.0.0.355 - ???) <AE6418DD-ACCA-DDFB-6CF0-ABBFAE2161C6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0xf931000 -  0xfa26fe7 +com.adobe.InDesign.Image (7.0.0.355 - ???) <6261B004-671B-9411-3EF0-CC84D91752BA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0xfa74000 -  0xfa8fffb +com.adobe.InDesign.IME (7.0.0.355 - ???) <3510053A-A752-0311-B35B-14EBEAC6D18D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0xfa9f000 -  0xfad9ff7 +com.adobe.InDesign.Import Export UI (7.0.0.355 - ???) <9B259867-0C2E-6976-E3A3-431F92EC255A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0xfafa000 -  0xfbd9fe7 +com.adobe.InDesign.InCopyShared (7.0.0.355 - ???) <239CCEA7-4A06-9B91-6C85-EF21FD036FEB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0xfc28000 -  0xfc32ff3 +com.adobe.InDesign.InCopySharedUI (7.0.0.355 - ???) <675CBA9B-C45D-D0FE-653F-491D5007B3D3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0xfc3d000 -  0xfcbbff3 +com.adobe.InDesign.InCopyWorkflow (7.0.0.355 - ???) <030DA376-E5A7-4B26-CE74-028927EF0A01> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0xfcf6000 -  0xfdd8ff7 +com.adobe.InDesign.Indexing (7.0.0.355 - ???) <F225EE99-CFB6-6716-3B52-491DE35D7680> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0xfe14000 -  0xfecffff +com.adobe.InDesign.INXCore (7.0.0.355 - ???) <ADE73F71-E0E8-18EE-DBF3-F8B26AB3965B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0xff0f000 -  0xff33fff +com.adobe.InDesign.Layer (7.0.0.355 - ???) <F2C9FAF7-2D6F-653E-4596-3759D27E7034> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0xff47000 - 0x100c2ff7 +com.adobe.InDesign.Layout UI (7.0.0.355 - ???) <37BB6E3D-6E3C-05D7-1EDB-F8D5D8171EA4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x10148000 - 0x10169ff3 +com.adobe.InDesign.Layout (7.0.0.355 - ???) <8C39CD70-A373-88A5-CFD7-D1A730F96103> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x10179000 - 0x101bcff7 +com.adobe.InDesign.Linguistics (7.0.0.355 - ???) <BF4F5396-52F8-68EA-AEFE-5A04BDB96DA6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x101dc000 - 0x10317fff +com.adobe.InDesign.Links (7.0.0.355 - ???) <DA8D69A9-77B5-12E0-99E9-7BA2FF99772E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x10379000 - 0x103e3ff7 +com.adobe.InDesign.Master Page (7.0.0.355 - ???) <326A0DCE-DEF8-19EB-D6D2-8B1B27E8D52C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x10409000 - 0x10458ff7 +com.adobe.InDesign.Media (7.0.0.355 - ???) <007C8522-EF86-AA23-56EC-99F318647ACC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x10476000 - 0x10477ff3 +com.adobe.InDesign.Metadata Database Filter (7.0.0.355 - ???) <8153D24F-2DB5-B2AB-9717-70E7532E8B02> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x1047b000 - 0x104f8ff7 +com.adobe.InDesign.Metadata (7.0.0.355 - ???) <86187B9A-E072-BEB4-4E49-BF4A33FE6327> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x10527000 - 0x1053cfff +com.adobe.InDesign.Movie (7.0.0.355 - ???) <77F87F68-A6E9-05B6-C892-6FAFABF645C6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x1054a000 - 0x1057efff +com.adobe.InDesign.Open Place (7.0.0.355 - ???) <604DFE0C-0815-33D3-2087-C85D73F1961D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x10597000 - 0x1065afff +com.adobe.InDesign.Paragraph Composer (7.0.0.355 - ???) <1D553B63-9594-CBD7-81A3-1183D6A1B9FD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x10678000 - 0x106b1ffb +com.adobe.InDesign.Path Type (7.0.0.355 - ???) <7867A3AB-4925-CBF7-1877-7924AD7A732D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x106cc000 - 0x1089efff +com.adobe.InDesign.PDF (7.0.0.355 - ???) <B19F021E-5955-B381-2EB4-DB064290CDF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x10926000 - 0x10a09fef +AdobePDFPort (??? - ???) <A3B34989-24B0-04AF-D9BC-2B2718803809> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x10a3e000 - 0x10a59ff9 +AdobePDFSettings (??? - ???) /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x10a73000 - 0x10aa6ff7 +com.adobe.InDesign.Photoshop Import Filter (7.0.0.355 - ???) <E31C18E9-8962-5D0C-7289-E5E02EA16AC9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x10abc000 - 0x117fffff +com.adobe.psl (AdobePSL 12.0.0.7524 - 12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x11b3e000 - 0x11b3fff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x11b44000 - 0x11b76ff7 +com.adobe.InDesign.PNG Import Filter (7.0.0.355 - ???) <2C6DDB20-C560-14DD-84DC-A2AB8B6C0793> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x11b7f000 - 0x11ccafff +com.adobe.InDesign.Print (7.0.0.355 - ???) <F6B4CCEF-06B9-5E17-9102-2B29A6713D6A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x11d29000 - 0x11d43fff +com.adobe.InDesign.Rulers (7.0.0.355 - ???) <2546DE05-52F1-033E-90D0-03ED797D585C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x11d52000 - 0x11debff7 +com.adobe.InDesign.Scripting (7.0.0.355 - ???) <6E2BCE6C-230C-1724-CC70-12522818EBC3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x11e1c000 - 0x11e36ff2 +com.adobe.InDesign.Sections (7.0.0.355 - ???) <5AFD740D-904C-2F9B-DE71-375B2B948BCF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0x11e45000 - 0x11e52fff +com.adobe.InDesign.Sound (7.0.0.355 - ???) <15A968FB-7F7D-1022-9E99-70A3818AC346> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0x11e5d000 - 0x11e6bfff +com.adobe.InDesign.Spelling Service (7.0.0.355 - ???) <DBB0C9F7-934B-15B5-5CF5-FBEEE83ACC99> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0x11e77000 - 0x11eb0fff +com.adobe.InDesign.Spline UI (7.0.0.355 - ???) <B40249D1-919F-FFC8-8E6F-344A29CF063B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0x11ece000 - 0x11f0afff +com.adobe.InDesign.Spline (7.0.0.355 - ???) <55F1F2F2-0BB7-96C1-726C-6D3E47351086> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x11f26000 - 0x11f6bff0 +com.adobe.InDesign.Spread UI (7.0.0.355 - ???) <6B9E2DAE-304A-1E95-E46E-D37CC49BEEA1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0x11f85000 - 0x12068ffb +com.adobe.InDesign.Spread (7.0.0.355 - ???) <9BF0ADE3-0354-1790-AA19-DD6E7E495384> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x120b4000 - 0x12103ffb +com.adobe.InDesign.Stroke and Fill (7.0.0.355 - ???) <42B4A176-B4DA-C638-A59F-94F3A3FFB416> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x1211f000 - 0x12163fff +com.adobe.InDesign.Support for AppleScript (7.0.0.355 - ???) <DEC65072-2AB5-9901-9CBC-6FED676B2B04> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0x1217c000 - 0x12206ff7 +com.adobe.InDesign.Support for JavaScript (7.0.0.355 - ???) <196259C9-B203-DD5B-0733-8D146FC78723> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0x1223f000 - 0x12438fff +com.adobe.InDesign.Table Model (7.0.0.355 - ???) <F13B1585-BAAD-4C84-07BE-6428CEDA35B3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x124c5000 - 0x1250cfff +com.adobe.InDesign.TableStyles (7.0.0.355 - ???) <59E0C1A1-4044-C145-6414-61CF041E9968> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0x12523000 - 0x1256cfff +com.adobe.InDesign.Text Attributes (7.0.0.355 - ???) <07B49878-E35A-C031-205F-A25256640FCA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0x12591000 - 0x125a0fff +com.adobe.InDesign.Text Editor Model (7.0.0.355 - ???) <8E01C18E-4947-93AB-71CA-E017C80FB09C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Req

    Hi Cari,
    I did create a new user account (admin level) and InDesign works like a charm.
    When I went back to the other account, plug-ins gone, I deleted the prefs and caches, restarted and still everything is crashing as before.
    At least I am working on one account and I will contiue to troubleshoot on the other account. And at some point either the new account will crash or the old account will work and I will go from there.
    Thanks for the info about Mac remembering info. Always trying to be helpful these Macs.
    And thanks for getting at least into a workable space!!! I am supremely grateful!

  • ITunes started to crash after upgrating to 10.6.7/10.2.1 (Memory leak?)

    All the time since 10.6.2 iTunes worked fine for me, but after the latest upgrade to 10.6.7/10.2.1 yesterday it started to crashing.
    First of all, the "The iTunes Library file cannot be saved. An unknown error occured (-50)" error occured which I've never got before, then it started to crash every 10-25 min.
    After digging up for source of the issue, I found that iTunes eats memory a lot.
    It starts from 80mb, then slowly or fastly increases to 2.5*G and then crashes. It goes hand by hand with high CPU usage.
    Screenshot: http://img23.imageshack.us/i/screenshot20110328at123.png/
    Crash log: http://pastie.org/1725910
    Video of error reproduced:
    Any help, please!
    Of course, I tryed to repair permissions and delete Library's xml first.
    Message was edited by: Rage7777

    Same problem here.
    I've just updated iTunes to 10.2.2.12 (under Windows 7), and this hasn't fixed the bug.
    Each new song increases memory usage by approx 20 Mo. Note that my musical files actually weight around 20 Mo each (since I use Apple loosless compression instead of mp3). The instant iTunes moves to a new songs eats more memory. There may be some cache issue somewhere.
    Issue only arises when songs/album art are displayed. Shifting the view to another playlist leads to no memory leakage.
    When memory hits the roof, computer freezes and only a (hard) reboot can fix that.

  • DS 5.2 unable to start admin server after OS upgrade

    Hi,
    We upgraded our server from Solaris 9 to Solaris 10 this past weekend. After putting back all the libraries we were able to start the admin server (start-admin). I'm getting and error:
    ./start-admin
    SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    failure: server exit: status 1 (Interrupted system call)
    Is the problem here that the webserver software is somehow unavailable? I'm actually using Webserver 7.0 so this must be something packaged with DS 5.2?
    Thank you.
    Mike

    I was able to get the admin server started. I did not have all the directories in place I thought I needed. There were a lot of links that needed to be resolved.

  • Unable to start Admin server after WLS 10.3.3 to 10.3.4 upgrade

    I am getting class path errors while starting Admin server in linux via startWeblogic.sh start script after upgrading from 10.3.3 to 10.3.4. Here is the error log:
    <Jun 7, 2011 2:03:46 PM EDT> <Critical> <WebLogicServer> <tloia105.goaa.org> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1307469826197> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:262)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:246)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
    at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:21)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    ####<Jun 7, 2011 2:03:46 PM EDT> <Critical> <WebLogicServer> <tloia105.goaa.org> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1307469826211> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:262)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:246)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
    at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:21)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    ####<Jun 7, 2011 2:03:46 PM EDT> <Critical> <WebLogicServer> <tloia105.goaa.org> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1307469826214> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java
    Please suggest if I am missing some class path setting here .
    Regards,
    Deepak

    Guys,
    It seems that the start scripts replaced while upgrading the domain did not have right class paths as the previous start scripts had which were created while creating the domain originally. Copying the necessary Class paths makes the new start scripts to work fine.
    Deepak
    AST Corp.

  • Unable to start admin server (WLS 10.3, solaris 10)

    HI There,
    I am trying to start admin domain using startWebLogic.sh but failing due to some reasons. Please find below the error from nohup.out file.
    <Feb 3, 2010 1:57:44 PM GMT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:175)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:990)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:704)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.getServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(Unknown Source)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:273)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:244)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:990)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:704)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.getServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(Unknown Source)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:273)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:244)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:78)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:990)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:704)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.getServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(Unknown Source)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:273)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:244)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:990)
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:704)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret(ServerPrincipalValidatorImpl.java:88)
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign(ServerPrincipalValidatorImpl.java:67)
    at weblogic.security.service.PrivilegedActions$SignPrincipalAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.security.service.SecurityServiceManager.createServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.getServerID(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.sendASToWire(Unknown Source)
    at weblogic.server.channels.ChannelService.resetQOS(ChannelService.java:273)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:244)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Feb 3, 2010 1:57:45 PM GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 3, 2010 1:57:45 PM GMT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 3, 2010 1:57:45 PM GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Feb 3, 2010 1:57:45 PM GMT> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
    Any suggestions/ pointers pls????
    Regards,
    Dinesh
    Edited by: dvg06 on Feb 3, 2010 6:40 AM

    HI Faizal,
    Many thanks for picking this up so fast. :)
    Can you help me to modify config.xml file? It contains the following entries in encrypted form.
    node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{3DES}Va1McYXiUPirK77U+SQfMg==</node-manager-password-encrypted>
    <default-realm>myrealm</default-realm>
    <anonymous-admin-lookup-enabled>false</anonymous-admin-lookup-enabled>
    <credential-encrypted>{3DES}diqufr0TEjlJuLvdnhvtCxEUbxr0yIm8dadNaJRqiefJgGQqcWagiY4tlLX3I3pWa/jpBKeMzyEJgufp/725y1/PXSt0mW
    Oh</credential-encrypted>
    Please let me know how to update this?

Maybe you are looking for

  • Increase font size of a print out

    Hi, We neet to print one ABAP report in landscape. The font is very small to be visible. So, we need to increase the font. Currently while printing on a local computer, the format its using is X_65_255. Please suggest me what has to be done to increa

  • Different System Alias in one iView

    Hi all, I have an ESS/MSS Szenario based on EP7 SP13 and HCM (ECC 6). I have setup the business package and all is working fine. I have setup the different System Aliases like SAP_R3_HumanResources and SAP_R3_HumanResources_Meta etc. and I have a wor

  • If iTunes 9 will not launch - read this

    Hi there, If iTunes 9.0.2 update has completely messed up your itunes - will not launch or what not, make sure you have the specs that are required to run it. Trust me, today, I finally sorted through my problems with the update. First off I was runn

  • I would like to make a directory using groups from my address book.

    How do you merge information from contacts in the address book with a document?

  • My Computer goes to sleep on its own, then just gets mad and shuts down?

    I have a problem i hope some of you wonderful people can help me with. I have no idea why but when i am in the middle of something, doesn't matter what i am doing. my computer fan speeds up, then my computer goes into what appears to be sleep mode (