JCO Runtime error with JPAAS

Hi,
I am currently facing the following issue while using JCO 3
I use the same code in stand alone java project i can connect to the system using JCO and get the results but the same when i try to use it with JPAAS inside a web application i get the following error.
Can anyone help me out on what could be the problem?
here is the stack trace
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory
     org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:107)
     org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:323)
     org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)
     org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208)
     org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
     org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:166)
     org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:112)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)
root cause
org.apache.cxf.interceptor.Fault: Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory
     org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:155)
     org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:121)
     org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:162)
     org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
     org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
     java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
     java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     java.util.concurrent.FutureTask.run(FutureTask.java:138)
     org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
     org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)
     org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
     org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)
     org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208)
     org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
     org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:166)
     org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:112)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)
root cause
java.lang.NoClassDefFoundError: Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory
     com.sap.conn.jco.rt.RuntimeEnvironment.<init>(RuntimeEnvironment.java:43)
     sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
     sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     java.lang.Class.newInstance0(Class.java:355)
     java.lang.Class.newInstance(Class.java:308)
     com.sap.conn.jco.ext.Environment.getInstance(Environment.java:155)
     com.sap.conn.jco.ext.Environment.isDestinationDataProviderRegistered(Environment.java:401)
     com.sap.did.integration.direct.ABAP_System_Connect.<init>(ABAP_System_Connect.java:43)
     com.sap.did.services.impl.IntegrationServiceImpl.getOpenInvoices(IntegrationServiceImpl.java:37)
     com.sap.did.rest.impl.VendorsImpl.getVendorInvoices(VendorsImpl.java:61)
     sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:597)
     org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173)
     org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89)
     org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:162)
     org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
     org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
     java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
     java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     java.util.concurrent.FutureTask.run(FutureTask.java:138)
     org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
     org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)
     org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
     org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:118)
     org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:208)
     org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
     org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:166)
     org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:113)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:184)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:112)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
     org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:163)
note The full stack trace of the root cause is available in the SAP logs.
Both the jar file and the dll file are present in the war file and still i get this error.
Regards,
Suhas

I am experiencing exactly the same problems on one of two identical machines after something happened in the registry.
The first problem that appered was an error 1325 "Favorites is not a valid short name".
I did find the registry key involved (%userprofile%\Favorites) and fixed it.
So now the the next one: yours.
I think the solution can be found in the list of registry keys that Adobe Reader is accessing.
btw Eusing registry cleaner did not find this key to be in error.
Problem is that the Reader does not ask for an alternative location after stumbling on the key.
Who can gnerate a list of keys accessed?

Similar Messages

  • Runtime error with Adobe Reader 9.x and IE

    I'm getting a runtime error with any adobe reader 9.x and Internet Explorer whenever a .pdf is being viewed online.  It will pull the .pdf up and then pop up a runtime error window and close it down completely.  It is only happening with individuals that have redirected app data folders and profiles.  I have all machines running Windows XP sp3 and IE8.  I know, I know, I can always go to Firefox or Chrome, but IE is easily managed with group policy lockdowns.  I can unintall reader 9.x and then reinstall 8.x and it works perfectly.  The only problem with that is that I have to go do every machine and physically uninstall since I buildt the windows xp installer package with it.  Does anyone know a workaround or if adobe is going to get it fixed pretty soon?

    I am experiencing exactly the same problems on one of two identical machines after something happened in the registry.
    The first problem that appered was an error 1325 "Favorites is not a valid short name".
    I did find the registry key involved (%userprofile%\Favorites) and fixed it.
    So now the the next one: yours.
    I think the solution can be found in the list of registry keys that Adobe Reader is accessing.
    btw Eusing registry cleaner did not find this key to be in error.
    Problem is that the Reader does not ask for an alternative location after stumbling on the key.
    Who can gnerate a list of keys accessed?

  • I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    Hi,
    got it fixed! My Son had both files on his Win7 iTunes installation. Never mind he had no issues whith ths iTunes and iPhone Sync. So I checked my other Win XP PC, where I don't have this problem syncing my ipad, and surprise. Both files do NOT show up on this PC. So I renamed the iTunesPhotoProcessor.exe I found under c:\program file\iTunes and synced again my iPhone and it went through without any error. So the problem might be and unremoved iTunesPhotoProcessor.exe or the missing iTunesPhotoProcessor.dll under the iTunes install root folder and this even if I had checked that the folder was completely removed during iTunes unistall.
    Please try yourselve and just rename the iTunesPhotoProcessor.exe to iTunesPhotoProcessor.exe_ under c:\program file\iTunes or get a copy of the missing iTunesPhotoProcessor.dll and cp to c:\program file\iTunes.

  • When I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    when I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "Continue in Safe Mode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Runtime error with Configurable products in B2c Webshop

    Hi Experts,
    We are on CRM 6.0. On selection of proceed to check out with configurable products we are getting the following runtime error
    URL: http://Host:port/b2c/appbase/layout/genericLayout.jsp
    JCO Exception: COMMAND_EXCEPTION Function: CFG_API_GET_CONFIG_INFO Import Parameters: |--|-| | PARAMETERS 'INPUT' ||-| |CONFIG_ID|G| ||-| | |0| ||-| |I20F13BDE|T| |--|-| I20F13BDE2AF6F105AB85001517539621/20F13BDE2AF6F106AB85001517539621
    We have created configurable product in R/3. Pulled that data to CRM and these products have been added to the catalog.
    Are we missing any additional configuration required for configurable products??
    Thanks in advance,
    Srinivas.

    Hi Ram,
    We just downloaded configurable products from ECC. Added these products to the catalog, replicated to TREX and checked in the web shop.
    What is the procedure for configurable products use in web channel?
    Please provide material or useful links if any?
    Thanks in advance,
    Srinivas

  • Runtime error with windows 7

    Hi,
    I have a new laptop with Windows 7 and Adobe reader 10 'X' installed. I am unable to open a PDF dopcument. A box shows up titled  Microsoft visual C++ Runtime library and within the box is written 'Runtime Error Program :C... This application has requested the Runtime to terminate in an unusual way.Please contact the applications support team for more information'. I have tried to follow instruction on support for adobe but cannot find the information they are suggesting i change such as preferences etc. Can anybody help me as I do not have a good knowledge of computers and nobody to ask....

    Try the following and check if you could launch reader or not?
    1. Right click on Reader icon and choose Properties...
    2. Goto Compatibility tab and check 'Run this program in compatibility mode for'
    3. Click OK
    4. Double click on Reader icon and choose 'Open with protected mode disabled' and click OK.

  • Runtime Error with Adobe

    When I try loading a PDF document I get the following error:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\Program Files\Adobe\Reader 10.0\Reader\AcroRD32.exe
    This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information.
    I have uninstalled, reinstalled, nothing seems to work.
    Can anyone give advice on what this could be?  I'm using Windows 7 Ultimate.
    Thanks in advance!

    I have the same issue too. Slight difference is I'm running on Windows XP Pro but using Office 2010.
    Any email with a PDF attachment can be opened - just comes up with a Runtime error as described by 'Ladyk362003'.
    If you save the file somewhere on the systems hard disk and then double click it it opens fine.
    This did work before, but not sure what could have changed.
    I've uninstalled Reader and then downloaded the latest this morning from their website and still the problem is present.
    Anyone got any ideas.
    Thanks

  • Reg : Daily i got 120 ABAP Runtime Error with in 40 Mins(Early Morning)

    Dear Friends,
    I got following errors regularly. when i run t.code RSBTCDEL and RSSNAPDL. what can i do? then Regularly morning i got same morethan 120 Error. User is SAPSYS 000 Client. How can avoid this type of ABAP Runtime Error.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          10.06.2009 15:04:23
    Short text
         SQL error in the database when accessing a table.
    What can you do?
         Note which actions and input led to the error.
         For further help in handling the problem, contact your SAP administrator
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
    How to correct the error
         Database error text........: "[601] Could not continue scan with NOLOCK due to
          data movement."
         Internal call code.........: "[RSQL/FTCH/TBTCO ]"
         Please check the entries in the system log (Transaction SM21).
         If the error occures in a non-modified SAP program, you may be able to
         find an interim solution in an SAP Note.
         If you have access to SAP Notes, carry out a search with the following
         keywords:
         "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
         "SAPLBTCH" or "LBTCHF19"
         "EXECUTE_BP_JOB_SELECT"
    If you cannot solve the problem yourself and want to send an error notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System u2192 List u2192 Save u2192 Local File u2192 (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.   Restrict the time interval to 10 minutes before and five minutes after the short dump. Then choose "System->List->Save->Local File-(Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP program: The source code of the program   In the editor, choose "Utilities->More Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which actions and input led to the error. The exception must either be prevented, caught within proedure
    "EXECUTE_BP_JOB_SELECT" "(FORM)", or its possible occurrence must be declared
    in the RAISING clause of the procedure. To prevent the exception, note the following:
    Client.............. 400
    User................ "BASIS"
    Language key........ "E"
    Transaction......... "SE38 "
    Transactions ID..... "D7A155DEA42EF1EEB52A000423BF7C3A"
    Program............. "SAPLBTCH"      ( Run a Sap Standard Report RSBTCDEL)
    Screen.............. "SAPMSSY0 1000"
    Regards
    keshav

    Hi Juan,
    My System is
    ECC 6.0
    Database : MS SQL Server 2005
    OS - Windows 2003 server
    SAP Patches level is Basis - SAPKB70016
                                   ABAP - SAPKA70016
                                   Kernel patch level - 185
    when i has update the kernel patches after only i got this error morethan 120 like early morning 4.40 AM to 5.18 AM regularly. what can i do?
    Regards
    keshav

  • WCF OData Service stored procedure call generates "Operation could destabilize the runtime" error with $select option

    I've been trying to call a stored procedure through Entity Framework and WCF Data Services (OData). It returns an entity not a complex type. Following walkthroughs found all over the web, I came up with this code inside my service:
    [WebGet]
    public IQueryable<Entity> GetEntitiesByParameterId(int parameterId)
    return CurrentDataSource.GetEntitiesByParameterId(parameterId).AsQueryable();
    Calling the proc this way: ~WcfService.svc/GetEntitiesByParameterId?parameterId=1 executes
    the stored procedure and returns entities that should be returned. No problem there.
    Everything works well until I try to use $select OData option ie. ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name.
    Upon debugging, the method above runs without any error but it returns an Operation could destabilize the runtime error upon reaching the
    client. After so much research, apparently it is a very general error pointing to a lot of different causes. I haven't found one that really matches my particular problem. Closest are 
    http://stackoverflow.com/questions/378895/operation-could-destabilize-the-runtime
    https://social.msdn.microsoft.com/Forums/en-US/d2fb4767-dc09-4879-a62a-5b2ce96c4465/for-some-columns-entity-properties-executestorequery-failed-with-error-operation-could?forum=adodotnetdataservices 
    but none of the solutions worked on my end.
    Also, from the second article above:
    This is a known limitation of WCF DS. ...
    Second is that some of the queries won't work correctly because LINQ to EF needs little different LINQ expressions than LINQ to Objects in some cases. Which is the problem you're seeing.
    It has been posted on 2012. If it its true, are there still no updates on this? And is there any other workaround to get the $select working on the stored proc call?
    What works:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$top=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$skip-5
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$filter={filter query}
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$expand=SomeNavigationProperty
    What doesn't work:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name
    Tech details:
    EntityFramework 5, WCF Data Service 5.0, OData V3
    *I've also tried upgrading to EF6 and WCF 5.6.2 and it still didn't work.
    Any help would be appreciated. Thanks!

    Someone from SO replied to my question there and said that $select is still not supported though I couldn't find any definitive documentation about it.
    From what I gather and observed, $select breaks the stored procedure call because it tries to alter the data shape already gotten from the database and attempts to return a dynamic entity instead. Something about the stored proc returning an ObjectResult might
    be messing it up. As I have said, these are merely my observations.
    Workaround: I found a simple and elegant workaround for it though. Since my stored procedures are only getting data from the database and does
    not alter data in any way (INSERT, UPDATE, DELETE), I tried using table-valued functions that returns a table equivalent to the entity on my EF. I've found that calling this function on the Service Operation method returns an IQueryable<Entity> which
    is basically what is needed. $select also works now and so does other OData query options.
    Steps:
    Create a function on the database
    Update EDMX -> Add function
    Add new Function Import with Entity return type
    Create service operation in WCF Data Service that calls CurrentDataSource.<FunctionName>()
    Test in fiddler.
    CODES
    Database Function:
    CREATE FUNCTION GetEntities(@parameter)
    RETURN @entites TABLE(
    [Id] [int],
    [Name] [nvarchar](100),
    AS
    BEGIN
    INSERT INTO @entities
    SELECT [Id], [Name], ... FROM [EntityTable]
    RETURN
    END
    WCF:
    [WebGet]
    public IQueryable<Entity> GetEntity(int parameter)
    return CurrentDataSource.GetEntity(parameter);
    It doesn't really solve the stored procedure problem but I'm marking this as answer until someone can provide a better one as it does solve what I'm trying to do.
    Hope this helps others too. :)

  • CALL_FUNCTION_NOT_FOUND runtime error with SXMS_GET_METERING_RECORDS

    Hi,
    we are facing this dump , past  one month, any one can please suggest us..
    please find error details..
    we checked communication between solman and CRP is seems tobe fine..
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Date and Time          15.09.2010 09:30:44
    Short text
         Function module "SXMS_GET_METERING_RECORDS" not found.
    User and Transaction
        Client.............. 000
        User................ "SAPSYS"    Language Key........ "V"
        Transaction......... " "
        Transactions ID..... "4C8F117F84FC007BE10080000A281E0E"
        Client.............. 700
        User................ "SMD_RFC"
        Transaction......... " "
        Call Program........."SAPLE2E_FUNC"
        Function Module..... "SXMS_GET_METERING_RECORDS"
        Call Destination.... "SM_CRPCLNT700_READ"    Source Server....... "untmvgc170_SMP_01"
    What happened?
        The function module "SXMS_GET_METERING_RECORDS" is called,
        but cannot be found in the library.
        Error in the ABAP Application Program
        The current ABAP program "SAPMSSY1" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The program "SAPMSSY1" contains the CALL FUNCTION statement.
        The name of the function module to be called is "SXMS_GET_METERING_RECORDS".
        No function module exists with the name "SXMS_GET_METERING_RECORDS".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    we found related to this note 1340170

    Hi,
    The function module SXMS_GET_METERING_RECORDS is only available as of
    a certain BASIS SP level of the managed system. As note 1340170 describes
    the problem in detail. It also explains the option of deactivating the
    E2E_SERVICE_METERING_EXTRACTOR to avoid the short dumps, if updating
    the BASIS SP level is not an option for you?
    Regards,
    Aidan

  • Runtime Error with Se80 and Wedbynpro

    We just upgraded to SAP ECC6.0.  I have created a webdynpro using Se80 and I am following a demo when I am ready to add a tray and objects to the layout tab of my view.
    Unfortunately I get an error that reads:
    A runtime Error has occurred.  Do you wish to Debug?
    Line: 23
    Error: Object Expected
    I also notice that all the images under favorites, text, action ,etc. come up as a RED "X".
    Any help would be greatly appreciated.
    Thanks,
    Anthony

    Hi Anthony.
    I think problem is in host file settings.
    just go through the way like this.
    run->drivers->etc->hosts
    just cut the hosts file paste it in desktop .double click  open with NOTEPAD
    make it like this. give the server IP ADDRESS AND SERVER NAME correctly.
    183.82.97.76    cstehp5.cst.com
    after chagnes done just cut and paste in ETC folder.
    REGARDS
    jayaprakash .T

  • Runtime error with doc/lit style web services

    I've written a web service client (wrapped doc/lit style) and when I try to invoke the service, I get the following runtime error. I see some have reported the same error before and I don't see a resolution for the issue. Any help to resolve the issue is appreciated.
    My environment:
    Standalone web service client
    JARs used from JDEV 10.1.2
    Java 1.4.2
    I verified there are no duplicate implementations of the DOM Parser; I just use xmlparserv2.jar
    Exception in thread "main" java.lang.AbstractMethodError: oracle.xml.parser.v2.X
    MLElement.getNamespaceURI()Ljava/lang/String;
    at org.apache.soap.util.xml.DOM2Writer.print(DOM2Writer.java:139)
    at org.apache.soap.util.xml.DOM2Writer.serializeAsXML(DOM2Writer.java:98
    at org.apache.soap.Utils.marshallNode(Utils.java:109)
    at org.apache.soap.Body.marshall(Body.java:165)
    at org.apache.soap.Envelope.marshall(Envelope.java:203)
    at org.apache.soap.Envelope.marshall(Envelope.java:161)
    at oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHT
    TPConnection.java:664)
    at org.apache.soap.messaging.Message.send(Message.java:125)
    at emgateway.main.EMWSStub.sendRequest(EMWSStub.java:106)

    Hi John,
    Yes this is certainly possible. The role of client, server and service
    gets blurred when dealing with multiple web services. For an example,
    you can take a look at the work done by WS-I for the sample application
    [1], where multiple types of web services communicate with each other.
    Regards,
    Bruce
    [1]
    http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-12/SCMArchitecture1.01.pdf
    John Meiser wrote:
    >
    Can a doc-style Web Service invoke an RPC-Style Web Service? I know that we cannot
    mix RPC with Doc-style in the same Service, but I was wondering if RPC and Doc-style
    can call each other.
    Thanks,
    John

  • Runtime error with multisim v10

    I recently downloaded the eval version of "Circuit Design Suite 10.0" and everytime I run it I get a runtime error, and the program closes. Sometimes it allows me to use it for a while and sometimes it happens within a few minutes of starting the program (Multisim) is there a fix for this? It is hard to evaluate if I can't use the program.
     My OS is win xp pro and my hardware meets/exceeds the min. requirements.
      Thanks in advance for any help with this.

    But you don't get any specific message then (e.g. a unique DLL or module causing the problem)?
    If not, then, try repairing the installation, Start >> Control Panel >> Add/Remove Programs >> National Instruments Software >> NI Circuit Design Suite 10.0.... click Repair...
    If you get a specific message post it here, it will be easier to identify what is triggering the problem.
    Nestor
    National Instruments

  • Runtime error with update:(

    Hi there,
    I went to update my itunes and there was a runtime error.haven't been able to use itunes for weeks now. I finally just uninstalled my itunes and tried to redownload but nothing is working. Any ideas...
    Thank you!

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Runtime error with tktds1k2k

    I'm getting a non-fatal runtime-error when trying to execute the CVI example (tktds1k2k_example.c) included with the IVI Instrument drivers for the Tektronix 2024. The error occurs on the line
    viCheckErr (viSetBuf (io, VI_READ_BUF | VI_WRITE_BUF, 4000));
    and the error is "The given session does not support this operation."
    For some reason if I'm running in simulation mode the error won't occur and the example runs fine. But when I disable simulation (Simulate=0) then i get the error. The compiler says the error is non-fatal but if I continue execution I will get "Driver Status.. The given session does not support this operation." and the program exits.
    Does anyone know what to do about this issue?

    Noel, I'm using a GPIB bus with the resource string "GPIB0::1::INSTR" and my options string is "Simulate=0,RangeCheck=1,QueryInstrStatus=1,Cache=1,DriverSetup=Model:2024". I'm able to query the id and also send commands to my instrument using MAX so I think the communication is working. I have MAX 3.0 with IVI Compliance Package 2.1 and NI-VISA 3.0.1 installed currently.

Maybe you are looking for

  • Contract & PO Release Strategy

    Hi All, We are in the process of designing the release strategy for contract and PO. I  would like to know whether we can have the different release conditions for contract and different release conditions for PO. For example. The release conditions

  • Cannot get the copy setting to change from two-sided to one-sided on my officejet pro 8615

    My copy setting on my printer (HP Officejet Pro 8615) all-in-one shows Two Sided               1:1 When I tab over to where the 1-sided original and 1-sided original copy & 1-sided original and 2-sided copy can be selected, the blue light is on 1-sid

  • CP1025nw firmware upgrade for eprint and/or airprint?

    I bought one of these which is supposed to be eprint capable by late 2010.  I can't find the firmware for this update.  Otherwise, I believe it's misleading of HP to advertise the availability.  If I had known, I would have returned the printer withi

  • Lack of 64-bit version of Reader

    Who is to blame for Adobe lack of interest in providing a decent update to the now mainstream 64-bit environments for one of their mainstream products on mainstream Linux distros ? It's a shame Adobe ! I refuse to install dozens of 32-bit libs just t

  • X-Raid question about adding more drives

    Hi Guys. I am running an X Server (10.3.8 dual 2GHZ PPC G5)with an X-Raid attached. Right now it is only half full with a RAID5 volume that is my main file server. My question is can i add three 500GB drives into the empty slots of my X-Raid and cong