Error 500 starting admin site of azure management pack

Hi all,
I'm getting an error when starting the admin portal of the Azure Management Pack. I've already configure it and everything was ok. Then when I Type https://mymachine:30091/ it starts loading but suddenly
it displays the error 500 screen with no other information. What logs can I check to realize what is going on? I'm using Windows 8 Enterprise
Best Regards
Luis Diego Rojas. http://icomparable.blogspot.com
MCP, MCTS Biztalk Server, MCTS WCF

Hi!
Same issue here. I can access the Admin Site but only with the local admin or a user member of the Domain Admins group.
Any clue?
Regards,
Raphael

Similar Messages

  • Error while starting admin/managed server domain

    Hi,
    I have installed Weblogic 10.3.3 on windows 7 64-bit and created a single domain weblogic configuration wizard. As per my understanding single domain server the purpose of admin as well as managed server.
    Now while starting domain server, I'm getting below error messages:
    E:\Middleware_Home\user_projects\domains\first_domain\bin>setDomainEnv.cmd
    \Java\jre6\lib\ext\QTJava.zip was unexpected at this time.
    E:\Middleware_Home\user_projects\domains\first_domain\bin>startWebLogic.cmd
    \Java\jre6\lib\ext\QTJava.zip was unexpected at this time.
    E:\Middleware_Home\user_projects\domains\first_domain\bin>startManagedWebLogic.cmd
    \Java\jre6\lib\ext\QTJava.zip was unexpected at this time.
    Please help me where I should start looking. There is no log file created in Middleware home. I just started learning Weblogic (3-4 days back).
    Thanks,
    Neeraj
    Edited by: Neeraj Bhatia on Oct 18, 2010 8:11 PM

    set WL_HOME=E:\Middleware_Home\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=E:\Middleware_Home\jrockit_160_17_R28.0.0-679
    set SUN_JAVA_HOME=E:\Middleware_Home\jdk160_18
    if "%JAVA_VENDOR%"=="Oracle" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Oracle
              set JAVA_HOME=E:\Middleware_Home\jrockit_160_17_R28.0.0-679
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    for %%i in ("%JAVA_HOME%") do set JAVA_HOME=%%~fsi
    set SAMPLES_HOME=%WL_HOME%\samples
    set DOMAIN_HOME=E:\Middleware_Home\user_projects\domains\first_domain
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    set LONG_DOMAIN_HOME=E:\Middleware_Home\user_projects\domains\first_domain
    if "%DEBUG_PORT%"=="" (
         set DEBUG_PORT=8453
    if "%SERVER_NAME%"=="" (
         set SERVER_NAME=AdminServer
    set DERBY_FLAG=false
    ----

  • Error while starting Admin Server after install WLS 7.0.1

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

  • Error while starting Webcenter Sites JSK 11.1.1.8

    Hi,
    I am getting the below error when I start the Webcenter sites JumpstartKit (11.1.1.8). Kindly help with the solution.
    Feb 19, 2015 6:53:57 AM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Oracle\WebCenter\Sites\11gR1\windowsJDK/bin:D:\Oracle\WebCenter\Sites\11gR1\windowsJDK/bin:D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files\Crimson Editor\";C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;D:\Oracle\WebCenter\Sites\11gR1\ContentServer\11.1.1.8.0\bin;.;D:/Oracle/WebCenter/Sites/11gR1\Sites/11.1.1.8.0\bin;D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;;.
    Feb 19, 2015 6:53:59 AM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:53:59 AM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:53:59 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 2600 ms
    Feb 19, 2015 6:53:59 AM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    Feb 19, 2015 6:53:59 AM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
    Feb 19, 2015 6:54:15 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:16 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:18 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:22 AM com.sun.jersey.server.impl.application.WebApplicationImpl initiate
    INFO: Initiating Jersey application, version 'Jersey: 1.1.4.1 11/24/2009 01:30 AM'
    Feb 19, 2015 6:54:23 AM net.fckeditor.handlers.PropertiesLoader <clinit>
    INFO: fckeditor.properties loaded successfully!
    Feb 19, 2015 6:54:23 AM net.fckeditor.connector.ConnectorServlet init
    INFO: ConnectorServlet successfully initialized!
    Feb 19, 2015 6:54:23 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\cas
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardContext startInternal
    SEVERE: Error filterStart
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardContext startInternal
    SEVERE: Context [/cas] startup failed due to previous errors
    Feb 19, 2015 6:54:34 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cas] appears to have started a thread named [Timer,null,null] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\host-manager
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\manager
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\ROOT
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 35253 ms
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardServer await
    SEVERE: StandardServer.await: create[localhost:9005]:
    java.net.BindException: Cannot assign requested address: JVM_Bind
      at java.net.DualStackPlainSocketImpl.bind0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:96)
      at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:175)
      at java.net.ServerSocket.bind(ServerSocket.java:376)
      at java.net.ServerSocket.<init>(ServerSocket.java:237)
      at org.apache.catalina.core.StandardServer.await(StandardServer.java:427)
      at org.apache.catalina.startup.Catalina.await(Catalina.java:779)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:725)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:601)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:322)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:456)
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:35 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:36 AM org.apache.catalina.core.StandardService stopInternal
    INFO: Stopping service Catalina
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Receiver Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Sender Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [net.sf.ehcache.CacheManager@9858fb] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-2-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-2-thread-2] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Receiver Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Sender Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [net.sf.ehcache.CacheManager@1f77ce9] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-8-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [HSQLDB Timer @130e76] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-10-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-11-thread-1-FileSystemBasedClusteredEventExecutor] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6834]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool.ConnectionWrapper] (value [{Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [COM.FutureTense.Util.ftUtil$1] (value [COM.FutureTense.Util.ftUtil$1@10012fb]) and a value of type [java.lang.Integer] (value [0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@1de2ca3]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@144a110}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@aa44f7]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool] (value [DataSourceBackedPool{_ds=org.apache.tomcat.dbcp.dbcp.BasicDataSource@95c2d4, _threadConn={Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@aa44f7]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool] (value [DataSourceBackedPool{_ds=org.apache.tomcat.dbcp.dbcp.BasicDataSource@95c2d4, _threadConn={Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:38 AM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:39 AM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:39 AM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["ajp-bio-9009"]

    SEVERE: StandardServer.await: create[localhost:9005]:
    java.net.BindException: Cannot assign requested address: JVM_Bind
    this is most likely related to another process using the same port as the one of the JSK . On Windows, run the command: 
    netstat -a -n | grep "LIST"
    And it should list anything there that's blocking the port.
    You can configure the JSK to use a different port if needed.
    Regards,
    Pietro

  • Error while starting Admin Server

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

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

  • OAM Error while starting admin server

    After installing OAM in my windows 7 environment I tried starting the admin server and the managed server. I am getting the following errors. Inspite of these errors both the servers go into running mode and I am able to access the OAM console. Please let me know what might be the cause of these errors. Thanks in advance.
    <Jun 4, 2013 9:25:44 AM IST> <Error> <Socket> <BEA-000438> <Unable to load perfo
    rmance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'C:\PR
    OGRA~1\Java\JDK16~1.0_3\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windo
    ws;F:\oracle\patch_wls1036\profiles\default\native;F:\oracle\patch_ocp371\profil
    es\default\native;F:\oracle\WLSERV~1.3\server\native\win\32;F:\oracle\WLSERV~1.3
    \server\bin;F:\oracle\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_3\jre\bi
    n;C:\PROGRA~1\Java\JDK16~1.0_3\bin;F:\product\11.2.0\dbhome_1\bin;E:\app\Prasad\
    product\11.2.0\dbhome_3\bin;D:\app\Prasad\product\11.2.0\dbhome_2\bin;E:\app\Pra
    sad\product\11.2.0\dbhome_2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System
    32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;F:\oracle\WLSERV~1.3\server\
    native\win\32\oci920_8;.'
    >
    >
    Jun 4, 2013 9:25:50 AM oracle.security.am.common.aaaclient.ObAAAServiceClient se
    ndMessage
    SEVERE: Failed to communicate with any of configured Access Server, ensure that
    it is up and running.
    <Jun 4, 2013 9:27:32 AM IST> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm myrealm.>
    <Jun 4, 2013 9:27:33 AM IST> <Warning> <Store> <BEA-280109> <Unable to load the
    native wlfileio library for the persistent file store "_WLS_AdminServer". The st
    ore will use buffered I/O. The store is still operating in a transactionally saf
    e synchronous mode. See store open log messages for the requested and final writ
    e policies.>
    <Jun 4, 2013 9:27:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STANDBY>
    <Jun 4, 2013 9:27:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Jun 4, 2013 9:27:40 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initiali
    ze the application 'opss-DBDS' due to error weblogic.application.ModuleException
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was: IO Error: The
    Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:283)

    It depend on the version you are using. When i was using 11g R1, i use to get the same error but it didn't affect my work. You can simply ignore it. When i switch ti 11g R2 these errors are gone. So go with your work.
    Sunil

  • Errors while starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Please try the following article... (With Node Manager Communication type as "Plain" because it looks like you are getting PKIX security certificate chain message ) Just to isolate the issue
    Topic: Start AdminServer And NodeManager Using WLST
    http://middlewaremagic.com/weblogic/?p=6580
    Thanks
    Ravish Mody

  • Error while Authenticating sharepoint site with Azure AD users using Azure Access Control Namespace

    I have a Sharepoint site running on Azure virtual Machine. Now i want to authenticate my sharepoint site with Azure AD users.
    For this i have followed below link, but getting error after login.
    Using Microsoft Azure Active Directory for SharePoint 2013 authentication
    I have implemented as given on reference link, but still facing error. When i access my url from browser, it will ask me through which you want to logon.
    Then on selection of ACS Provider, it will redirect me to office365 login. After i submit my credentials, it will redirect me to
    https://testvm.cloudapp.net/_trust/
    and got error. So i checked in sharepoint log and found below error.
    Cannot find site lookup info for request Uri urn:sharepoint:spvms.
    SPAudienceValidator: Audience uri 'urn:sharepoint:spvms is not valid for the context.
    Getting Error Message for Exception Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The Audience URI could not be validated.
    SPSaml11SecurityTokenHandler: Audience validation failed for request 'https://testvm.cloudapp.net/_trust/' with
    the following audience URIs: 'urn:sharepoint:spvms', .
    Application error when access /_trust/, Error=The Audience URI could not be validated.
    at Microsoft.SharePoint.IdentityModel.SPSaml11SecurityTokenHandler.ValidateConditions(SamlConditions conditions, Boolean enforceAudienceRestriction)
    at Microsoft.IdentityModel.Tokens.Saml11.Saml11SecurityTokenHandler.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Web.TokenReceiver.AuthenticateToken(SecurityToken token, Boolean ensureBearerToken, String endpointUri)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.SignInWithResponseMessage(HttpRequest request)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs args)
    at Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs eventArgs)
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    I want 100,000 external users to have access to my SharePoint online Site collection.
    I was thinking of going the Azure AD route, where external users will have there ID's created in Azure AD cloud.
    Trying to figure how I can integrate Azure AD cloud with my SharePoint Online Site collection.
    Currently my site collection is tied to On-premise AD.
    Is there a way to integrate the SharePoint online to use both Azure AD and On-premise AD?
    Thanks
    Nate
    Any Answer here?

  • Error in starting SAP Systems at  SAP Management Console

    Hi,
    I have received the following error messages , after installed the "SAP NetWeaver Composition Environment 7.1 sp1"  run SAP management Console->SAP Systems-> start .
    after that ,the system ask me to logon on for webservice authentication,then i write my os user and password,but the system deny me,and the error  follow as:
    error messages:
    Start failed:2
    Permission denied
    I need help,
    best regards

    Hi
    You need to logon as <sid>adm and provide the password... if you try to start the service with a user without auth you'll get permission denied.
    User must be <sid>adm or a member of the Local or Domain Administrators
    Regards
    Juan

  • MDS error while starting Admin server

    Hi,
    I am getting below error while starting Weblogic Admin Server :
    [2012-02-06T20:53:34.247-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] Failed to register config mbean for em.
    [2012-02-06T20:53:34.252-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] [[
    oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = help-provider, file location = /META-INF/adf-config.xml
    at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:207)
    at oracle.mds.core.UpdateableMOContent.getMElemBean(UpdateableMOContent.java:611)
    at oracle.mds.core.MetadataObject.getContentWithRetry(MetadataObject.java:2410)
    at oracle.mds.core.BeanMetadataObject.getBean(BeanMetadataObject.java:89)
    at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:576)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:202)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:193)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:184)
    Any pointers on to how to get to the root cause of this issue. Note that it fails during EM application, not the one that I built. Server starts successfully though..
    -Sridhar

    Hi,
    I am getting below error while starting Weblogic Admin Server :
    [2012-02-06T20:53:34.247-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] Failed to register config mbean for em.
    [2012-02-06T20:53:34.252-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] [[
    oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = help-provider, file location = /META-INF/adf-config.xml
    at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:207)
    at oracle.mds.core.UpdateableMOContent.getMElemBean(UpdateableMOContent.java:611)
    at oracle.mds.core.MetadataObject.getContentWithRetry(MetadataObject.java:2410)
    at oracle.mds.core.BeanMetadataObject.getBean(BeanMetadataObject.java:89)
    at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:576)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:202)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:193)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:184)
    Any pointers on to how to get to the root cause of this issue. Note that it fails during EM application, not the one that I built. Server starts successfully though..
    -Sridhar

  • Error while starting Admin Server (no response)

    After installing Directory Server 5.0 on Solaris 2.6 everything has worked fine, Directory and Admin Server were accessable.
    Unfortunately after a server reboot I only could start / stop the Directory Server. When I try now to start the Admin server (./start-admin), there is no reaction. (When I try to start the console I get the anser "cannot connect ...".) Any idea?

    Check that the fully qualified name of the hostname is still valid... From the machine try to ping full DNS name of the machine.
    Regards,
    Ludovic.

  • Is it possible to use SCOM 2012 R2 with the new Azure Managment Pack to monitor Aure Wadlog Events for azure sdk 2.5

    My operations team has been using MOM 2007 and has recently migrated to SCOM 2012 R2.
    Till now we are using Monitoring Pack management packs which were released way earlier (https://www.microsoft.com/en-us/download/details.aspx?id=11324),
    and had a dependency on diagonstics connection string being present in the cscfg of Azure package.
    This pack was allowing us to monitor the wad logs and events generated by applications.
    However we plan to move to newer Azure managemen pack (http://www.microsoft.com/en-us/download/details.aspx?id=38414), which allows for discoverability.
    I have 2 questions -
    Is it possible to monitor Diagonstics Event Log with the new Monitoring Pack released on 10/2014 ? Or will the users still require the earlier pack for monitoring diagnostics installed in parallel ?
    Azure SDK 2.5 got rid of diagonstics connection string. Is there any possible way to Monitor of Azure Diagonstics wadlogs using SCOM 2012 R2
    Thanks,
    Pratush

    Hi Pratush,
    I would like to suggest you go through the management pack guide to get details. And you should be able to create custom monitor to monitor event logs for Azure.
    Hope the below links be helpful for you regarding to monitoring Azure:
    How to monitor your Windows Azure application with System Center 2012 (Part 2)
    http://blogs.technet.com/b/dcaro/archive/2012/05/03/how-to-monitor-your-windows-azure-application-with-system-center-2012-part-2.aspx
    Windows Azure and SCOM 2012
    https://social.msdn.microsoft.com/Forums/azure/en-US/ecb409e2-8595-40e8-9a73-757b670b06db/windows-azure-and-scom-2012?forum=windowsazuremanagement
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Problem starting Admin Server using Node Manager

    I have configured the Node Manager to run as a windows service. I want it to start the Admin Server when it is started. This is not working. The Node Manager starts without problem but does not appear to even attempt to start the Admin Server. No error message is written to the nodemanager.log. I have configured the following properties as described in the documentation:
    StartScriptEnabled=true
    StartScriptName=startWebLogic.cmd
    Starting the Admin Server using wlst works. As does starting and stopping a Managed server using the Admin console. This leads me to conclude that the Node Manager configuration is ok.
    WLS version is 9.2.
    All suggestions as to what could be the issue here would be greatly appreciated.
    Cheers!

    Ok, I just wasted a whole day before I found the tricks.
    First, you don't need to do that StartScriptEnabled stuff, unless you have important things to add there.
    Ok, and now what I found:
    - You must make sure you have installed the NodeManager as a service
    - Next, make sure the admin server is assigned to the right machine. Since you can do the WLST trick, that should be fine. If not, tough luck, because the docs say you cannot re-assign an admin server.
    - In nodemanager.properties (...\weblogic92\common\nodemanager) make sure CrashRecoveryEnabled is set to true
    - In nodemanager.domains (same dir) make sure your domain is mentioned with its path
    - For each of the servers to be auto-started, make sure that a startup.properties (in <your-domain-dir> \servers\<server-name> \data\nodemanager) contains Arguments=-Xnohup (for JRockit, for Sun JDK its -Xrs)
    Make sure they are started through the nodemanager, et voila, they'll be restarted after a reboot.
    Why this works? At reboot, the OS ask all processes to die, nicely. Those that don't, get killed forcibly. Without the -Xnohup/rs, the WebLogic servers respond to the nice request, and the nodemanager immediately tries to restart them. Unfortunately, the OS refuses to do that, and the server process is marked as failed, and won't be restarted after reboot. With the option given, the servers ignore mr nice guy, and get killed after the nodemanager has disappeared.
    What can go wrong? A lot. I was playing with the nodemanager username and password, and that took some time to clean up. I probably have to redo the entire setup just to make sure I have a repeatable experience now...
    Cheers,
    Bert

  • Internal Error 500 started appearing even after setting a large number for postParametersLimit

    Hello,
    I adopted a CF 9 web-application and we're receiving the Internal 500 Error on a submit from a form that has line items for a RMA.
    The server originally only had Cumulative Hot Fix 1 on it and I thought if I installed Cumulative Hot Fix 4, I would be able to adjust the postParametersLimit variable in the neo-runtime.xml.  So, I tried doing this, and I've tried setting the number to an extremely large number (last try was 40000), and I'm still getting this error.  I've tried putting a <cfabort> on the first line on the cfm file that is being called, but I'm still getting the 500 error.
    As I mentioned, it's a RMA form and if the RMA has a few lines say up to 20 or 25 it will work.
    I've tried increasing the following all at the same time:
    postParameterSize to 1000 MB
    Max size of post data 1000MB
    Request throttle Memory 768MB
    Maximum JVM Heap Size - 1024 MB
    Enable HTTP Status Codes - unchecked
    Here's some extra backgroun on this situation.  This is all that happened before I got the server:
    The CF Server is installed as a virtual machin and was originally part of a domain that was exposed to the internet and the internal network.  The CF Admin was exposed to the internet.
    AT THIS TIME THE RMA FORM WORKED PROPERLY, EVEN WITH LARGE NUMBER OF LINE ITEMS.
    The CF Server was hacked, so they did the following:
    They took a snapshot of the CF Server
    Unjoined it from the domain and put it in the DMZ.
    The server can no longer connect to the internet outbound, inbound connections are allowed through SSL
    Installed cumulative hot fix 1 and hot fix APSB13-13
    Changed the Default port for SQL on the SQL Server.
    This is when the RMA form stopped working and I inherited the server.  Yeah!
    Any ideas on what i can try next or why this would have suddenly stopped working after making the above changes on the server.
    Thank you

    Start from the beginning. Return to the default values, and see what happens. To do so, proceed as follows.
    Temporarily shut ColdFusion down. Create a back-up of the file neo-runtime.xml, just in case.
    Now, open the file in a text editor and revert postParametersLimit and postSizeLimit to their respective default values, namely,
    <var name='postParametersLimit'><number>100.0</number></var>
    <var name='postSizeLimit'><number>100.0</number></var>
    That is, 100 parameters and 100 MB, respectively. (Note that there is no postParameterSize! If you had included that element in the XML, remove it.)
    Restart ColdFusion. Test and tell.

  • Error while starting admin cockpit

    Hi,
    I get the error:
    Technical Information for Message:
    Error loading template 0TPL_0TCT_PORTAL_EVENTLISTENER 
    Notification Number BRAIN 276 
    while trying to start some iViews under BI.
    Any Ideas?
    Thank you
    Timm

    Hello Timm,
        1. Goto RSOR transaction
        2. Choose BI Content tab ( It may be already selected )
        3. Choose Object Types Under it
        4. On the right side Open the node "Web Template 3.x format ) - technical name TMPL
        5. Select Objects and give the technical name of the template
        6. Collect it and install like any other content object
    ( I hope you have installed other Admin Cockpit Objects already )
    Thanks,
    Sheik Bilal

Maybe you are looking for

  • How Do I Search For A Photoshop Link

    I have been given the following link to a page showing search paths on an iMac computer. Can anyone please tell me how I create the search.? I have tried Spotlight which does not recognise the paths listed. http://helpx.adobe.com/photoshop-elements/k

  • Vanishing Motion Menus

    I'm trying to create a DVD with a bog-standard motion menu straight from the library (this problem affects all the menus I've tried by the way). Checking the project and previewing it show no problems. When the disc is burnt and then played the motio

  • Javascript:SAPBW in BEx WAD

    Hello all, My current task deals with geo-maps in SAP BW: When you click on a country on the map a new URL should be created and the country should be displayed in a new window using this URL-information. The URL requires the country abbreviation (su

  • Why is the Refresh Button missing in the Firefox upgrade I just got??

    There has always been a Refresh button in the toolbar at the top. It is not there anymore and I want it back. Please supply it.

  • Oracle DB 10g: Real Application Clusters Administrator Certified Expert

    Hello , does anyone knows are there any books available for this exam ?