Not able to deploy Oracle RTD Inline Service

Hi,
I have created a new RTD Inline service in eclipse by following : Creating an Inline Service - 11g Release 1 (11.1.1)
The section 2.7 Testing the Inline Service explains the deployment.
I followed the same but getting this error while deployment.
[2013-11-19T16:14:15.123+05:30] [bi_server1] [ERROR] [RTD-10307] [oracle.rtd.logger] [tid: [ACTIVE].ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 7863b382e4716382:-6c8b9e63:1426f2fa379:-8000-0000000000006434,0] [APP: OracleRTD#11.1.1] [J2EE_APP.name: OracleRTD_11.1.1] [J2EE_MODULE.name: ws] [WEBSERVICE.name: WorkbenchEndPointService] [WEBSERVICE_PORT.name: WorkbenchEndPointPort] Management Service error[[
java.lang.ExceptionInInitializerError
  at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.createSDApplicationType(ObjectFactoryImpl.java:1463)
  at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.create(ObjectFactoryImpl.java:140)
Caused by: java.lang.NullPointerException
  at java.io.File.<init>(File.java:222)
  at java.lang.Package$1.run(Package.java:527)
  at java.lang.Package.defineSystemPackage(Package.java:520)
  at java.lang.Package.getSystemPackages(Package.java:511)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1513)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
  at java.lang.ClassLoader.getPackages(ClassLoader.java:1511)
  at java.lang.Package.getPackages(Package.java:281)
  at com.sigmadynamics.sdo.access.impl.SDApplicationTypeImpl.<clinit>(SDApplicationTypeImpl.java:1029)
  at com.sigmadynamics.sdo.access.impl.ObjectFactoryImpl.createSDApplicationType(ObjectFactoryImpl.java:1463)
Please help as what went wrong and how it can be solved.
I am stuck from past one week. Not able to understand anything now
Regards,
Vijay Inani

Hi Soumen,
My decision service is working fine. Have checked the same in em and thru opmnctl.
Were you able to solve the error? If yes, please elaborate: How.
I extended OBIEE 11.1.1.7 both on Weblogic 10.3.5 and 10.3.6, but faced the same error at both the places.
Please help.
Thanks and Regards,
Vijay Inani

Similar Messages

  • Not able to deploy HumanTask and Decision service using ant file

    Hi all,
    I am using ant file to complile and deploy a bpel process. Currently i am able to compile the bpel process and deploy it. But when it come to deploying humantask and decesion services I am getting a message.
    [deployDecisionServices] There are no decision services to deploy
    [deployTaskForm] There are no forms to deploy
    Kindly guide me out of this issue
    below is my ant file
    <?xml version="1.0" encoding="iso-8859-1"?>
    <project name="bpel.deploy" default="AuthorizeCreditRequestApproval" basedir=".">
    <property name="process.dir" value="..\SVNCopy\Code}"/>
    <!-- Set BPEL process names -->
    <xmlproperty file="${process.dir}\AuthorizeCreditAS\bpel\bpel.xml"/>
    <property environment="env"/>
    <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
    <condition property="bpel.home" value="${env.BPEL_HOME}">
    <available file="ant-orabpel.xml"/>
    </condition>
    <!-- If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
    <property name="bpel.home" value="${oracle.home}/integration/bpel"/>
    <!-- First override from build.properties in process.dir, if available -->
    <property file="build.properties"/>
    <!-- import custom ant tasks for the BPEL PM -->
    <import file="ant-orabpel.xml"/>
    <!-- Use deployment related default properties -->
    <property file="ant-orabpel.properties"/>
    <target name="AuthorizeCreditRequestApproval" depends="CheckCustomerMarketSegment">
    <echo>
    | Deploying workflow form for AuthorizeCredit on ${j2ee.hostname}, port ${http.port}
    </echo>
    <deployTaskForm
    platform="${platform}" dir="../SVNCopy/Code/ManageCustomerCreditEligibility/AuthorizeCreditBS/public_html"
    domain="${domain}" process= "AuthorizeCreditBS" rev="${rev}"
    user="${admin.user}" password="${admin.password}"
    hostname="${j2ee.hostname}" cluster="${cluster}"
    rmiport="${rmi.port}" opmnrequestport="${opmn.requestport}"
    oc4jinstancename="${oc4jinstancename}"
    asinstancename="${asinstancename}" verbose="${verbose}"
    />
    </target>
    <target name="CheckCustomerMarketSegment" depends="compileAuthorizeCredit">
    <echo>
    | Deploying decision services for AuthorizeCredit on ${j2ee.hostname}, port ${http.port}
    </echo>
    <deployDecisionServices
    platform="${platform}" dir="../SVNCopy/Code/AuthorizeCredit/decisionservices"
    domain="${domain}" process="AuthorizeCredit" rev="${rev}"
    user="${admin.user}" password="${admin.password}"
    hostname="${j2ee.hostname}" httpport="${http.port}"
         cluster="${cluster}" rmiport="${rmi.port}"
    opmnrequestport="${opmn.requestport}" oc4jinstancename="${oc4jinstancename}"
    asinstancename="${asinstancename}" verbose="${verbose}"
    />
    </target>
    <target name="compileAuthorizeCredit" depends="checkout">
    <echo> --- | Compiling bpel process AuthorizeCreditBS| ---
    </echo>
    <bpelc input="../SVNCopy/Code/AuthorizeCredit/bpel/bpel.xml"
    out="../SVNCopy/Code/AuthorizeCredit/output" rev="${rev}"
    home="${bpel.home}"/>
    <echo> --- | AuthorizeCredit Compiled Successfully, revision ${rev}| ---
    </echo>
    </target>
    </project>
    Edited by: Arun Vikram on Mar 4, 2010 10:45 PM

    Is there any workflow or decision service in ur bpel???
    if present,...the ant is not getting ../SVNCopy/Code/AuthorizeCredit/decisionservices and ../SVNCopy/Code/ManageCustomerCreditEligibility/AuthorizeCreditBS/public_html folders.
    Edited by: krish.chaitnya on Mar 4, 2010 11:20 PM

  • Not able to deploy axis2 web service on oc4j 10g server

    Not able to deploy axis2 web service on oc4j 10g server, getting internal server every time I click on services link....
    Edited by: 974237 on Nov 30, 2012 4:17 AM

    Not able to deploy axis2 web service on oc4j 10g server, getting internal server every time I click on services link....
    Edited by: 974237 on Nov 30, 2012 4:17 AM

  • Not able to deploy portal projects

    Hi all,
    I am trying to deploy .net iviews on the portal but I am not able to deploy it. Its giving time out error. Neither I am able to view any .net iviews that were already deployed on the portal. Can anyone help me on this issue.
    rgds

    Messages in lig file...
    #1.5#0002B3D56632003D0000001D000013480003F58C333224DF#1114407432890#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#316##iGateSAP_J2E_9772450#Administrator#0234d570b54811d9a80a0002b3d56632#SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#/System/Server#Java###Exception ID:01:37_25/04/05_0007_9772450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : PortalApplication4.PortalComponent1
    Component class : com.sap.portal.dotnet.framework.iViewProcessorComponent
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.RuntimeException: .NET server is not running
    at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:219)
    at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:16)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    #1.5#0002B3D56632004D0000001B000013480003F58C34912FC4#1114407455875#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#316##iGateSAP_J2E_9772450#Administrator#0234d570b54811d9a80a0002b3d56632#SAPEngine_Application_Thread[impl:3]_29##0#0#Error#1#/System/Server#Java###Exception ID:01:37_25/04/05_0008_9772450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : PortalApplication5.PortalComponent1
    Component class : com.sap.portal.dotnet.framework.iViewProcessorComponent
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.RuntimeException: .NET server is not running
    at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:219)
    at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:16)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : PortalApplication1.PortalComponent1
    Component class : com.sap.portal.dotnet.framework.iViewProcessorComponent
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.RuntimeException: .NET server is not running
    at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:219)
    at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:16)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    Someone pls help.

  • Not able to deploy MDM Enrichment Controller.

    Hi Guys,
    I am not able to deploy the MDM Enrichment controller, i get ServerDeploymentException. I tried Deploying using the JSPM tool.
    I doubt whether is it due to the mismatch is SP level of my MDM server and the Netweaver installation.
    MDM version is MDM 7.1 SP02
    Netweaver is Netweaver 7.1 SP05.
    Thanks in advance.
    Regards,
    ryprasanna

    Hi Experts,
    Please see below for the error log I am getting in JSPM while deploying MDM_ENRICHMENT_CONTROLLER_02_59.sca:
    Details message(s):
    Software component MDM_ENRICHMENT_CONTROLLER deployment messages:
    Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca for component sap.com/MDM_ENRICHMENT_CONTROLLER aborted Detailed message: 1. Contains Aborted deployment component: sdu id: sap.com_tcmdmenrichmentui sdu file path: D:\usr\sap\CE7\J04\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\163\MDM_ENRICHMENT_CONTROLLER_02_59_sca1292490917366\DEPLOYARCHIVES\tcmdmenrichmentui.sda version status: NEW deployment status: Aborted description: 1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5082] Exception while validating application sap.com/tcmdmenrichmentui. No one of the [developmentserver, com.sap.security.login-modules] containers, which processed it, returned deployed component names. The registered containers in this moment were [CTCContainer, com.sap.security.ume, developmentserver, com.sap.security.login-modules, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, MigrationContainer, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, PortalRuntimeContainer, SAP-EU-GP, JDBCConnector, EJBContainer, metamodelrepository, webservices_container, schedulercontainer, ConfigurationsContainer, Content Container]. Possible reasons : 1.An AS Java service, which is providing a container, is stopped or not deployed. 2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info. Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentcontroller.sda for component sap.com/tcmdmenrichmentcontroller is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentui.sda for component sap.com/tcmdmenrichmentui aborted Detailed message: 1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5082] Exception while validating application sap.com/tcmdmenrichmentui. No one of the [developmentserver, com.sap.security.login-modules] containers, which processed it, returned deployed component names. The registered containers in this moment were [CTCContainer, com.sap.security.ume, developmentserver, com.sap.security.login-modules, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, MigrationContainer, Monitoring Configurator, dbschemacontainer, appclient, orpersistence, PortalRuntimeContainer, SAP-EU-GP, JDBCConnector, EJBContainer, metamodelrepository, webservices_container, schedulercontainer, ConfigurationsContainer, Content Container]. Possible reasons : 1.An AS Java service, which is providing a container, is stopped or not deployed. 2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info. Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentsimulatoradapter.sda for component sap.com/tcmdmenrichmentsimulatoradapter is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentws.sda for component sap.com/tcmdmenrichmentws is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentsimulatorsrvc.sda for component sap.com/tcmdmenrichmentsimulatorsrvc is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentejbear.sda for component sap.com/tcmdmenrichmentejbear is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentwsproxy.sda for component sap.com/tcmdmenrichmentwsproxy is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichmentui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER Deployment of archive
    CTSINSAPNW7\sapmnt\trans\EPS\in\MDM_ENRICHMENT_CONTROLLER_02_59.sca --> tcmdmenrichmentsimulatorsrvc_proxy.sda for component sap.com/tcmdmenrichmentsimulatorsrvc_proxy is rejected because deployment of other component it depends on is rejected Detailed message: 1. Aborted deployment archive: sdu id: sap.com_tcmdmenrichment~ui contained in software archive: sdu id: sap.com_MDM_ENRICHMENT_CONTROLLER See Deploy Controller log D:\usr\sap\CE7\J04\j2ee\JSPM\log\log_2010_12_16_14_43_32\deploy_2010-12-16_14-45-14.log for details. 
    Overall deployment messages: Deployment finished with error.

  • Not able to DEPLOY an application

    Hi,
    i am not able to deploy one particular application onto one particular WAS.
    the same is deploying and running fine on other servers...
    Following is the deployment error i got.
    can anyone suggest what can be done.... ??
    Points will be awarded for helpful answers...
    regards,
    -Amol Gupta
    Jan 28, 2008 4:55:52 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [003]Deployment aborted
    Settings
    SDM host : wipro-ep7
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp4267bp.comexmplproducts_lds_create.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp4267bp.comexmplproducts_lds_create.ear
    Aborted: development component 'exmpl/products_lds_create'/'bp.com'/'LOKAL'/'0.2008.01.28.16.53.17'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application bp.com/exmpl~products_lds_create.. Reason: Clusterwide exception: Error setting configuration during deployment.; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Error setting configuration during deployment.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    we had exactly the same exception:
    com.sap.engine.frame.core.configuration.NameAlreadyExistsException
    we could not see the name listed in the "undeploy" list of the SDM,  the problem was caused when we got a disconnection before the deploy finished
    may be sounds simple but we just restarted SDM and the application was visible to be undeployed.
    just be sure to select the application of the tag <display-name> of your application.xml.
    or open the file
    temp4267bp.comexmplproducts_lds_create.ear
    and look directly for the names of the applications u must undeploy.
    good luck.
    Edited by: Carlos  Aguilar on Jan 31, 2009 1:48 AM

  • Sales Order form error  "Not able to retrieve Display values for Service"

    Hi,
    Few of our orders flash the below error message when the order is queried
    "Not able to retrieve Display values for Service"
    Below are the points I observed
    1.The orders I am referring to are imported order via EDI interface.
    2.The service reference type code has value of ORDER, however no other service related fields (like service reference line id) have any values.
    3. The item is not a service item (service tab in Item setup is disabled)
    4. Same item when imported with value of "Customer Ordered" in "service reference type code" field, does not throw an error.
    5. If I update "service reference type code" with value null or change it to CUSTOMER_PRODUCT, the error disappears.
    Can someone explain the significance of this column value and what could have been causing this error message?
    May be there are some dependent fields/setups which must have a value when service reference type code =ORDER.
    Thanks in advance,
    JC
    Edited by: user10174990 on Oct 25, 2012 10:58 AM

    Hi,
    Maintain the dafault values using Tcode OISF with respective to Planning Plant you have to maintain the following values like Order Type, Main Work Center, Maint. Plant,Group,Group Counter,Business Area & Task List type.
    or
    Apply these OSS note 150732 / 195993.
    regards,
    Venkatesan Anandan

  • We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode

    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode

    1344675 wrote:
    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode
    Why is your "requirement" to install in graphical mode?  Once you are past the installation itself, the only thing that buys you is that your server will have been configured to boot up to runlevel 5, running a graphical desktop (gnome or kde, I forget which).  And what does THAT buy you on a server?
    I do not run ANY of my Linux servers "in graphical mode" -- running a graphical desktop.  Nor did I run a graphical desktop when I had Solaris, AIX, or HP-UX servers.

  • Not able to connect Oracle through PHP

    Hello All ,
    I am trying to connect Oracle DB through PHP script . But I am not able to do so .
    My code is :
    <?php
    echo "PRASHANT" ;
    include 'include/odb.php';
    include 'include/ReadConfig.php';
    $conn=OrclConnect('orcl');
    $conn->SetFetchMode(ADODB_FETCH_BOTH);
    echo "DWIVEDI" ;
    ?>
    But when I ran this script throgh command prpmpt , I am getting the first echo message .. But not the last one ( echo "Dwivedi") .
    I am not able to connect Oracle DB through this script .
    Please some one help me out where I am wrong with script .
    Thanks
    Prashant Dwivedi

    Below is my source code
    <?php
    $ORACLE_HOME = 'D:\\oracle\\product\\10.2.0\\parag';
    $ORACLE_SID = 'parag';
    $LD_PRELOAD ='';
    $LD_LIBRARY_PATH ='';
    $TNS_ADMIN = 'D:\\oracle\\product\\10.2.0\\parag\\NETWORK\\ADMIN';
    $NLS_LANG = 'AMERICAN_AMERICA.WE8MSWIN1252';
    $username='spd';
    $password='spd';
    $db='(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = parag)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = parag)))';
    echo "here1";
    echo "$TNS_ADMIN";
    $conn = oci_connect($username,$password,$db);
    echo "$ORACLE_HOME";
    if (!$conn) {
    $e = oci_error();
    print htmlentities($e[' message']);
    exit;
    ?>
    But still i am getting the same error message

  • I am not able to use my gprs data services in roaming

    i am not able to use my gprs data services in roaming....pls tell me how may i solve this problem

    Talk to your cellular provider.

  • Not able to install oracle 10.2.0.4

    we are trying to install SAP ERP 6.0 SR3 with oracle 10.2.0.4 on windows server 2008 R2 enterprise, but we are get getting some error
    The dump number for oracle was 51036975.
    We are not able to install oracle.
    Can any one find me a solution for this problem

    RAVITEJA8192 wrote:
    we are trying to install SAP ERP 6.0 SR3 with oracle 10.2.0.4 on windows server 2008 R2 enterprise, but we are get getting some error
    What was the error ?
    Thanks

  • Not able to install oracle fial over software

    Hi all,
    This is SAP Evironment
    SAP : ECC6.0
    OS  : WIN2003
    ORACLE : 10g
    I am not able to install Oracle failover software.
    I saw in note 986758
    Change the last line of the script sapofs.cmd from the temporary
    directory of
    @"%rootdir%\install\setup.exe"
    to
    @"%rootdir%\install\setup.exe" -jreLoc=
    c:\TEMP\OUIIA64\stage\Components\
    oracle.swd.jre\1.4.2.11.0\1\DataFiles
    When doing so, replace the name of the directory "C:\TEMP\OUIIA64"
    with the name of the temporary directory that you created during the
    installation of the Oracle software database
    I am not understanding what exactly this meaning.
    Please anybody help me in the loop
    Thanks&regards
    Ramakrishna

    Hi Ramakrishna reddy  ,
    Installing Oracle 10.2 on Itanium 2 systems on Windows contains the following sections.
    1) the Microsoft HotFixes required for the installation and  operation of the database
    2)the installation of the Oracle 10gR2 database software
    3) the installation of the current Oracle 10gR2 patch set
    4) the installation of the Oracle FailSafe server software  3.3.4.
    I guess the first 3 sections you have completed. The 4th section (installing Oracle FailSafe server) point 3 says the following
    Change the last line of the script sapofs.cmd from the temporary
    directory of
       @"%rootdir%\install\setup.exe"
    to
       @"%rootdir%\install\setup.exe" -jreLoc=
       c:\TEMP\OUIIA64\stage\Components\
       oracle.swd.jre\1.4.2.11.0\1\DataFiles
    When doing so, replace the name of the directory "C:\TEMP\OUIIA64" with the name of the temporary directory that you created during the installation of the Oracle software database in step 3.
    Here the step 3 points to the section 2 (installation of the Oracle 10gR2 database software). i.e it is referring to the point 3. i.e
    Create a temporary directory, for example, C:\TEMP\OUIIA64. Note
    that this directory is also required for the installation of Oracle
    Failsafe (see below).
    You have to replace directory "c:\TEMP\OUIIA64" with what you have given as temp directory while installing Oracle 10gR2 database software.
    Hope this clarifies now.
    Regards,
    Arun.

  • Not able to registred the external Web service on CF8

    I am not able to registred the external Web service on CF8 (Error creating web service. Please ensure that you have entered a correct Web Service name or URL.), but same Web service has no problem on CF6.1

    Hi,
    Please close this duplicated thread.
    Thanks & Regards,
    Nagarajan

  • SCCM not able to deploy update ms14-008

    Hi Team, I am deploying software update with SCCM 2012 but I found one of them not able to deploy, it seems that it is only downloadable from MS download ctr and it is executable file. 
    https://technet.microsoft.com/library/security/ms14-008
    any advice how can I use sccm software update to deploy it instead of extracting a msi and don't know what collection to be target for deployment?
    thanks!
    Thanks and best regards, -- KF

    I don't think MS14-008 is published via WSUS. Hence there is a chance that it's not available in SCCM !
    What I can see : That convinces me 
    1. Nothing published in Microsoft Update Catalog website http://catalog.update.microsoft.com/v7/site/Search.aspx?q=ms14-008
    2. Nothing mentioned about WSUS and ConfigMgr in the linke https://technet.microsoft.com/en-us/library/security/ms14-008.aspx Detection
    and Deployment Tools and Guidance section !
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • ORABPEL-05215 URI scheme is not "file". - Not able to deploy BPEL process

    We are trying to deploy the Oracle Siebel PIP integration pack for Siebel OD. The SOA environment is clustered with a proxy and https enabled.
    While deploying a BPEL process, we are getting the following error. Not able to figure out whats going wrong. Any help on this will be appreciated.
    [deployProcess] Deploying process C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\output\bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar
    BUILD FAILED
    C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\build.xml:79: A problem occured while connecting to server "abcd.oracle.com" using port "11545": bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "CRMIntegSEBLODLeadConvertAsync" (revision "1.0"): URI scheme is not "file".
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Any body else is facing similar issue?
    Thanks,
    Bhavnesh.

    We are trying to deploy the Oracle Siebel PIP integration pack for Siebel OD. The SOA environment is clustered with a proxy and https enabled.
    While deploying a BPEL process, we are getting the following error. Not able to figure out whats going wrong. Any help on this will be appreciated.
    [deployProcess] Deploying process C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\output\bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar
    BUILD FAILED
    C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\build.xml:79: A problem occured while connecting to server "abcd.oracle.com" using port "11545": bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "CRMIntegSEBLODLeadConvertAsync" (revision "1.0"): URI scheme is not "file".
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Any body else is facing similar issue?
    Thanks,
    Bhavnesh.

Maybe you are looking for

  • FIXED ASSET : Import old asset in SBO ?

    Hi, I'm trying to import old asset in SBO which have been totally amortized for end 1998, and it seems impossible to do it.These assets are used and net to be in the Assets Book with one resdual value equal to 1. Is there any limits for importing old

  • Error in Query Execution : SQL Error: 1110

    Dear Experts,      We did the system copy from production to Sandbox system. Executing one query got terminated with the following error.      Error SQL Error: 1110      Abort System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-      I copy t

  • ITunes deletes Library File on startup (Sony VAIO, Windows 7)

    Help needed. My mother has a 1 yr VAIO with Windows 7 and has a consistent problem with iTunes in that the Library file keeps disappearing and hence iTunes shows no music / TV files available to play. Scenario is: Latest iTunes version installed. Mus

  • Regarding DB13 jobs and Mail

    Hi All, How can i send email if any background jobs which all are completed completed. My specific requirement is for any database specific jobs completed, means whatever job i scheduled through DB13, if it is completed either completed successfully

  • Call an ODI scenario

    Hello all, Through a concurrent ORACLE can call an ODI scenario? I think the only possibility to call an odi scenario is: 1 - Calling an ODI scenario through a command operating system (OS COMMAND) 2 - Calling an ODI scenario through a WebService - w