DataServices calling a SOAP method - problem occurs

Hello,
I am calling a SOAP method when an ETL problem occurs, to warn a supervision application.
This is done by a function on which the WSDL url is given. Then it is the WSDL that gives the method parameters and also the url of the method.
My problem is that I get this error:
<!-- BusinessObjects Data Services generated XML -->
<!-- 2010-09-28.10:45:57(422,412)[1] -->
<test>
<AL_ERROR_NUM>3</AL_ERROR_NUM>
<AL_ERROR_MSG>
<soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not find route for exchange: InOut[
  id: ID:10.0.10.30-12b43d06903-4:6030
  status: Active
  role: provider
  interface: {http://eventsender.esb.company.com}IEventSender
  servic
</AL_ERROR_MSG>
</test>
And I don't know were the error occurs.
The WSDL has also a 'localhost' reference, and not the IP address of the SOAP server. It seems the WSDL can't be parameterized with an IP address. Can this be a problem?:
<wsdl:service name="EventSender">
    <wsdl:port binding="company:EventSenderSOAP" name="EventSenderSOAP">
      <soap:address location="http://localhost:8181/Esb/services/SoapEventSender"></soap:address>
    </wsdl:port>
  </wsdl:service>
I don't know if focusing on the address or url problem is right. Any hint will be appreciated.
Regards,
Frédéric
Edited by: Frederic PROVOT on Sep 28, 2010 11:14 AM

Problem was outside of BO

Similar Messages

  • Downloading and installing the iOS5.0.1 Following problems occured: with my iPhone 4s: Phone calls are dropping out in UAE, how to solve the problem?

    Downloading and installing the iOS5.0.1 Following problems occured: with my iPhone 4s: Phone calls are dropping out in UAE, how to solve the problem?

    You're not speaking to Apple on in this forum, nor will someone from Apple see this post.   We are just users like you and I.
    Have you tried to restore or reset your phone?
    Or contact your carrier in re: to your sim card

  • I got this warning when i open a specific page on my website in IE : MuseJSAssert: Error calling selector function:Error: A security problem occurred.

    Hi,
    I found out when i'm in IE and go to the page 'Artists'
    and i click on a name, for example: 'Abel Equipe ELA/I Gomes'
    I get this warning :
    MuseJSAssert: Error calling selector function:Error: A security problem occurred.
    This is only in IE, not when i use Safari or Chrome
    this is the website link
    Any ideas how to solve this problem?

    There's an invalid hyperlink on the Abel Equipe ELA/I Gomes page on a bit of text that reads "with your input." You need to find this text within Muse, clear the hyperlink and enter a valid one.

  • Have 2004 eMac...screen goes black without notice. Getting a reconditioned 2005 eMac. Can I have the HD swapped from old eMac to reconditioned one without problems??? Black screen is called "collapse to black" and occurs 4-5 daily

    Have 2004 eMac...screen goes black without notice.  Black screen is called "collapse to black" and occurs 4-5 daily. From what I understand, this is due to bad capicators????? Found a reconditioned 2005 eMac on line. Can I have the HD swapped from old eMac to reconditioned eMac without problems???...with regards to software applications. Old eMac is running 10.4.11 and reconditioned on runs 10.5. Suggestions, tips would be greatly appreciated. Thank you.

    Might want to make sure both units are not affected. This is the range of serial number from the now-defunct Apple Repair Extention Program for USB 2.0 eMacs:
    G8412xxxxxx- G8520xxxxxx
    YM412xxxxxx - YM520xxxxxx
    VM440xxxxxx - VM516xxxxxx
    A "collapse" is more indicative of a video cabling issue, but the bad caps produced such a wide range of problems that it's hard to sort through them.
    If the old eMac is a USB 2.0, which a 2004 unit should be, the HD should exchange with the new one. As the last of the eMacs shipped with Tiger, the new computer should have no probelms with a 10.4 boot volume on the old drive. You can upgrade to Leopard one you have hte new disk in place.
    NOTE: Takeapart and reassembly on the USB 2.0 must be done "just so" or you can permanently damage the power switch. Instructions for the USB 1.1 takeapart are slightly different , and the power swtich damage is usually caused by people using the older instructions on a newer eMac.
    If you are not up to the takepart nor can you find a local computer tech who knows these. consider taking the drive out of the dead computer(won't make much difference if you damage that one as it's dead), buy an external Firewire enclosure, and put the old drive on it and use it to move data to the new computer. Then you can leave the external attached as a backup drive.
    Is the new one a 1.42Ghz model? They have been practically trouble-free around here. We have one and it's been rock solid since we bought it as a refurb in Jan 2006. The 1.42G has the advantage of a Core Image-enabled video chipset, the ATI 9600.
    And all USB 2.0 eMacs can, with modern memory modules, support up to 2G of RAM.

  • Labview 8.5.1's MathScript window failed running imread with an error "A problem occurred in a subVI call."

    Hi,
    I am trying to port a Matlab program into a MathScript script.  Following is the first few lines of the script:
    clear;
    image1=imread('C:\LV_VertAlign\DSC_0104.jpg','jpg');
    image_double1=im2double(image1);
    image_gray11=rgb2gray(image_double1);
    In the first line, imread is supposed to read in a photo taken from a DSLR camera, so I think it's a 32-bit image.  And this is the error I got when trying to run this script in the Labview 8.5.1's Mathscript windows:
    "Error in function imread at line 2.  A problem occurred in a subVI call."
    What is the problem here?  and why does it complain about a subVI call?
    Thanks for any help to point me in the right direction.
    -Anh

    Hello Anh,
    As you may know, LabVIEW MathScript is implemented on top of LabVIEW.  The error message you received indicates that a problem occurred in one of the LabVIEW subVIs that MathScript calls.  As Jim indicated, the problem is in the file type specifier you passed to the function.  MathScript requires the use of 'JPEG' and not 'jpg' or even 'jpeg.'  In this case, we could return a better error message.  I have filed a bug report (115804) for this issue.
    You will find that once you fix this, the im2double and rgb2gray functions are not supported.  In LabVIEW MathScript, you generally can execute scripts written in the MATLAB® language syntax.  However, the MathScript engine executes the scripts, and the MathScript engine does not support some functions that the MATLAB software supports.
    We will look into adding these functions in a future release of LabVIEW MathScript.  If you need this functionality now, these functions are very simple to write yourself.  If you are performing additional image analysis in your script, you may wish to purchase the IMAQ toolkit.  It doesn't add any functions to MathScript at this time, but you could continue your analysis outside of MathScript with LabVIEW VIs.
    MATLAB® is a registered trademark of The MathWorks, Inc.
    Grant M.
    Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments

  • ERROR Msg: MuseJSAsset: Error calling selector function:Error: A security problem occurred.

    ERROR Msg: MuseJSAsset: Error calling selector function:Error: A security problem occurred.
    Just launched site using 1 of my 5 CC web-hosting chips. Using Adobe's hosting: ns1, ns2 & ns3.worldsecuresystems.com
    Concerned that the "• Assign a domain name (e.g., www.mycompany.com)" keeps coming up, even tho' I've launched???????????

    Hi,
    The MuseJSAsset error usually appears if there is any conflicting script on the page. Have you added your own code to the site using Insert HTML feature? If yes, please try removing it.
    Regarding your second concern, What is your site URL?
    Regards.
    Aish

  • Listener call method problem(

    Hello.
    I am using a Listener class with method getLogger(). When I call it from JSP file I get such an error:
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 4 in the jsp file: /SiteLoggerAdmin.jsp
    SiteLogger cannot be resolved
    1: <%@ page import="java.util.logging.*, java.io.*"%>
    2: <%
    3:   // get logger
    4:   Logger logger = SiteLogger.getLogger();
    5:   // get request parameters
    6:   String level = request.getParameter("level");
    7:   if (level != null && !level.equals("")) {
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)SiteLogger.java
    import java.io.*;
    import java.util.logging.*;
    import javax.servlet.*;
    public class SiteLogger implements ServletContextListener {
      // Site Logger
      private static Logger logger;
      public static Logger getLogger() throws IOException {
        return logger;
      public void contextInitialized(ServletContextEvent e) {
        ServletContext sc = e.getServletContext();
        // Get an instance of a Logger
        logger = Logger.getLogger("global");
        logger.setLevel(Level.INFO);
        try {
          FileHandler fh = null;
          String root = sc.getRealPath("/");
          fh = new FileHandler(root+"WEB-INF/log.txt");
          fh.setFormatter(new CustomFormatter());
          logger.addHandler(fh);
        } catch (IOException ee) {
          System.err.println("Can't load logger: " +ee.getMessage());
        sc.setAttribute("SiteLogger", logger);
      public void contextDestroyed(ServletContextEvent e) {
        ServletContext sc = e.getServletContext();
        sc.removeAttribute("SiteLogger");
        logger = null;
    }SiteLoggerAdmin.jsp
    <%@ page import="java.util.logging.*, java.io.*"%>
    <%
      // get logger
      Logger logger = SiteLogger.getLogger();
      // get request parameters
      String level = request.getParameter("level");
      if (level != null && !level.equals("")) {
        logger.setLevel(Level.parse(level));
      // set current level
      request.setAttribute("l", logger.getLevel());
      // set current log
      StringWriter sw = new StringWriter();
      request.setAttribute("log", sw);
      // parse in current log
      InputStream is  =
        application.getResourceAsStream("/WEB-INF/log.txt");
      if (is != null) {
        for (int i = is.read();i!=-1;i=is.read()) {
          sw.write((char)i);
      } else {
        sw.write("Can't load log file!");
    %>
    <html>
    <head>
    <title>Site Logging Configuration</title>
    </head>
    <body>
    <h3>Set the site's logging level:</h3>
    <b>Current level:</b> ${l}<br><br>
    <form>
      <select name="level">
        <option value="SEVERE">Severe</option>
        <option value="WARNING">Warning</option>
        <option value="INFO">Info</option>
        <option value="CONFIG">Config</option>
      </select><br>
      <input type="submit" value="Update Level"><br>
    </form>
    <h3>Current Log:</h3>
    <pre>${log}</pre>
    </body>
    </html>The Listener works properly (initialization is successful) and I have the error only when calling Listener's method. How can I fix this?
    I use Eclipse 3.4.2, Tomcat 5.5, JDK 6, Arch Linux.
    Thanks in advance.

    +As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file.+ (excerpt from [http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/rweb_jsp_migration.html] )

  • I am facing a new problem after a missed call. i phone will get freez on its lock screen after a miss call. Its seems that its main screen touch is not working properly.  This problem occurs after each and every missed call.

    I'm using iphone 5s with ios 7.1.2  & I am facing a new problem after every missed call. i phone  gets freezed on its lock screen. It seems that its main screen touch is not working properly. It should be bug introduced by apple . This problem occurs after each and every missed call .There is no patch announcement for this issue yet. There are few workaround to fix this issue: Reboot your iphone. But its  irritating to reboot the phone frequently after each issue....

    Hello dipthebe,
    Check out the articles below go through troubleshooting steps for your iPhone when the screen is unresponsive. You may want to try and restore your iPhone as a new device and then test out what happens when you miss a call to see if the issue is still present afterwards.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Regards,
    -Norm G.

  • Problem calling a Java Method from C++

    hi everyone,
    i'm using JNI and i'm trying to call a Java method from C++, this is the code:
    SocketC.java
    public class SocketC
    private native void conectaServidor();
    private void recibeBuffer()
    System.out.println("HELLO!!!");
    public static void main(String args[])
    SocketC SC = new SocketC();
    SC.conectaServidor();
    static {
    System.loadLibrary("Server_TCP");
    Server_TCP.cpp
    char* recibirSock()
         int _flag = 1;
         while(_flag != 0)
              memset(buffer,0,sizeof(buffer));//Et la, celle pour recevoir
              recv(sock,buffer,sizeof(buffer),0);
              printf(" Mensaje del cliente: %s\n",buffer);
              _flag = strcmp(buffer,"salir");
         }//fin while
         return buffer;
    void enviarSock()
         int _flag = 1;
         getchar();
         while(_flag != 0)
              memset(buffer,0,sizeof(buffer));//procedimiento para enviar
              printf("\n Escriba: ");
              gets(buffer);
         //     err=scanf("%s",buffer);
              send(sock,buffer,sizeof(buffer),0);
              _flag = strcmp(buffer,"salir");
         }//fin while
    }//fin enviarSock
    DWORD servicio(LPVOID lpvoid)//
         char *buf;
         printf("\n Cliente aceptado!!!!!\n");
         buf=recibirSock();
         return 0;
    JNIEXPORT void JNICALL Java_SocketC_conectaServidor(JNIEnv *env, jobject obj)
    //void main()
    /*this is the problem i'm calling the method recibeBuffer*/
         jclass cls = env->GetObjectClass(obj);
         jmethodID mmid = env->GetMethodID(cls, "recibeBuffer", "(V)V");
         if (mmid == 0)
              return;
         env->CallVoidMethod(obj, mmid); //llama a Java
         WSAStartup(MAKEWORD(2,0),&wsa);//MAKEWORD dit qu'on utilise la version 2 de winsock
         printf("TCP conexion Sockets\n\n");
         //estimez vous heureux que je foute pas de copyright ;)
         system("TITLE TCP Conexion Sockets (Version server)");
         //fo avouer que c'est plus joli
         int port;
         printf("Port : ");//On demande juste le port, pas besoin d'ip on est sur un server
         scanf("%i",&port);
         sinserv.sin_family=AF_INET;     //Je ne connais pas d'autres familles
         sinserv.sin_addr.s_addr=INADDR_ANY;//Pas besoin d'ip pour le server
         sinserv.sin_port=htons(port);
         server=socket(AF_INET,SOCK_STREAM,0);//On construit le server
         //SOCK_STREAM pour le TCP
         bind(server,(SOCKADDR*)&sinserv,sizeof(sinserv));
         //On lie les parametres du socket avec le socket lui meme
         listen(server,SOMAXCONN);//On se met � �couter avec server, 0 pour n'accepter qu'une seule connection
         printf(" Servidor conectado.");
         while(1)
              sinsize=sizeof(sin);
              if((sock=accept(server,(SOCKADDR*)&sin,&sinsize))!=INVALID_SOCKET)
              {//accept : acepta cualquier conexion
                   if (hReadThread = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE)
                   servicio, 0, 0, &dwThreadID))
                        printf("\nHOLA!");
                        GetExitCodeThread(hReadThread,&dwExitCode);
                        CloseHandle (hReadThread);
                   else
                        // Could not create the read thread.
                        printf("No se pudo crear");
                        exit(0);
    when i'm running the proyect i get this error:
    C:\POT Files\UCAB\tesis\esmart\french>java SocketC
    Exception in thread "main" java.lang.NoSuchMethodError: recibeBuffer
    at SocketC.conectaServidor(Native Method)
    at SocketC.main(SocketC.java:16)
    i don't know why this is happening i got declare the method recibeBuffer in my SocketC.java class, but doesn;t work can anyone help me?
    PD: sorry for my bad english i'm from Venezuela

    Next time please paste your code between &#91;code&#93; tags with the code button just above the edit message area.
    To answer your question, you wrote the wrong method signature. It should be:jmethodID mmid = env->GetMethodID(cls, "recibeBuffer", "()V");Regards

  • IPhone 4-Caller can't hear my voice. Checked the mute button and had restart the phone. Still problem occurred. HELP ME PLS!

    iPhone 4-Caller can't hear my voice. Checked the mute button and had restart the phone. Still problem occurred. HELP ME PLS!

    I'm having same problem with my 3G. When I adjust my ringer volume it says headphone in parentheses. I can still hear thru headphones. Until u get it fixed maybe u could try this as a temp solution. Good luck.

  • MuseJSAsset: Error calling selector function:Error: A security problem occurred.

    Hi,
    Internet Explorer is popping up the error "MuseJSAsset: Error calling selector function:Error: A security problem occurred." on all but the Home page at: http://tolight.businesscatalyst.com/index.html. I saw the other post about the same issue and checked my mailto links but they look ok. Any other ideas?
    Thanks!

    David Healy,
    Do you have 1 particular .muse file that gives this 1009 error everytime when opening?
    If so, please send that .muse file to [email protected] along with an explanation of the problem. If your file is > 20MB, use a filesharing service like SendThisFile or Adobe SendNow.
    Also, you should have a file named 'MuseLog.txt' in your user Documents folder which should have some additional info about the error. Please attach that file to your email.
    The Adobe office is closed for a few more days for the holiday break, so it may be several days before you get any response.

  • Problem calling in other methods.....

    Hi I am trying to write a program that will allow a user to input 3 integers (3 sides of a triangle). These are taken as arguments and then a method i have written will calculate and print out the area back to the user.
    I have spent a while typing the following code. I can get it to compile with no errors, however, it does not work fully. The user can input the three integers, then it does not work from there. Any help would be most appreciated
    Thank you in advance
    import java.io.*;
    public class MultMethEx1
    public static int printTriangleArea (int sidea, int sideb, int sidec)
         int s = (sidea + sideb + sidec)/2;
         int srs = s*(s-sidea)*(s-sideb)*(s-sidec);
         double area = Math.sqrt(srs);
         String newstring = String.valueOf(area);
         int areat = Integer.parseInt(newstring);
         System.out.println("The area is: " + areat);
         return(areat);     
    public static void main (String[] args) throws IOException
         System.out.println("Please enter the values for the three sides of you triangle");
         System.out.println(" ");
         BufferedReader a = new BufferedReader(new InputStreamReader (System.in));
         System.out.print ("Enter the value of side A: ");
         String tempa = a.readLine();
         int sidea = Integer.parseInt(tempa);
    BufferedReader b = new BufferedReader(new InputStreamReader (System.in));
         System.out.print ("Enter the value of side B: ");
         String tempb = b.readLine();
         int sideb = Integer.parseInt(tempb);
         BufferedReader c = new BufferedReader(new InputStreamReader (System.in));
         System.out.print ("Enter the value of side C: ");
         String tempc = c.readLine();
         int sidec = Integer.parseInt(tempc);
         System.out.println(" ");
         printTriangleArea(sidea, sideb, sidec);

    public class MultMethEx1
    public static void printTriangleArea (int sidea, int sideb, int sidec)
    int s = (sidea + sideb + sidec)/2;
    int srs = s*(s-sidea)*(s-sideb)*(s-sidec);
    double area = Math.sqrt(srs);
    // String newstring = String.valueOf(area); remove this
    // int areat = Integer.parseInt(newstring); remove this
    System.out.println("The area is: " + area); change yr areat to area
    // return(areat); remove this since void method noneed to return value
    public static void main (String[] args) throws IOException
    System.out.println("Please enter the values for the three sides of you triangle");
    System.out.println(" ");
    BufferedReader a = new BufferedReader(new InputStreamReader (System.in));
    System.out.print ("Enter the value of side A: ");
    String tempa = a.readLine();
    int sidea = Integer.parseInt(tempa);
    BufferedReader b = new BufferedReader(new InputStreamReader (System.in));
    System.out.print ("Enter the value of side B: ");
    String tempb = b.readLine();
    int sideb = Integer.parseInt(tempb);
    BufferedReader c = new BufferedReader(new InputStreamReader (System.in));
    System.out.print ("Enter the value of side C: ");
    String tempc = c.readLine();
    int sidec = Integer.parseInt(tempc);
    System.out.println(" ");
    printTriangleArea(sidea, sideb, sidec);
    for method calling ---- printTriangleArea(sidea, sideb, sidec), we will call a void method above that will help us to do all necessary calculation and print out the output for us, so that no need to return anything at all

  • Integrated Configuration- Problem occurred in receiver agreement for sender

    Hi ,  I am using AAE in PI 7.1  and it is proxy to file scenrios.
    When Ia m doing testing  in Integration Directory in test configuration its giving me this error .
    Problem occurred in receiver agreement for sender -<ECCBUSINESSSYSTEM> to receiver -BS_D_EPS,http://abc.com/sap/pi/HR/Qualifications.Qualifications_Async_Out: No receiver agreement found for , -<ECCBUSINESSSYSTEM> , BS_D_EPS, http://abc.com/sap/pi/HR/Qualifications, Qualifications_Async_Out
    ( here it should take interface  Qualifications_Async_In, but logs says it is pointing to outbound interface)
    here  when I am going in to trace logs  then it seems  that are not able to understand  the   receiver interface . rather then it is taking sender inface in logs..
    In trace logs . I am getting
    Receiver Determination
    <Not found>
    <Trace level="1" type="B">CL_RD_PLSRV-ENTER_PLSRV</Trace>
    <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N </Trace>
    <Trace level="1" type="T"> Cache Content is up to date </Trace>
    <Trace level="2" type="T">Start with given receiver - BS_D_EPS </Trace>
    <Trace level="2" type="T">Using Receiver Determination 00000000000000000000000000000000 </Trace>
    <Trace level="1" type="T">No Relation found - accept given Receivers. </Trace>
    <Trace level="2" type="T">...extracting Receiver from Header: BS_D_EPS </Trace>
    <Trace level="2" type="T">Classic Receiver Determination via Rules. </Trace>
    <Trace level="3" type="T">...create rule engine </Trace>
    <Trace level="2" type="T">No Receiver found behaviour: 0 </Trace>
    <Trace level="2" type="T">Number of Receivers:1 </Trace>
    <Trace level="1" type="E">CL_RD_PLSRV-ENTER_PLSRV</Trace>
    Interface Determination
    <Not found>
    <Trace level="1" type="B">CL_ID_PLSRV-ENTER_PLSRV</Trace>
    <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N </Trace>
    <Trace level="1" type="T"> Cache Content is up to date </Trace>
    <Trace level="1" type="T">...There is no Interface Determination configured for receiver party and receiver service BS_D_EPS </Trace>
    <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) BS_D_EPS Qualifications_Async_Out </Trace>
    <Trace level="2" type="T">...valid InbIf without Condition: Qualifications_Async_Out </Trace>
    <Trace level="2" type="T">Number of receiving Interfaces:1 </Trace>
    <Trace level="1" type="E">CL_ID_PLSRV-ENTER_PLSRV</Trace>
    Operation Mapping
    <Not found>
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
    <Trace level="2" type="T">......attachment XI_Context not found </Trace>
    <Trace level="3" type="T">Mapping already defined in interface determination </Trace>
    <Trace level="1" type="T">No mapping configured </Trace>
    <Trace level="1" type="E">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
    I  have developed the other integrated configuration scenario and this is working fine . 
    please let me know how can I troubleshoot it

    I am using sender as Soap and receiver as File adapter. 
    here  the problem is that  while going for interface deteremination and receiver agreement  it is calling to  Outbound interface .
    It should call the inbound interface. I put all the details correctly and deleted all the objects and crated again for both Ir and Id..
    I put the name of inbound interface  in configuration but while executing its calling outbound interface.

  • UnsatisfiedLinkError while calling a JNI Method

    Hi everyone,
    I have been struggling with this problem for two weeks now. I have a third party SDK that provides JNI library and all i need to do is implement the SDK, load the JNI library they have provided, and call the JNI methods. I was successfully able to load the JNI library and call the JNI methods when i don't put the classes in the package. But when i put the classes in a package then the library gets loaded successfully but an unsatisfiedLinkError occurs when calling the JNI methods. Please help!!! Please remember that the JNI library is provided by the third party vendor and I don't need to write the C/C++ code or call javah to create a .h file and then a c/c++ file.
    This is the error i get:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: ss.tts.JNILayer.InitDFTTSEngineEx3(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I[I)V
         at ss.tts.JNILayer.InitDFTTSEngineEx3(Native Method)
         at ss.tts.Speech.test(Speech.java:854)
         at ss.tts.SSMain.main(SSMain.java:13)
    The three classes are SSMain, Speech, and JNILayer. JNILayer has the jni methods, speech calls the jni method, and SSMain is main class.
    Thank you in advance.

    which ever class which contains the "InitDFTTSEngineEx3" method. should not be altered, even its package should not be altered.[same for other class which has the native method declared in them]
    because in native code jni method signatures will be based on the java class's fully qualified name.
    so when you change the package the FQN will change and no matching method for this
    ss.tts.JNILayer.InitDFTTSEngineEx3(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I[I)V
    will be found in native code.
    i hope u understood.

  • Call to Applet Method from JavaScript Failed.

    I Am calling a method from a javascript function from within a web page.
    The page is loaded into a frame. The parent window of the frame has stored a reference to the applet which defines the methods. Note I am treating the reterence to the applet as a global variable. So that I can reference it methods as I navigate from one page to another.
    I have JavaScript objects defined, and I am passing them as parameters to the applet's methods. In java, the JavaScript objects are refererenced as JSObject. When I call a java method passing a JavaScript
    Object I get the following exception. Note Iam using j2sdk1.4.2_01 on a Windows 2000 Professional System. This problem start occurring after the recent Microsoft Worm/Virus a fix was loaded on my system which resulted in the following bug. Could someone please help me.
    java.lang.NullPointerException
         at sun.plugin.javascript.ocx.JSObject.setIExplorerAppletContext(Unknown Source)
         at sun.plugin.com.DispatchImpl.convertParams(Unknown Source)
         at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
         at sun.plugin.com.DispatchImpl$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
    java.lang.Exception: java.lang.NullPointerException
         at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
         at sun.plugin.com.DispatchImpl$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.com.DispatchImpl.invoke(Unknown Source)

    A little code snippet would help. I use JSObjects from Java 1.4 no problem and do have all the latest updates. I also have JavaScript calling Java code as well - also with no problem.

Maybe you are looking for

  • Issue in keeping the InfoView session valid using Custom JSP Open Document

    Hi We are using OpenDocument URL in custom JSP to show BO Web Intelligence Document.  The documents are opening fine but some of our WebI documents have links to other WebI document,  when the link is clicked it takes to Info View Login Page. If I lo

  • Dock doesn't show in full screen Safari

    I have the dock set to reveal itself when I go to the bottom of the screen. When I'm in full screen mode in Safari it takes me swiping down at least 3 or 4 times before the dock will appear. I've tried it in other apps on full screen and it still doe

  • Stress the server with Primavera P6 EPPM 8.3

    Hello Good Day I need a tool or program that allows me to connect to Primavera P6 EPPM and perform certain tasks and then execute those tasks in parallel to stress the server with Primavera P6 EPPM tasks Does anyone know any? Can you help please? Tha

  • Sr No in report layout

    I have a group above report. I want to show serial No. i wrote a formula column RETURN NVL(:SR_NO,0)+1; but it keep on increasing serial number on every group. i want it to restart on next group. How is it possible. Like for department 10 serial numb

  • Converting avi, mpeg, and wmv video

    Does anyone know if there is free software available and if so, where would I download from, that would enable me to convert avi, mpeg or wmv files so that I may view video on my imac? Quicktime and Realplayer fail to convert these files. Thank You.