Error while running statically linked OCCI application on 11G client

Hello,
Till recently we used RogueWave classes to connect to Oracle database both 10G and 11G server. So we used to do a build on 10.2.0.4 client and then use that same build with 10.2.0.4 as well as 11.1.0.7 client to connect to 10G and 11G server databases respectively.
Now we replaced RogueWave classes with Oracle Template Library solution which is a open source solution and want it to run the same way as in use Oracle 10.2.0.4 client to connect to Oracle 10G database and Oracle 11.1.0.7 client to connect to Oracle 11.1.0.7 database. But here when we used to do a build and link with occi library of 10.2.0.4 client we were unable to run that build by changing oracle client to 11.1.0.7 as name of occi library in Solaris 10.2.0.4 client is libocci.so.10.1 . This is not available in 11.1.0.7.
So we used static version of same library libocci10.a and we were successfully able to run our application on both 10.2.0.4 as well as 11.1.0.7 client but occasionally we get below message on console although no error is observed in data in databases.
ld.so.1: oracle: fatal: libskgxp11.so: open failed: No such file or directory
Here is the details.
SunOS md1npdsun37 5.10 Generic_141444-09 sun4v sparc sun4v
Can someone suggest solution to this ?
Thanks
Niraj Rathi

HI Karthick,
Thanks for your reply.
while exporting the application it is running properly on NWDS platform as well in Eclipse platform but not in mi client.
i am sure that,
<b>MCD Name = Application Name = War file which is MDK_TUTORIAL_SYNC</b>
Below is my Meta XML file:
<b><?xml version="1.0" encoding="utf-8" ?>
- <MeRepApplication schemaVersion="1.1" id="MDK_TUTORIAL_SYNC" version="250901">
  <Property name="CLIENT.BUILDNUMBER" />
  <Property name="C_APPLRESOLVE" />
  <Property name="DATA_VISIBLE_SHARED" />
  <Property name="EN">LANGUAGE</Property>
  <Property name="E_APPLRESOLVE" />
  <Property name="FACADE_C_CLIENT">X</Property>
  <Property name="FACADE_E_CLIENT">X</Property>
  <Property name="HOMEPAGE.INVISIBLE" />
  <Property name="INITVALUE" />
  <Property name="RUNTIME">JSP</Property>
  <Property name="TYPE">APPLICATION</Property>
- <SyncBO id="ZNWW_EXM01" version="2" type="download" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="false">
- <TopStructure name="TOP">
- <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
  <Input type="create">false</Input>
  <Input type="modify">false</Input>
  </Field>
- <Field name="LAND_TEXT" type="C" length="50" decimalLength="0" signed="false" isKey="false" isIndex="false">
  <Input type="create">false</Input>
  <Input type="modify">false</Input>
  </Field>
  </TopStructure>
  </SyncBO>
  </MeRepApplication></b>
reffer the above xml file and please find if  i miss any fields.
regards,
Venugopal.

Similar Messages

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • Error while running a KPI Watchlist in obiee 11g dashboard

    I am getting the following error while running a KPI Watchlist :
    *" Odbc driver returned an error (SQLExecDirectW) "*
    I added two KPI's (KPI 1 & KPI 2)into that Watchlist , one from the default "Sample Sales Lite" (sub 1) and another from sub 2 which have essbase as data source .
    KPI 1 (created from sub 1) is working fine , but while placing KPI 2 (created from sub 2 ) in the watchlist , its throwing the above error . However , while running KPI 2 individually , its showing meaningful results .
    Let me know if the problem statement is not clear .
    OBIEE version used : 11.1.1.5.0 .

    Could anyone reply this thread. I am also getting the same error . Even server logs are also not helping.

  • Error while Running sample Smart Sync Application

    Hi all,
    I followed step that has been given on mdk 2.5 tool kit <b>to create a Sample  Smart Sync application which donwloads the short text and country code</b> with SyncBo,metadata xml and MCD,
    while running a smart sync on mi client i am getting an error..................
    <b>Error: 500
    Location: /me/jsp/home/home.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:461)
         at jsp.home.home._jspService(Unknown Source)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:222)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.dispatchRequest(AbstractMEHttpServlet.java:573)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet(AbstractMEHttpServlet.java:343)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service(AbstractMEHttpServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Unknown Source)
    Root cause:
    java.lang.NullPointerException
         at jsp.home.home._jspService(Unknown Source)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:222)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.dispatchRequest(AbstractMEHttpServlet.java:573)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet(AbstractMEHttpServlet.java:343)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service(AbstractMEHttpServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Unknown Source)</b>
    please help me on this issue................
    regards,
    Venugopal

    HI Karthick,
    Thanks for your reply.
    while exporting the application it is running properly on NWDS platform as well in Eclipse platform but not in mi client.
    i am sure that,
    <b>MCD Name = Application Name = War file which is MDK_TUTORIAL_SYNC</b>
    Below is my Meta XML file:
    <b><?xml version="1.0" encoding="utf-8" ?>
    - <MeRepApplication schemaVersion="1.1" id="MDK_TUTORIAL_SYNC" version="250901">
      <Property name="CLIENT.BUILDNUMBER" />
      <Property name="C_APPLRESOLVE" />
      <Property name="DATA_VISIBLE_SHARED" />
      <Property name="EN">LANGUAGE</Property>
      <Property name="E_APPLRESOLVE" />
      <Property name="FACADE_C_CLIENT">X</Property>
      <Property name="FACADE_E_CLIENT">X</Property>
      <Property name="HOMEPAGE.INVISIBLE" />
      <Property name="INITVALUE" />
      <Property name="RUNTIME">JSP</Property>
      <Property name="TYPE">APPLICATION</Property>
    - <SyncBO id="ZNWW_EXM01" version="2" type="download" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="false">
    - <TopStructure name="TOP">
    - <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
    - <Field name="LAND_TEXT" type="C" length="50" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
      </TopStructure>
      </SyncBO>
      </MeRepApplication></b>
    reffer the above xml file and please find if  i miss any fields.
    regards,
    Venugopal.

  • Error while running JavaFX  SimpleMedia Player Application

    Am unable to run the JavaFX SimpleMediaPlayer Application ,which is downloaded from the www.javafx.com/samples
    . All the other applications are running smoothly withput any error. I installed all the plugins needed,is there anything i need to run the applications which need rich media content. Do reply soon.
    Thanking u,
    Rakesh

    HI Karthick,
    Thanks for your reply.
    while exporting the application it is running properly on NWDS platform as well in Eclipse platform but not in mi client.
    i am sure that,
    <b>MCD Name = Application Name = War file which is MDK_TUTORIAL_SYNC</b>
    Below is my Meta XML file:
    <b><?xml version="1.0" encoding="utf-8" ?>
    - <MeRepApplication schemaVersion="1.1" id="MDK_TUTORIAL_SYNC" version="250901">
      <Property name="CLIENT.BUILDNUMBER" />
      <Property name="C_APPLRESOLVE" />
      <Property name="DATA_VISIBLE_SHARED" />
      <Property name="EN">LANGUAGE</Property>
      <Property name="E_APPLRESOLVE" />
      <Property name="FACADE_C_CLIENT">X</Property>
      <Property name="FACADE_E_CLIENT">X</Property>
      <Property name="HOMEPAGE.INVISIBLE" />
      <Property name="INITVALUE" />
      <Property name="RUNTIME">JSP</Property>
      <Property name="TYPE">APPLICATION</Property>
    - <SyncBO id="ZNWW_EXM01" version="2" type="download" allowCreate="false" allowModify="false" allowDelete="false" reqDirectSync="false">
    - <TopStructure name="TOP">
    - <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
    - <Field name="LAND_TEXT" type="C" length="50" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
      </TopStructure>
      </SyncBO>
      </MeRepApplication></b>
    reffer the above xml file and please find if  i miss any fields.
    regards,
    Venugopal.

  • Error while running the  mobile webdynpro application in PDA

    HI All,
    I have created an online mobile Web Dynpro application. We have deployed the application in the portal and its working fine.
    Now I am trying to run the applicaiton in a PDA via the portal link and it is giving error.
    Scripting Alert:
    An error occured while starting the iView.Application
    /Webdynpro/dispatcher/sap.com/pb/PageBuilder;jsessionid=(hostname_systemID_system Number) Will run with a wrong client window ID! Do not continue Please report this problem to your administrator.
    These are my PDA configuration :
    PDA with OS = WM 6.0
    Crème = CrEme329_ARM_CE42_PPC.exe
    DB2E 9.22
    Please provide the solution or hints to solve the problem.
    Thanks and Regards
    Neha Mahanty
    This is the configuration of my PDA :-
    OS = WM 6.0
    Crème = CrEme329_ARM_CE42_PPC.exe
    DB2E 9.22

    HI Ashutosh,
    I tried with both PieClient and Pie03Client.
    http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-client=PieClient
    http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-client=Pie03Client
    But I got the same results :-
    1. The button is not working.
    2. I cannot select any particular order as the List box is displayed like a box with all the orders visible in the screen.
    3. and obviously the date field is not working and I'll try with the drop down.
    Can you please suggest what else should I try.
    Thanks and Regards
    Neha Mahanty
    Edited by: Neha Mahanty on Oct 14, 2008 12:58 PM

  • ClassNotFound error while running applet from Web application

    hi everyone,
    I have a web application deployed in Tomcat web server. I have HTML file at the level of WEB-INF. And all class files under WEB-INF/classes. But while ruuning the application it giving following error.
    load: class com.app.AppletTest not found.
    java.lang.ClassNotFoundException: com.app.AppletTest
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Here the HTML file applettest.html
    <html>
         <head>
              <title>Multiple Image Upload</title>
         </head>
         <body>
              <applet code="com.app.AppletTest" width="300" height="300">
              </applet>
         </body>
    </html>
    And Java applet file is
    package com.app;
    import java.applet.Applet;
    import java.awt.Color;
    import java.awt.Graphics;
    public class AppletTest extends Applet
         public void init()
              System.out.println("Init called");
              this.setBackground(new Color(180,200,250));
         public void start()
              System.out.println("Start called");
         public void paint(Graphics g)
              g.drawString("welcome Hello World",50,50);
              System.out.println("Paint called");
         public void stop()
              System.out.println("Stop called");
         public void destroy()
              System.out.println("Destroy called");
    Thanks.

    Hi,
    if u put ur com.app.AppletTest file @ WEB-INF Directry, then this problem will solve easily.
    you have to put applet package(com.app.AppletTest) @ WEB-INF Directry. Since
    Applet is using by html, u have to keep applet with html file.
    if applet class have interaction with other classes, u have to seperate all related class to applet to seperate package and put them @ WEB-INF folder.

  • RFC Error while running the extended fiori application

    Hi experts,
                When i run extended fiori application in fiori launchpad i am getting 500 internal server error in the console. When i run the transaction in the NGW with t-code /IWFND/ERROR_LOG i am getting error as shown in the snapshot.
    please help me with this.
    Thanks & Regards,
    Lahari

    Hi Jamie,
    My Component.js file has the following contents:
    jQuery.sap.declare("zcus.sd.salesorder.create.Component");
    // use the load function for getting the optimized preload file if present
    sap.ui.component.load({
      name: "cus.sd.salesorder.create", 
      /*url: "http://igtbilsap025.igatecorp.com:8000/sap/bc/ui5_ui5/sap/sd_so_cre"*/
      url: jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/../SD_SO_CRE"
      // we use a URL relative to our own component; might be different if
      // extension app is deployed with customer namespace
      /*url:http://:port/sap/bc/ui5_ui5/sap/hcm_lr_cre"
    cus.sd.salesorder.create.Component.extend("zcus.sd.salesorder.create.Component", {
      metadata: {
      version : "1.0",
      config : {
      "sap.ca.i18Nconfigs": {
      "bundleName":"zcus.sd.salesorder.create.i18n.i18n"
      "sap.ca.serviceConfigs":[{
      name:"SRA017_SALESORDER_CREATE_SRV",
         masterCollection : "SalesOrders",
         serviceUrl :URI("/sap/opu/odata/sap/SRA017_SALESORDER_CREATE_SRV/")
         .directory(),
         isDefault :true,
         countSupported : true,
         useBatch : true,
         mockDataSource : jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/model/metadata.xml"  
      customizing: {
      "sap.ui.viewExtensions":{
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      "extSOCCartTableColumnHeader": {
      className: "sap.ui.core.Fragment",
      fragmentName: "zcus.sd.salesorder.create.view.extSOCCartTableColumnHeader",
      type : "XML"
      "sap.ui.controllerExtensions": {
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      controllerName : "zcus.sd.salesorder.create.view.extButton"
    and in view folder i have  extSOCCartTableColumnHeader.xml and extButton.controller.js files
    In extSOCCartTableColumnHeader.xml i have placed :
    <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
    <contentRight>
    <Button xmlns="sap.m" text="{i18n&gt;PLACE_ORDER}" press = "doPlace" />
    </contentRight>
    </core:FragmentDefinition>
    In extButton.controller.js i have placed:
    sap.ca.scfld.md.controller.BaseFullscreenController
    .extend(
      "zcus.sd.salesorder.create.view.extButton",{
      doPlace : function(e) {
      this.salesOrderCreate()
      salesOrderCreate : function() {
      var c = this.oApplicationFacade
      .getApplicationModel("soc_cart");
      var s = {};
      var t = this;
      if (c.getData().PurchaseOrder === undefined) {
      c.getData().PurchaseOrder = ""
      if (c.getData().NotesToReceiver === undefined) {
      c.getData().NotesToReceiver = ""
      if (c.getData().ShippingInstructions === undefined) {
      c.getData().ShippingInstructions = ""
      s.SingleShipment = c.getData().SingleShipment;
      s.SalesOrderSimulation = false;
      s.SalesOrderNumber = "0";
      s.PO = c.getData().PurchaseOrder;
      s.RequestedDate = c.getData().singleRdd;
      s.CustomerID = c.getData().CustomerNumber;
      s.SalesOrganization = c.getData().SalesOrganization;
      s.DistributionChannel = c.getData().DistributionChannel;
      s.Division = c.getData().Division;
      s.ShipmentInstruction = c.getData().ShippingInstructions;
      s.NotesToReceiver = c.getData().NotesToReceiver;
      s.ShipToPartnerID = c.getData().PartnerID;
      s.OrderItemSet = [];
      var a = c.getData().oShoppingCartItems;
      var b = sap.ui.core.format.NumberFormat
      .getIntegerInstance({
      minIntegerDigits : 6,
      maxIntegerDigits : 6
      var j = 0;
      for ( var i = 0; i < a.length; i++) {
      if (a[i].isVisible == true) {
      var C = {};
      C.Quantity = a[i].qty;
      C.UnitofMeasure = a[i].UOM;
      C.RequestedDeliveryDate = a[i].RDD;
      C.Product = a[i].Product;
      C.SalesOrderNumber = a[i].SalesOrderNumber;
      C.ItemNumber = b.format(10 * (i + 1));
      C.Currency = a[i].Currency;
      s.OrderItemSet[j] = C;
      j++
      t.oSOCartModel
      .create(
      "/SalesOrders",
      s,
      null,
      function(d, r) {
      t.salesOrderCreated(r.data.SalesOrderNumber)
      }, function fnError(e) {
      var d = t.oApplicationFacade
      .getResourceBundle()
      .getText("ERROR");
      cus.sd.salesorder.create.util.Utils
      .dialogErrorMessage(
      e.response, d)
      salesOrderCreated : function(s) {
      var t = this;
      sap.ca.ui.message.showMessageBox({
      type : sap.ca.ui.message.Type.SUCCESS,
      message : cus.sd.salesorder.create.util.Formatter
      .formatSuccessMessage(s),
      }, function() {
      cus.sd.salesorder.create.util.ModelUtils
      .resetCartKeepCustomers();
      t.onNavigateHome()
    Thanks & Regards,
    Lahari

  • Error while running Crystal Reports from application

    Hi,
    I am getting the below error when I try to run Crystal Reports from my application.
    There are no Page Servers connected to the Cache Server or all connected Page Servers are disabled or all connected Page Servers are not part of the specified server group. Please try to reconnect later.
    I am able to preview the reports in CMC and Infoview, but when I try to run the same report via my application the above error pops up.
    Sometimes I get a different error:
    The Page Server you are trying to connect to is not accessible. Please contact your system administrator.
    Looks like some configuration settings are missing/ corrupted.
    I tried to look in a number of websites... tried few workarounds, but none seems to be working.
    Any help is highly appreciated.
    Meena
    Edited by: meenakshitikoo1 on Apr 19, 2011 12:46 PM

    Check the following SAP note
    https://service.sap.com/sap/support/notes/1032461
    Regards,
    Stratos

  • Error while running an Odata service in Advanced Rest Client

    Hi Experts,
    We have created one simple OData model (using Integration gateway) with datasource as SOAP web service. We are able to test the SOAP Web service in STORM tool and getting desired response. But when we run the converted OData URL in Advanced REST Client we are getting the following exceptions/errors.
    Could not send message
    Also, while looking at SMP3 server log, we came across below error logs:
    +0530#ERROR#com.sap.gateway.core.ip.odata.ODataErrorCallbackImpl##anonymous#http-bio-8080-exec-1###handleError(): failed to serve request for URI http://<ip>:8080/gateway/odata/sap/REL2;v=1/GetUserDets(Applid='****',Applpwd='****',Fund='***',Userid='****.***@gmail.com',Password='***@1234'), message = Could not instantiate data provider based on class null |
    +0530#ERROR#com.sap.gateway.core.ip.runtime.PathInfoExtractor##anonymous#http-bio-8080-exec-1###null java.lang.IllegalArgumentException: null
    Any help?
    Regards,
    JK

    Jitendra Kansal
    After updating my DB and do the ODATA service after completion of that hit the server in chrome it shows error like
    <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <code/> 
    <message xml:lang="en"> 
    Could not instantiate data provider based on class null
    </message>
    </error>
    expet that service i did another one it is working fine using the same server with out set the proxy

  • Error while running web application through JDEV (10.1.3.0.3) in OC4J

    Error while running web application through JDEV (10.1.3.0.3) in OC4J.
    Here is the error message.
    07/10/02 14:45:28 Exception in thread "OC4J Launcher" oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: javax.xml.bind.JAXBContext
         Dependent class: com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl
         Loader: oc4j:10.1.3
         Code-Source: /C:/jdev/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    07/10/02 14:45:28      at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2073) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1681) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1633) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1618) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl.init (InternalSettingsORBConfigImpl.java:46) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.config.SunRIORBConfigImpl.init (SunRIORBConfigImpl.java:97) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.iiop.server.IIOPServerExtensionProvider.configureOrb (IIOPServerExtensionProvider.java:26) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl.preInitApplicationServer (ORBServerExtensionProviderImpl.java:45) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.serverExtensionPreInit (ApplicationServer.java:1031) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:861) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:98) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]

    Hi,
    The guide you were refering was pointing to 10.1.2 wizards.
    For the latest 10.1.3 tutorial, please follow the below tutorial link :
    http://www.oracle.com/technology/products/jdev/101/tutorials/WS/WSandAScontrol.htm
    Hope this helps,
    Sunil..

  • Getting Error while Running Application in Profiler/Crashing Application

    Hi team,
                  I am getting a pop-up while running my Flex Builder Application in Profile though i have installed Debug Version of Flash player 11.
    PROBLEM 1:
    Popup Message
    C:\WINDOWS\system32\Macromed\Flash\Flash32_11_8_800_94.ocx
    Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall Flex Builder.
    Do you want to try to debug with the current version?
    Adobe Flex Version : Adobe Flex Builder 3
    OS Platform : Windows XP 32bit
    Flash Player Version Installed : 11_8_800_94(Debug Version)
    PROBLEM 2: I am seeing some sandbox violation error in my flash logs :
    Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: file:///D|/Profiles/general/My%20Documents/Flex%20Builder%203/.metadata/.plugins/com.adob e.flash.profiler/ProfilerAgent.swf?host=localhost&port=9999 cannot load data from localhost:9999.
              at ProfilerAgent/ioErrorHandler()[C:\faramir\flex\sdk\modules\profiler3\as\ProfilerAgent.as: 527]
    Please help me out in order to resolve those issue. Reason of configuring the Profiler is that my application is keep getting Crashed consistently for Flash player greater than version 10.0.22.8. Even in Flash Player Logs there is no clue or warning.
    My Tree Structure of using the componenets:
    <mx:VDividedBox>
    <mx:VBox>
    <mx:Repeater>
    <mx:VBox>
    <mx:Button/>
    <mx:TileList>
    <mx:itemRenderer>
    <mx:Component>
    <mx:VBox>
    <mx:Image/>
    <mx:Label/> 
    </mx:VBox>
    </mx:Component>
    </mx:itemRenderer>
    </mx:TileList>
    </mx:VBox>
    </mx:Repeater>
    </mx:VBox>
    </mx:VDividedBox>
    Please guide me on this.
    My Doubt on Crashing the Application on Repeater Component because I am displaying around 2000 Images with Label in VDividedBox.
    I am licensed user of Adobe Flex.
    Regards,
    Abhishek katiyar
    email :[email protected]

    Problem 1:
    Looks like you're trying to launch IE.
    There's two flash players for windows browsers.  A plugin for for firefox/chrome… and an activeX control for IE.
    Looks like you're missing the debug version of the IE one.
    You can find it here: http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug.exe
    Problem 2:
    go here: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    And add a location… looks like in you're case you should add "d:\"
    A note on the link above… it's not a image… it's a swf you can interact with.
    Note: The Settings Manager that you see above is not an image; it is the actual Settings Manager itself. Click the tabs to see different panels, and click the options in the panels to change your Adobe Flash Player settings.
    After doing this… you may need to kill every instance of flash player you have running in order for the settings to take effect. (i.e. a reboot might be in order)

  • Error while running the Fiori applications in ios device (iPad)

    Hi Champs,
    Few of the Fiori standard applications throwing error while running on the ios devices. We are having all the components installed are latest versions. Could anybody help us?
    PFA screen shots of error.
    Thanks & Regards,
    Dharmangouda

    Hi Dharman,
    Are you experiencing the same issue as explained here Error while opening Fiori app on iPad
    Regards,
    Dhani

  • Error while running the initialize service to create a new application

    Hi,
    I tried running the initialze service,when I encountered this error.Can anyone help me whith this.
    Setting EAC provisioning and performing initial setup...
    [03.20.13 23:32:37] INFO: Checking definition from AppConfig.xml against existing EAC provisioning.
    [03.20.13 23:32:38] INFO: Setting definition for application 'Endeca'.
    [03.20.13 23:32:38] INFO: Setting definition for host 'AuthoringMDEXHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'LiveMDEXHostA'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'ReportGenerationHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'WorkbenchHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'ITLHost'.
    [03.20.13 23:32:40] INFO: Setting definition for component 'AuthoringDgraph'.
    [03.20.13 23:32:40] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_dgidx-output'.
    [03.20.13 23:32:41] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_forge-output'.
    [03.20.13 23:32:42] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_cumulative-partials'.
    [03.20.13 23:32:44] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_dgraph-config'.
    [03.20.13 23:32:45] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-dgraph-input'.
    [03.20.13 23:32:46] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-cumulative-partials'.
    [03.20.13 23:32:48] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-dgraph-config'.
    [03.20.13 23:32:49] INFO: Setting definition for component 'DgraphA1'.
    [03.20.13 23:32:50] INFO: Setting definition for script 'PromoteAuthoringToLive'.
    [03.20.13 23:32:50] INFO: Setting definition for custom component 'WorkbenchManager'.
    [03.20.13 23:32:51] INFO: Updating provisioning for host 'ITLHost'.
    [03.20.13 23:32:51] INFO: Updating definition for host 'ITLHost'.
    [03.20.13 23:32:51] INFO: [ITLHost] Starting shell utility 'mkpath_temp'.
    [03.20.13 23:32:53] INFO: Setting definition for custom component 'IFCR'.
    [03.20.13 23:32:53] INFO: Updating provisioning for host 'ITLHost'.
    [03.20.13 23:32:53] INFO: Updating definition for host 'ITLHost'.
    [03.20.13 23:32:54] INFO: Setting definition for component 'LogServer'.
    [03.20.13 23:32:54] INFO: [ReportGenerationHost] Starting shell utility 'mkpath_input'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'DaySoFarReports'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'DailyReports'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'WeeklyReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'DaySoFarHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'DailyHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'WeeklyHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for component 'WeeklyReportGenerator'.
    [03.20.13 23:32:58] INFO: Setting definition for component 'DailyReportGenerator'.
    [03.20.13 23:32:58] INFO: Setting definition for component 'DaySoFarReportGenerator'.
    [03.20.13 23:32:59] INFO: Setting definition for component 'WeeklyHtmlReportGenerator'.
    [03.20.13 23:32:59] INFO: Setting definition for component 'DailyHtmlReportGenerator'.
    [03.20.13 23:33:00] INFO: Setting definition for component 'DaySoFarHtmlReportGenerator'.
    [03.20.13 23:33:00] INFO: Setting definition for script 'BaselineUpdate'.
    [03.20.13 23:33:00] INFO: Setting definition for script 'PartialUpdate'.
    [03.20.13 23:33:01] INFO: Setting definition for component 'Forge'.
    [03.20.13 23:33:01] INFO: [ITLHost] Starting shell utility 'mkpath_incoming'.
    [03.20.13 23:33:03] INFO: Setting definition for component 'PartialForge'.
    [03.20.13 23:33:03] INFO: [ITLHost] Starting shell utility 'mkpath_incoming'.
    [03.20.13 23:33:05] INFO: Setting definition for component 'Dgidx'.
    [03.20.13 23:33:05] INFO: Definition updated.
    [03.20.13 23:33:05] INFO: Provisioning site from prototype...
    [03.20.13 23:33:06] SEVERE: null
    Occurred while executing line 3 of valid BeanShell script:
    1|
    2|
    3| IFCR.provisionSite();
    4| WorkbenchManager.updateWsConfig();
    5|
    6|
    [03.20.13 23:33:06] SEVERE: Caught an exception while invoking method 'run' on object 'InitialSetup'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by java.lang.NullPointerException
    com.endeca.soleng.eac.toolkit.utility.IFCRUtility extractIfcrErrorMessage - null
    regards,
    Rahul

    Hi Ritwik,
    I got this error while running the initialze service . I checked the Dgidx log but there was no log generated as I'm still running the initialize service.
    I even checked the workbench port and hostname.Every thing looks fine.
    but im not able to login or see the workbench login web page whn i try to access it with the hostname:portnumber .
    Regards,
    Rahul

  • Getting error while running page application page developed in Jdev ADF

    Hi,
    i m facing this error while running page application page developed in Jdev ADF
    can anybody help??
    JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

    Hi,
    try to test JDBC connection used by AM if it is ok
    regards,
    Branislav

Maybe you are looking for