Component interface ( implementation ) is missing

Hello,
I had imported from NWDI one SWC that have some DC's. When I create a project in NWDS form one DC  that have a dependence from another DC where the project has bveen already created in NWDS I have the following error message for this DC: "<error: missing compoent> component interface ( implementation ) is missisng". When I delete the referenced DCt from NWDS and sync used DC's from the DC with the error, the problem is solved.
But, when I create the refereced DC again, the DC that use this, the error missing component occurs again.
Anybody have any ideia about this?
thanks in advance.

You are absolute right in this, but this is not my problem. I will try to explain it once again. Currently I have the following configuration on my PE router
router ospf 5628 vrf INET
network 194.154.224.0 0.0.31.255 area 0
the f0/0 interface has this configuration
interface FastEthernet0/0
ip vrf forwarding INET
ip address 194.154.236.43 255.255.255.248
The problem is, that using this configuration, hello packets are send also through other interfaces of my PE router, which are part of the same ip address range specified under ospf process and are in the same vrf. In other words, hello packets are send to my Internet customers, which is not good. Because it is not possible to configure passive interface under ospf in the VRF, I decided to make the network statement more specific. I have changed the configuration to
router ospf 5628 vrf INET
network 194.154.236.40 0.0.0.7 area 0
and got the message
%OSPF: OSPF not enabled on FastEthernet0/0
The question is, why is OSPF not enabled on my f0/0, as the ip address of my f0/0 is part of a 194.154.236.40 0.0.0.7 network ?

Similar Messages

  • Question about insertitem in component interface

    Hi:
    I'm using component interface in my work and face a question. When I use InsertItem function in peoplecode, I'm confused about its relationship with ActiveRowCount property of Row class. I need to check the data inserted in the record, so I put logic in component fieldchange event, uses ActiveRowCount to loop in the record to check every one row .
    In the PIA, if we insert one row(by click add button) for some record, ActiveRowCount seems include the row you just insert even if you have not click save button. But when I use InsertItem and triggered a FieldChange event, ActiveRowCount in this event seems not include the new row inserted by InsertItem function. It is quite different from inserting in PIA. I'm not sure whether I uses InsertItem in a wrong way or it is just a mechanism that component interface implemented to exclude InsertItem inserted row in ActiveRowCount ? Hope someone can help me. Thanks a lot.

    That doesn't make sense to me. Regardless of whether you are going through the PIA or through a Component Interface, your ActiveRowCount should increment the same.
    Is it possible that maybe your CI code is inserting into a different RowSet than what you are doing online through the PIA?
    I don't know if this terminology helps --
    Online via PIA | Component Interface
    RowSet = Collection
    ActiveRowCount = Count
    Row = Collection
    Field = Property
    Also be sure that your FieldChange is getting triggered after you insert the row. I am not sure how you are viewing the ActiveRowcount. If it is a message, I would assume that shows up in the message collection. The message collection will just queue the messages and you can check them at the end. So, what could happen is that your field change is getting triggered first and the message gets added to the collection. Then, you could insert the row. Then, you could check messages and see the count from before the row insert yet it looks like after the row insert. You might consider printing all your messages from the collection right before the row insert and deleting any pending messages.
    If you would like to post some of your code, maybe we can help more. Hope that much helps.

  • Plug type definition in Component Interface Definition

    Hi,
    in my Component Interface Definition I need to define a startup plug. Upon plug creation, however, there's no prompt regarding plug type. Moreover I cannot see the plug type in the IDE, as I was used in interface view controllers.
    Editing the plug does not allow any change at all, specifically no change to the plug type.
    As of now, all my plugs are standard plugs (I know that from errors when building implementing components).
    Can anyone please help?
    Thanks, Vincenzo

    unknown

  • How to throw and handle event defined in component interface

    Hi folks,
    I have defined a component interface with an event 'open_info'
    I have some sub components which are implementing that component interface. I also get the two events generated (the interface check box is not marked)
    I use those sub components and try to handle the event. but unfortunately the event is not handled.
    I'm not sure if I do everything right. I checked the interface checkbox at the events tab of the controller of the sub component. I then may handle the event in the embedding main component. but it appears to be a different event.
    probably I eed to access the interface controller and throw the event there, but I don't know how.
    I couldn't fnd documentation or wdr* components which deal with that issue. do you have any suggestions?
    regards
    stefan

    Hi Stefan,
    Do the following in the component being used:
    say component name is ZCMP_01
    go to COMPONENTCONTROLLER
    Create an Event with necessary parameters if needed, say Event name is EVNT_01 and has an importing parameter, say PARAM_01 type char10,
    Make sure you have set the interface check box. Now this event is available in the INTERFACECONTROLLER.
    Say ZCMP_01 has a view with a button, on click of the button, call a method in the COMPONENTCONTROLLER.
    Perform all the required operations, At the required point, fire EVNT_01
    wd_this->fire_EVNT_01_evt(
          PARAM_01 = 'sample' ).
    Now the other component that has to use ZCMP_01, say ZCMP_02
    In the component properties od ZCMP_02, add usage for ZCMP_01, say USG_CMP_01
    Go to the view in ZCMP_02 where you wish to handle the event EVNT_01 of ZCMP_01,
    Go to Methods tab, create an event hadler, say EVNT_01_HNDLR ... method type = Event Handler,
    Event = EVNT_01, Controller = INTERFACECONTROLLER, Component Use, USG_CMP_01.
    Now your event handler will have foll parametrs: WDEVENT .. type ref to CL_WD_CUSTOM_EVENT,
    PARAM_01 type CHAR10
    Handle the event as required.
    Regards,
    Reema.

  • PO RECEIPT Component Interface (PO_RECEIPT_CI)

    I am trying to use the default PO_RECEIPT_CI to create a new receipt from a 3rd party application. I have successfully setup the web service and I am able to send messages and get responses. However, when I try to create what seems to be a simple receipt (below), I get a validation error:
    Conversion rate between Units of Measure EA and not found (10300,108).
    I have tested this in the Application Designer and stepped through the debugger and found that the RECV_LN_SHIP.INV_ITEM_ID, RECV_LN_SHIP.ITM_SETID, and the RECV_LN_SHIP.RECV_STOCK_UOM are not getting a default value which leads to the above error. Also, there is a validation that does not allow me to set these fields in the test utility.
    Has anyone run into this? Am I missing a value that needs to be passed to the web service or component interface?
    Request:
    <?xml version="1.0"?>
    <Create__CompIntfc__PO_RECEIPT_CI xmlns="http://.../Enterprise/FSCM/schema/M420108.V1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <BUSINESS_UNIT>US001</BUSINESS_UNIT>
         <PO_RECEIPT_FLG>Y</PO_RECEIPT_FLG>
         <RECEIPT_DT>2012-02-15</RECEIPT_DT>
         <SHIPTO_ID_0>US001</SHIPTO_ID_0>
         <VENDOR_ID_0>SCM0000004</VENDOR_ID_0>
         <INV_ITEM_ID>10002</INV_ITEM_ID>
         <LINE_NBR>1</LINE_NBR>
         <PO_ID_1>APCLSPO015</PO_ID_1>
         <SCHED_NBR>1</SCHED_NBR>
         <SHIPTO_ID>US001</SHIPTO_ID>
         <RECV_LN_SHIP>
              <QTY_SH_RECVD>20</QTY_SH_RECVD>
              <RECEIVE_UOM>EA</RECEIVE_UOM>
              <RECV_STOCK_UOM>EA</RECV_STOCK_UOM>
              <SERIAL_CONTROL>N</SERIAL_CONTROL>
         </RECV_LN_SHIP>
    </Create__CompIntfc__PO_RECEIPT_CI>
    Response:
    <?xml version="1.0"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
         <SOAP-ENV:Body>
              <SOAP-ENV:Fault>
                   <faultcode>SOAP-ENV:Server</faultcode>
                   <faultstring>Component Interface API.</faultstring>
                   <detail>
                        <CIFault xmlns="http://.../Enterprise/FSCM/schema/M647684.V1">
                             <IBResponse type="Message">
                                  <DefaultTitle>Integration Broker Response</DefaultTitle>
                                  <StatusCode>20</StatusCode>
                                  <MessageSetID>10300</MessageSetID>
                                  <MessageID>108</MessageID>
                                  <DefaultMessage>Conversion rate between Units of Measure EA and not found (10300,108)</DefaultMessage>
                                  <MessageParameters>
                                       <keyinformation>
                                            <BUSINESS_UNIT>US001</BUSINESS_UNIT>
                                            <PO_RECEIPT_FLG>Y</PO_RECEIPT_FLG>
                                       </keyinformation>
                                  </MessageParameters>
                             </IBResponse>
                             <IBResponse type="Error">
                                  <DefaultTitle>Integration Broker Response</DefaultTitle>
                                  <StatusCode>20</StatusCode>
                                  <MessageSetID>91</MessageSetID>
                                  <MessageID>34</MessageID>
                                  <DefaultMessage>Error changing value. {PO_RECEIPT_CI.RECV_LN_SHIP(1).RECEIVE_UOM} (91,34)</DefaultMessage>
                                  <MessageParameters>
                                       <keyinformation>
                                            <BUSINESS_UNIT>US001</BUSINESS_UNIT>
                                            <PO_RECEIPT_FLG>Y</PO_RECEIPT_FLG>
                                       </keyinformation>
                                  </MessageParameters>
                             </IBResponse>
                             <IBResponse type="Error">
                                  <DefaultTitle>Integration Broker Response</DefaultTitle>
                                  <StatusCode>20</StatusCode>
                                  <MessageSetID>91</MessageSetID>
                                  <MessageID>37</MessageID>
                                  <DefaultMessage>Error saving Component Interface. {PO_RECEIPT_CI}</DefaultMessage>
                                  <MessageParameters>
                                       <keyinformation>
                                            <BUSINESS_UNIT>US001</BUSINESS_UNIT>
                                            <PO_RECEIPT_FLG>Y</PO_RECEIPT_FLG>
                                       </keyinformation>
                                  </MessageParameters>
                             </IBResponse>
                        </CIFault>
                   </detail>
              </SOAP-ENV:Fault>
         </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Hi,
    Unfortunatly I do not have Financials running, so I cannot reproduce your situation.
    But looking at the error, this is functional error and not a technical fault, which is a good thing.
    In the response I see two Errors:
    <DefaultMessage>Error changing value. {PO_RECEIPT_CI.RECV_LN_SHIP(1).RECEIVE_UOM} (91,34)</DefaultMessage>
    where field RECEIVE_UOM has a value of EA
    <DefaultMessage>Conversion rate between Units of Measure EA and not found (10300,108)</DefaultMessage>
    Are you able to fill these exact values in through the PeoleSoft GUI and are you getting a error there?
    You also say
    I have tested this in the Application Designer and stepped through the debugger
    Have you tested the component by running it online with debugger in Application Designer on or have you tested the component interface?
    I just want to know if the component or the CI is erroring out.
    Hakan

  • Context from Web-Dynpro-Component-Interface & Customer Extention Fields

    Hello all,
    A main component uses a Web-Dynpro-Component-Interface and defines an external maping to it. Web-Dynpro-Component-Interface has a context and a window. At runtime implementaion of Web-Dynpro-Component-Interface is provided.
    All works fine, but how can i create an implementation with view which contains customer extention fields? Unfortunately only fields from context of Web-Dynpro-Component-Interface are visible. I can not even extend the context of Web-Dynpro-Component-Interface via enchancement framework.
    I assume, it is possible with dynamic programming, but why is it not possible in declarative way?
    thanks
    regards
    Paul

    Hello,
    I found this documentation:
    Implementation of Interfaces for Customer Developments
    Using interfaces in a Web Dynpro component benefits customers by giving them a clean basis for their own further developments. When creating a local development, you can implement a used interface in a separate component and add your own aspects to an application delivered by SAP.
    http://help.sap.com/saphelp_nw70/helpdata/en/a9/19eebc1e2943dbb2d443095d017ae9/content.htm.
    I think it must be a correct way to extend SAP programms with customer fields. Please reply, issue is very important.
    Regards
    Paul

  • Can't add GP Component Interfaces to WebDynpro Callable Object

    Hi, I've just installed the IDE for Composition Environment 7.1 SP3 and I'm following the tutorial to create a WebDynpro Callable Object for a Guided Procedures that I'm working for a demo. It seems that there is something wrong with my NWDS, 'cause once I add the the required DCs dependencies to my project for caf/eu/gp/api and caf/eu/gp/api/wd and mark them for Design time, I cant add the to any new component as implemented component interfaces 'cause the list for adding them is empty. I really don't understand why this is happening, 'cause that's the way the tutorial explains it to work. I've already try to reinstall the NWDS, without success. Has any of you face the same problem?
    Thanks for you answer.

    Hi,
    You should not create Design Time dependency. It is not required.
    Ensure only that you have created a Build Time dependency on the public of "caf/eu/gp/api and caf/eu/gp/api/wd".
    After creation of dependency ensure that you have build WD DC.
    Check if it works now ?
    Regards,
    Ashwani Kr Sharma

  • Regarding Component interface controller

    hi all
    Can anyone explain me use of Component Interface Controller under Component with example.
    Thanks in advance
    Imityaz

    Hi,
    Interface Controller
    One Web Dynpro Component may declare the use of another Web Dynpro Component to form a u201CParent-Childu201D usage relationship. In such cases, the only point of interaction between the parent and child components is the functionality found in the childu2019s interface controller.
    if an interface controller is part of a component interface, the controller editor is in change mode and the context, the events and the methods can be implemented and edited directly.
    Refer this thread,step by step procedure is there.
    /docs/DOC-8061#61 [original link is broken]
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/45641b80f81962e10000000a114a6b/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/0dcafa2d9d1ca2e10000000a11466f/frameset.htm
    Regards,
    Sunaina Reddy T

  • Peoplesoft Adapter -Cannot find component interface

    Hi all,
    I was able to successfully generate the wsdl file for a Component Interface "LOCATION" in the application explorer. However, on using this wsdl in my bpel project and subsequently executing the interface, i am getting the following error message in bpel console.
    <Invoke_1_LOCATION_OutputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]</part>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="output_LOCATION">
    <PS8 xmlns="urn:iwaysoftware:adapter:peoplesoft:ci:response">
    <error>Cannot find Component Interface {LOCATION} (91,2)</error>
    </PS8>
    </part>
    </Invoke_1_LOCATION_OutputVariable>
    I have checked the configuration multtiple times now. Nothing seems to be missing or wrong in the configuration.
    Has anyone faced similar issue? Could any configuration be missing.
    Is this error raised at the adapter side or on peoplesoft? Is the communication with PeopleSoft actually taking place?

    John,
    Following could be the reasons:
    1. Make sure that the path in the jar file for the class files(PeopleSoft CI java api) exactly matches the following:
    \PeopleSoft\Generated\CompIntfc
    Upper and lower case differences should be followed exactly.
    2. The Java API for the selected component interface is not found in the API JAR file. Please check the Java API for the class file for the CI. If not found, please add the class file for the CI.
    3. The component interface name is mentioned incorrectly in the request document.
    4. If you are using 10.1.3.x version of SOA Suite, then make sure that the component interface jar is included in the server.xml. Please see the details for this in the 10.1.3.x application adapter installation guide.
    5. Following could also be an issue:
    LOCATION Component Interface
    Explanation
    When you attempt to access the LOCATION Component Interface using the Human Resources application, release 8.80.000, a failure occurs during runtime and the following message is displayed:
    Component Interface Not Found
    This is due to a problem in the way the PeopleSoft application has been delivered and is not related to the PeopleTools release.
    Workaround
    Perform the following steps:
    1. Open the component interface in the PeopleTools Application Designer.
    2. Make a small change to the component interface.
    3. Undo the change.
    4. Save the component interface.
    This procedure resets certain internal PeopleSoft data structures, which enables the Adapter for PeopleSoft to find the component interface. This has been observed in the LOCATION Component Interface running on the Human Resource applications release 8.8.000 on several different releases of PeopleTools, but it may
    occur in other component interfaces as well.
    Edited by: Siva Krishnajee on Jul 6, 2009 1:18 PM
    Edited by: Siva Krishnajee on Jul 6, 2009 1:36 PM

  • Wda: call method from a component interface definition (cid)

    hello,
    I created the following scenario:
    - I have a Main-component "m"
    - "L" is a component interface definition (cid) which force both cid-L-implementating components  "L1" and "L2" to extend and fill the method "set_COMP_USAGES()".
    - I have other cid´s (A-C) too
    - at runtime only one of the components "L1" or "L2" is created and the mother-component M holds component-usages (ref to) of the chosen variants of A-C and L as an attribute in the component-controller of m.
    now my problem: my aim is to call a method in m at runtime which is defined at designtime in my cid L (set_COMP_USAGES() )and decided at runtime which variant of this method is chosen (the one from L1 or L2). in this method the references of comp_usages other cid´s should be passed to L1 or L2.
    or short: how can I call a method from a cid-implementating component at runtime via a IF_WD_COMPONENT_USAGE reference (ref to) to this component?

    I got the solution:
    data: L_INTF_CONTROLLER         type ref to ZIWCI_Z_ITF_CID_L.
      L_INTF_CONTROLLER ?= wd_this->COMPONENT_USAGE_L->GET_INTERFACE_CONTROLLER( ).
      CALL METHOD l_intf_controller->set_comp_usages
        EXPORTING
          comp_usage_a = wd_this->COMPONENT_USAGE_a
          comp_usage_b = wd_this->COMPONENT_USAGE_b
          comp_usage_c = wd_this->COMPONENT_USAGE_c.

  • Component interface question

    Is the concept "component interface" related to the business methods of the bean or to the callback methods (that inform the bean about state events) of SessionBean/EntityBean interface?
    if "component interface" related to the callBack methods then how the interface with the business methods is called (in 3.0 i know it's "business interface" but what about 2.1)?
    thanks in advanced

    The component interface refers to a particular client view exposed from the bean. It contains the business methods available to the callers.
    The callback methods are a separate contract between the bean class and the container. In EJB 2.x, they are expressed via strongly-typed javax.ejb interfaces that the bean class was required to implement.
    In EJB 3.0, all callbacks are optional and the bean class uses annotations such as @PostConstruct to annotate the methods it wants to be called back. These methods are typically not exposed through the client (component interface) view.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Web dynpro component interface, can't create a instance

    Hi guru,
    I have created a web dynpro component interface, and implemented it through some components.
    But when I use the interface in another component, there comes a runtime error. The following is the error message.
    Error when Creating Component YHREFM_OBJSEL_INTERFACE. YHREFM_OBJSEL_INTERFACE Is a Component Interface, Therefore, an Instance Cannot Be Created. Name of Component May Not Be Specified. (Using Component: YHREFM_PRINT_FORM_SE, Component Usage: USAGE1)
    Need your help!
    Best Regards,
    Guo Guo Qing

    Hi,
    I have found the cause of the problem. I have mapped some context in the component interface to componenet_A. Then I active component_A, and test it. Then the exception on the top of the Thread is raised.
    What's wrong with it? Could someone give me a solution?
    Thank you very very much.
    Best Regards,
    Guo Guo Qing

  • Name of used component in component interface

    Hi,
    I have a component interface which can be implemented by many components. How can I find dynamically the name of the Z used component?
    If I use name attribute of comp. usage attribute or info, I can only get the name which is either the statically defined name (for first usage) or freely assigned dynamical name. However, I need the Z name of the component. Like in this example:
    IF...
    *  first usage
      lo_comp_usage = wd_this->wd_cpuse_if_usage( ). "statical name 'IF_USAGE'
    ELSE.
    *  clones
      lo_comp_usage = lo_comp_usage->create_comp_usage_of_same_type( 'FREELY_ASSIGNED_NAME' ).
    ENDIF.
    lo_comp_usage->create_component( 'ZUSED_COMPONENT' ).
    *Now I'd like to get used component name from lo_comp_usage.
    *In this example, satisfactory result would be: 'ZUSED_COMPONENT'.
    l_name = lo_comp_usage->name. "here I get 'IF_USAGE' or  'FREELY_ASSIGNED_NAME'
    lo_info = lo_comp_usage->get_component_usage_info( ).
    l_name = lo_info->get_name( ). "also 'IF_USAGE'... :-(
    I know a workaround: I can create an attribute in component interface with used component name, but I would first like to try to do it properly, without workaround.
    Thanks in advance!
    KR,
    Igor

    Hi,
    I'm on latest version of netwaeaver. Please check it out the method is alaready there.. that method returns this parameter
    WDAPI_COMPONENT_USAGES   which has fields in it -
    COMPONENT_USAGE_NAME
    USED_COMPONENT
    EMBEDDING_POSITION
    COMPONENT_USAGE
    Regards,
    Lekha.

  • Code could not be generated because an external component or driver is missing

    Greetings All,
         I've using Labview for a little over a year and I have an interesting situation with regards to Labview that I came across today.  When I left off yesterday (01/11/12) my TestStand sequence was compiling fine.  Today for some reason the compiler told me that one of the VI was broken or missing a sub vi.  When I made my way through all the sub vi's in the vi that seemed to be a problem I came across "Code could not be generated because an external component or driver is missing".
         The problem started on the computer (NI PXI-8101 with WinXP and Labview 2010) located in a PXI-1044 that is in my Test Stand.  I have a complete backup on my laptop and my desktop computer which both compiling successfully with no errors.  I tried installing the directory on another PXI-8101 and got a different set of results.  The first PXI-8101 gave 100+ errors in TestStand pointing to one of my vi's and the other PXI-8101 reported only one (1) error.  The vi is basically using DAQmx vi's to create a "write to one line" action.  I'm kind of stumped as to why it works on the laptop/desktop and not the PXI computers.  All four computer are WinXP professional and Labview 2010.  I saw somethings through google search engine but nothing conclusive.  I'm hoping that someone can give me an explaination as to what is causing the error as described.  Even if I copy over the directory it doesn't fix the problem.  Thank you in advance for an information you provide with this rather interesting problem that I've encountered.  If you require addition information let me know.
    Regards,
    Scott
    Solved!
    Go to Solution.

    Greetings Beau,
         Thank you for the reply.
         I loaded the offending VI into Labview (2010) with TestStand inactive.  Of course this was after I completely shutdown the computer and re-booted to ensure that nothing was resident in memory.  I've included a couple of the error list boxes in this post. 
         It comes down to a subvi that is two (2) subvi's deep.  All these vi's are doing is commanding a write or read to and from the PXI-6509.  When I check the VI at the level that has no broken run arrows (named below), nothing in the block diagram looks out of place as it should since these were installed by Labview installation.  The vi that uses these vi's looks total normal and its block diagram doesn't have anything out of the ordinary yet the run arrow is broken.  The odd part of this is that the top of the window that states the filename of the vi has an astrex at the end of the filename, even though nothing has changed in that vi.  
    Here is a list of the deepest level that has no broken run arrow:
    DAQmx Create Channel (DI-Digital Input).vi
    DAQmx Start Task.vi
    DAQMX Read (Digital Bool 1Line 1Point).vi
    DAQmx Clear Task.vi
    DAQmx Create Channel (DO-Digital Output).vi
    DAQmx Write (Digital U8 1Chan 1Samp).vi
         I guess the real question is what is the error message ("External component or driver missing") really telling me if all of the vi's look right.  I appreciate any information you can send my way that will give me a better understanding of where this error is coming from.  The program I developed had been running without a hitch for a month an all of sudden crash.
    Thank you for your time in this matter.
    Scott
    Attachments:
    Write to one port broken VI error list.JPG ‏47 KB
    Readfrom one line broken VI error list.JPG ‏46 KB
    Broken_VI_Error_Screen.JPG ‏56 KB

  • Javax.xml.rpc.soap.SOAPFaultException: Component Interface API

    Hello,
    I built a portlet which includes a web service proxy. After I deployed the portlet to OAS and tried to load, I got the following errors:
    ERROR: Failed to handle HTTP Request
    javax.xml.rpc.soap.SOAPFaultException: Component Interface API.
    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:555)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    at edu.bgsu.psft.bursar.proxy.runtime.CI_BG_CI_BURSAR_ACCT_SUMM_Binding_Stub.CI_BG_CI_BURSAR_ACCT_SUMM_G(CI_BG_CI_BURSAR_ACCT_SUMM_Binding_Stub.java:76)
    at edu.bgsu.psft.bursar.proxy.CI_BG_CI_BURSAR_ACCT_SUMM_PortClient.CI_BG_CI_BURSAR_ACCT_SUMM_G(CI_BG_CI_BURSAR_ACCT_SUMM_PortClient.java:44)
    at htdocs.mybursaraccount._MyBursarAccountShowPage._jspService(_MyBursarAccountShowPage.java:206)
    at com.orionserverhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.3.0).http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:575)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:311)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.3.0).server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
    Can anyone give me some ideas?
    Thanks!

    Hello,
    I built a portlet which includes a web service proxy. After I deployed the portlet to OAS and tried to load, I got the following errors:
    ERROR: Failed to handle HTTP Request
    javax.xml.rpc.soap.SOAPFaultException: Component Interface API.
    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:555)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    at edu.bgsu.psft.bursar.proxy.runtime.CI_BG_CI_BURSAR_ACCT_SUMM_Binding_Stub.CI_BG_CI_BURSAR_ACCT_SUMM_G(CI_BG_CI_BURSAR_ACCT_SUMM_Binding_Stub.java:76)
    at edu.bgsu.psft.bursar.proxy.CI_BG_CI_BURSAR_ACCT_SUMM_PortClient.CI_BG_CI_BURSAR_ACCT_SUMM_G(CI_BG_CI_BURSAR_ACCT_SUMM_PortClient.java:44)
    at htdocs.mybursaraccount._MyBursarAccountShowPage._jspService(_MyBursarAccountShowPage.java:206)
    at com.orionserverhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.3.0).http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:575)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:311)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.3.0).server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
    Can anyone give me some ideas?
    Thanks!

Maybe you are looking for

  • Date problem in obiee 11g

    Hi, Our fact table is having the date on one hour interval basis. EX: 14-AUG-2012 11:00:00 AM 14-AUG-2012 12:00:00 PM 14-AUG-2012 01:00:00 PM The Times table we created is having day format. EX: 14-AUG-2012 12:00:00 AM 15-AUG-2012 12:00:00 AM 16-AUG-

  • Do I need to sync again?

    Hello, I'm new to this whole iphone business. I will be getting a new computer next week. Do I have to sync my phone thru the new computer again? Also, is it necessary to download quick time player along with itunes? I don't even know the purpose of

  • Can itunes remember a podcast's password?

    I remember that iTunes used to have a feature that would remember a password for password-protected podcasts. This feature hasn't worked for a while now, and I was wondering if there was a workaround. It just gets annoying having to type this stuff o

  • [b][u]JSP create mysql DataBase problem[/u][/b]

    While i try to create mysql database through JSP program using query, the qurey statement doesn't work stmt.executeUpdate("create database employee;"); is not executing. The code is as follows : Please Help Me...... try { Connection con = null; Class

  • Import RFC hangs

    I am using JRE 1.4.2.17 There is no problem for importing of Idocs. However when i try to import RFC in the integration repository, the program hangs. I have I have cleared the cache as well. my authorization is SAP_ALL Any advice from the gurus? Cou