Unable to see Member disk in ASM through DBCA

Hi
I am having standalone(NON-RAC) box with Linux AS3(Kernel Ver. 2.4.21.4) and oracle 10G installed on it. It is having one database as ORCL. Now i wants to configure ASM on it. For that I did the following activities.
mkdir -p /u03
mkdir -p /u03/asmdisks
dd if=/dev/zero of=/u03/asmdisks/disk0 bs=1024k number=100
dd if=/dev/zero of=/u03/asmdisks/disk1 bs=1024k number=100
dd if=/dev/zero of=/u03/asmdisks/disk2 bs=1024k number=100
dd if=/dev/zero of=/u03/asmdisks/disk3 bs=1024k number=100
chown -R oracle:oinstall /u03
chmod -R 777 /u03
Then i chose to create the database through DBCA. Where i gave database Sid as ASM and selected AUTOMATIC STORAGE MANAGEMENT for the storage. In the parameter of asm instance i set the parameter asm_diskstring as */u03/asmdisks/*'
ASM Instance gets started with this as when i do "ps -aux | grep +asm" then it shows the ASM processes.
Now when i create the diskgroup as DGROUP1 with normal redundancy, I am not able to see member disks which i have defined in ASM instance parameter "asm_diskstring".
Is there any need to install ASM libraries on OS or any special service should be started on the OS?
Kindly Help as i am struckup in this past 5 days.
Regards
Bally

Two issues come to mind. Invallid discovery string - which means that ASM fails to see the raw disks. Or incorrectly configured raw disks.
My guess is the latter. Those "devices" that you configured as ASM devices do not sound valid. They have to be dinkum raw devices - they cannot be binary files on a cooked file system. Unless I'm mistaken? (I cannot recall seeing any cooked files as ASM devices option when I did a couple of ASM installs)
Okay, not close to my Linux boxes to check so the following is frrom memory. The last ASM install I did on Redhat was to create an actual raw device use an unformatted partition (e.g. /dev/sdb1) using the raw device Linux command. A file called /etc/sysconfig/rawdevices was created. At boot time the raw devices are mounted in /dev/raw something or another. These devices are then chmod'ed so that the oracle o/s user can access them.
The ASM discovery string is then set to /dev/raw whatever to pick up these raw devices.

Similar Messages

  • Unable to see Member disk in ASM

    Hi all
    I am having standalone(NON-RAC) box with Linux AS3 (Kernel Ver. 2.4.21.4) and oracle 10G installed on it. It is having one database as ORCL. Now i wants to configure ASM on it. For that I did the following activities.
    mkdir -p /u03
    mkdir -p /u03/asmdisks
    dd if=/dev/zero of=/u03/asmdisks/disk0 bs=1024k number=100
    dd if=/dev/zero of=/u03/asmdisks/disk1 bs=1024k number=100
    dd if=/dev/zero of=/u03/asmdisks/disk2 bs=1024k number=100
    dd if=/dev/zero of=/u03/asmdisks/disk3 bs=1024k number=100
    chown -R oracle:oinstall /u03
    chmod -R 777 /u03
    Then i chose to create the database through DBCA. Where i gave database Sid as ASM and selected AUTOMATIC STORAGE MANAGEMENT for the storage. In the parameter of asm instance i set the parameter asm_diskstring as */u03/asmdisks/*'
    ASM Instance gets started with this as when i do "ps -aux | grep +asm" then it shows the ASM processes.
    Now when i create the diskgroup as DGROUP1 with normal redundancy, I am not able to see member disks which i have defined in ASM instance parameter "asm_diskstring".
    Is there any need to install ASM libraries on OS or any special service should be started on the OS?
    Kindly Help as i am struckup in this past 5 days.
    Regards
    Bally

    Two issues come to mind. Invallid discovery string - which means that ASM fails to see the raw disks. Or incorrectly configured raw disks.
    My guess is the latter. Those "devices" that you configured as ASM devices do not sound valid. They have to be dinkum raw devices - they cannot be binary files on a cooked file system. Unless I'm mistaken? (I cannot recall seeing any cooked files as ASM devices option when I did a couple of ASM installs)
    Okay, not close to my Linux boxes to check so the following is frrom memory. The last ASM install I did on Redhat was to create an actual raw device use an unformatted partition (e.g. /dev/sdb1) using the raw device Linux command. A file called /etc/sysconfig/rawdevices was created. At boot time the raw devices are mounted in /dev/raw something or another. These devices are then chmod'ed so that the oracle o/s user can access them.
    The ASM discovery string is then set to /dev/raw whatever to pick up these raw devices.

  • Using DBCA to create ASM instance; no member disks found

    OK, we've been struggling with this for two days and we can't seem to find the magic mojo to get it working.
    I've got two Redhat 64-bit machines running Oracle 10.2.0.3 on them. Clusterware is installed fine and communicating properly. We've installed ASMLib and created our ASM disks fine and they list correctly using the oracleasm utility.
    Our problem is that when I go to create the ASM instance (using DBCA) the member disks do not show up. I have tried changing the "Disk Discovery Path", I've created listeners, started DBCA from different Oracle homes, re-installed, etc... nothing seems to work.
    I've even seen a few threads where people have experienced the same problem but have not seen solutions. Anyone have ideas how I can resolve this issue?

    Actually, it needs to be root:dba, sorry for the confusion:
    $>ls -l
    total 0
    crw-rw---- 1 root dba 162, 1 May 15 22:49 raw1
    crw-rw---- 1 root dba 162, 10 May 15 22:49 raw10
    crw-rw---- 1 root dba 162, 11 May 15 22:49 raw11
    crw-rw---- 1 root dba 162, 12 May 15 22:49 raw12
    crw-rw---- 1 root dba 162, 13 May 15 22:49 raw13
    crw-rw---- 1 root dba 162, 14 May 15 22:49 raw14
    crw-rw---- 1 root dba 162, 15 May 15 22:49 raw15
    crw-rw---- 1 root dba 162, 16 May 15 22:49 raw16
    crw-rw---- 1 root dba 162, 17 May 15 22:49 raw17
    crw-rw---- 1 root dba 162, 18 May 15 22:49 raw18
    crw-rw---- 1 root dba 162, 19 May 15 22:49 raw19
    crw-rw---- 1 root dba 162, 2 May 15 22:49 raw2
    crw-rw---- 1 root dba 162, 20 May 15 22:49 raw20
    crw-rw---- 1 root dba 162, 21 May 15 22:49 raw21
    crw-rw---- 1 root dba 162, 22 May 15 22:49 raw22
    crw-rw---- 1 root dba 162, 23 May 15 22:49 raw23
    crw-rw---- 1 root dba 162, 24 May 15 22:49 raw24
    crw-rw---- 1 root dba 162, 25 May 15 22:49 raw25
    crw-rw---- 1 root dba 162, 26 May 15 22:49 raw26
    crw-rw---- 1 root dba 162, 27 May 15 22:49 raw27
    crw-rw---- 1 root dba 162, 28 May 15 22:49 raw28
    crw-rw---- 1 root dba 162, 29 May 15 22:49 raw29
    crw-rw---- 1 root dba 162, 3 May 15 22:49 raw3
    crw-rw---- 1 root dba 162, 30 May 15 22:49 raw30
    crw-rw---- 1 root dba 162, 31 May 15 22:49 raw31
    crw-rw---- 1 root dba 162, 32 May 15 22:49 raw32
    crw-rw---- 1 root dba 162, 33 May 15 22:49 raw33
    crw-rw---- 1 root dba 162, 4 May 15 22:49 raw4
    crw-rw---- 1 root dba 162, 5 May 15 22:49 raw5
    crw-rw---- 1 root dba 162, 6 May 15 22:49 raw6
    crw-rw---- 1 root dba 162, 7 May 15 22:49 raw7
    crw-rw---- 1 root dba 162, 8 May 15 22:49 raw8
    crw-rw---- 1 root dba 162, 9 May 15 22:49 raw9
    ADPRD2@oracle15 oracle Last rc=0 /dev/raw
    $>
    Also, I see that you're using block devices while I am using raw devices. I know that
    Oracle11 can utilize block devices, especially on RHEL 5, but I am not sure that
    Oracle10g can do that.

  • I am unable to see the airplay icon on my macbook air, iphone or iPad which would enable me to use my Bose speaker through airplay. I set this up in the UK but have taken my macbook and bose speaker travelling with through Thailand. Ive wifi in my room an

    I am unable to see the airplay icon on my macbook air, iphone or iPad which would enable me to use my Bose speaker through airplay. I set this up in the UK but have taken my macbook and bose speaker travelling with through Thailand. Ive wifi in my room and am able to access the internet on my laptop, Ive also been able to through the Bose Soundlink air wifi set application connect the bose speaker to the Wifi too.
    I am only able to play my itunes through my macbook speakers and cannot find the airplay button which should be next to the volume slide once turned down to less than 1/3 of the volume..

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • My build is success through putt but i am unable to see AIAArtifacts in MDS

    Hi,
    I deployed schemas into AIA artifacts through Putty tool status is Build Success. But I go to MDS their I able to see root directress (Industry/Utilities/ECOEBO/product/V1 ) only . iam unable to see my Schemas. please help me on it

    Hi Gerhard this my BUILD status:
    [oracle@PDC-CRM-WEBLOGIC01 bin]$ pwd
    /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/bin
    [oracle@PDC-CRM-WEBLOGIC01 bin]$ . ./aiaenv.sh
    [oracle@PDC-CRM-WEBLOGIC01 bin]$ ant -f /usr/app/oracle/product/ECO/EcoAIA/Infrastructure/Install/config/UpdateMetaData.xml
    Buildfile: /usr/app/oracle/product/ECO/EcoAIA/Infrastructure/Install/config/UpdateMetaData.xml
    updateData:
    [AIAXmlProperty] Decipher value does not exist for the key : oer.server.password
    Install:
    InstallDeploymentPlan:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/logs/UpdateMetaDataDP_PreInstallScript_2012-11-21_17-53-51.log
    [echo]
    [echo]
    [echo] === Executing PreInstallScript of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [xslt] Processing /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml to /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [xslt] Loading stylesheet /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    executeDP:
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    [echo]
    [echo] === Completed PreInstallScript of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/logs/UpdateMetaDataDP_Configurations_2012-11-21_17-53-51.log
    [echo]
    [echo]
    [echo] === Executing Configurations of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [xslt] Processing /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml to /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [xslt] Loading stylesheet /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    executeDP:
    [mkdir] Created dir: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/AIAMetaData/tempMetadata/apps/AIAMetaData
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/AIAMetaData/MetaData.zip
    [zip] Building zip: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/AIAMetaData/MetaData.zip
    [exec] CLASSPATH=/usr/app/oracle/product/ECO/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/app/oracle/product/ECO/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_34/lib/tools.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic.jar:/usr/app/oracle/product/ECO/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/webservices.jar:/usr/app/oracle/product/ECO/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/usr/app/oracle/product/ECO/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:.:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic.jar:/usr/app/oracle/product/ECO/EcoAIA/lib/aia.jar:/usr/app/oracle/product/ECO/EcoAIA/lib/aia-utils.jar:/usr/app/oracle/product/ECO/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.webservices_11.1.1/oracle.webservices.standalone.client.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/BC4J/jlib/commons-cli-1.0.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/jlib/commons-cli-1.0.jar::/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/adfscripting.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/igfwlsthelp.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar
    [exec]
    [exec] PATH=/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/bin:/usr/app/oracle/product/ECO/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/java/jdk1.6.0_34/jre/bin:/usr/java/jdk1.6.0_34/bin:.:/usr/java/jdk1.6.0_34/jre/bin:/usr/app/oracle/product/ECO/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/app/oracle/product/ECO/EcoAIA/bin:/usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/app/oracle/product/11.2.0/client_1/bin
    [exec]
    [exec] Your environment has been set.
    [exec]
    [exec] CLASSPATH=/usr/app/oracle/product/ECO/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/app/oracle/product/ECO/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_34/lib/tools.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic.jar:/usr/app/oracle/product/ECO/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/webservices.jar:/usr/app/oracle/product/ECO/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/usr/app/oracle/product/ECO/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:.:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/server/lib/weblogic.jar:/usr/app/oracle/product/ECO/EcoAIA/lib/aia.jar:/usr/app/oracle/product/ECO/EcoAIA/lib/aia-utils.jar:/usr/app/oracle/product/ECO/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.webservices_11.1.1/oracle.webservices.standalone.client.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle-soa-client-api.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/usr/app/oracle/product/ECO/Middleware/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/BC4J/jlib/commons-cli-1.0.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/jlib/commons-cli-1.0.jar::/usr/app/oracle/product/ECO/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/adfscripting.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/lib/mdswlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/auditwlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/igfwlsthelp.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/jps-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/jrf-wlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/oamap_help.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ossoiap_help.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ossoiap.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/sslconfigwlst.jar:/usr/app/oracle/product/ECO/Middleware/oracle_common/common/wlst/resources/wsm-wlst.jar:/usr/app/oracle/product/ECO/Middleware/utils/config/10.3/config-launch.jar::/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/usr/app/oracle/product/ECO/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    [exec]
    [exec] Initializing WebLogic Scripting Tool (WLST) ...
    [exec]
    [exec] Welcome to WebLogic Server Administration Scripting Shell
    [exec]
    [exec] Type help() for help on available commands
    [exec]
    [exec] Connecting to t3://10.2.116.31:7001 with userid weblogic ...
    [exec] Successfully connected to Admin Server 'EcoAdminServer' that belongs to domain 'base_domain'.
    [exec]
    [exec] Warning: An insecure protocol was used to connect to the
    [exec] server. To ensure on-the-wire security, the SSL port or
    [exec] Admin port should be used instead.
    [exec]
    [exec] soa_server1
    [exec] Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    [exec] For more help, use help(domainRuntime)
    [exec]
    [exec] Uploading metadata to server
    [exec] Importing metadata into repository . . .
    [exec] Metadata transfer operation completed
    [exec]
    [exec] Import Metadata Successful !!
    [exec] Disconnected from weblogic server: EcoAdminServer
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/keyFile
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/propFile
    [delete] Deleting directory /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/AIAMetaData/tempMetadata
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    [echo]
    [echo] === Completed Configurations of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/logs/UpdateMetaDataDP_Deployments_2012-11-21_17-53-51.log
    [echo]
    [echo]
    [echo] === Executing Deployments of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [xslt] Processing /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml to /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [xslt] Loading stylesheet /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    executeDP:
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    [echo]
    [echo] === Completed Deployments of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/logs/UpdateMetaDataDP_PostInstallScript_2012-11-21_17-53-51.log
    [echo]
    [echo]
    [echo] === Executing PostInstallScript of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    [echo]
    [xslt] Processing /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml to /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [xslt] Loading stylesheet /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    executeDP:
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExecuteDP_temp_1192088791.xml
    [delete] Deleting: /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/tmp/AIDExtractxsl_temp_40736607.xsl
    [echo]
    [echo] === Completed PostInstallScript of /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/UpdateMetaDataDP.xml===
    [echo]
    BUILD SUCCESSFUL
    Total time: 3 minutes 44 seconds
    [oracle@PDC-CRM-WEBLOGIC01 bin]$
    Thanku

  • Dropping disk in asm

    Hi! I have recently dropped a disk in asm
    DISK_NUMBER HEADER_STATU STATE TOTAL_MB/1024 NAME FAILGROUP LABEL PATH
    3 MEMBER DROPPING 16,7998047 PITSM0_DG_NODATOS_0003 FG_JC2 /dev/rdisk/disk613
    But the operation generates an error. My asm instance and database are generating logfiles and I dont know how to stop the operation or fix it.
    SQL> select * from v$asm_operation;
    GROUP_NUMBER OPERA STAT POWER ACTUAL SOFAR EST_WORK EST_RATE EST_MINUTES ERROR_CODE
    2 REBAL ERRS 1 ORA-15041
    The asm traces don't show nothing concrete
    $ cat +ASM1_ora_17509.trm
    @2|2|czasf4QM1"17509|+ASM1|
    M/czasf4QM1~O1O2
    @2|2|44csf4QM1"17509|+ASM1|
    6/Dybsf4QM1~09Z
    3?t7~01
    SQL> select NAME, FREE_MB, TOTAL_MB from v$asm_disk where NAME like 'PITSM0_DG_NODATOS_0003' ;
    NAME FREE_MB TOTAL_MB
    PITSM0_DG_NODATOS_0003 4714 17203
    SQL> select NAME, GROUP_NUMBER, STATE, TOTAL_MB, FREE_MB, (FREE_MB /TOTAL_MB)*100 AS PORCENTAJEFREE from v$asm_diskgroup ;
    NAME GROUP_NUMBER STATE TOTAL_MB FREE_MB PORCENTAJEFREE
    PITSM0_DG_RECO 3 MOUNTED 185640 153200 82,5253178
    PITSM0_DG_CLUSTER 1 MOUNTED 86015 84989 98,8071848
    PITSM0_DG_DATOS 4 MOUNTED 3619980 2802044 77,404958
    PITSM0_DG_NODATOS 2 MOUNTED 51609 26629 51,5975896
    SQL> select NAME, FREE_MB, TOTAL_MB from v$asm_disk where NAME like 'PITSM0_DG_NODATOS_%';
    NAME FREE_MB TOTAL_MB
    PITSM0_DG_NODATOS_0000 10959 17203
    PITSM0_DG_NODATOS_0006 10956 17203
    PITSM0_DG_NODATOS_0003 4714 17203

    Hi! thanks for answering
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit
    I dont see nothing in alerts since yesterday
    RDBMS:
    Additional information: 1
    Writing to the above trSun Jan 15 22:08:38 2012
    SUCCESS: disk PITSM0_DG_NODATOS_0001 (1.4042269599) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0002 (2.4042269597) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0004 (4.4042269595) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0005 (5.4042269596) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0007 (7.4042269598) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0008 (8.4042269600) dropped from diskgroup PITSM0_DG_NODATOS
    SUCCESS: disk PITSM0_DG_NODATOS_0009 (9.4042269594) dropped from diskgroup PITSM0_DG_NODATOS
    Mon Jan 16 01:00:00 2012
    Clearing Resource Manager plan via parameter
    ASM:
    Tue Jan 10 22:04:25 2012
    Non critical error ORA-00001 caught while writing to trace file "/aplicaciones/oracle/trc_asm01/diag/asm/+asm/+ASM1/trace/+ASM1_ora_2795.trc"
    Error message: HPUX-ia64 Error: 28: No space left on device
    Additional information: 1
    Writing to the above trace file is disabled for now on...
    Tue Jan 10 22:08:25 2012
    Non critical error DIA-00001 caught while writing to trace file "/aplicaciones/oracle/
    My FS was full due to traces
    ASM trace files have no sense except this one, with more information:
    cat +ASM1_ora_28435.trc
    Trace file /aplicaciones/oracle/trc_asm01/diag/asm/+asm/+ASM1/trace/+ASM1_ora_28435.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Real Application Clusters and Automatic Storage Management options
    ORACLE_HOME = /productos/oracle/asm1120/11.2.0
    System name: HP-UX
    Node name: tghch01a
    Release: B.11.31
    Version: U
    Machine: ia64
    Instance name: +ASM1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 28435, image: oracle@tghch01a
    *** 2012-01-16 14:23:23.998
    Ioctl ASYNC_CONFIG error, errno = 1
    Ioctl ASYNC_CONFIG error, errno = 1

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • In my MacBook Pro, finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see top bar(Apple, Date, Wifi). Even in safari address bar not accepting

    In my MacBook Pro(10.7.5), finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see Top bar(Apple logo, Date and Wifi etc... bar). Even in safari address bar, TextEdit not accepting any text means when type something not showing up and also i am unable operate any thing from keyboard. Plz help me…..

    One thing that you can try is installing a 'fresh' version of OS X Lion. Boot into your Recovery partition (holding down the command and R keys whilst booting) and elect to install OS X from the Recovery screen. You need not erase your hard drive and you should not lose any of your data.
    Oh, and just as a precaution, I would use Disk Utility, once you're in Recovery mode, to verify your hard drive before trying to install the OS again.
    Clinton

  • Unable to see my Generation 2 Apple TV under iTunes 10.6.1

    I would like to download photos from my new iMac but I am unable to see my Generation 2 Apple TV under the left-hand tab column in iTunes 10.6.1.  There is no mention of Apple TV under the iTunes Preferences.  I am unable to download movies to my Apple TV through my wireless network.  Any suggestions?  I had no difficulties doing this with an earlier model iMac however this was more than one year ago.
    I am however able to see and select the Apple TV in the bottom right of the iTunes (Multiple Speakers) screen.

    You would in that case. ATV 2 and 3 only have a small 8GB flash drive for buffering streamed content.
    For reference
    This is the 1st generation
    2nd Gen (3rd gen looks the same but has un updated processor and can output 1080P)
    ATV 1 is not compatible with Airplay/Mirroring/iCloud. You set it to sync and stream with your computer. You can still use the remote app on your iPad to control the device if you wish.
    http://support.apple.com/kb/HT1143
    http://support.apple.com/kb/HT1273
    I'm not sure on the PDF files but i'll find out.

  • Unable to see my bills online for 2 months now

    Hi
    I had BT broadband, Vision and a new phoneline installed back in September. When I placed the order online I chose online billing (which I am now massively regretting!) Since everything was succesfully installed I have been unable to see my online bills.
    I can log into the "myBT" area but it then says I need to verify my email address, which I then do but when I click the link in the email it takes me to a screen which says that due to technical issues my email address cannot be verified, and it asks me to try again later. After three weeks of trying again later I sent an email to BT and was then phoned by one of their advisers. They failed to see my problem and passed me on to another adviser who eventually said that "everyone was getting this message" and that it would be "resolved shortly". Three weeks later and the problem is still not resolved and I'm still getting the same message.
    What makes this even more frustrating is that last week I had £40 debited from my account by BT but I have no idea what this is for as my broadband should be free for three months, I've used the phone three or four times (all in the evenings or at weekends) I paid for a lot of my line reental up front and I only have the basic Vision package so I'd really like to know what I've been charged for!
    Any help/advice would be massively appreciated, I really don't want to have to battle through another fruitless 20 minute phone call!

    Just a quick note to say hello as anotherfrustrated new customer with exactly the same issue as the original post?
    I will go through the care team and I hope this gets resolved, so far I had one call where the advisor tried to fix a problem I had not mentioned, one chat session where I was re-queued and then given a new phone number, and a call to this number whose solution was to log on, change the email address for contact and try again. Needless to say this also didn't work.
    In a word,shambolic and I am yet to see my first bill.
    I will report back when/if this is resolved?
    Thanks
    Michael McGrath

  • AEBS cannot see both disks in 2 disk enclosure set to JBOD

    I have a MacPro 3.1 and AEBS, the computer runs 10.6.8 and Win 7. All most recent updates installed on both OSes and the AEBS.  I have a generic (bought at Fry's) HORNETTER, 2 disk external USB enclosure containing two (2) 500GB hard drives, both formatted to FAT32 for easy sharing purposes with win, which is connected to the AEBS via its USB port.The enclosure is set to JBOD (Just a Bunch of Disks), so I can see each one individually.  The enclosure is externally powered.  I have had problems in the past with this set-up off and on.  Now it is VERY tempermental, sometimes it works, most times not and now over the last couple months it has stopped working for all intents and purposes. 
    The problem I get is that the AEBS does not see both drives, only one. This happens in OS x and Win 7.
    I get an error saying there is a problem with the disk, connect it to the computer directly and run Disk Utility to check for errors.  So I do this every time and it returns no errors. Both disks can be mounted no problem if connected directly to the computer.  But if I unplug it from the computer and plug it back into into the AEBS it stops working again.
    I have this same problem with my HTPC Mac Mini 2.1 (C2D 2/0Ghz).  I tried connection it with the same config and got the same problem, only one disk shows of the two in the enclosure.
    Is there anything I could do to resolve this? I have searched high and low for a direct answer, but only see confusing responses and nothing direct on point.  I apologize if this is a common issue.
    I am not trying to do any Tim Machine backups, just using it one drive to store my media (music, video) and the other drive as a extra storage/share volume/hand backup of important files.  I like having it available off the AEBS so I can access the music and video from my HTPC Mac Mini and my DVR Windows machine, as well as using them both as a easy swap for mac files I drop there for when I'm booted into Windows.
    Any help would be appreciated.

    UPDATE: I read some tips on other related issues, and so I tried connecting a POWERED USB HUB (a Targus brand 4 port AC powered USB hub I had lying around) to the AEBS and then the external enclosure to the hub.
    No success, and two different problems. 
    In OS X I can now SEE both disks (where before  only saw one disk), but the problem now is even though I can see both disks I can only access one (the one I could NOT access before).  The disk I could access before is not visible but when I try to double click on it to mount it, i get a spinning blue circle and eventually the request times out with an error  which makes no sense, but says:
    "There was an error connecting to the server “Lou's AirPort Extreme”. Check the server name or IP address, and then try again.
    If you are unable to resolve the problem contact your system administrator."
    When dismissed this is followed byt eh additional error message:
    "The operation can’t be completed because the original item for “BACKUP” can’t be found."
    On Win 7, I now cannot see the AEBS at all, and neither disk is visible.
    *sigh*
    Back to square one......
    SECOND UPDATE: Connected a USB thumb drive to the Powered HUB and it shows up fine.  So now I am just totally confused.

  • When I tried to login to em console unable to see the soa server up. Help

    Please help me to resolve the issue. I am unable to see soa_server in up condition in em console. i followed the below steps.
    1. started Admin server through startAdminServer wizard from start--> all programs
    2. started Soa_server through c:\oracle\Middleware\user_projects\domain\base_domain\ startmanagedWeblogic.cmd soa_server1
    3. server started.
    4.in the em console , only admin server is showing in up arrow green color . but soa_server is down. I dont know why.
    5. but when i saw the logs. from the below folder
    C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs
    the below errors it is showing . please help me in the below case.
    <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.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528432> <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.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528432> <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.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528432> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528447> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528447> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528447> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Critical> <WebLogicServer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528447> <BEA-000286> <Failed to invoke startup class "SOAStartupClass", java.lang.ClassNotFoundException: oracle.bpel.services.common.util.GenerateBPMCryptoKey
    java.lang.ClassNotFoundException: oracle.bpel.services.common.util.GenerateBPMCryptoKey
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java: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:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:149)
         at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
         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)
    >
    ####<22 Apr, 2012 12:08:48 AM PDT> <Info> <Management> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335078528463> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    bam.oracle.home = C:\Oracle\Middleware\Oracle_SOA1
    bpm.enabled = true
    common.components.home = C:\Oracle\MIDDLE~1\ORACLE~1
    domain.home = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1
    em.oracle.home = C:\Oracle\Middleware\oracle_common
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    igf.arisidbeans.carmlloc = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml
    igf.arisidstack.home = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.headless = true
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\user-patch.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\soa-startup.jar;;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.xdk_11.1.0\xsu12.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules.xquery_10.3.1.0.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\db2jcc4.jar;C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\soa-infra;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\fabric-url-handler_11.1.1.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\quartz-all-1.6.5.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle.soa.b2b.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    java.class.version = 50.0
    java.endorsed.dirs = C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\endorsed
    java.ext.dirs = C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\ext;C:\windows\Sun\Java\lib\ext
    java.home = C:\Oracle\MIDDLE~1\JDK160~1\jre
    java.io.tmpdir = C:\Users\Lenovo\AppData\Local\Temp\
    java.library.path = C:\Oracle\MIDDLE~1\JDK160~1\bin;.;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ESTsoft\ALZip;C:\Program Files (x86)\ESTsoft\ALZip;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8;C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol|weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.6.0_18-b07
    java.security.policy = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.6.0_18
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 16.0-b13
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.net.ssl.trustStore = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = oracle.j2ee.ws.saaj.soap.MessageFactoryImpl
    jrf.version = 11.1.1
    jrockit.optfile = C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt
    oracle.domain.config.dir = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1
    oracle.security.jps.config = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml
    oracle.security.jps.policy.migration.validate.principal = false
    oracle.server.config.dir = C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\servers\soa_server1
    org.apache.commons.logging.Log = org.apache.commons.logging.impl.Jdk14Logger
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.management.deploy.int

    Hi Ashish,
    Thank you for your reply regarding this issue. As per your resolution, I have added the below line at the end of the file before end LOCal
    command
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    still am unable to startup the soa server . am facing the below error message from soa_server log file.
    Actually earlier without adding the above line i was able to deploy sample BPEL ( Synchronous service ) and test the service.
    thanks in advance.
    Ahamad
    Kernel>> <> <> <1335169585586> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean UIX#[email protected]. Error - weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    Caused By: java.io.FileNotFoundException: C:\Oracle\Middleware\oracle_common\modules\oracle.uix_11.1.1\uix11.war (Access is denied)
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.zip.ZipFile.<init>(ZipFile.java:131)
         at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
         at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:61)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    >
    ####<23 Apr, 2012 1:26:25 AM PDT> <Error> <Deployer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335169585633> <BEA-149205> <Failed to initialize the application 'UIX [LibSpecVersion=11,LibImplVersion=11.1.1.1.0]' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    Caused By: java.io.FileNotFoundException: C:\Oracle\Middleware\oracle_common\modules\oracle.uix_11.1.1\uix11.war (Access is denied)
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.zip.ZipFile.<init>(ZipFile.java:131)
         at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
         at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:61)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    >
    ####<23 Apr, 2012 1:26:25 AM PDT> <Info> <WorkManager> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335169585633> <BEA-002936> <maximum thread constraint WatchManagerEvents is reached>
    ####<23 Apr, 2012 1:26:25 AM PDT> <Error> <Deployer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335169585633> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean adf.oracle.domain#[email protected]. Error - weblogic.management.DeploymentException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear.
    weblogic.management.DeploymentException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    Caused By: java.io.IOException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.jar.JarFile.<init>(JarFile.java:133)
         at java.util.jar.JarFile.<init>(JarFile.java:97)
         at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
         at weblogic.utils.jars.VirtualJarFactory.createVirtualJar(VirtualJarFactory.java:24)
         at weblogic.application.ApplicationFileManagerImpl.getVirtualJarFile(ApplicationFileManagerImpl.java:192)
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:166)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    >
    ####<23 Apr, 2012 1:26:25 AM PDT> <Error> <Deployer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335169585648> <BEA-149205> <Failed to initialize the application 'adf.oracle.domain [LibSpecVersion=1.0,LibImplVersion=11.1.1.2.0]' due to error weblogic.management.DeploymentException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear.
    weblogic.management.DeploymentException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    Caused By: java.io.IOException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear (Access is denied) with : C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adf.oracle.domain.ear
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.jar.JarFile.<init>(JarFile.java:133)
         at java.util.jar.JarFile.<init>(JarFile.java:97)
         at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
         at weblogic.utils.jars.VirtualJarFactory.createVirtualJar(VirtualJarFactory.java:24)
         at weblogic.application.ApplicationFileManagerImpl.getVirtualJarFile(ApplicationFileManagerImpl.java:192)
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:166)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    >
    ####<23 Apr, 2012 1:26:25 AM PDT> <Error> <Deployer> <Lenovo-PC> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335169585648> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean adf.oracle.domain.webapp#[email protected]. Error - weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    Caused By: java.io.FileNotFoundException: C:\Oracle\Middleware\oracle_common\modules\oracle.adf.view_11.1.1\adf.oracle.domain.webapp.war (Access is denied)
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.zip.ZipFile.<init>(ZipFile.java:131)
         at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
         at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
         at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:61)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:110)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    >

  • Users are unable to see their own profile photo although everyone else can see it in Lync 2013 client

    We have Lync 2013, Exchange 2010 and several AD
    servers in mixed mode 2003/2008.
    All user are unable to see their own profile photo
    either in the main Lync window, in the settings or in a chat although other user can see that their photo is there and displaying. The user experiencing the issue can go open Outlook 2013 client and will see their photo displaying correctly in the file menu
    (and elsewhere) here.
    I have confirmed this happens with any new users I set up as well. We have gone through a fair amount of troubleshooting with other Lync photo issues and simple fixes such as deleting the SIP cache folder etc proves to be ineffective.
    Our Cs-ClientPolicy Global is set to websearchonly.
     We have "Replicate this attribute to the Global Catalog" set
    for the ThumbnailPhoto attribute in AD.
    We are also forcing photos from AD only (or no photo) by setting the following:
    "Set-CsClientPolicy -Identity PhotosControl -DisplayPhoto
    PhotosFromADOnly"  
    and finally we are importing the photo in ad using this PS command:
    "Import-RecipientDataProperty -Identity "Test User"
    -Picture -FileData ([Byte[]]$(Get-Content -Path "C:\pictures\testuser.jpg" -Encoding Byte -ReadCount 0))"
    The pictures being uploaded are under 10KB in size.
    I have followed many threads and will provide any information I can to help find the problem. Thank you in advance.
    EDIT: I have also tried the following but with no success: https://knowledge.zomers.eu/misc/Pages/How-to-fix-your-photo-not-showing-up-in-the-Lync-client.aspx

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I got a new iPhone 5s and I am unable to connect to my home wifi (through Comcast/Xfinity).  I was able to with my 4s but not with my new 5s.

    I got a new iPhone 5s and I am unable to connect to my home wifi (through Comcast/Xfinity) network.  I was able to with my 4s with no problems but with my new 5s, I just get that a message that says "Unable to connect to network [network name]"  Thoughts on how to connect to the wifi network?  My laptop is connected and using the wifi just fine.

    I see the following instruction:
    Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including:
    However when I get there I am offered a screen which states "Enter Passcode", and have no clue as to what this should be given I never had to set this in the first place.
    It expects 4 digit code, so any ideas?

  • Unable to see the configuration tab in DB13C in SOLMAN

    Dear Experts,
    I have a question where i am unable to see the configuration tab -> add systems in DB13C in our SOLMAN server (version is SAP NetWeaver 2004s), but i could locate the tab in other R3 systems, may i know for DB13C what is the difference between sapnetweaver and r3 systems?
    I have gone through note 853610, it did not specify any scenarios relevant to mine.
    Appreciate the replies. Thank you.
    regards,
    Lee

    Hello Lee,
    What is the Basis patch level in your solman system?.
    Please, see the note 1028624.
    Have you tried from DB13C -> Administration -> "Migrate db13C configuration"?
    Regards,
    Rafa

Maybe you are looking for

  • Transportation cost before the reception of the material in MIGO (Stock in transit)

    Does it exist a way to make a reception of materials in transit and post the transportation cost before the reception of the material in MIGO ? The  material is own of company before to be receipt in plant.  We need to pay the transportation before t

  • GUI_UPLOAD and OPEN DATASET

    Hi, My code takes data from a file. I want to have an option of loading file from presentation server as well as application server (in case of background). For this I am using a checkbox and depending on its value I call the FM GUI_UPLOAD (presentat

  • Latin Charset Problems UTF-8 and ISo-8859-1

    Hello all, I'm having problems displaying latin characters in my application such as ~, ^, ´, ` and so on. Using jinitiator works fine, but i'm using java 1.5.0_04, it's a client requisit. I'm using IAS 10gr2 and forms 10gr2 also. Is there any config

  • Tough question: Can I purchase an off-contract iPhone 5 from Verizon and let my brother use it in Europe?

    I have an iPhone 4S with Verizon, and I wanted to know if it would be possible for me to buy an iPhone 5 for the off-contract price just as if I was purchasing it for myself, and then ship it to my brother in Austria and let him use it there on the G

  • Explanation of GLPCA table

    Hello, Can anyone tell me where to find a functional description of the GLPCA table? I'm especially interested in the relations between EBELN/EBELP and KDAUF/KDPOS and the meanings of the different values for fields BWART, BLART, ACTIV, REFACTIV, AWT