Oracle Providers deploy

Hello,
I have deployed a asp.net application and it's working fine with the ManagedDataAccess on the client's machine, but I  can't acces the membership provider. While I have a stable connection with the database. Can't the membership provider work with the  ManagedDataAccess.dll?
I use oracle Database 12c and providers 12c
Thanks

I did not try myself, but what may help is to pass the -Djava.io.tmpdir=/tmp parameter to JDeveloper. I know this helped with some other problems related to the latest Mac JDK update. The problem is that this update uses a different temp dir, which contains some weird characters, and not all software is prepared for those.

Similar Messages

  • Help understanding Oracle Providers

    Hi,
    I'm using the Oracle Providers in a ASP.NET application and need some help to understand the way the providers works. There is some documentation including code samples and a more detailed explanation about de relationship of the providers and its uses?
    Thanks in advance,
    Simón de Lizarza

    I am also starting to learn about Oracle Providers for ASP.NET ... my starting point has been trying to do the example in "Using Oracle Providers for ASP.NET" (URL = http://www.oracle.com/technology/obe/11gr2_db_prod/appdev/dotnet/aspprovider/aspprovider_otn.htm) ...
    I was able to do the prereq ("Building ASP.NET Web Applications with Oracle Developer Tools for Visual Studio", which was FANTASTICLY simple!!! Thank-you!!!) ... but have gotten stuck on actual example ... but I've got some pointers from a thread in another forum that I'll try before posting here ...

  • Oracle.jdeveloper.deploy.DeployException

    Hi,
    i am trying to run the application facing this .... actually i have just installed Windows mobile for using it with adf mobile applications.... in connection settings of Activesync i have changed the connection settings port as DMA is their any problem with this
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:52)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:139)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.rc.asadapter.connection.ConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3s://127.0.0.1:7102' as user, 'weblogic'. Error received: null
         at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:100)
         at oracle.rc.asadapter.connection.AppServerConnectionImpl.getPresentation(AppServerConnectionImpl.java:65)
         at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:43)
         ... 11 more
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3s://127.0.0.1:7102' as user, 'weblogic'. Error received: null
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
         at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:97)
         ... 13 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3s://127.0.0.1:7102' as user, 'weblogic'. Error received: null
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
         ... 15 more
    Caused by: java.io.IOException
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
         at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
         at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
         ... 19 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://127.0.0.1:7102: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
         ... 23 more
    Caused by: java.net.ConnectException: t3s://127.0.0.1:7102: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
         ... 31 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
         ... 36 more
    #### Cannot run application adfm-new due to error deploying to DefaultServer.
    [Application adfm-new stopped and undeployed from Server Instance DefaultServer]

    Deployment issue is not specific to mobile - do you see the same deployment issue when trying to run this application using a desktop browser?
    This may be caused by Windows Firewall settings - please make sure there is no firewall software blocking localhost:port access - in this access it appears to be localhost:7102.
    Firewall issue can also prevent you from accessing the application from a mobile emulator - Windows Mobile emulator acts as its own network device, and needs to access the integrated WLS server in JDev through the network.
    Lastly, when testing in Windows Mobile emulator, please use the IP address of the machine you are running JDeveloper in the URL. Windows mobile emulator does not understand "localhost".
    Thanks,
    Joe Huang

  • Oracle.jdeveloper.deploy.DeployException while running struts application

    I am using Jdev 9.0.4.0.0build(1347)to develop my Struts application.
    My application was running fine until yesterday.
    Now when I am try to compile my application I am getting "Internal compilation error, terminated with a fatal exception".
    Also when trying to run/debug its giving following error:
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:68)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:993)
         at oracle.jdeveloper.runner.Oc4jStarter.startImplImpl(Oc4jStarter.java:626)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:590)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:263)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:524)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:458)
         at oracle.jdevimpl.runner.debug.DebuggingProcess.startTarget(DebuggingProcess.java:623)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:467)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1169)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:223)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:212)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         ... 15 more
    oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1169)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:223)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:212)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:993)
         at oracle.jdeveloper.runner.Oc4jStarter.startImplImpl(Oc4jStarter.java:626)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:590)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:263)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:524)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:458)
         at oracle.jdevimpl.runner.debug.DebuggingProcess.startTarget(DebuggingProcess.java:623)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:467)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    I don have any clue abt this. Pls help!!!

    Well i fixed the issue. There were some syntax mistakes in my "PayrollWS-data-sources.xml" file..

  • Lising OracleAS Providers: error WWC-43733

    Going to:
    Navigator > Providers > Provider Groups > OracleAS Providers
    Gives this error:
    Error: Error accessing remote provider group server: https://myportaldev.mydomain.com:443/jpdk/soaprouter/
    (WWC-43733)
    And no providers are listed...
    How might I fix this?
    Thanks
    Terry

    Hi Vineet,
    I am using the OracleAS Java Portlet Container Develoeper's pre-release version 10 on OC4J standalone 9.0.4
    I am following the exact installation steps on the Installation Guide.
    My WSDL URL is working when I try to access it on the browser.
    I can post the WSDL file if it will help.
    Thanks.

  • Oracle.jdeveloper.deploy.DeployException: Deployment Failed

    Hello,
    W
    I am very new to JDeveloper. I am trying to run a jspx page fron JDeveloper 11, I am getting following errors, while running the page, Can you please help
    *** Using port 7101 ***
    "C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;C:\Oracle\product\10.2.0\db_1\LIB;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\classes12.zip
    PATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IBM\Infoprint Select;C:\Notes;C:\Program Files\XLView;C:\lotus\compnent;C:\Utilities;C:\Program Files\IBM\Personal Communications\;C:\Program Files\IBM\Trace Facility\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Provision Networks\Virtual Access Client\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1 -Doracle.home=C:\Oracle\MIDDLE~1\JDEVEL~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\JDEVEL~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\JDEVEL~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\JDEVEL~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -XX:+UseParallelGC -XX:+DisableExplicitGC -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Nov 18, 2009 12:52:12 AM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\lib\mbeantypes\csp-id-asserter.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Nov 18, 2009 12:52:13 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsystems Inc.>
    <Nov 18, 2009 12:52:14 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385 >
    <Nov 18, 2009 12:52:16 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 18, 2009 12:52:16 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 18, 2009 12:52:16 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Nov 18, 2009 12:52:16 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00049. Log messages will continue to be logged in C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Nov 18, 2009 12:52:16 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Nov 18, 2009 12:52:25 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 18, 2009 12:52:32 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Nov 18, 2009 12:52:32 AM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Nov 18, 2009 12:52:35 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 18, 2009 12:52:35 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 18, 2009 12:52:45 AM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application TDM_FusionWeb is not versioned.>
    Nov 18, 2009 12:52:45 AM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : TDM_FusionWeb
    Nov 18, 2009 12:52:46 AM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    Nov 18, 2009 12:52:46 AM JpsApplicationLifecycleListener Migrate Application Credential Store
    WARNING: Overwriting credentials is allowed in application credential store migration with Weblogic server running in Development Mode and system property 'jps.app.credential.overwrite.allowed' set to true
    <Nov 18, 2009 12:52:57 AM IST> <Warning> <HTTP> <BEA-101299> <The servlet-mapping for servlet-name "jsp" will override the default mapping for *.jsp. This can lead to a show code vulnerability.>
    Nov 18, 2009 12:52:57 AM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : TDM_FusionWeb_ADF
    <Nov 18, 2009 12:53:04 AM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean wsm-pm. Error - weblogic.management.DeploymentException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear.
    weblogic.management.DeploymentException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:88)
         Truncated. see log file for complete stacktrace
    java.io.IOException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.jar.JarFile.<init>(JarFile.java:133)
         at java.util.jar.JarFile.<init>(JarFile.java:97)
         at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
         Truncated. see log file for complete stacktrace
    >
    <Nov 18, 2009 12:53:04 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'wsm-pm' due to error weblogic.management.DeploymentException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear.
    weblogic.management.DeploymentException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:88)
         Truncated. see log file for complete stacktrace
    java.io.IOException: C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear (The system cannot find the file specified) with : C:\Oracle\Middleware\user_projects\applications\DefaultDomain\wsm-pm.ear
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:114)
         at java.util.jar.JarFile.<init>(JarFile.java:133)
         at java.util.jar.JarFile.<init>(JarFile.java:97)
         at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
         Truncated. see log file for complete stacktrace
    >
    Nov 18, 2009 12:53:16 AM oracle.adf.share.config.ADFConfigFactory getInstance
    INFO: ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
    Nov 18, 2009 12:53:21 AM oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl getNonCachedConnectionsContext
    INFO: Registering Connection Runtime MBean
    Nov 18, 2009 12:53:21 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:22 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:22 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:32 AM oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl getNonCachedConnectionsContext
    INFO: Registering Connection Runtime MBean
    Nov 18, 2009 12:53:32 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:32 AM oracle.adf.share.jndi.MDSBackingStore documentExists
    INFO: MDS-00013: no metadata found for metadata object "/META-INF/connections.xml"
    Nov 18, 2009 12:53:32 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:32 AM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 18, 2009 12:53:32 AM oracle.adf.share.jndi.MDSBackingStore obtainMetadataObject
    SEVERE: Exception while getting mutable object
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/META-INF/adf-config.xml"
         at oracle.mds.core.MetadataObject.getBaseMOFromCache(MetadataObject.java:1625)
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:927)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2627)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1144)
         at oracle.adf.share.jndi.MDSBackingStore.obtainMetadataObject(MDSBackingStore.java:401)
         at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:462)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:151)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:146)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:139)
         at oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack.contextInitialized(ADFConfigLifeCycleCallBack.java:100)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1799)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Nov 18, 2009 12:53:32 AM oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack contextInitialized
    SEVERE: Failed to create config mbean.
    java.lang.Exception: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/META-INF/adf-config.xml"
         at oracle.adf.share.jndi.MDSBackingStore.obtainMetadataObject(MDSBackingStore.java:422)
         at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:462)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:151)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:146)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:139)
         at oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack.contextInitialized(ADFConfigLifeCycleCallBack.java:100)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1799)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/META-INF/adf-config.xml"
         at oracle.mds.core.MetadataObject.getBaseMOFromCache(MetadataObject.java:1625)
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:927)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2627)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1144)
         at oracle.adf.share.jndi.MDSBackingStore.obtainMetadataObject(MDSBackingStore.java:401)
         ... 41 more
    <Nov 18, 2009 12:53:40 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Nov 18, 2009 12:53:40 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00058. Log messages will continue to be logged in C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Nov 18, 2009 12:53:40 AM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    Nov 18, 2009 12:53:41 AM oracle.wsm.common.logging.WsmMessageLogger logSevere
    SEVERE: Failure in looking up EJB component QueryService#oracle.wsm.policymanager.ejb.IStringQueryServiceRemote.
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Nov 18, 2009 12:53:41 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 91718 ms.
    DefaultServer started.
    [Running application Application12 on Server Instance DefaultServer...]
    <Nov 18, 2009 12:53:47 AM IST> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application 'Application12'. Error is: '[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.'>
    [12:53:47 AM] Weblogic Server Exception: weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.
    [12:53:47 AM] See server logs or server console for more details.
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
    [12:53:47 AM] #### Deployment incomplete. ####
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:341)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:235)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$6$1.run(AdrsStarter.java:1469)
    Caused by: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:483)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:332)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:465)
         ... 12 more
    #### Cannot run application Application12 due to error deploying to DefaultServer.
    [Application Application12 stopped and undeployed from Server Instance DefaultServer]

    Hi,
    Welcome to OTN.
    Check out Re: how to deply ADF application on weblogic 10.3 thread to know how to release the lock.
    -Arun

  • Oracle Applications deployed as ASP (Application Service Providers)

    I heard there is a way to access Oracle Application from ASP's? Is this true? Where can I get more infomration about it?
    Do we know how are they hosting? Citrix Vs Developer Server??
    Any information is helpful.
    Thanks

    Have you looked at Oracle Business OnLine, Oracle's own ASP?
    http://www.oracle.com/businessonline/index.html

  • To launch Oracle BPM deployed Web Services [In BPM Enterprise]

    Hi all,
    I have expose my Process Instance into Web Services in Studio.
    It is working well. In Studio, I start the Engine (Run -> Start Engine),
    Then, I Start the Web Services (Run -> Launch deployed Web Services webapps).
    It would show me my local webservice links.
    http://localhost:9000/albpmServices/<ProjectName>/ws
    But, I unable to launch this Web Service Webapps, when i deploy the project into Oracle BPM Enterprise with Weblogic Server.
    May know what is the link for BPM Enterprise?
    Regards,
    Chris

    My URL is:-
    http://localhost:9000/albpmServices/TestProject/ws/TestProcessServiceListener?wsdl=true
    and it does not seem to open the WSDL when I start the enterprise server engine..
    I have the process exposed as a web-service with two methods..
    One for Process Creation and another for Notification Wait Activity...
    I have also checked the box to start PAPI WS Services on my standalone server
    Is there some other config that I need to make inside my standalone server to get this WSDL?
    I understand that standalone works on Tomcat...

  • MYSQL Plug-in for Oracle grid deployment errors

    hello,
    having problems deploying the mysql plug-in. see error below....any ideas?
    this is the error in the emom.log
    2009-06-05 14:36:25,975 [EMUI_14_36_25_/console/emx/deploy] ERROR em.emx exists.743 - XXXXXX sql = select mmp.target_type, mmp.mp_version, mmp.functional_description, mmp.requirements_description, mmp.hwm_status from mgmt_management_plugins mmp WHERE (mmp.target_type = ? AND mmp.mp_version = ?) AND mmp.hwm_status != ?
    2009-06-05 14:36:25,980 [EMUI_14_36_25_/console/emx/deploy] ERROR em.emx exists.744 - XXXXXX name = mysql
    2009-06-05 14:36:25,983 [EMUI_14_36_25_/console/emx/deploy] ERROR em.emx exists.745 - XXXXXX version = 1.1
    2009-06-05 14:36:49,580 [Thread-278] ERROR em.emx exists.743 - XXXXXX sql = select mmp.target_type, mmp.mp_version, mmp.functional_description, mmp.requirements_description, mmp.hwm_status from mgmt_management_plugins mmp WHERE (mmp.target_type = ? AND mmp.mp_version = ?) AND mmp.hwm_status != ?
    2009-06-05 14:36:49,590 [Thread-278] ERROR em.emx exists.744 - XXXXXX name = mysql
    2009-06-05 14:36:49,592 [Thread-278] ERROR em.emx exists.745 - XXXXXX version = 1.1
    2009-06-05 14:36:49,677 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.743 - XXXXXX sql = select mmp.target_type, mmp.mp_version, mmp.functional_description, mmp.requirements_description, mmp.hwm_status from mgmt_management_plugins mmp WHERE (mmp.target_type = ? AND mmp.mp_version = ?) AND mmp.hwm_status != ?
    2009-06-05 14:36:49,680 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.744 - XXXXXX name = mysql
    2009-06-05 14:36:49,681 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.745 - XXXXXX version = 1.1
    2009-06-05 14:36:51,636 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx runOperation.319 - RemoteOperationException: ERROR: NMO not setuid-root (Unix-only)
    java.io.IOException: RemoteOperationException: ERROR: NMO not setuid-root (Unix-only)
    at oracle.sysman.emSDK.emd.comm.RemoteOperationInputStream.read(RemoteOperationInputStream.java:172)
    at oracle.sysman.emx.Util.pipe(Util.java:535)
    at oracle.sysman.emx.Util.pipeAndClose(Util.java:451)
    at oracle.sysman.emx.Util.pipeAndClose(Util.java:423)
    at oracle.sysman.emx.AgentFileHandler.runRemoteCommand(AgentFileHandler.java:563)
    at oracle.sysman.emx.AgentFileHandler.undeployFiles(AgentFileHandler.java:459)
    at oracle.sysman.emx.AgentFileHandler.runOperation(AgentFileHandler.java:256)
    at oracle.sysman.emx.AgentFileHandler.undeploy(AgentFileHandler.java:123)
    at oracle.sysman.emx.MPHandler.runOperation(MPHandler.java:165)
    at oracle.sysman.emx.MPHandler.undeploy(MPHandler.java:118)
    at oracle.sysman.emx.AgentDeployWorker.deployToAgent(AgentDeployWorker.java:121)
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:78)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:260)
    2009-06-05 14:36:51,639 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.743 - XXXXXX sql = select mmp.target_type, mmp.mp_version, mmp.functional_description, mmp.requirements_description, mmp.hwm_status from mgmt_management_plugins mmp WHERE (mmp.target_type = ? AND mmp.mp_version = ?) AND mmp.hwm_status != ?
    2009-06-05 14:36:51,641 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.744 - XXXXXX name = mysql
    2009-06-05 14:36:51,643 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR em.emx exists.745 - XXXXXX version = 1.1
    2009-06-05 14:36:51,667 [ManagementPluginWorker(mysql:1.1,speck.lhsc.on.ca:3872)] ERROR threadPoolManager.WorkerThread run.281 - Exception message: null
    java.lang.Error
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:82)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:260)
    2009-06-05 14:36:51,669 [Thread-279] ERROR em.emx workerDied.250 - java.lang.Error
    java.lang.Error
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:82)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:260)

    See if this helps.
    After Installing DB Control, Getting RemoteOperationException.
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=824947.1

  • How to disable 'Clear Record' option in Oracle Forms deployed in Orcl Apps

    Dear Members,
    I have developed a custom form which is deployed in Oracle Applications.
    In this form I want to disable the 'Clear Record' option to prevent users from clearing the record.
    Can any one please tell me how can I do it?
    Thanks in advance.
    Best Regards,
    Arun Reddy D.

    Hi,
    In your Forms---> trigger--> KEY-CLRREC-----> NULL;
    You cant clear any record.

  • Does anyone want an Oracle OC4J deployment guide for Creator 2?

    Hi
    As part of working with creator 2 (and now update 1) I have had to develop a fairly detailed deployment guide for Oracle's OC4J container, based in part on the great work provided by Marco Walther in his weblog.
    The guide will be converted to a pdf, and includes plenty of screen grabs and details of data source creation etc for first timers, but before I go to the trouble of formatting it for general human consumption I just wondered if anyone was actually interested in something like this.
    Replies and comments welcomed
    B

    This might be a good place to put this guide to make it available to everyone: http://wiki.java.net/bin/view/Javatools/SunJavaStudioCreator
    What you have to do is put it on your java.net site and link to it from the above Java Studio Creator Community page.
    thanks for sharing,
    Chris

  • SAP - Oracle mapping deployment problem

    Source system: A development SAP 3.4 system that works on a Oracle 8.0.5 database.
    Target system: Windows XP, Oracle 9.2.0.4
    OWB: 9.2
    After I designed an my easy one-table mapping, I registered both locations:
    LOC_SRC_SAP:
    schema_name: system
    service_name: TD0
    host_name: 200.39.17.243
    port_number: 1527
    LOC_TAR_STAROSA
    schema_name: wbtar
    service_name: wbserver.us.oracle.com
    host_name: jxg02176.us.oracle.com
    port: 1522
    and had deployed dblink: CON_STAROSA and a single table, I've got the following error after the mapping deployment.
    17:52:20 [515445] java.sql.SQLException: No more data to read from socket
    17:52:21 [515445] java.sql.SQLException: No more data to read from socket.
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    17:52:21 [515445] java.sql.SQLException: Io exception: Connection aborted by peer: socket write error
    18:02:09 [F4FB3] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - Io exception: Connection reset by peer: socket write error
    I've got the following conclusions:
    1. Is it a database version problem? If it's true, At least what is the closest version I should try?, so it won't cause a considerable impact on the sap system and therefore the pl/sql mapping statement can be able to extract data from a 8.x version.
    2. Or what would occur if I install an Oracle 8.1.7 odbc or jdbc on the target system, so this socket problem would not happen any more?
    Any suggestion can be helpful.
    Jesus
    [email protected]

    Jesus,
    I am looking into this. I don't believe it's a database version problem - let me investigate with development.
    Regards:
    Igor

  • Oracle-specific deployment descriptor

    Hi all
    does anybody know how i can edit the oracle deployment descriptor while using JDeveloper 3.2 to deploy. I need to add an ejb-reference, wich has to be mapped in the oracle specific descriptor. I tried to do it manually but everytime when i depoly, jdeveloper overwrites my changes during the deployment.
    thanks for help...

    Hello!
    I4m just trying to do the same thing: including ejb references in the oracle descriptor, but it erases any line I include as soon as I start deploying.
    Have you solved the problem?.If so, could you give me a clue?.
    By the way, I imagine that the references have to be included in the EJB which is calling, and not in the one that is to be called.But I don4t really understand how is the name of the ejb to be called introduced in that enviroment directory.
    Thanks in advance!!!
    Pepa.

  • Oracle 8i deployment

    1)I cannot find Oracle 8i lite in the Oracle Store (web site).
    What is the pricing?
    2)There is a deploy feature. Does it mean I can distribute (read
    sell) applications without additional licenses? Do customers
    have to buy licenses?
    3)Since Oracle 8i lite supports (32) concurrent connections, row
    level locking, transactions, etc. why isn't it multi-user? Does
    it mean I cannot share an Oracle 8i lite database on a network?
    Regards,
    null

    When I add java 1.2 rt.jar to library list of deployment, this
    problem can be solved.
    However, then, insufficient privelege error occurs when
    deployment program seems to try to load rt.jar file to the
    Oralce 8i JServer.
    How should I configure environment to make ACME video EJB sample
    to run?
    Thanks,
    Sean
    Sean (guest) wrote:
    : An error occurs while stub compilation.
    : Tested using both 1.1.8 and 1.2.2 versions.
    : How can I solve this?
    : Thanks,
    : Sean
    : AppAccelerator(tm) 1.1.8 for Java (JDK 1.1), x86 version.
    : Copyright (c) 1997-1998 Borland International. All Rights
    : Reserved.
    : Copyright (c) 1997-1999 Oracle Corporation. All Rights
    Reserved.
    : Reading Deployment Descriptor...done
    : Verifying Deployment Descriptor...done
    : Gathering users...done
    : Generating Comm
    : Stubs.............................................done
    : Compiling Stubs...Errors compiling the communication stubs
    : AppAccelerator(tm) 1.1.8 for Java (JDK 1.1), x86 version.
    : Copyright (c) 1997-1998 Borland International. All Rights
    : Reserved.
    : Copyright (c) 1997-1999 Oracle Corporation. All Rights
    Reserved.
    : java.lang.NoClassDefFoundError: java/util/ArrayList
    : at sun.tools.util.CommandLine.parse
    : (CommandLine.java:42)
    : at sun.tools.javac.Main.compile(Compiled Code)
    : at sun.tools.javac.Main.main(Compiled Code)
    : *** Errors occurred while deploying the EJB to JServer ***
    : *** Deployment completed ***
    null

  • Oracle VM - deployment strategy

    Hi All,
    This is my first post on this forum, and am curious to see how this forum works!!!
    We are planning to use OracleVM and Oracle EL in a new setup.
    I have scanned through the Oracle VM Manager and Oracle VM server guides and have few queries where I wish to understand practical experiences to choose the best deployment method.
    We would be having around 50-60 VMs (Guest VMs) per site and will have 2 sites. These would be a mix of web servers, Citrix servers, application and database servers.
    1. Oracle VM Manager
    What is a better strategy - To have a physical server for Oracle VM Manager or on Guest VMs with HA configured?
    What according to you are the pros and cons (practical difficulty you may have faced in a particular deployment option) for the 2 methods?
    2. Oracle VM Server
    What would be a better option (I am not considering the option of having all the components on the same server)-
    a. Separate physical server for Server pool master, separate physical server for Utility server
    b. Separate physical server for Server pool master + Utility server
    What according to you are the pros and cons (practical difficulty you may have faced in a particular deployment option) for the 2 methods?
    What would be the impact of Oracle VM Manager not being available?
    What would be the impact of Oracle VM Server not being available?
    Request your help to provide answers to any of the above queries.
    Thanks,
    ND

    user12225557 wrote:
    1. Oracle VM Manager
    What is a better strategy - To have a physical server for Oracle VM Manager or on Guest VMs with HA configured?For non-test/large deployments I recommend a physical server for Oracle VM Manager, though not necessarily dedicated. You could also run other services like DHCP/DNS or even hold a local YUM mirror. I just prefer knowing that my VM Management is completely seperated from my virtual infrastructure. Another very valid option if you do want a virtual VM Manager machine is if you are running multiple VM pools to have the manager for Pool A live in Pool B and vice-versa.
    2. Oracle VM Server
    What would be a better option (I am not considering the option of having all the components on the same server)-
    a. Separate physical server for Server pool master, separate physical server for Utility server
    b. Separate physical server for Server pool master + Utility serverThere is no longer a requirement for separate physical servers for the Pool Master role in 2.2, as this is now automatically re-mastered through the pool in the event of a failure. So now you just need to worry about utility servers. There is no hard-and-fast rule here: for pools of 1-3 servers, I only have a single utility server. For pools of 4-6, I'll probably have 2. I appear to be leaning towards a utility server per 3 physicals, but that may just be coincidental. You're going to have to monitor your own pool usage and create more utility servers as required. It's pretty simple to do and non-destructive, so it's not like you have to make the exact right decision before you start. You can always flag a new utility server in the VM Manager interface in a couple of clicks.

Maybe you are looking for

  • IPod Touch 4G will not turn on, charge or connect to computer.

    I purchased my iPod Touch 4G in October 2010 in America. Last week, while my iPod Touch was connected to my laptop with the USB cable, I pressed the home button with no response. I have tried all forms of reset that I could find on the Apple website

  • Send Commit to message stuck in "Message Scheduled" status

    Hello, I generated some messages using ABAP Proxy. However, the commit work never happened in the program that created the message. Now these messages are stuck in "Message Scheduled" status. How can I push the message forward. Can I trigger a commit

  • Dos command x86 vs x64

    I am trying to out info using the netsh command as follows $showready = netsh mbn show ready * this works fine if I run it in the x64 powershell. However if I run it in powershell (x86) i get the output "The following command was not found: mbn show

  • Welcome to Crossgrade Program h*ll

    Hi All, So I am one of those who is going through the Final Cut and Logic Express Crossgrade programs. I love Apple products, but sometimes the process to get said products are convoluted. The Logic Express 7.2 Crossgrade Program is an example. Those

  • Set cookie

    I want to set a cookie for the username field of the login page. Code works this way .. Cookie ck1 = new Cookie("username", "this_is_a_user_id"); response.addCookie(ck1); I see , this has been set in the response object !. why a cookie has to be set