"Legal" deployment

We have developed a tool to directly connect to a database (using credentials entered in a form) and pull certain fields from certain tables.
The idea is to bypass as much possibly corrupt files/data as possible, and verify customers are indeed running their upgrade scripts.
Using xCopy for ODAC (and a lot of searching through forums), I have it working by making calls to Oracle.DataAccess.dll, which requires 6 more dlls to be placed in the executable folder.
Now I am being told that what I have done is not "legal" due to the fact that not all of the Oracle dlls are in my executable folder - we are not allowed to "break apart" an Oracle install (ODAC 11.2.3.0 xCopy).
What are the Oracle deployment policies to ensure we are using this tool properly?

960107 wrote:
This is NOT a technical issue and you are not adding anything to resolve my question.So why post to a technical discussion forum, see that big red logo at the top look what it links to
http://www.oracle.com/technology/index.html
It is for technical discussions, if you want legal opinion, please see a lawyer.
It also seams you are not a programmer.I guess there is only one programming language and operating system also as far as you are concerned.
Executable folder is the folder that contains MY executable file, the dlls that my executable requires, and all the dependent dlls.Some programmers work in environments that do not have folders, executables or DLLs
My question to Oracle is about the "legality" of just dropping 6 Oracle dlls into my executable folder.Perhaps you should read the Forums FAQ as you are under the mistaken impression this is a hotline to Oracle and it's legal team.
https://wikis.oracle.com/display/Forums/Forums+FAQ
It isn't.
I am being told that I have to add 142MB of unneeded crap into the folder in order to deploy it legally Then you probably do.

Similar Messages

  • Questions before an internal lab POC (on old underperformant hardware)

    Hello VDI users,
    NB: I initially asked this list of questions to my friends at the
    SunRay-Users mailing list, but then I found this forum as a
    more relevant place.
    It's a bit long and I understand that many questions may have
    already been answered in detail on the forum or VDI wiki. If it's
    not too much a burden - please just reply with a link in this case.
    I'd like this thread to become a reference of sorts to point to our
    management and customers.
    I'm growing an interest to try out a Sun VDI POC in our lab
    with VirtualBox and Sunrays, so I have a number of questions
    popping up. Not all of them are sunray-specific (in fact, most
    are VirtualBox-related), but I humbly hope you won't all flame
    me for that?
    I think I can get most of the answers by experiment, but if
    anyone feels like sharing their experience on these matters
    so I can expect something a'priori - you're welcome to do so ;)
    Some questions involve best practices, however. I understand
    that all mileages vary, but perhaps you can warn me (and others)
    about some known-not-working configurations...
    1) VDI core involves a replicated database (such as MySQL)
    for redundant configuration of its working set storage...
    1.1) What is the typical load on this database? Should it
    just be "available", or should it also have a high mark
    in performance?
    For example, we have a number of old Sun Netra servers
    (UltraSPARC-II 450-650MHz) which even have a shared SCSI
    JBOD (Sun StorEdge S1 with up to 3 disks).
    Would these old horses plow the field well? (Some of them
    do run our SRSS/uttsc tasks okay)
    1.2) This idea seems crippled a bit anyway - if the database
    master node goes down, it seems (but I may be wrong) that
    one of the slave DB nodes should be promoted to a master
    status, and then when the master goes up, their statuses
    should be sorted out again.
    Or the master should be made HA in shared-storage cluster.
    (Wonder question) Why didn't they use Sun DSEE or OpenDS
    with built-in multimaster replication instead?
    2) The documentation I've seen refers to a specific version
    of VirtualBox - 2.0.8, as the supported platform for VDI3.
    It was implied that there were specific features in that
    build made for Sun VDI 3 to work with it. Or so I got it.
    2.1) A few versions rolled out since that one, 3.0 is out
    now. Will they work together okay, work but as unsupported
    config, not work at all?
    2.2) If specifically VirtualBox 2.0.8 is to be used, is there
    some secret build available, or the one from Old Versions
    download page will do?
    3) How much a bad idea is it to roll out a POC deployment
    (up to 10 virtual desktop machines) with VirtualBox VMs
    running on the same server which contains their data
    (such as Sun Fire X4500 with snv_114 or newer)?
    3.1) If this is possible at all, and if the VM data is a
    (cloned) ZFS dataset/volume, should a networked protocol
    (iSCSI) be used for VM data access anyway, or is it
    possible (better?) to use local disk access methods?
    3.2) Is it possible to do a POC deployment (forfeiting such
    features as failover, scalability, etc.) on a single
    machine alltogether?
    3.3) Is it feasible to extend a single-machine deployment
    to a multiple-machine deployment in the future (that
    is, without reinstalling/reconfiguring from scratch)?
    4) Does VBox RDP server and its VDI interaction with SRSS
    have any specific benefits to native Windows RDP, such
    as responsiveness, bandwidth, features (say, microphone
    input)?
    Am I correct to say that VBox RDP server enables the
    touted 3D acceleration (OpenGL 2.0 and DX8/9), and lets
    connections over RDP to any VM BIOS and OSes, not just
    Windows ones?
    4.1) Does the presence of a graphics accelerator card on
    the VirtualBox server matter for remote use of the VM's
    (such as through a Sun Ray and VDI)?
    4.2) Concerning the microphone input, as the question often
    asked for SRSS+uttsc and replied by RDP protocol limits...
    Is it possible to pass the audio over some virtualized
    device for the virtual machine? Is it (not) implemented
    already? ;)
    5) Are there known DO's and DONT's for VM desktop workloads?
    For example, simply office productivity software users
    and software developers with Java IDEs or ongoing C/C++
    compilations should have different RAM/disk footprints.
    Graphics designers heavy on Adobe Photoshop are another
    breed (which we've seen to crawl miserably in Windows
    RDP regardless of win/mstsc or srss/uttsc clients).
    Can it be predicted that some class of desktops can
    virtualize well and others should remain "physical"?
    NB: I guess this is a double-question - on virtualization
    of remote desktop tasks over X11/RDP/ALP (graphics bound),
    as well as a question on virtualization of whole desktop
    machines (IO/RAM/CPU bound).
    6) Are there any rule-of-thumb values for virtualized
    HDD and networking filesystems (NFS, CIFS) throughput?
    (I've seen the sizing guides on VDI Wiki; anything else
    to consider?)
    For example, the particular users' data (their roaming
    profiles, etc.) should be provisioned off the networked
    storage server, temporary files (browser caches, etc.)
    should only exist in the virtual machine, and home dirs
    with working files may better be served off the network
    share altogether.
    I wonder how well this idea works in real life?
    In particular, how well does a virtualized networked
    or "local" homedir work for typical software compile
    tasks (r/w access to many small files)?
    7) I'm also interested in the scenario of VMs spawned
    from "golden image" and destroyed after logout and/or
    manually (i.e. after "golden image"'s update/patching).
    It would be interesting to enable the cloned machine
    to get an individual hostname, join the Windows domain
    (if applicable), promote the user's login to the VM's
    local Administrators group or assign RBAC profiles or
    sudoer permissions, perhaps download the user's domain
    roaming profile - all prior to the first login on this
    VM...
    Is there a way to pass some specific parameters to the
    VM cloning method (i.e. the user's login name, machine's
    hostname and VM's OS)?
    If not, perhaps there are some best-practice suggestions
    on similar provisioning of cloned hosts during first boot
    (this problem is not as new as VDI, anyways)?
    8) How great is the overhead (quantitative or subjective)
    of VM desktops overall (if more specific than values in
    sizing guide on Wiki)? I've already asked on HDD/networking
    above. Other aspects involve:
    How much more RAM does a VM-executing process typically
    use than is configured for the VM? In the JavaOne demo
    webinar screenshots I think I've seen a Windows 7 host
    with 512Mb RAM, and a VM process sized about 575Mb.
    The Wiki suggests 1.2 times more. Is this a typical value?
    Are there "hidden costs" in other VBox processes?
    How efficiently is the CPU emulated/provided (if the VBox
    host has the relevant VT-x extensions), especially for
    such CPU-intensive tasks as compilation?
    *) Question from our bookkeeping team:
    Does creating such a POC lab and testing it in office's
    daily work (placing some employees or guests in front of
    virtual desktops instead of real computers or SR Solaris
    desktops) violate some licenses for Sun VDI, VirtualBox,
    Sun Rays, Sun SGD, Solaris, etc? (The SRSS and SSGD are
    licensed; Solaris is, I guess, licensed by the download
    form asking for how many hosts we have).
    Since all of the products involved (sans SGD) don't need
    a proof of license to install and run, and they can be
    downloaded somewhat freely (after quickly clicking thru
    the tomes of license agreements), it's hard for a mere
    admin to reply such questions ;)
    If there are some limits (# of users, connections, VMs,
    CPUs, days of use, whatever) which differentiate a legal
    deployment for demo (or even legal for day-to-day work)
    from a pirated abuse - please let me know.
    //Jim
    Edited by: JimKlimov on Jul 7, 2009 10:59 AM
    Added licensing question

    Hello VDI users,
    NB: I initially asked this list of questions to my friends at the
    SunRay-Users mailing list, but then I found this forum as a
    more relevant place.
    It's a bit long and I understand that many questions may have
    already been answered in detail on the forum or VDI wiki. If it's
    not too much a burden - please just reply with a link in this case.
    I'd like this thread to become a reference of sorts to point to our
    management and customers.
    I'm growing an interest to try out a Sun VDI POC in our lab
    with VirtualBox and Sunrays, so I have a number of questions
    popping up. Not all of them are sunray-specific (in fact, most
    are VirtualBox-related), but I humbly hope you won't all flame
    me for that?
    I think I can get most of the answers by experiment, but if
    anyone feels like sharing their experience on these matters
    so I can expect something a'priori - you're welcome to do so ;)
    Some questions involve best practices, however. I understand
    that all mileages vary, but perhaps you can warn me (and others)
    about some known-not-working configurations...
    1) VDI core involves a replicated database (such as MySQL)
    for redundant configuration of its working set storage...
    1.1) What is the typical load on this database? Should it
    just be "available", or should it also have a high mark
    in performance?
    For example, we have a number of old Sun Netra servers
    (UltraSPARC-II 450-650MHz) which even have a shared SCSI
    JBOD (Sun StorEdge S1 with up to 3 disks).
    Would these old horses plow the field well? (Some of them
    do run our SRSS/uttsc tasks okay)
    1.2) This idea seems crippled a bit anyway - if the database
    master node goes down, it seems (but I may be wrong) that
    one of the slave DB nodes should be promoted to a master
    status, and then when the master goes up, their statuses
    should be sorted out again.
    Or the master should be made HA in shared-storage cluster.
    (Wonder question) Why didn't they use Sun DSEE or OpenDS
    with built-in multimaster replication instead?
    2) The documentation I've seen refers to a specific version
    of VirtualBox - 2.0.8, as the supported platform for VDI3.
    It was implied that there were specific features in that
    build made for Sun VDI 3 to work with it. Or so I got it.
    2.1) A few versions rolled out since that one, 3.0 is out
    now. Will they work together okay, work but as unsupported
    config, not work at all?
    2.2) If specifically VirtualBox 2.0.8 is to be used, is there
    some secret build available, or the one from Old Versions
    download page will do?
    3) How much a bad idea is it to roll out a POC deployment
    (up to 10 virtual desktop machines) with VirtualBox VMs
    running on the same server which contains their data
    (such as Sun Fire X4500 with snv_114 or newer)?
    3.1) If this is possible at all, and if the VM data is a
    (cloned) ZFS dataset/volume, should a networked protocol
    (iSCSI) be used for VM data access anyway, or is it
    possible (better?) to use local disk access methods?
    3.2) Is it possible to do a POC deployment (forfeiting such
    features as failover, scalability, etc.) on a single
    machine alltogether?
    3.3) Is it feasible to extend a single-machine deployment
    to a multiple-machine deployment in the future (that
    is, without reinstalling/reconfiguring from scratch)?
    4) Does VBox RDP server and its VDI interaction with SRSS
    have any specific benefits to native Windows RDP, such
    as responsiveness, bandwidth, features (say, microphone
    input)?
    Am I correct to say that VBox RDP server enables the
    touted 3D acceleration (OpenGL 2.0 and DX8/9), and lets
    connections over RDP to any VM BIOS and OSes, not just
    Windows ones?
    4.1) Does the presence of a graphics accelerator card on
    the VirtualBox server matter for remote use of the VM's
    (such as through a Sun Ray and VDI)?
    4.2) Concerning the microphone input, as the question often
    asked for SRSS+uttsc and replied by RDP protocol limits...
    Is it possible to pass the audio over some virtualized
    device for the virtual machine? Is it (not) implemented
    already? ;)
    5) Are there known DO's and DONT's for VM desktop workloads?
    For example, simply office productivity software users
    and software developers with Java IDEs or ongoing C/C++
    compilations should have different RAM/disk footprints.
    Graphics designers heavy on Adobe Photoshop are another
    breed (which we've seen to crawl miserably in Windows
    RDP regardless of win/mstsc or srss/uttsc clients).
    Can it be predicted that some class of desktops can
    virtualize well and others should remain "physical"?
    NB: I guess this is a double-question - on virtualization
    of remote desktop tasks over X11/RDP/ALP (graphics bound),
    as well as a question on virtualization of whole desktop
    machines (IO/RAM/CPU bound).
    6) Are there any rule-of-thumb values for virtualized
    HDD and networking filesystems (NFS, CIFS) throughput?
    (I've seen the sizing guides on VDI Wiki; anything else
    to consider?)
    For example, the particular users' data (their roaming
    profiles, etc.) should be provisioned off the networked
    storage server, temporary files (browser caches, etc.)
    should only exist in the virtual machine, and home dirs
    with working files may better be served off the network
    share altogether.
    I wonder how well this idea works in real life?
    In particular, how well does a virtualized networked
    or "local" homedir work for typical software compile
    tasks (r/w access to many small files)?
    7) I'm also interested in the scenario of VMs spawned
    from "golden image" and destroyed after logout and/or
    manually (i.e. after "golden image"'s update/patching).
    It would be interesting to enable the cloned machine
    to get an individual hostname, join the Windows domain
    (if applicable), promote the user's login to the VM's
    local Administrators group or assign RBAC profiles or
    sudoer permissions, perhaps download the user's domain
    roaming profile - all prior to the first login on this
    VM...
    Is there a way to pass some specific parameters to the
    VM cloning method (i.e. the user's login name, machine's
    hostname and VM's OS)?
    If not, perhaps there are some best-practice suggestions
    on similar provisioning of cloned hosts during first boot
    (this problem is not as new as VDI, anyways)?
    8) How great is the overhead (quantitative or subjective)
    of VM desktops overall (if more specific than values in
    sizing guide on Wiki)? I've already asked on HDD/networking
    above. Other aspects involve:
    How much more RAM does a VM-executing process typically
    use than is configured for the VM? In the JavaOne demo
    webinar screenshots I think I've seen a Windows 7 host
    with 512Mb RAM, and a VM process sized about 575Mb.
    The Wiki suggests 1.2 times more. Is this a typical value?
    Are there "hidden costs" in other VBox processes?
    How efficiently is the CPU emulated/provided (if the VBox
    host has the relevant VT-x extensions), especially for
    such CPU-intensive tasks as compilation?
    *) Question from our bookkeeping team:
    Does creating such a POC lab and testing it in office's
    daily work (placing some employees or guests in front of
    virtual desktops instead of real computers or SR Solaris
    desktops) violate some licenses for Sun VDI, VirtualBox,
    Sun Rays, Sun SGD, Solaris, etc? (The SRSS and SSGD are
    licensed; Solaris is, I guess, licensed by the download
    form asking for how many hosts we have).
    Since all of the products involved (sans SGD) don't need
    a proof of license to install and run, and they can be
    downloaded somewhat freely (after quickly clicking thru
    the tomes of license agreements), it's hard for a mere
    admin to reply such questions ;)
    If there are some limits (# of users, connections, VMs,
    CPUs, days of use, whatever) which differentiate a legal
    deployment for demo (or even legal for day-to-day work)
    from a pirated abuse - please let me know.
    //Jim
    Edited by: JimKlimov on Jul 7, 2009 10:59 AM
    Added licensing question

  • Adobe Legal wording for Projector Project deployment

    When I deploy a finished Flash Projector Project is there any Adobe Legal wording that need to travel with the finished project? If so can someone point me in the right direction?

    No legal wording is required at all in regard to Adobe or the use of their product to create the product. When you agreed to their licenses to use the software you already assume all the risk of anything produced with it.
    Your own license for your own product should be included however, to protect yourself.

  • Is it legal to deploy ADF libraries to Tomcat?

    Hi,
    I saw some posts that describe decouple ADF from Weblogic and deploy the libraries to other app servers. As I known, ADF is free, but not open source. So, is it illegal to deploy to Tomcat?
    Thanks

    You are wrong that ADF is free.
    From the license:
    >
    "Components" refers to Oracle TopLink and Oracle Application Development Framework (ADF) which consists of the following components of the Programs: Oracle ADF Business components (aka Business Components for Java), the ADF Model Layer, ADF's Struts Data Actions or Data -Pages, ADF UIX, ADF Swing (aka Jclient), ADF Faces components ADF Mobile, ADF Controller, ADF Data Visualization components, and ADF Security.
    We grant you a nonexclusive, nontransferable limited license to use the Components and the Oracle WebLogic Server only for the purpose of developing a single prototype of your application for your internal business operations, and not for any other purpose. If you want to use the application you develop using the Components, or the Oracle WebLogic Server, for any internal data processing or for any commercial or production purposes you must contact us, or an Oracle reseller, to obtain the appropriate license. If you want to use the Program or Components for any purpose other than as expressly permitted under this agreement you must contact us, or an Oracle reseller, to obtain the appropriate license.
    >
    So you are free to develop an app using ADF, but if you use it, you need a license, regardless if you use WLS or Tomcat.
    Timo

  • Hi I am developing hr web service to develop web service for testing purpose. But when i tried to deploy this web service i can't deploy. My web logic server is integrated web logic server.

    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1112\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.5.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\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
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1112\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:\ORANT\bin;C:\oracle6i\bin;D:\oracle\product\10.2.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\DMIX;C:\ORANT\jdk\bin;C:\Program Files (x86)\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files (x86)\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files (x86)\Microsoft Visual Studio\Common\Tools;C:\Program Files (x86)\Microsoft Visual Studio\VC98\bin;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b50)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Users\ADMINI~1\AppData\Local\Temp\trustStore757944066998599224.jks -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.1\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Aug 19, 2013 3:15:41 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Aug 19, 2013 3:15:41 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 19, 2013 3:15:42 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Aug 19, 2013 3:15:42 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Aug 19, 2013 3:15:42 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 19, 2013 3:15:42 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 19, 2013 3:15:43 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 19, 2013 3:15:43 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00005. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Aug 19, 2013 3:15:43 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Aug 19, 2013 3:15:46 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    Aug 19, 2013 3:15:49 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: ConfigObjectReloaded for ServerConfig. PreviousVersion : -1 : CurrentVersion : 0
    Aug 19, 2013 3:15:49 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: Notification event sent for activating changes.
    Aug 19, 2013 3:15:49 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: Notification sent for Mapping config object reloaded
    Aug 19, 2013 3:15:49 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: AdaptersConfig MBean reloaded
    Aug 19, 2013 3:15:49 PM oracle.ods.virtualization.engine.util.VDELogger info
    INFO: Notification sent for AdaptersConfig MBean reloaded
    <Aug 19, 2013 3:15:50 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 19, 2013 3:15:50 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00004. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:56 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Aug 19, 2013 3:15:57 PM IST> <Warning> <Server> <BEA-002611> <Hostname "user-PC", maps to multiple IP addresses: 192.168.30.232, 192.168.136.1, 192.168.56.1, fe80:0:0:0:d0c3:660a:8d49:e9df%15, fe80:0:0:0:945c:ff02:9552:923a%16, fe80:0:0:0:3da0:9397:f899:53f4%17>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:1ee8:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[7]" is now listening on fe80:0:0:0:0:5efe:c0a8:8801:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[11]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[10]" is now listening on 127.0.0.1:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[11]" is now listening on 0:0:0:0:0:0:0:1:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[10]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:1ee8:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on fe80:0:0:0:0:5efe:c0a8:8801:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[8]" is now listening on fe80:0:0:0:0:100:7f:fffe:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[9]" is now listening on fe80:0:0:0:0:5efe:c0a8:3801:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[9]" is now listening on fe80:0:0:0:0:5efe:c0a8:3801:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:945c:ff02:9552:923a:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 192.168.136.1:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on fe80:0:0:0:945c:ff02:9552:923a:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[8]" is now listening on fe80:0:0:0:0:100:7f:fffe:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.136.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on 192.168.30.232:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 192.168.30.232:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on fe80:0:0:0:d0c3:660a:8d49:e9df:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on fe80:0:0:0:d0c3:660a:8d49:e9df:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.56.1:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.56.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:3da0:9397:f899:53f4:7102 for protocols iiops, t3s, ldaps, https.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:3da0:9397:f899:53f4:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Aug 19, 2013 3:15:57 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 16285 ms.
    IntegratedWebLogicServer started.
    [Running application HRWebService on Server Instance IntegratedWebLogicServer...]
    [03:15:57 PM] **** Warning: Application HRWebService may have been left deployed on the server.  Undeploy it from the admin console.
    [03:15:58 PM] EJB Module ModelEJB.jar recognized in project Model.jpr
    [03:15:58 PM] ----  Deployment started.  ----
    [03:15:58 PM] Target platform is  (Weblogic 10.3).
    [03:15:58 PM] Retrieving existing application information
    [03:15:58 PM] Running dependency analysis...
    [03:15:58 PM] Deploying 2 profiles...
    [03:15:58 PM] Wrote EJB Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\o.j2ee\drs\HRWebService\ModelEJB.jar
    [03:15:58 PM] Wrote Enterprise Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\o.j2ee\drs\HRWebService
    [03:15:58 PM] C:\Oracle\Middleware\jdk160_24\jre\bin\java.exe -client -jar C:\Oracle\Middleware\jdeveloper\..\oracle_common\modules\oracle.webservices_11.1.1\wsa.jar -jaxwsEjbAssemble -input /C:/Users/Administrator/AppData/Roaming/JDeveloper/system11.1.2.4.39.64.36.1/o.j2ee/drs/HRWebService/ -output C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\o.j2ee\drs\tmp -classpath C:\Oracle\Middleware\oracle_common\modules\oracle.idm_11.1.1\identitystore.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar;C:\Oracle\Middleware\oracle_common\modules\groovy-all-1.6.3.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adftransactionsdt.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.view_11.1.1\adf-dt-at-rt.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfdt_common.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adflibrary.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\db-ca.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\jdev-cm.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.ldap_11.1.1\ojmisc.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\commons-el.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\jsp-el-api.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\oracle-el.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.security_11.1.1\adf-share-security.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.security_11.1.1\adf-controller-security.jar;C:\Oracle\Middleware\modules\javax.activation_1.1.0.0_1-1.jar;C:\Oracle\Middleware\modules\javax.mail_1.1.0.0_1-4-1.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-support.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\adflogginghandler.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.share_11.1.1\adfsharembean.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.javatools_11.1.1\resourcebundle.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-api.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-common.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-ee.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-internal.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-manifest.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1\jacc-spi.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.pki_11.1.1\oraclepki.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.osdt_11.1.1\osdt_core.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.osdt_11.1.1\osdt_cert.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.osdt_11.1.1\osdt_ws_sx.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.iau_11.1.1\fmw_audit.jar;C:\Oracle\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.mds_11.1.1\oramds.jar;C:\Oracle\Middleware\modules\javax.servlet_1.0.0.0_2-5.jar;C:\Oracle\Middleware\modules\javax.jsp_1.2.0.0_2-1.jar;C:\Oracle\Middleware\jdeveloper\ide\macros\..\..\..\wlserver_10.3\server\lib\ojdbc6.jar;C:\Oracle\Middleware\oracle_common\jlib\commons-cli-1.0.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.bali.share_11.1.1\share.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.xmlef_11.1.1\xmlef.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.javacache_11.1.1\cache.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.ucp_11.1.0.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.javatools_11.1.1\javatools-nodeps.jar;C:\Oracle\Middleware\modules\javax.management_1.2.1.jar;C:\Oracle\Middleware\modules\javax.management.j2ee_1.0.jar;C:\Oracle\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc-share.jar;C:\Oracle\Middleware\oracle_common\modules\commonj.sdo_2.1.0.jar;C:\Oracle\Middleware\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.webservices_11.1.1\wsclient.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.web-common_11.1.1.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\modules\javax.ejb_3.0.1.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jsf_2.0\jsf-api.jar;C:\Oracle\Middleware\modules\javax.enterprise.deploy_1.2.jar;C:\Oracle\Middleware\modules\javax.interceptor_1.0.jar;C:\Oracle\Middleware\modules\javax.jms_1.1.1.jar;C:\Oracle\Middleware\modules\javax.jws_2.0.jar;C:\Oracle\Middleware\modules\javax.xml.soap_1.3.1.0.jar;C:\Oracle\Middleware\modules\javax.xml.rpc_1.2.1.jar;C:\Oracle\Middleware\modules\javax.xml.ws_2.1.1.jar;C:\Oracle\Middleware\modules\javax.resource_1.5.1.jar;C:\Oracle\Middleware\modules\javax.transaction_1.0.0.0_1-1.jar;C:\Oracle\Middleware\modules\javax.xml.stream_1.1.1.0.jar;C:\Oracle\Middleware\modules\javax.xml.registry_1.0.0.0_1-0.jar;C:\Oracle\Middleware\modules\javax.annotation_1.0.0.0_1-0.jar;C:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_2-0-0.jar -createSchemaMappings -ear /C:/Users/Administrator/AppData/Roaming/JDeveloper/system11.1.2.4.39.64.36.1/o.j2ee/drs/HRWebService/ -servletFilterClass oracle.jbo.server.svc.ServiceContextFilter
    [03:15:59 PM] INFO: Unable to load annotation javax.interceptor.Interceptors for parsing.  The annotation is ignored.
    [03:15:59 PM] INFO: Unable to load annotation javax.interceptor.Interceptors for parsing.  The annotation is ignored.
    [03:15:59 PM] INFO: GenericWSWarAnnotationListener.parseAnnotatedClass Adding Servlet Mapping with URL pattern /AppModuleService for annotated WebService class  hr.model.vo.server.serviceinterface.AppModuleServiceImpl
    [03:15:59 PM] WSA process exited with code 0.
    [03:16:00 PM] Deploying Application...
    <Aug 19, 2013 3:16:01 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1376905560426' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .'
    weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
      at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015002]Unable to load class hr.model.vo.server.serviceinterface.AppModuleServiceImpl in Jar C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\o.j2ee\drs\HRWebService\ModelEJB.jar : java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'hr.model.vo.server.serviceinterface.AppModuleServiceImpl'
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
      at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:165)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
      at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
      at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
      at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
      at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
      at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
      at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1322)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
      at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:165)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
      Truncated. see log file for complete stacktrace
    >
    <Aug 19, 2013 3:16:01 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'HRWebService'.>
    <Aug 19, 2013 3:16:01 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
      at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015002]Unable to load class hr.model.vo.server.serviceinterface.AppModuleServiceImpl in Jar C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\o.j2ee\drs\HRWebService\ModelEJB.jar : java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'hr.model.vo.server.serviceinterface.AppModuleServiceImpl'
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
      at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:165)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
      at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
      at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
      at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
      at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
      at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
      at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1322)
      at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
      at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:165)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
      at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
      Truncated. see log file for complete stacktrace
    >
    [03:16:01 PM] Deployment cancelled.
    [03:16:01 PM] ----  Deployment incomplete  ----.
    [03:16:01 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application HRWebService due to error deploying to IntegratedWebLogicServer.
    [Application HRWebService stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Please take a look at the install OBE; you will want to use Oracle Enterprise Manager to configure the policy.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/hyp/DRM11.1.2-WebServicesAPI/index.htm

  • Questions on deploying Java desktop applications

    Hello,
    I have searched the forums and been unable to find the information I need. I am not sure this is the appropriate forum to post at but had to start somewhere!
    I have a Java desktop application which has only been used internally at my organization for R&D. We are now working with our legal folks on setting up various licensing options. The funding organization today said that they wanted the software set up such that deploying it externally would have behaviors such as:
    * preventing one CD being used to install on multiple machines,
    * preventing someone from copying the installed software from one machine to another,
    * have a way for the software to "expire" after a set amount of time.
    I have never had to deploy software externally before (nor does it seem has anyone else at my organization - we do science R&D) and am at a loss as to how to best do this. I have googled around a bit but not found any solutions. Has anyone here done this and could perhaps give me some pointers?
    Much Thanks,
    Keri

    kgoorley wrote: Hello,
    I have searched the forums and been unable to find the information I need. I am not sure this is the appropriate forum to post at but had to start somewhere!
    Given you new not only to deployment, but also
    posting to these forums, I will take the opportunity
    to point out that I let this post be for a couple of
    days since in had no Dukes assigned. To my
    eye, dukes indicate how important a question is
    to whoever asked it, and I do not generally have
    time to answer questions that are not important.
    You can add dukes to a thread at any time.
    kgoorley wrote: ..licensing options. ..
    * preventing one CD being used to install on multiple machines,
    * preventing someone from copying the installed software from one machine to another,
    * have a way for the software to "expire" after a set amount of time.
    Web start apps. are usually deployed directly off
    a server/internet site. Although deployment off CD
    is theoretically possible, it is uncommon.
    The basic answer to all your questions as asked is 'no'.
    However, if the legal people can take a slightly different
    line, and that server/site has some 'active' element to it
    (e.g. it is generated using servlets), there might be other
    options worth considering.
    The basic approach would be not to sell licenses
    per machine, but per 'use', in the sense that if
    I were to sell you a license, it would be for 'nn users',
    rather than 'nn machines'. This means that if you
    had a license for 'two' users (let's call them Bob
    and Harriet), both Bob and Harriet could use any
    PC in the organization to use the software,
    but once they were both logged in, no further
    users of the software would be allowed.
    The way to achieve this is to have the application
    'phone home' to the server and tell it the
    username(/password). Every 2-3 minutes,
    the app. should get back to the server and
    confirm it is 'still running..'. If the app. cannot
    reach the server, it reports a problem to the
    user, and exits.
    If the server does not get a 'still running' confirmation
    in a time longer than that few minutes, it assumes
    the app. is off-screen, and frees that 'licence slot'.
    The reason to keep letting the server know it is
    there, is that if Harriet were to be logged in, and
    Bob accidentally trips over the power cord and
    drops Harriet's computer in a screaming heap,
    her app. will never have the chance to 'log out'
    and inform the server to free the slot.
    As such, it is important to allow her to log-in again in
    'a few minutes' (which is probably about the amount
    of time it will take her machine to reboot, and chide
    Bob for his oafish carelessness).
    Using this system, the first & second requirements
    above become redundant - as it is not the number of
    PC's that we care about - just the number of users.
    The third requirement could easily be handled on
    the server-side, checking licenses as users
    log-in, and confirming that license is still valid.
    Edited by: AndrewThompson64 on Sep 27, 2007 7:30 AM

  • Unable to Run/Deploy the Application

    JDev 11.1.2.1.0 ADF BC
    I am unable to run my application and it gives the below log:
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1112\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.5.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\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Sahar Hassan\sqljdbc4.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1112\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;D:\oracle\product\10.2.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b50)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Users\ADMINI~1\AppData\Local\Temp\trustStore4013408576188156013.jks -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Jun 19, 2012 4:43:24 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 19, 2012 4:43:24 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 19, 2012 4:43:24 PM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\lib\sqljdbc4.jar>
    <Jun 19, 2012 4:43:25 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Jun 19, 2012 4:43:27 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 19, 2012 4:43:27 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00019. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Jun 19, 2012 4:43:31 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <MessageLocalizationHelper> <getLocalizedMessage> The resource for bundle "oracle.jrf.i18n.MBeanMessageBundle" with key "oracle.jrf.JRFServiceMBean.checkIfJRFAppliedOnMutipleTargets" cannot be found.
    <Jun 19, 2012 4:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 19, 2012 4:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <WSEE:12>com.bea.core.repackaged.springframework.beans.factory.BeanCreationException: Error creating bean with name 'weblogic.wsee.jaxws.client.async.AsyncTransportProvider': Instantiation of bean failed; nested exception is com.bea.core.repackaged.springframework.beans.BeanInstantiationException: Could not instantiate bean class [weblogic.wsee.jaxws.client.async.AsyncTransportProvider]: No default constructor found; nested exception is java.lang.NoSuchMethodException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider.<init>()<WSEEComponentContributor.loadUsingSpring:83>
    <Jun 19, 2012 4:44:26 PM IST> <Error> <HTTP> <BEA-101216> <Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "SugarCRM-ViewController-context-root".
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         Truncated. see log file for complete stacktrace
    Caused By: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:26 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SugarCRM'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "SugarCRM-ViewController-context-root".
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java: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:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
         ... 49 more
    Caused by: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         ... 50 more
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00019. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on 127.0.0.1:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on 0:0:0:0:0:0:0:1:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Warning> <Server> <BEA-002611> <Hostname "path-mumbai7", maps to multiple IP addresses: 192.168.1.20, fe80:0:0:0:8ceb:756:d0e1:6176%11, fe80:0:0:0:3401:2477:3f57:feeb%13, 2001:0:5ef5:79fb:3401:2477:3f57:feeb>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:3401:2477:3f57:feeb:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 192.168.1.20:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:114:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on fe80:0:0:0:3401:2477:3f57:feeb:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.1.20:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:8ceb:756:d0e1:6176:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:8ceb:756:d0e1:6176:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 2001:0:5ef5:79fb:3401:2477:3f57:feeb:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 2001:0:5ef5:79fb:3401:2477:3f57:feeb:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:114:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jun 19, 2012 4:44:34 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jun 19, 2012 4:44:34 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 98161 ms.
    IntegratedWebLogicServer started.
    [Running application SugarCRM on Server Instance IntegratedWebLogicServer...]
    [04:44:34 PM] **** Warning: Application SugarCRM may have been left deployed on the server.  Undeploy it from the admin console.
    [04:44:34 PM] Web Module ViewControllerWebApp.war recognized in project ViewController.jpr
    [04:44:34 PM] ----  Deployment started.  ----
    [04:44:34 PM] Target platform is  (Weblogic 10.3).
    [04:44:35 PM] Retrieving existing application information
    [04:44:35 PM] Running dependency analysis...
    [04:44:35 PM] Deploying 2 profiles...
    [04:44:35 PM] Wrote Web Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\SugarCRM\ViewControllerWebApp.war
    [04:44:36 PM] Wrote Enterprise Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\SugarCRM
    [04:44:36 PM] Redeploying Application...
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <Jun 19, 2012 4:44:37 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1340104476670' for task '0'. Error is: 'weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM'
    weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM
         at weblogic.servlet.internal.WebAppModule.initAndValidateContextPath(WebAppModule.java:1210)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:970)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:382)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:433)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:37 PM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'SugarCRM'.>
    <Jun 19, 2012 4:44:37 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SugarCRM'.>
    <Jun 19, 2012 4:44:37 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM
         at weblogic.servlet.internal.WebAppModule.initAndValidateContextPath(WebAppModule.java:1210)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:970)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:382)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:433)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         Truncated. see log file for complete stacktrace
    >
    [04:44:37 PM] Deployment cancelled.
    [04:44:37 PM] ----  Deployment incomplete  ----.
    [04:44:37 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application SugarCRM due to error deploying to IntegratedWebLogicServer.
    [Application SugarCRM stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRMLooks like the application (or another application which uses same context root) is already deployed to the server and could not be undeployed.
    Can you invoke the WLS console, navigate the deployment and undeploy it, then try deploying from JDev and see if it works fine?
    -Arun

  • Getting pbl while i am deploying the application in weblogic 10.3

    here is my pbl.
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'noTryBlocks@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'compilerclass@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:234)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:221)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:146)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:306)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
         at weblogic.servlet.internal.WebAppDescriptor.getWeblogicWebAppBean(WebAppDescriptor.java:170)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1194)
         ... 26 more
    weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'noTryBlocks@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'compilerclass@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>'
    weblogic.application.ModuleException: [HTTP:101064][WebAppModule(_auto_generated_ear_:>/ancillary)] Error parsing descriptor in Web appplication "C:\Ancillary\src\web\metadata"
    weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'noTryBlocks@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'compilerclass@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1201)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:350)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'noTryBlocks@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'precompile-continue@http://www.bea.com/ns/weblogic/weblogic-web-app verbose@http://www.bea.com/ns/weblogic/weblogic-web-app working-dir@http://www.bea.com/ns/weblogic/weblogic-web-app print-nulls@http://www.bea.com/ns/weblogic/weblogic-web-app backward-compatible@http://www.bea.com/ns/weblogic/weblogic-web-app encoding@http://www.bea.com/ns/weblogic/weblogic-web-app exact-mapping@http://www.bea.com/ns/weblogic/weblogic-web-app default-file-name@http://www.bea.com/ns/weblogic/weblogic-web-app rtexprvalue-jsp-param-name@http://www.bea.com/ns/weblogic/weblogic-web-app debug@http://www.bea.com/ns/weblogic/weblogic-web-app compress-html-template@http://www.bea.com/ns/weblogic/weblogic-web-app optimize-java-expression@http://www.bea.com/ns/weblogic/weblogic-web-app' instead of 'compilerclass@http://www.bea.com/ns/weblogic/weblogic-web-app' here in element jsp-descriptor@http://www.bea.com/ns/weblogic/weblogic-web-app:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:234)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:221)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:146)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:306)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
         at weblogic.servlet.internal.WebAppDescriptor.getWeblogicWebAppBean(WebAppDescriptor.java:170)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1194)
         ... 26 more

    It is really handy to learn how to read schema validation errors. It really does say exactly what's wrong there. If you can get access to the XSD that your XML document is prescribing, you should be able to tell what mistake you made. If you learn how to do this, you'll never have to ask questions like this again. :)
    The error refers to the "http://www.bea.com/ns/weblogic/weblogic-web-app" namespace, which I believe is in your "weblogic.xml" file. It's saying that in the "jsp-descriptor" element, it found a "noTryBlocks" element at a point where it was not legal. At that point, it expected to find either a "'precompile-continue" or several other elements, but not that one. Read the XSD to determine the correct order for elements. If you're editing this file in Eclipse, you may not even have to obtain the XSD. If you hover the mouse over the root element of the document, it will give you a popup showing the syntax details of the element, which will tell you what the expected order of elements is.

  • Error while deploying the BMP Bean

    Hi
    Here Iam trying to deploy the Account(BMP)Bean in to WebAS
    and the following error is getting while deplying.
    Jun 28, 2005 6:18:42 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [027]Additional log information about the deployment.
    can any one can help me on this?
    thanks in advance.
    Error follows.........
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\J2E\JC00\SDM\program\log\sdmcl20050628124840.log]/>
    <!PATTERN[sdmcl20050628124840.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Jun 28, 2005 6:18:40 PM  Info: -
    Starting deployment -
    Jun 28, 2005 6:18:40 PM  Info: Loading selected archives...
    Jun 28, 2005 6:18:40 PM  Info: Loading archive 'C:\usr\sap\J2E\JC00\SDM\program\temp\temp54349BankAccountApp.ear'
    Jun 28, 2005 6:18:40 PM  Info: Selected archives successfully loaded.
    Jun 28, 2005 6:18:40 PM  Info: Actions per selected component:
    Jun 28, 2005 6:18:40 PM  Info: Update: Selected development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.18.18.29' updates currently deployed development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.17.46.20'.
    Jun 28, 2005 6:18:40 PM  Info: The deployment prerequisites finished withtout any errors.
    Jun 28, 2005 6:18:40 PM  Info: Saved current Engine state.
    Jun 28, 2005 6:18:40 PM  Info: Error handling strategy: OnErrorStop
    Jun 28, 2005 6:18:40 PM  Info: Update strategy: UpdateAllVersions
    Jun 28, 2005 6:18:40 PM  Info: Starting: Update: Selected development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.18.18.29' updates currently deployed development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.17.46.20'.
    Jun 28, 2005 6:18:40 PM  Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\BankAccountApp\localhost\2005.06.28.18.18.29\temp54349BankAccountApp.ear
    Jun 28, 2005 6:18:40 PM  Info: Software type of SDA: J2EE
    Jun 28, 2005 6:18:40 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Jun 28, 2005 6:18:41 PM  Info: Begin of log messages of the target system:
    05/06/28 18:18:40 -  ***********************************************************
    05/06/28 18:18:41 -  Start updating EAR file...
    05/06/28 18:18:41 -  start-up mode is lazy
    05/06/28 18:18:41 -  EAR file updated successfully for 170ms.
    05/06/28 18:18:41 -  Start updating...
    05/06/28 18:18:41 -  EAR file uploaded to server for 70ms.
    05/06/28 18:18:41 -  ERROR: Not updated. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/BankAccountApp..
                         Reason: null; nested exception is:
                              java.lang.NullPointerException
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:592)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
                         Caused by: java.lang.NullPointerException
                              at com.sap.engine.services.ejb.EJBAdmin.needUpdate(EJBAdmin.java:337)
                              at com.sap.engine.services.deploy.server.application.UpdateTransaction.getContainersWhichNeedUpdate(UpdateTransaction.java:511)
                              at com.sap.engine.services.deploy.server.application.UpdateTransaction.getConcernedContainers(UpdateTransaction.java:467)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:356)
                              at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:146)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3023)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:580)
                              ... 10 more
                         For detailed information see the log file of the Deploy Service.
    05/06/28 18:18:41 -  ***********************************************************
    Jun 28, 2005 6:18:41 PM  Info: End of log messages of the target system.
    Jun 28, 2005 6:18:41 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jun 28, 2005 6:18:41 PM  Error: Aborted: development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.18.18.29':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/BankAccountApp..
    Reason: null; nested exception is:
         java.lang.NullPointerException
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jun 28, 2005 6:18:42 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jun 28, 2005 6:18:42 PM  Error: -
    At least one of the Deployments failed -

    hi
    i have gone through the visual administrator and in deployments there is not application called BankAccountApp and again i tried to deploy the same  and this time it is giving the different error ...
    Jun 29, 2005 5:08:14 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : INLD50043555
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/c5065576/LOCALS1/Temp/temp20093BankAccountApp.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/c5065576/LOCALS1/Temp/temp20093BankAccountApp.ear
    Aborted: development component 'BankAccountApp'/'sap.com'/'localhost'/'2005.06.28.18.18.29':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/BankAccountApp.. Reason: Incorrect application sap.com/BankAccountApp:Bean AccountBean: The primary key class java.lang.Object is not a legal Value Type in RMI-IIOP.Bean AccountBean: The primary key class java.lang.Object does not define method equals(java.lang.Object). The primary key class must provide suitable implementation of the equals(Object) method. EJB Specification 10.6.13.Bean AccountBean: The primary key class java.lang.Object does not define method hashCode(). The primary key class must provide suitable implementation of the hashCode() method. EJB Specification 10.6.13.Bean AccountBean. Illegal return type for method ejbCreate. The return type must be the entity bean's primary key type. EJB Specification 10.6.4.Bean AccountBean. The return type of ejbFinder methods must be the entity bean's primary key class, java.util.Collection, or java.util.Enumeration, but found com.examples.bmp.Account.Bean AccountBean. Method findByPrimaryKey(<PrimaryKeyClass>) not found in home interface com.examples.bmp.AccountHome. The remote home interface must always include the findByPrimaryKey method, which is always a single-object finder. The method must declare the primary key class as the method argument. EJB Specification 10.6.10.Error in the remote interface com.examples.bmp.Account of bean AccountBean: No corresponding business method in the bean class com.examples.bmp.AccountBean was found for method setAccountID.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/BankAccountApp:Bean AccountBean: The primary key class java.lang.Object is not a legal Value Type in RMI-IIOP.Bean AccountBean: The primary key class java.lang.Object does not define method equals(java.lang.Object). The primary key class must provide suitable implementation of the equals(Object) method. EJB Specification 10.6.13.Bean AccountBean: The primary key class java.lang.Object does not define method hashCode(). The primary key class must provide suitable implementation of the hashCode() method. EJB Specification 10.6.13.Bean AccountBean. Illegal return type for method ejbCreate. The return type must be the entity bean's primary key type. EJB Specification 10.6.4.Bean AccountBean. The return type of ejbFinder methods must be the entity bean's primary key class, java.util.Collection, or java.util.Enumeration, but found com.examples.bmp.Account.Bean AccountBean. Method findByPrimaryKey(<PrimaryKeyClass>) not found in home interface com.examples.bmp.AccountHome. The remote home interface must always include the findByPrimaryKey method, which is always a single-object finder. The method must declare the primary key class as the method argument. EJB Specification 10.6.10.Error in the remote interface com.examples.bmp.Account of bean AccountBean: No corresponding business method in the bean class com.examples.bmp.AccountBean was found for method setAccountID.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2133)
         at com.sap.engine.services.ejb.EJBAdmin.makeUpdate(EJBAdmin.java:464)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:374)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:146)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3023)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:580)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/BankAccountApp:Bean AccountBean: The primary key class java.lang.Object is not a legal Value Type in RMI-IIOP.Bean AccountBean: The primary key class java.lang.Object does not define method equals(java.lang.Object). The primary key class must provide suitable implementation of the equals(Object) method. EJB Specification 10.6.13.Bean AccountBean: The primary key class java.lang.Object does not define method hashCode(). The primary key class must provide suitable implementation of the hashCode() method. EJB Specification 10.6.13.Bean AccountBean. Illegal return type for method ejbCreate. The return type must be the entity bean's primary key type. EJB Specification 10.6.4.Bean AccountBean. The return type of ejbFinder methods must be the entity bean's primary key class, java.util.Collection, or java.util.Enumeration, but found com.examples.bmp.Account.Bean AccountBean. Method findByPrimaryKey(<PrimaryKeyClass>) not found in home interface com.examples.bmp.AccountHome. The remote home interface must always include the findByPrimaryKey method, which is always a single-object finder. The method must declare the primary key class as the method argument. EJB Specification 10.6.10.Error in the remote interface com.examples.bmp.Account of bean AccountBean: No corresponding business method in the bean class com.examples.bmp.AccountBean was found for method setAccountID.
         at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)
         at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:253)
         at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2133)
         at com.sap.engine.services.ejb.EJBAdmin.makeUpdate(EJBAdmin.java:464)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:374)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:146)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3023)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:580)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    can anyone help me on this.
    Thanks in advance
    Vasu

  • Unable to deploy the MSI in Windows 7 64-bit

    Hi there,
    I try to deploy Adobe Reader 10.1.1 in a new Windows 7 Pro SP1 64-bit installation with the following command line: "msiexec /i AcroRead.msi TRANSFORMS=AcroRead.mst /qn /log log.txt" through MDT 2010. I also tried in a command prompt without sucess. Through MDT I get this result: Application Adobe Reader 10.1.1 returned an unexpected return code: 1603.
    Interesting fact: in a Windows 7 Pro SP1 x86, the Adobe Reader 10.1.1 is installed correctly without any error.
    The log file says:
    === Logging started: 07.12.2011  12:59:57 ===
    Action start 12:59:57: INSTALL.
    Action start 12:59:57: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    Action ended 12:59:57: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    Action start 12:59:57: ISSetupFilesExtract.
    1: Starting to extract setup files
    1: Getting SUPPORTDIR property :  
    1: Extracting SetupFiles to:  C:\Users\ADMINI~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}
    1: Getting ISSetupFile table view
    1: Executing ISSetupFile table view
    1: Extracting Setup File:
    1: C:\Users\ADMINI~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}\FixTransforms .exe
    1: Setting SUPPORTDIR property to:  C:\Users\ADMINI~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}
    1: Setting ISSETUPFILESCOMPLETED property
    Action ended 12:59:57: ISSetupFilesExtract. Return value 1.
    Action start 12:59:57: AppSearch.
    Action ended 12:59:57: AppSearch. Return value 1.
    Action start 12:59:57: LaunchConditions.
    Action ended 12:59:57: LaunchConditions. Return value 1.
    Action start 12:59:57: FindRelatedProducts.
    Action ended 12:59:57: FindRelatedProducts. Return value 1.
    Action start 12:59:57: ValidateProductID.
    Action ended 12:59:57: ValidateProductID. Return value 1.
    Action start 12:59:57: setUserProfileNT.
    Action ended 12:59:57: setUserProfileNT. Return value 1.
    Action start 12:59:57: setAllUsersProfile2K.
    Action ended 12:59:57: setAllUsersProfile2K. Return value 1.
    Action start 12:59:57: IsInstallElevated.
    Action ended 12:59:57: IsInstallElevated. Return value 1.
    Action start 12:59:57: FileTypesOwnerInit.
    ADelRCP logging: : PDF ownership: InitCurrentPDFOwner()
    ADelRCP logging: :    Current owner:
    ADelRCP logging: :       The installing/uninstall app path: "\AcroRd32.exe";  version: 10
    ADelRCP logging: :    The installing/uninstalling product is not the current PDF owner
    ADelRCP logging: :    Installing Reader && [IW_DEFAULT_VERB]= "Read": set [DEFAULT_VERB] ="Read"
    Action ended 12:59:57: FileTypesOwnerInit. Return value 1.
    Action start 12:59:57: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    Action ended 12:59:57: WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    Action start 12:59:57: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A.
    Action ended 12:59:57: WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A. Return value 1.
    Action start 12:59:57: CostInitialize.
    Action ended 12:59:57: CostInitialize. Return value 1.
    Action start 12:59:57: ResolveSource.
    Action ended 12:59:57: ResolveSource. Return value 1.
    Action start 12:59:57: SetSourceDirCustom.
    Action ended 12:59:57: SetSourceDirCustom. Return value 1.
    Action start 12:59:57: ProcessAbcpy.
    CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
    Action ended 12:59:57: ProcessAbcpy. Return value 1.
    Action start 12:59:57: SetupPluginsProperties.
    Action ended 12:59:57: SetupPluginsProperties. Return value 1.
    Action start 12:59:57: SupressReboot.
    Action ended 12:59:57: SupressReboot. Return value 1.
    Action start 12:59:57: FileCost.
    Action ended 12:59:57: FileCost. Return value 1.
    Action start 12:59:57: IsolateComponents.
    Action ended 12:59:57: IsolateComponents. Return value 0.
    Action start 12:59:57: CostFinalize.
    Action ended 12:59:57: CostFinalize. Return value 1.
    Action start 12:59:57: SetARPInstallLocation.
    Action ended 12:59:57: SetARPInstallLocation. Return value 1.
    Action start 12:59:57: SetARPReadme.
    Action ended 12:59:57: SetARPReadme. Return value 1.
    Action start 12:59:57: SetARPReadmeEx.
    Action ended 12:59:57: SetARPReadmeEx. Return value 1.
    Action start 12:59:57: FileTypesOwnerSet.
    ADelRCP logging: : PDF ownership: SetCurrentPDFOwner()
    ADelRCP logging: :    Current value of [DEFAULT_VERB]=Read
    ADelRCP logging: : system search and save several properties used by registry installation later
    ADelRCP logging: :    [AS_HKCR_EXE]="C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    ADelRCP logging: :    [PDFSHELL_LOCALSERVER_COMMAND]="C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32Info.exe" /PDFShell
    ADelRCP logging: :    [PDF_DEFAULTICON]=C:\Windows\Installer\{AC76BA86-7AD7-1033-7B44-AA1000000001}\PDFFile_8.i co,0
    ADelRCP logging: :    [PDF_PREVIEW_HANDERLER_DLL]=C:\Program Files\Adobe\Reader 10.0\Reader\pdfprevhndlr.dll
    ADelRCP logging: :    [PDF_PREVIEW_HANDERLER_HELPDIR]=C:\Program Files\Adobe\Reader 10.0\Reader\
    ADelRCP logging: :    [PDF_INPROCSERVER_VIEWERPS]=C:\Program Files\Adobe\Reader 10.0\Reader\ViewerPS.dll
    Action ended 12:59:57: FileTypesOwnerSet. Return value 1.
    Action start 12:59:57: Set_PROGID7_ALTERNATE_COMMAND_Reader.
    Action ended 12:59:57: Set_PROGID7_ALTERNATE_COMMAND_Reader. Return value 1.
    Action start 12:59:57: SetODBCFolders.
    Action ended 12:59:57: SetODBCFolders. Return value 0.
    Action start 12:59:57: MigrateFeatureStates.
    Action ended 12:59:57: MigrateFeatureStates. Return value 0.
    Action start 12:59:57: ApplicationsInUse.
    ADelRCP logging: : Process privilege adjusted.
    ADelRCP logging: : Condition not met for AppsInUseEx module entry : AcroRd32dll
    Action ended 12:59:57: ApplicationsInUse. Return value 1.
    Action start 12:59:57: InstallValidate.
    Action ended 12:59:57: InstallValidate. Return value 1.
    Action start 12:59:57: CloseApps.
    Action ended 12:59:57: CloseApps. Return value 1.
    Action start 12:59:57: TransferRegistryCollect.
    Action ended 12:59:57: TransferRegistryCollect. Return value 1.
    Action start 12:59:57: RemoveExistingProducts.
    Action ended 12:59:57: RemoveExistingProducts. Return value 1.
    Action start 12:59:57: ExportCacheBinary.
    Action ended 12:59:57: ExportCacheBinary. Return value 1.
    Action start 12:59:57: SetMoveCacheBinary.
    Action ended 12:59:57: SetMoveCacheBinary. Return value 1.
    Action start 12:59:57: CollectPropertiesMNT.
    Action ended 12:59:57: CollectPropertiesMNT. Return value 1.
    Action start 12:59:57: CollectCustomTablesData.
    Action ended 12:59:57: CollectCustomTablesData. Return value 1.
    Action start 12:59:57: CollectProperties.
    Action ended 12:59:57: CollectProperties. Return value 1.
    Action start 12:59:57: InstallInitialize.
    Action ended 12:59:58: InstallInitialize. Return value 1.
    Action start 12:59:58: RegisterProperties_Rollback.
    Action ended 12:59:58: RegisterProperties_Rollback. Return value 1.
    Action start 12:59:58: RegisterProperties.
    Action ended 12:59:58: RegisterProperties. Return value 1.
    Action start 12:59:58: FixRegPermissions.
    Action ended 12:59:58: FixRegPermissions. Return value 1.
    Action start 12:59:58: FixFilePermissions.
    Action ended 12:59:58: FixFilePermissions. Return value 1.
    Action start 12:59:58: BroadcastUnloadStubMessage.
    Action ended 12:59:58: BroadcastUnloadStubMessage. Return value 1.
    Action start 12:59:58: FileTypesOwnerBackup.
    Action ended 12:59:58: FileTypesOwnerBackup. Return value 1.
    Action start 12:59:58: AllocateRegistrySpace.
    Action ended 12:59:58: AllocateRegistrySpace. Return value 1.
    Action start 12:59:58: ProcessComponents.
    Action ended 12:59:58: ProcessComponents. Return value 1.
    Action start 12:59:58: UnpublishComponents.
    Action ended 12:59:58: UnpublishComponents. Return value 0.
    Action start 12:59:58: MsiUnpublishAssemblies.
    Action ended 12:59:58: MsiUnpublishAssemblies. Return value 1.
    Action start 12:59:58: UnpublishFeatures.
    Action ended 12:59:58: UnpublishFeatures. Return value 1.
    Action start 12:59:58: StopServices.
    Action ended 12:59:58: StopServices. Return value 1.
    Action start 12:59:58: DeleteServices.
    Action ended 12:59:58: DeleteServices. Return value 1.
    Action start 12:59:58: UnregisterComPlus.
    Action ended 12:59:58: UnregisterComPlus. Return value 0.
    Action start 12:59:58: SelfUnregModules.
    Action ended 12:59:58: SelfUnregModules. Return value 1.
    Action start 12:59:58: UnregisterTypeLibraries.
    Action ended 12:59:58: UnregisterTypeLibraries. Return value 1.
    Action start 12:59:58: RemoveODBC.
    Action ended 12:59:58: RemoveODBC. Return value 1.
    Action start 12:59:58: UnregisterFonts.
    Action ended 12:59:58: UnregisterFonts. Return value 1.
    Action start 12:59:58: RemoveRegistryValues.
    Action ended 12:59:58: RemoveRegistryValues. Return value 1.
    Action start 12:59:58: UnregisterClassInfo.
    Action ended 12:59:58: UnregisterClassInfo. Return value 1.
    Action start 12:59:58: UnregisterExtensionInfo.
    Action ended 12:59:58: UnregisterExtensionInfo. Return value 1.
    Action start 12:59:58: UnregisterProgIdInfo.
    Action ended 12:59:58: UnregisterProgIdInfo. Return value 1.
    Action start 12:59:58: UnregisterMIMEInfo.
    Action ended 12:59:58: UnregisterMIMEInfo. Return value 1.
    Action start 12:59:58: RemoveIniValues.
    Action ended 12:59:58: RemoveIniValues. Return value 1.
    Action start 12:59:58: RemoveShortcuts.
    Action ended 12:59:58: RemoveShortcuts. Return value 1.
    Action start 12:59:58: RemoveEnvironmentStrings.
    Action ended 12:59:58: RemoveEnvironmentStrings. Return value 1.
    Action start 12:59:58: RemoveDuplicateFiles.
    Action ended 12:59:58: RemoveDuplicateFiles. Return value 1.
    Action start 12:59:58: RemoveFiles.
    Action ended 12:59:58: RemoveFiles. Return value 1.
    Action start 12:59:58: RemoveFolders.
    Action ended 12:59:58: RemoveFolders. Return value 1.
    Action start 12:59:58: SetupNetscapeRegistry.
    CustomAction SetupNetscapeRegistry returned actual error code 1603 but will be translated to success due to continue marking
    Action ended 12:59:58: SetupNetscapeRegistry. Return value 1.
    Action start 12:59:58: CreateFolders.
    Action ended 12:59:58: CreateFolders. Return value 1.
    Action start 12:59:58: MoveFiles.
    Action ended 12:59:59: MoveFiles. Return value 1.
    Action start 12:59:59: InstallFiles.
    Action ended 12:59:59: InstallFiles. Return value 1.
    Action start 12:59:59: PatchFiles.
    Action ended 12:59:59: PatchFiles. Return value 0.
    Action start 12:59:59: DuplicateFiles.
    Action ended 12:59:59: DuplicateFiles. Return value 1.
    Action start 12:59:59: BindImage.
    Action ended 12:59:59: BindImage. Return value 1.
    Action start 12:59:59: CreateShortcuts.
    Action ended 12:59:59: CreateShortcuts. Return value 1.
    Action start 12:59:59: RegisterClassInfo.
    Action ended 12:59:59: RegisterClassInfo. Return value 1.
    Action start 12:59:59: RegisterExtensionInfo.
    Action ended 12:59:59: RegisterExtensionInfo. Return value 1.
    Action start 12:59:59: RegisterProgIdInfo.
    Action ended 12:59:59: RegisterProgIdInfo. Return value 1.
    Action start 12:59:59: RegisterMIMEInfo.
    Action ended 12:59:59: RegisterMIMEInfo. Return value 1.
    Action start 12:59:59: WriteRegistryValues.
    Action ended 12:59:59: WriteRegistryValues. Return value 1.
    Action start 12:59:59: WriteIniValues.
    Action ended 12:59:59: WriteIniValues. Return value 1.
    Action start 12:59:59: WriteEnvironmentStrings.
    Action ended 12:59:59: WriteEnvironmentStrings. Return value 1.
    Action start 12:59:59: RegisterFonts.
    Action ended 12:59:59: RegisterFonts. Return value 1.
    Action start 12:59:59: InstallODBC.
    Action ended 12:59:59: InstallODBC. Return value 0.
    Action start 12:59:59: RegisterTypeLibraries.
    Action ended 12:59:59: RegisterTypeLibraries. Return value 1.
    Action start 12:59:59: RegisterComPlus.
    Action ended 12:59:59: RegisterComPlus. Return value 0.
    Action start 12:59:59: InstallServices.
    Action ended 12:59:59: InstallServices. Return value 1.
    Action start 12:59:59: DefragmentFiles_InitProgress.
    DefragmentFiles_InitProgress: Starting immediate custom action
    DefragmentFiles_InitProgress: Current UILevel is (2)
    DefragmentFiles_InitProgress: MSI property DefragmentFiles: IMM_SUCCESS;C:\Program Files\Adobe\Reader 10.0\;Software\Adobe\Acrobat Reader\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
    ;|rdr|\ace.dll;|rdr|\acrord32.dll;|rdr|\acrord32.exe;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\coo ltype.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\anno ts.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|r dr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr |\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendm ail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|r dr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;35029023
    DefragmentFiles_InitProgress: Ending immediate custom action
    Action ended 12:59:59: DefragmentFiles_InitProgress. Return value 1.
    Action start 12:59:59: DefragmentFiles.
    Action ended 12:59:59: DefragmentFiles. Return value 1.
    Action start 12:59:59: StartServices.
    Action ended 12:59:59: StartServices. Return value 1.
    Action start 12:59:59: TransferRegistryApply.
    Action ended 12:59:59: TransferRegistryApply. Return value 1.
    Action start 12:59:59: MoveCacheBinary.
    Action ended 12:59:59: MoveCacheBinary. Return value 1.
    Action start 12:59:59: InstallEnterpriseFiles.
    Action ended 12:59:59: InstallEnterpriseFiles. Return value 1.
    Action start 12:59:59: InstallEnterpriseRegistry.
    Action ended 12:59:59: InstallEnterpriseRegistry. Return value 1.
    Action start 12:59:59: LockRegPermissions.
    Action ended 12:59:59: LockRegPermissions. Return value 1.
    Action start 12:59:59: LockFilePermissions.
    Action ended 12:59:59: LockFilePermissions. Return value 1.
    Action start 12:59:59: SelfRegModules.
    Action ended 12:59:59: SelfRegModules. Return value 1.
    Action start 12:59:59: RegisterUser.
    Action ended 12:59:59: RegisterUser. Return value 1.
    Action start 12:59:59: RegisterProduct.
    Action ended 12:59:59: RegisterProduct. Return value 1.
    Action start 12:59:59: PublishComponents.
    Action ended 12:59:59: PublishComponents. Return value 0.
    Action start 12:59:59: MsiPublishAssemblies.
    Action ended 12:59:59: MsiPublishAssemblies. Return value 1.
    Action start 12:59:59: PublishFeatures.
    Action ended 12:59:59: PublishFeatures. Return value 1.
    Action start 12:59:59: PublishProduct.
    Action ended 12:59:59: PublishProduct. Return value 1.
    Action start 12:59:59: CacheSetupFiles_SetSourceList.
    Action ended 12:59:59: CacheSetupFiles_SetSourceList. Return value 1.
    Action start 12:59:59: ProcessDeleteFilesEx.
    Action ended 12:59:59: ProcessDeleteFilesEx. Return value 1.
    Action start 12:59:59: ProcessDeleteRegistryEx.
    Action ended 12:59:59: ProcessDeleteRegistryEx. Return value 1.
    Action start 12:59:59: ProcessDeleteComponentsEx.
    Action ended 12:59:59: ProcessDeleteComponentsEx. Return value 1.
    Action start 12:59:59: ProcessDeleteProductsEx.
    Action ended 12:59:59: ProcessDeleteProductsEx. Return value 1.
    Action start 12:59:59: CreateDDENameRegistry.
    Action ended 12:59:59: CreateDDENameRegistry. Return value 1.
    Action start 12:59:59: BroadcastReloadStubMessage.
    Action ended 12:59:59: BroadcastReloadStubMessage. Return value 1.
    Action start 12:59:59: UnsetIEKillBit.
    Action ended 12:59:59: UnsetIEKillBit. Return value 1.
    Action start 12:59:59: RestartIEUser.
    Action ended 12:59:59: RestartIEUser. Return value 1.
    Action start 12:59:59: InstallFinalize.
    ADelRCP logging: : PDF ownership: BackupCurrentPDFOwner()
    ADelRCP logging: :    Return: can't find current owner. No need to backup.
    DefragmentFiles: Starting deferred custom action
    DefragmentFiles: MSI property CustomActionData: IMM_SUCCESS;C:\Program Files\Adobe\Reader 10.0\;Software\Adobe\Acrobat Reader\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
    ;|rdr|\ace.dll;|rdr|\acrord32.dll;|rdr|\acrord32.exe;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\coo ltype.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\anno ts.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|r dr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr |\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendm ail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|r dr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;35029023
    DefragmentFiles: Defragmention process was invoked
    DefragmentFiles: Setting up action data and progress bar ...
    DefragmentFiles: DefragResetProgress disabled
    DefragmentFiles: Finished setting up action data and progress bar
    DefragmentFiles: Ending deferred custom action
    ADelRCP logging: :    CreateDDEReg: current value of [DEFAULT_VERB]=Read
    ADelRCP logging: :    CreateDDEReg: DDE server name value = AcroViewR10
    Action ended 13:00:10: InstallFinalize. Return value 1.
    Action start 13:00:10: ISSetupFilesCleanup.
    1: Deleting Support File:  C:\Users\ADMINI~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}\FixTransforms .exe
    Action ended 13:00:10: ISSetupFilesCleanup. Return value 1.
    Action start 13:00:10: RegisterReboot.
    Action ended 13:00:10: RegisterReboot. Return value 1.
    Action start 13:00:10: CleanupRunTime.
    Action ended 13:00:10: CleanupRunTime. Return value 1.
    Action start 13:00:10: DoSubLaunches.
    CustomAction DoSubLaunches returned actual error code 1603 but will be translated to success due to continue marking
    Action ended 13:00:10: DoSubLaunches. Return value 1.
    Action ended 13:00:10: INSTALL. Return value 1.
    Property(S): Text = 0
    Property(S): DiskPrompt = [1]
    Property(S): Registration = No
    Property(S): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
    Property(S): ROOTDRIVE = C:\
    Property(S): ISSETUPFILESCOMPLETED = Completed
    Property(S): SUPPORTDIR = C:\Users\ADMINI~1\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AA1000000001}
    Property(S): ACTION = INSTALL
    Property(S): UILevel = 2
    Property(S): OriginalDatabase = \\10.41.3.10\DeploymentShare$\Applications\Adobe Reader 10.1.1\AcroRead.msi
    Property(S): DATABASE = C:\Windows\Installer\1621b.msi
    Property(S): COMPANYNAME = EIG
    Property(S): USERNAME = International School of Geneva
    Property(S): MsiRunningElevated = 1
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
    Property(S): MsiNetAssemblySupport = 2.0.50727.4927
    Property(S): Date = 07.12.2011
    Property(S): VersionNT = 601
    Property(S): LockRegPermissions = CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj@@1@@131097@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprO bj@@22@@983103@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj@@26@@131097@@CLASSES_ROOT\AcroIEHe lper.AcroIEHlprObj.1@@1@@131097@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj.1@@22@@983103@@CL ASSES_ROOT\AcroIEHelper.AcroIEHlprObj.1@@26@@131097@@CLASSES_ROOT\AcroPDF.FDF@@1@@131097@@ CLASSES_ROOT\AcroPDF.FDF@@22@@983103@@CLASSES_ROOT\AcroPDF.FDF@@26@@131097@@CLASSES_ROOT\A croPDF.FDF.1@@1@@131097@@CLASSES_ROOT\AcroPDF.FDF.1@@22@@983103@@CLASSES_ROOT\AcroPDF.FDF. 1@@26@@131097@@CLASSES_ROOT\AcroPDF.PDF@@1@@131097@@CLASSES_ROOT\AcroPDF.PDF@@22@@983103@@ CLASSES_ROOT\AcroPDF.PDF@@26@@131097@@CLASSES_ROOT\AcroPDF.PDF.1@@1@@131097@@CLASSES_ROOT\ AcroPDF.PDF.1@@22@@983103@@CLASSES_ROOT\AcroPDF.PDF.1@@26@@131097@@CLASSES_ROOT\AppID\Acro PDF.DLL@@1@@131097@@CLASSES_ROOT\AppID\AcroPDF.DLL@@22@@983103@@CLASSES_ROOT\AppID\AcroPDF .DLL@@26@@131097@@CLASSES_ROOT\AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@1@@131097@@CL ASSES_ROOT\AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@22@@983103@@CLASSES_ROOT\AppID\{B BAA0E44-3862-490C-8E63-AC2D2D6EF733}@@26@@131097@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B 87D-784B7D6BE0B3}@@1@@131097@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@2 2@@983103@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@26@@131097@@CLASSES_ ROOT\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@1@@131097@@CLASSES_ROOT\CLSID\{5BB2200E -5672-4A32-902A-5A98DB1C58DC}@@22@@983103@@CLASSES_ROOT\CLSID\{5BB2200E-5672-4A32-902A-5A9 8DB1C58DC}@@26@@131097@@CLASSES_ROOT\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@1@@1310 97@@CLASSES_ROOT\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@22@@983103@@CLASSES_ROOT\CL SID\{CA8A9780-280D-11CF-A24D-444553540000}@@26@@131097@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A- 4CEE-AD65-228B59F5B4AD}@@1@@131097@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4 AD}@@22@@983103@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@26@@131097@@CL ASSES_ROOT\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@1@@131097@@CLASSES_ROOT\Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@22@@983103@@CLASSES_ROOT\Interface\{3B813CE7- 7C10-4F84-AD06-9DF76D97A9AA}@@26@@131097@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8- C09F542C3CB6}@@1@@131097@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}@@2 2@@983103@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}@@26@@131097@@CLAS SES_ROOT\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@1@@131097@@CLASSES_ROOT\Interfa ce\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@22@@983103@@CLASSES_ROOT\Interface\{E790E1D1-9D E8-4853-8AC6-933D4FD9C927}@@26@@131097@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-22 8B59F5B4AD}@@1@@131097@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@22@ @983103@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@26@@131097@@CLASSE S_ROOT\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}@@1@@131097@@CLASSES_ROOT\TypeLib\{05 BFD3F1-6319-4F30-B752-C7A22889BCC4}@@22@@983103@@CLASSES_ROOT\TypeLib\{05BFD3F1-6319-4F30- B752-C7A22889BCC4}@@26@@131097@@CLASSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48 }@@1@@131097@@CLASSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}@@22@@983103@@CLA SSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}@@26@@131097
    Property(S): DefragmentFiles = IMM_SUCCESS;C:\Program Files\Adobe\Reader 10.0\;Software\Adobe\Acrobat Reader\;2;Optimizing performance ...;Completed [1]% of process;NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
    ;|rdr|\ace.dll;|rdr|\acrord32.dll;|rdr|\acrord32.exe;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\coo ltype.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\anno ts.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|r dr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr |\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendm ail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|r dr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;35029023
    Property(S): MoveCacheBinary = C:\Users\ADMINI~1\AppData\Local\Temp\;C:\Program Files\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AA1000000001}\
    Property(S): FileTypesOwnerRestore = AcroExch.FDFDoc@@0@@PDF@@AcroExch.XFDFDoc@@0@@PDF@@AcroExch.XDPDoc@@0@@PDF@@AcroExch.SecS tore@@0@@PDF@@AcroExch.Document.7@@0@@PDF@@AcroExch.Document@@0@@PDF@@.pdf@@0@@PDF@@.secst ore@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@ PDF@@AcroExch.RMFFile@@0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Ap pID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99 F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F -C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PD F@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D5 4739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1 -50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PD F@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F 4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780 -280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PD F@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FD FDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@ PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A 25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-34 89E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{ 618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C925 9304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B4 4F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@ @0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE 8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PD F@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PD FPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\Ac roBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Cla sses\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@S OFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-A D2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8 C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTW ARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\T ypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{417 38EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA -442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-4 77F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8} @@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-4 7d2-816E-602C5C13F328}@@0@@PDF
    Property(S): ProcessDeleteFilesEx = Leame.htm@@INSTALLDIR@@drvDX8.x3d@@C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins3d\
    Property(S): RegisterProperties = CACHE_DIR@@C:\Program Files\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AA1000000001}\@@ProductName@@Adobe Reader X (10.1.1)@@OriginalDatabase@@\\10.41.3.10\DeploymentShare$\Applications\Adobe Reader 10.1.1\AcroRead.msi@@REMOVE@@@@WindowsFolder@@C:\Windows\@@SetupCacheExport@@Enterprise.m nt@@ALLUSERS@@1@@REINSTALLMODE@@omus@@PLUG_INS@@C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\@@DefragResetProgress@@No@@ALLUSERS_APPDATA_ADOBE@@C:\ProgramData\Ad obe\@@DEFAULT_VERB@@Read@@IS_CURRENT_PDFOWNER@@@@ACTIVE_X@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@Installed@@@@READER@@C:\Program Files\Adobe\Reader 10.0\Reader\@@ProductCode@@{AC76BA86-7AD7-1033-7B44-AA1000000001}@@INSTALLDIR@@C:\Program Files\Adobe\Reader 10.0\@@DeleteUpdateFolder@@Yes
    Property(S): FileTypesOwnerBackup = AcroExch.FDFDoc@@0@@PDF@@AcroExch.XFDFDoc@@0@@PDF@@AcroExch.XDPDoc@@0@@PDF@@AcroExch.SecS tore@@0@@PDF@@AcroExch.Document.7@@0@@PDF@@AcroExch.Document@@0@@PDF@@.pdf@@0@@PDF@@.secst ore@@0@@PDF@@AFormAut.App@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@ PDF@@AcroExch.RMFFile@@0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@Ap pID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@AppID\{6236FF8C-E747-4173-86D3-99 F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@0@@PDF@@CLSID\{06849E9F -C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PD F@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D5 4739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1 -50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PD F@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F 4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780 -280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PD F@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FD FDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@ PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A 25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-34 89E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{ 618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C925 9304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B4 4F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@ @0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE 8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PD F@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PD FPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\Ac roBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@SOFTWARE\Cla sses\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@S OFTWARE\Classes\AppID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\AppID\{F2383816-917A-46CC-A D2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8 C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTW ARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\T ypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{417 38EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA -442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-4 77F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8} @@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-4 7d2-816E-602C5C13F328}@@0@@PDF
    Property(S): LockFilePermissions = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@1@@1179817@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@22@@2032127@@C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\@@26@@1179817@@C:\Program Files\Adobe\Reader 10.0\Resource\CMap\@@1@@1179817@@C:\Program Files\Adobe\Reader 10.0\Resource\CMap\@@22@@2032127@@C:\Program Files\Adobe\Reader 10.0\Resource\CMap\@@26@@1179817@@C:\Program Files\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@1@@1179817@@C:\Program Files\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@22@@2032127@@C:\Program Files\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@26@@2032127
    Property(S): ADOBE_COMMON_ACROBAT = C:\Program Files\Common Files\Adobe\Acrobat\
    Property(S): ACTIVE_X = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\
    Property(S): ProgramFilesFolder = C:\Program Files\
    Property(S): ADOBE = C:\Program Files\Adobe\
    Property(S): CommonFilesFolder = C:\Program Files\Common Files\
    Property(S): ADOBE_COMMON = C:\Program Files\Common Files\Adobe\
    Property(S): AIR = C:\Program Files\Adobe\Reader 10.0\Reader\AIR\
    Property(S): READER = C:\Program Files\Adobe\Reader 10.0\Reader\
    Property(S): TARGETDIR = C:\
    Property(S): ALLUSERSPROFILE = C:\ProgramData\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): ALLUSERS_APPDATA_ADOBE = C:\ProgramData\Adobe\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT = C:\ProgramData\Adobe\Acrobat\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9 = C:\ProgramData\Adobe\Acrobat\10.0\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE = C:\ProgramData\Adobe\Acrobat\10.0\Replicate\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE_SECURITY = C:\ProgramData\Adobe\Acrobat\10.0\Replicate\Security\
    Property(S): PLUG_INS = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\
    Property(S): ANNOTATIONS = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Annotations\
    Property(S): ARM = C:\Program Files\Common Files\Adobe\ARM\
    Property(S): ARM_1.0 = C:\Program Files\Common Files\Adobe\ARM\1.0\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
    Property(S): BROWSER = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): BROWSER_IE = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): CACHE_SETUP_FILES = C:\Program Files\Adobe\Reader 10.0\Setup Files\
    Property(S): CACHE_DIR = C:\Program Files\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1033-7B44-AA1000000001}\
    Property(S): INSTALLDIR = C:\Program Files\Adobe\Reader 10.0\
    Property(S): RESOURCE = C:\Program Files\Adobe\Reader 10.0\Resource\
    Property(S): CIDFONT = C:\Program Files\Adobe\Reader 10.0\Resource\CIDFont\
    Property(S): CMAP = C:\Program Files\Adobe\Reader 10.0\Resource\CMap\
    Property(S): COMMON_ADOBE_HELP = C:\Program Files\Common Files\Adobe\HelpCfg\
    Property(S): COMMON_ADOBE_HELP_CAT = C:\Program Files\Common Files\Adobe\HelpCfg\ca_ES\
    Property(S): COMMON_ADOBE_HELP_CHS = C:\Program Files\Common Files\Adobe\HelpCfg\zh_CN\
    Property(S): COMMON_ADOBE_HELP_CHT = C:\Program Files\Common Files\Adobe\HelpCfg\zh_TW\
    Property(S): COMMON_ADOBE_HELP_CZE = C:\Program Files\Common Files\Adobe\HelpCfg\cs_CZ\
    Property(S): COMMON_ADOBE_HELP_DAN = C:\Program Files\Common Files\Adobe\HelpCfg\da_DK\
    Property(S): COMMON_ADOBE_HELP_DEU = C:\Program Files\Common Files\Adobe\HelpCfg\de_DE\
    Property(S): COMMON_ADOBE_HELP_ENU = C:\Program Files\Common Files\Adobe\HelpCfg\en_US\
    Property(S): COMMON_ADOBE_HELP_ESP = C:\Program Files\Common Files\Adobe\HelpCfg\es_ES\
    Property(S): COMMON_ADOBE_HELP_EUQ = C:\Program Files\Common Files\Adobe\HelpCfg\eu_ES\
    Property(S): COMMON_ADOBE_HELP_FRA = C:\Program Files\Common Files\Adobe\HelpCfg\fr_FR\
    Property(S): COMMON_ADOBE_HELP_HRV = C:\Program Files\Common Files\Adobe\HelpCfg\hr_HR\
    Property(S): COMMON_ADOBE_HELP_HUN = C:\Program Files\Common Files\Adobe\HelpCfg\hu_HU\
    Property(S): COMMON_ADOBE_HELP_ITA = C:\Program Files\Common Files\Adobe\HelpCfg\it_IT\
    Property(S): COMMON_ADOBE_HELP_JPN = C:\Program Files\Common Files\Adobe\HelpCfg\ja_JP\
    Property(S): COMMON_ADOBE_HELP_KOR = C:\Program Files\Common Files\Adobe\HelpCfg\ko_KR\
    Property(S): COMMON_ADOBE_HELP_NLD = C:\Program Files\Common Files\Adobe\HelpCfg\nl_NL\
    Property(S): COMMON_ADOBE_HELP_NOR = C:\Program Files\Common Files\Adobe\HelpCfg\nb_NO\
    Property(S): COMMON_ADOBE_HELP_POL = C:\Program Files\Common Files\Adobe\HelpCfg\pl_PL\
    Property(S): COMMON_ADOBE_HELP_PTB = C:\Program Files\Common Files\Adobe\HelpCfg\pt_BR\
    Property(S): COMMON_ADOBE_HELP_RUM = C:\Program Files\Common Files\Adobe\HelpCfg\ro_RO\
    Property(S): COMMON_ADOBE_HELP_RUS = C:\Program Files\Common Files\Adobe\HelpCfg\ru_RU\
    Property(S): COMMON_ADOBE_HELP_SKY = C:\Program Files\Common Files\Adobe\HelpCfg\sk_SK\
    Property(S): COMMON_ADOBE_HELP_SLV = C:\Program Files\Common Files\Adobe\HelpCfg\sl_SI\
    Property(S): COMMON_ADOBE_HELP_SUO = C:\Program Files\Common Files\Adobe\HelpCfg\fi_FI\
    Property(S): COMMON_ADOBE_HELP_SVE = C:\Program Files\Common Files\Adobe\HelpCfg\sv_SE\
    Property(S): COMMON_ADOBE_HELP_TUR = C:\Program Files\Common Files\Adobe\HelpCfg\tr_TR\
    Property(S): COMMON_ADOBE_HELP_UKR = C:\Program Files\Common Files\Adobe\HelpCfg\uk_UA\
    Property(S): COMMON_LINGUISTIC = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\
    Property(S): COMMON_ADOBE_PROVIDERS = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\Providers\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100 = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100_NCL3S4PNTX = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\NC-L3S4PNTX\
    Property(S): COMMON_LINGUISTIC_LANGUAGENAMES = C:\Program Files\Adobe\Reader 10.0\Resource\Linguistics\LanguageNames2\
    Property(S): CommonFiles64Folder = C:\
    Property(S): DOCSETTINGS = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\
    Property(S): DOCSETTINGS_PORTFOLIO = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\
    Property(S): DOCSETTINGS_PORTFOLIO_CHS = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CHS\
    Property(S): DOCSETTINGS_PORTFOLIO_CHT = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CHT\
    Property(S): DOCSETTINGS_PORTFOLIO_CZE = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CZE\
    Property(S): DOCSETTINGS_PORTFOLIO_DAN = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\DAN\
    Property(S): DOCSETTINGS_PORTFOLIO_DEU = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\DEU\
    Property(S): DOCSETTINGS_PORTFOLIO_ENU = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ENU\
    Property(S): DOCSETTINGS_PORTFOLIO_ESP = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ESP\
    Property(S): DOCSETTINGS_PORTFOLIO_FRA = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\FRA\
    Property(S): DOCSETTINGS_PORTFOLIO_HRV = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\HRV\
    Property(S): DOCSETTINGS_PORTFOLIO_HUN = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\HUN\
    Property(S): DOCSETTINGS_PORTFOLIO_ITA = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ITA\
    Property(S): DOCSETTINGS_PORTFOLIO_JPN = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\JPN\
    Property(S): DOCSETTINGS_PORTFOLIO_KOR = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\KOR\
    Property(S): DOCSETTINGS_PORTFOLIO_NLD = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\NLD\
    Property(S): DOCSETTINGS_PORTFOLIO_NOR = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\NOR\
    Property(S): DOCSETTINGS_PORTFOLIO_POL = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\POL\
    Property(S): DOCSETTINGS_PORTFOLIO_PTB = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\PTB\
    Property(S): DOCSETTINGS_PORTFOLIO_RUM = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\RUM\
    Property(S): DOCSETTINGS_PORTFOLIO_RUS = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\RUS\
    Property(S): DOCSETTINGS_PORTFOLIO_SKY = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SKY\
    Property(S): DOCSETTINGS_PORTFOLIO_SLV = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SLV\
    Property(S): DOCSETTINGS_PORTFOLIO_SUO = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SUO\
    Property(S): DOCSETTINGS_PORTFOLIO_SVE = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SVE\
    Property(S): DOCSETTINGS_PORTFOLIO_TUR = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\TUR\
    Property(S): DOCSETTINGS_PORTFOLIO_UKR = C:\Program Files\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\UKR\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): ESL_DIR = C:\Program Files\Adobe\Reader 10.0\Esl\
    Property(S): FONT = C:\Program Files\Adobe\Reader 10.0\Resource\Font\
    Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GlobalAssemblyCache = C:\
    Property(S): IDTEMPLATES = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\
    Property(S): IDTEMPLATES_CAT = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\CAT\
    Property(S): IDTEMPLATES_CHS = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\CHS\
    Property(S): IDTEMPLATES_CHT = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\CHT\
    Property(S): IDTEMPLATES_CZE = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\CZE\
    Property(S): IDTEMPLATES_DAN = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\DAN\
    Property(S): IDTEMPLATES_DEU = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\DEU\
    Property(S): IDTEMPLATES_ENU = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\ENU\
    Property(S): IDTEMPLATES_ESP = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\ESP\
    Property(S): IDTEMPLATES_EUQ = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\EUQ\
    Property(S): IDTEMPLATES_FRA = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\FRA\
    Property(S): IDTEMPLATES_HRV = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\HRV\
    Property(S): IDTEMPLATES_HUN = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\HUN\
    Property(S): IDTEMPLATES_ITA = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\ITA\
    Property(S): IDTEMPLATES_JPN = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\JPN\
    Property(S): IDTEMPLATES_KOR = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\KOR\
    Property(S): IDTEMPLATES_NLD = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\NLD\
    Property(S): IDTEMPLATES_NOR = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\NOR\
    Property(S): IDTEMPLATES_POL = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\POL\
    Property(S): IDTEMPLATES_PTB = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\PTB\
    Property(S): IDTEMPLATES_RUM = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\RUM\
    Property(S): IDTEMPLATES_RUS = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\RUS\
    Property(S): IDTEMPLATES_SKY = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\SKY\
    Property(S): IDTEMPLATES_SLV = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\SLV\
    Property(S): IDTEMPLATES_SUO = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\SUO\
    Property(S): IDTEMPLATES_SVE = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\SVE\
    Property(S): IDTEMPLATES_TUR = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\TUR\
    Property(S): IDTEMPLATES_UKR = C:\Program Files\Adobe\Reader 10.0\Reader\IDTemplates\UKR\
    Property(S): READER_9.0 = C:\Program Files\Adobe\Reader 10.0\
    Property(S): JAVASCRIPTS = C:\Program Files\Adobe\Reader 10.0\Reader\Javascripts\
    Property(S): LEGAL = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\
    Property(S): LEGAL_CAT = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\CAT\
    Property(S): LEGAL_CHS = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\CHS\
    Property(S): LEGAL_CHT = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\CHT\
    Property(S): LEGAL_CZE = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\CZE\
    Property(S): LEGAL_DAN = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\DAN\
    Property(S): LEGAL_DEU = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\DEU\
    Property(S): LEGAL_ENU = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\ENU\
    Property(S): LEGAL_ESP = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\ESP\
    Property(S): LEGAL_EUQ = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\EUQ\
    Property(S): LEGAL_FRA = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\FRA\
    Property(S): LEGAL_HRV = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\HRV\
    Property(S): LEGAL_HUN = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\HUN\
    Property(S): LEGAL_ITA = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\ITA\
    Property(S): LEGAL_JPN = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\JPN\
    Property(S): LEGAL_KOR = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\KOR\
    Property(S): LEGAL_NLD = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\NLD\
    Property(S): LEGAL_NOR = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\NOR\
    Property(S): LEGAL_POL = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\POL\
    Property(S): LEGAL_PTB = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\PTB\
    Property(S): LEGAL_RUM = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\RUM\
    Property(S): LEGAL_RUS = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\RUS\
    Property(S): LEGAL_SKY = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\SKY\
    Property(S): LEGAL_SLV = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\SLV\
    Property(S): LEGAL_SUO = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\SUO\
    Property(S): LEGAL_SVE = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\SVE\
    Property(S): LEGAL_TUR = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\TUR\
    Property(S): LEGAL_UKR = C:\Program Files\Adobe\Reader 10.0\Reader\Legal\UKR\
    Property(S): LOCALE = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\
    Property(S): LOCALE_CA_ES = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\ca_ES\
    Property(S): LOCALE_CS_CZ = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\cs_CZ\
    Property(S): LOCALE_DA_DK = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\da_DK\
    Property(S): LOCALE_DE_DE = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\de_DE\
    Property(S): LOCALE_ES_ES = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\es_ES\
    Property(S): LOCALE_EU_ES = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\eu_ES\
    Property(S): LOCALE_FI_FI = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\fi_FI\
    Property(S): LOCALE_FR_FR = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\fr_FR\
    Property(S): LOCALE_HR_HR = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\hr_HR\
    Property(S): LOCALE_HU_HU = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\hu_HU\
    Property(S): LOCALE_IT_IT = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\it_IT\
    Property(S): LOCALE_JA_JP = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\ja_JP\
    Property(S): LOCALE_KO_KR = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\ko_KR\
    Property(S): LOCALE_NB_NO = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\nb_NO\
    Property(S): LOCALE_NL_NL = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\nl_NL\
    Property(S): LOCALE_PL_PL = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\pl_PL\
    Property(S): LOCALE_PT_BR = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\pt_BR\
    Property(S): LOCALE_RO_RO = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\ro_RO\
    Property(S): LOCALE_RU_RU = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\ru_RU\
    Property(S): LOCALE_SK_SK = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\sk_SK\
    Property(S): LOCALE_SL_SI = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\sl_SI\
    Property(S): LOCALE_SV_SE = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\sv_SE\
    Property(S): LOCALE_TR_TR = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\tr_TR\
    Property(S): LOCALE_UK_UA = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\uk_UA\
    Property(S): LOCALE_ZH_CN = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\zh_CN\
    Property(S): LOCALE_ZH_TW = C:\Program Files\Adobe\Reader 10.0\Reader\Locale\zh_TW\
    Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
    Property(S): MOZILLA_1 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_2 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_3 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_4 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_5 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_6 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_7 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_8 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MPP = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\
    Property(S): MPP_CZE = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_CZE\
    Property(S): MPP_HRV = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_HRV\
    Property(S): MPP_HUN = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_HUN\
    Property(S): MPP_POL = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_POL\
    Property(S): MPP_RUM = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_RUM\
    Property(S): MPP_RUS = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_RUS\
    Property(S): MPP_SKY = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_SKY\
    Property(S): MPP_SLV = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_SLV\
    Property(S): MPP_TUR = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_TUR\
    Property(S): MPP_UKR = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_UKR\
    Property(S): MULTIMEDIA_MPP_CAT = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_CHS = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_CHT = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_DAN = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_DEU = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_ESP = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_EUQ = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_FRA = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_ITA = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_JAPN = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_KOR = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_NLD = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_NOR = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_PTB = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_SUO = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_SVE = C:\Program Files\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MyPicturesFolder = C:\Users\Administrator\Pictures\
    Property(S): NETSCAPE_3 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): NETSCAPE_4 = C:\Program Files\Adobe\Reader 10.0\Reader\Browser\
    Property(S): ONLINE_HELP = C:\Program Files\Common Files\Adobe\Help\
    Property(S): ONLINE_HELP_CA_ES = C:\Program Files\Common Files\Adobe\Help\ca_es\
    Property(S): ONLINE_HELP_CA_ES_RDR = C:\Program Files\Common Files\Adobe\Help\ca_es\reader\
    Property(S): ONLINE_HELP_CA_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\ca_es\reader\X\
    Property(S): ONLINE_HELP_CA_ES_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\ca_es\reader\X\using\
    Property(S): ONLINE_HELP_CS_CZ = C:\Program Files\Common Files\Adobe\Help\cs_cz\
    Property(S): ONLINE_HELP_CS_CZ_RDR = C:\Program Files\Common Files\Adobe\Help\cs_cz\reader\
    Property(S): ONLINE_HELP_CS_CZ_RDRX = C:\Program Files\Common Files\Adobe\Help\cs_cz\reader\X\
    Property(S): ONLINE_HELP_CS_CZ_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\cs_cz\reader\X\using\
    Property(S): ONLINE_HELP_DA_DK = C:\Program Files\Common Files\Adobe\Help\da_dk\
    Property(S): ONLINE_HELP_DA_DK_RDR = C:\Program Files\Common Files\Adobe\Help\da_dk\reader\
    Property(S): ONLINE_HELP_DA_DK_RDRX = C:\Program Files\Common Files\Adobe\Help\da_dk\reader\X\
    Property(S): ONLINE_HELP_DA_DK_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\da_dk\reader\X\using\
    Property(S): ONLINE_HELP_DE_DE = C:\Program Files\Common Files\Adobe\Help\de_de\
    Property(S): ONLINE_HELP_DE_DE_RDR = C:\Program Files\Common Files\Adobe\Help\de_de\reader\
    Property(S): ONLINE_HELP_DE_DE_RDRX = C:\Program Files\Common Files\Adobe\Help\de_de\reader\X\
    Property(S): ONLINE_HELP_DE_DE_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\de_de\reader\X\using\
    Property(S): ONLINE_HELP_EN_US = C:\Program Files\Common Files\Adobe\Help\en_us\
    Property(S): ONLINE_HELP_EN_US_RDR = C:\Program Files\Common Files\Adobe\Help\en_us\reader\
    Property(S): ONLINE_HELP_EN_US_RDRX = C:\Program Files\Common Files\Adobe\Help\en_us\reader\X\
    Property(S): ONLINE_HELP_EN_US_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\en_us\reader\X\using\
    Property(S): ONLINE_HELP_ES_ES = C:\Program Files\Common Files\Adobe\Help\es_es\
    Property(S): ONLINE_HELP_ES_ES_RDR = C:\Program Files\Common Files\Adobe\Help\es_es\reader\
    Property(S): ONLINE_HELP_ES_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\es_es\reader\X\
    Property(S): ONLINE_HELP_ES_ES_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\es_es\reader\X\using\
    Property(S): ONLINE_HELP_EU_ES = C:\Program Files\Common Files\Adobe\Help\eu_ES\
    Property(S): ONLINE_HELP_EU_ES_RDR = C:\Program Files\Common Files\Adobe\Help\eu_ES\reader\
    Property(S): ONLINE_HELP_EU_ES_RDRX = C:\Program Files\Common Files\Adobe\Help\eu_ES\reader\X\
    Property(S): ONLINE_HELP_EU_ES_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\eu_ES\reader\X\using\
    Property(S): ONLINE_HELP_FI_FI = C:\Program Files\Common Files\Adobe\Help\fi_fi\
    Property(S): ONLINE_HELP_FI_FI_RDR = C:\Program Files\Common Files\Adobe\Help\fi_fi\reader\
    Property(S): ONLINE_HELP_FI_FI_RDRX = C:\Program Files\Common Files\Adobe\Help\fi_fi\reader\X\
    Property(S): ONLINE_HELP_FI_FI_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\fi_fi\reader\X\using\
    Property(S): ONLINE_HELP_FR_FR = C:\Program Files\Common Files\Adobe\Help\fr_fr\
    Property(S): ONLINE_HELP_FR_FR_RDR = C:\Program Files\Common Files\Adobe\Help\fr_fr\reader\
    Property(S): ONLINE_HELP_FR_FR_RDRX = C:\Program Files\Common Files\Adobe\Help\fr_fr\reader\X\
    Property(S): ONLINE_HELP_FR_FR_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\fr_fr\reader\X\using\
    Property(S): ONLINE_HELP_HR_HR = C:\Program Files\Common Files\Adobe\Help\hr_hr\
    Property(S): ONLINE_HELP_HR_HR_RDR = C:\Program Files\Common Files\Adobe\Help\hr_hr\reader\
    Property(S): ONLINE_HELP_HR_HR_RDRX = C:\Program Files\Common Files\Adobe\Help\hr_hr\reader\X\
    Property(S): ONLINE_HELP_HR_HR_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\hr_hr\reader\X\using\
    Property(S): ONLINE_HELP_HU_HU = C:\Program Files\Common Files\Adobe\Help\hu_hu\
    Property(S): ONLINE_HELP_HU_HU_RDR = C:\Program Files\Common Files\Adobe\Help\hu_hu\reader\
    Property(S): ONLINE_HELP_HU_HU_RDRX = C:\Program Files\Common Files\Adobe\Help\hu_hu\reader\X\
    Property(S): ONLINE_HELP_HU_HU_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\hu_hu\reader\X\using\
    Property(S): ONLINE_HELP_IT_IT = C:\Program Files\Common Files\Adobe\Help\it_it\
    Property(S): ONLINE_HELP_IT_IT_RDR = C:\Program Files\Common Files\Adobe\Help\it_it\reader\
    Property(S): ONLINE_HELP_IT_IT_RDRX = C:\Program Files\Common Files\Adobe\Help\it_it\reader\X\
    Property(S): ONLINE_HELP_IT_IT_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\it_it\reader\X\using\
    Property(S): ONLINE_HELP_JA_JP = C:\Program Files\Common Files\Adobe\Help\ja_jp\
    Property(S): ONLINE_HELP_JA_JP_RDR = C:\Program Files\Common Files\Adobe\Help\ja_jp\reader\
    Property(S): ONLINE_HELP_JA_JP_RDRX = C:\Program Files\Common Files\Adobe\Help\ja_jp\reader\X\
    Property(S): ONLINE_HELP_JA_JP_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\ja_jp\reader\X\using\
    Property(S): ONLINE_HELP_KO_KR = C:\Program Files\Common Files\Adobe\Help\ko_kr\
    Property(S): ONLINE_HELP_KO_KR_RDR = C:\Program Files\Common Files\Adobe\Help\ko_kr\reader\
    Property(S): ONLINE_HELP_KO_KR_RDRX = C:\Program Files\Common Files\Adobe\Help\ko_kr\reader\X\
    Property(S): ONLINE_HELP_KO_KR_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\ko_kr\reader\X\using\
    Property(S): ONLINE_HELP_NB_NO = C:\Program Files\Common Files\Adobe\Help\nb_no\
    Property(S): ONLINE_HELP_NB_NO_RDR = C:\Program Files\Common Files\Adobe\Help\nb_no\reader\
    Property(S): ONLINE_HELP_NB_NO_RDRX = C:\Program Files\Common Files\Adobe\Help\nb_no\reader\X\
    Property(S): ONLINE_HELP_NB_NO_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\nb_no\reader\X\using\
    Property(S): ONLINE_HELP_NL_NL = C:\Program Files\Common Files\Adobe\Help\nl_nl\
    Property(S): ONLINE_HELP_NL_NL_RDR = C:\Program Files\Common Files\Adobe\Help\nl_nl\reader\
    Property(S): ONLINE_HELP_NL_NL_RDRX = C:\Program Files\Common Files\Adobe\Help\nl_nl\reader\X\
    Property(S): ONLINE_HELP_NL_NL_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\nl_nl\reader\X\using\
    Property(S): ONLINE_HELP_PL_PL = C:\Program Files\Common Files\Adobe\Help\pl_pl\
    Property(S): ONLINE_HELP_PL_PL_RDR = C:\Program Files\Common Files\Adobe\Help\pl_pl\reader\
    Property(S): ONLINE_HELP_PL_PL_RDRX = C:\Program Files\Common Files\Adobe\Help\pl_pl\reader\X\
    Property(S): ONLINE_HELP_PL_PL_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\pl_pl\reader\X\using\
    Property(S): ONLINE_HELP_PT_BR = C:\Program Files\Common Files\Adobe\Help\pt_br\
    Property(S): ONLINE_HELP_PT_BR_RDR = C:\Program Files\Common Files\Adobe\Help\pt_br\reader\
    Property(S): ONLINE_HELP_PT_BR_RDRX = C:\Program Files\Common Files\Adobe\Help\pt_br\reader\X\
    Property(S): ONLINE_HELP_PT_BR_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\pt_br\reader\X\using\
    Property(S): ONLINE_HELP_RO_RO = C:\Program Files\Common Files\Adobe\Help\ro_ro\
    Property(S): ONLINE_HELP_RO_RO_RDR = C:\Program Files\Common Files\Adobe\Help\ro_ro\reader\
    Property(S): ONLINE_HELP_RO_RO_RDRX = C:\Program Files\Common Files\Adobe\Help\ro_ro\reader\X\
    Property(S): ONLINE_HELP_RO_RO_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\ro_ro\reader\X\using\
    Property(S): ONLINE_HELP_RU_RU = C:\Program Files\Common Files\Adobe\Help\ru_ru\
    Property(S): ONLINE_HELP_RU_RU_RDR = C:\Program Files\Common Files\Adobe\Help\ru_ru\reader\
    Property(S): ONLINE_HELP_RU_RU_RDRX = C:\Program Files\Common Files\Adobe\Help\ru_ru\reader\X\
    Property(S): ONLINE_HELP_RU_RU_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\ru_ru\reader\X\using\
    Property(S): ONLINE_HELP_SK_SK = C:\Program Files\Common Files\Adobe\Help\sk_sk\
    Property(S): ONLINE_HELP_SK_SK_RDR = C:\Program Files\Common Files\Adobe\Help\sk_sk\reader\
    Property(S): ONLINE_HELP_SK_SK_RDRX = C:\Program Files\Common Files\Adobe\Help\sk_sk\reader\X\
    Property(S): ONLINE_HELP_SK_SK_RDRX_USING = C:\Program Files\Common Files\Adobe\Help\sk_sk\reader\X\using\
    Property(S): ONLINE_HELP_SL_SI = C:\Program Files\Common Files\Adobe\Help\sl_si\
    Property(S): ONLINE_HELP_SL_SI_RDR = C:\Program Files\Common Files\Adobe\Help\sl_si\reader\
    Property(S): ONLINE_HELP_SL_SI_RDRX = C:\Program Files\Common Files\Adobe\Help\sl_si\reader\X\
    Property(S): ONLINE_HELP_SL_SI_RDRX_USING = C:\Program Files\Com

    Hi and Welcome to the Community!
    I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error Deploying Adobe Acrobat X Professional over Standard

    A while back I deployed a customized installation of Adobe Acrobat X Standard. I used the Adobe Customization Wizard X to generate a MST file that omits things like speed launch and arm and disables some features in the help menu (like updates, repair, etc.) and deployed the MSI via Group Policy. Everything worked fine, Acrobat X Standard is now on every workstation. Later, we discovered that some users needed the 10.1.1 patch, so we patched some systems as necessary.
    Due to decisions out of my control, management has now decided that they want to replace Acrobat X Standard with Acrobat X Professional on all workstations. Great! So I generate another MST with my trusty Customization Wizard and make sure to UNINSTALL PREVIOUS VERSIONS. When I try to deploy the new package I get an error on each of the patched workstations...so I try to run the setup manually to discover the following error during the installation of Adobe Acrobat X Professional:
    Setup has detected that you already have a more functional product installed. Setup will now terminate.
    I'm no expert on Adobe, but I do know that management shelled out more money for Professional than they did for Standard and according to the website Pro is more "featured" than standard...so with all due respect, Adobe installer you are WRONG!
    I don't want to touch each workstation to uninstall Adobe Acrobat X Standard so I can install Adobe Acrobat X Professional. Can someone please tell me how to get around this installer error please? Some registry key that needs deleting perhaps?
    Many thanks in advance,
    David Vielmetter

    Well,  you are attempting to uninstall the same code version of Acrobat X Standard with Acrobat X Pro.  That won't work.  You say that you purchased an upgrade from Acrobat X Standard to Acrobat X Pro that doesn't sound right either.  If you decided to get Acrobat X Pro after already purchasing Acrobat X Standard the process should have been to get the full DVD media or the full ESD (electronic service download) from Adobe of Acrobat X Pro and then destroy or return the old software along with a very long legal form that says you are doing just that process.  That's a procurement issue from both ends I would think.  Needless to say the correct way would be to get the full media with the full serial number for Adobe Acrobat X Pro from Adobe.  Then uninstall Acrobat X Standard from your user machines and then install the full media of Acrobat X Pro.

  • What is the legal way do distribute iPad corporate application within the company employees and avoid it downloading by a million of other users?

    Hello,
    My company has about 1500 employees. The purpose is to distribute our corporate application within their iPads. What are the possible legal ways to distribute?

    You can try these links, but some may require an active account to access:
    Enterprise Guide:
    iPhone OS - Enterprise Deployment Guide
    https://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise _App_Distribution/Introduction/Introduction.html
    Distributing Enterprise Apps for iOS 4 Devices

  • IASDeploymentException deploying from admin console; need help troubleshoot

    I am receiving a com.sun.enterprise.deployment.backend.IASDeploymentException
    when I deploy my ear file from the Sun Server Admin Console.
    Any suggestions on how to trouble shoot would be greatly appreciated.
    First, when I run the verifier tool, I do get an error message,
    but I recall things working with this error before, since I am not
    using the application client from the Jar file
    STATIC VERIFICATION RESULTS
         NUMBER OF FAILURES/WARNINGS/ERRORS
         # of Failures : 1
    # of Warnings : 1
         # of Errors : 0
    RESULTS FOR APPCLIENT-RELATED TESTS
         FAILED TESTS :
         Test Name : tests.appclient.AppClientMainClass
         Test Assertion : Application clients start execution at the main method of the class specified in the Main-Class attribute in the manifest file of the application clients JAR file. It must be specified in the MANIFEST file. Please refer to JavaEE 5 Platform Specification section #9.5 for further information.
         Test Description : For [ Course#Application.jar ]
    Appclient main-class is not found. Please check the main-class entry of your appclient manifest file.
    RESULTS FOR EJB-RELATED TESTS
         WARNINGS :
         Test Name : tests.ejb.entity.cmp2.CmpFieldsAccessorExposition
         Test Assertion : Set accessor method for primary key fields should not be exposed in the remote interface. Please refer to EJB 2.1 Specification Section #10.3.1 for further information.
         Test Description : For [ Course#Course.jar#CourseBean ]
    Error: Primary key field set accessor method [ number ] is exposed through the remote interface [ RS.Course ].
    END OF STATIC VERIFICATION RESULTS
    Here are some of the log entries; they don't look too helpful to me.
    Root cause = [com.sun.enterprise.tools.guiframework.exception.FrameworkError: java.util.ConcurrentModificationException]
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:223)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
         at com.iplanet.jato.view.RequestHandlingTreeViewBase.handleRequest(RequestHandlingTreeViewBase.java:532)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:822)
    [#|2007-03-11T13:51:14.952-0600|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=14;|
    com.iplanet.jato.command.CommandException: Handler method "handleShowContainerRequest" threw an exception
    Root cause = [com.sun.enterprise.tools.guiframework.exception.FrameworkError: java.util.ConcurrentModificationException]
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:223)
    [#|2007-03-11T13:52:22.657-0600|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=14;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException
         at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explode(J2EEModuleExploder.java:80)
    com.sun.enterprise.deployment.backend.IASDeploymentException
    [#|2007-03-11T13:52:22.775-0600|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=14;|
    com.sun.enterprise.tools.guiframework.exception.FrameworkError: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException on 'class com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.deploy'. This occurred while attempting to process a 'command' event for 'ok'.
         at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:279)
    Thanks for any help you can provide.
    Dr. Laurence Leff Western Illinois University, Macomb IL 61455 ||(309) 298-1315
    Stipes 447 Assoc. Prof. of Computer Sci. Pager: 309-367-0787 FAX: 309-298-2302
    Secretary: eContracts Technical Committee OASIS Legal XML Member Section

    Thanks for looking at this problem. I removed the Application from my EAR
    file. That eliminated the error
    a com.sun.enterprise.deployment.backend.IASDeploymentExceptionthat came without explanation
    when I deploy my ear file from the Sun Server Admin Console.
    I now have a new error message. I am opening a new thread for that
    situation, involving jndi names.
    Dr. Laurence Leff Western Illinois University, Macomb IL 61455 ||(309) 298-1315
    Stipes 447 Assoc. Prof. of Computer Sci. Pager: 309-367-0787 FAX: 309-298-2302
    Secretary: eContracts Technical Committee OASIS Legal XML Member Section

  • Legality of cloning hard drive

    Hi, just a quick need to confirm that the process of cloning one's entire hard drive, incuding the OS, is entirely legal. (My apologies if this question has been answered before: a quick search around yeilded nothing clear, and I am with a friend who needs to know.)
    The OS in question is Windows XP, though I'm also interested in OSX's legal stance on this.
    Thanks in advance,
    Rhys

    Chris,
    Thanks a lot for the link. The title of that page from Microsoft looked promising, but I think it addresses the deployment of Windows installations onto multiple computers. I looked around their site--maybe I'm just a bit dull, but I'm finding it hard to find a clear answer to this seemingly simple question. Is it legal to back up your data by cloning your hard drive onto an external drive (which is bootable in case the internal drive fails) which of course entails making a copy of the OS?
    Don't mean to be lazy: I'll keep looking when I have time later--I thought someone here must know and could easily confirm this.
    Thanks for your help, again.
    Rhys

  • TEHO - Legal Countries

    Hi Support Community
    I am in the process of setting up TEHO across 3 clusters using breakout points in around 30 countries. The configuration part i am ok with but what im struggling to find information on is exactly were TEHO is legal or more importantly the countries were it is illegal. I cannot find anything official that details this information. So what i first need to know is does anyone know exactly what countries TEHO is illegal ?
    Secondly from what i have found the Middle East and India keep being mentioned as being illegal but then other people state that it is only illegal to use TEHO outbound from these countries becasue it is the toll bypass part depriving the country from revenue that is the issue, however calls from other countries can use TEHO and to break out of these countries.
    Any advise would be appreciated ?
    Thanks, Carl

    Hi Carl,
    As per Cisco's TEHO case study
    http://www.cisco.com/web/about/ciscoitatwork/unified_comm/TEHO_web.html
    Identify regulatory restrictions. Government regulations determine how long-distance voice calls can be routed:
    In some countries, all voice calls—internal or  external, local or long-distance—must be sent entirely over the PSTN.
    Some countries do not permit TEHO or routing of  external voice calls over an IP telephony network.
    A country may not allow TEHO, but permit  long-distance  internal voice calls to be sent over the corporate WAN instead of  the  PSTN.
    These restrictions may mean that cost savings from TEHO cannot be   realized in every country. However, regional call routing to those  countries may  still result in lower charges because of lower  long-distance rates at the  regional hub than at the call’s origination  point.
    Important Note: Because each network is unique and comprised  of many  combinations of private, enterprise, and public connections, Cisco’s   implementation of VoIP in any particular area does not imply third-party   authorization to implement similar services without first consulting  local  authorities. Accordingly, companies that propose to implement  advanced VoIP  telephony on an enterprise basis should review applicable  laws and regulations  in the countries in which that VoIP telephone  service will be deployed, in  order to determine the current regulatory  requirements. They may also wish to  enlist legal counsel in these   countries.
    Based on above information it is clear that there is no simple list of countries which allow or do not allow TEHO.
    I would also wait for others to put forward their suggestions.
    HTH
    Manish

Maybe you are looking for

  • I need better performance from my computer. Could someone point me in the right direction?

    I do a lot of video editing for work. I am currently using the Creative Cloud, and the programs I use most frequently are Premiere Pro CS6, Photoshop CS6, and Encore. My issue is that when I am rendering video in Premiere Pro, and most importantly, t

  • How do I install on mac?

    I have been trying to install arch linux on a macbook pro, have tried several different ways and can not get it to work. I don't want to use rEFInd(but will if necessary) I am using a new hard dirve with nothing on it and do not have the mac installa

  • How do you see the size of your hard drive

    I am new the the MAC world and I am trying to figure out some things.  How do you see the size remaining on your hardrive?

  • Charing the iPod touch with older charger?

    I have been an iPod owner since the first generation 5 gig model. It's still going strong (it's my son's now). In the course of time I have acquired a few chargers -- two for home and one for the car. Both are the Firewire variety. Can I use these (w

  • Mapping authorization field IDs to field names (description)

    Hello Folks, I am trying to map the authorization field (technical ) names to field descriptions (long names) Backgroud: I do not have enough input from the functional team yet on restrictions at data level. I have pulled out a list of orgfield value