call shared the actor object function

I run a large application using the Framework of the actor on the cRIO-9068.  LabVIEW 2013 SP1f2.

One of my players must call a function from a .so shared object file that I created.  I also created a vi wrapper that contains the node of the library call.  The vi wrapper is not part of a library or a category.

When I add the wrapper vi to one of the methods of the actor's and deploy the application; I get an error for the B indicating actor Core.vi actor charged with errors on the target and has been closed.  Here's where it gets interesting.

If I remove B actor of the project, the error becomes actor C.

If I remove the wrapper vi of the actor, the error disappears and my application runs as expected.

If I have only the wrapper that VI on the target, the shared object function runs as expected without error.

I'm out of ideas.  I will try to reproduce this problem on a small scale, but any help will be appreciated.

Thanks in advance,

Kevin

Looks like I solved the problem by moving the .so to/usr/lib and by running chmod 0755 /usr/lib/libfoo.so

would have been easier to repair if assigned deployment error to the actor actually using the library

Tags: NI Software

Similar Questions

  • g.clear () call to the method object refuses the development of drawing for checkbox

    Hello

    I have this custom field extend the CheckboxField, with him object method is overloaded as follows:

    protected void paint (Graphics g)
    {
    int bgColor = _fontStyle.getBackgroundColor ();
    If (bgColor! = - 1).
    {
    g.setBackgroundColor (_fontStyle.getBackgroundColor ());
    g.Clear ();
    }
    g.setColor (_fontStyle.getForegroundColor ());
    Super.Paint (g);
    }

    the _fontSytle is defined by the user and transmitted as a reference of custom style, everything works fine in a first time without g.clear (), but I soon found out when the background color is black, while the foreground is white, paint reverse color. So I added this g.clear () and the problem was solved.

    However, the compensation seems to graphics here refuses the development of drawing and I was not able to trace which is cleaned and what is the indicator for the development of design. BTW, the "g.isDrawingStyleSet (Graphics.DRAWSTYLE_FOCUS)" returns true.

    So I was wondering if anyone here can provide a diagnosis on what could be the cause and how to fix it. Thanks in advance.

    Christian

    Nope, the g.clear () must be called to display the colors correctly. As I said, it can work in some cases, but just mess up from time to time.

    So what I do now is take a workaround to override the drawFocus() as default

    protected void drawFocus(Graphics g, boolean on)
        {
            refreshFooter(on ? getLabel() : "");
            // customize draw focus logic here as the default one conflicts with the paint method
            XYRect rec = new XYRect();
            getFocusRect(rec);
            g.invert(rec);
        }
    

    Thus the development of drawing must rely on paint and so don't mess the color.

    In any case, thanks much for the reply!

  • Error 1009 (call of the Null object) Flash CS4

    Hi all

    I am very new to Flash (this is my first attempt) and try to find a way to deal with this error I get.

    The code is supposed to animate a popup on a score to the mouse event.

    I'm really surprised, I did that well before letting mouth gaping.

    Please help, my brain hurts.

    Here is my code:

    Import fl.transitions.Tween;
    Fl.transitions.easing import. *;

    var FishingSub_mc:MovieClip = FishingSub_mc;
    var Fishing_btn:SimpleButton = Fishing_btn;

    function FishingFlyout (event: MouseEvent): void
    {
    var FishingTween:Tween = new Tween (FishingSub_mc, "y", Regular.easeOut, 0, 40, 20, false);
    }
    Fishing_btn.addEventListener (MouseEvent.MOUSE_OVER, FishingFlyout);

    And here is the error I get:


    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at menu_fla::MainTimeline/frame1() [menu_fla. MainTimeline::frame1:12]

    Thanks for your help.

    Dave

    You're welcome, Dave

  • Function call to the C - Type not available library for one of the parameters in the Prototype of the function.

    Hello

    I do a work already done by others: implementation of a Wrapper to SQLite LabVIEW, I know how to do with .NET alas I would do that c, mainly for purposes of performance and my pointer poor knowledge is kinda make me stuck.

    Some information is kindly provided here:

    What I want to do is just to open a connection to an SQLite database (if not existing does not, the SQLite engine will create the embedded database and the corresponding file to save the data and everything). The function to perform the operation is indicated in the page below:

    It seems simple enough:

    int sqlite3_open(
      const char *filename,   /* Database filename (UTF-8) */
      sqlite3 **ppDb          /* OUT: SQLite db handle */
    );
    int sqlite3_open16(
      const void *filename,   /* Database filename (UTF-16) */
      sqlite3 **ppDb          /* OUT: SQLite db handle */
    );
    int sqlite3_open_v2(
      const char *filename,   /* Database filename (UTF-8) */
      sqlite3 **ppDb,         /* OUT: SQLite db handle */
      int flags,              /* Flags */
      const char *zVfs        /* Name of VFS module to use */
    );
    

    However, I'm struggling a bit on the following type:

    sqlite3 **ppDb          /* OUT: SQLite db handle */
    

    And I'm not really sure what type to use when calling this function of LabVIEW

    Any idea, I guess it's really easy, but I'm not really used to have a type which is I guess the DataInstance but as it is not clearly explicted in the C library function prototype interpreted LabVIEW (InstanceDataType is logical but not sure if) I'm not really sure what I show in the screenshot is valid or not.

    My VI seems to work like a charm, but am not sure if I'm doing something wrong.

    Another prototype that I have no idea on the appeal proper LabVIEW is the close function:

    I would like to get this straight, usually a parameter has a name, right? but seems not:

    int sqlite3_close(sqlite3*);
    int sqlite3_close_v2(sqlite3*);
    

    Similarly no idea about setting up for this one... must be regarded as the free forum like the one calling this function is... but I don't send any object?

    Really confusing...

    sqlite3*
    

    I might sound really stupid, but if someone could point me to a few tracks, I'd be really grateful for that.

    Thank you

    Ehouarn wrote:

    However, I'm struggling a bit on the following type:

    sqlite3 **ppDb          /* OUT: SQLite db handle */
    

    And I'm not really sure what type to use when calling this function of LabVIEW

    This parameter must be an integer of size pointer, passed by the pointer. No matter whether it was signed or not signed. The SQLite library will allocate memory for you, then put a pointer to this memory in full the pointer location as you go.

    Regarding the close function, you must pass the same integer pointer, but this time he passed by value (because it is referenced with a single *, not two). There is nothing wrong with the documentation by omitting the name of the parameter. For the application of a function prototype, the parameter name is without important, since everything you need to know is the type of data. How the service chooses to refer to this setting internally is irrelevant.

  • Error 7 only during the executable to call the library node function

    Hello

    I'm having some trouble with LabVIEW, creating an executable work of my application. The program communicates with a sensor of moving laser Keyence LK-G5000 series with drivers provided by Keyence. When you run the program in the development environment, the program runs without any problem. However, when the construction program and run the program with an executable file, the program generates error 7 as shown below:

    After looking through the previous posts on error 7 and executable environment on the forums AND I found that a lot of people mentioned that the development environment and runtime environment use different path structures. I also found a guide of NOR to solve this problem here:

    http://digital.NI.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363

    However, after following these instructions, I always get error 7 only when executing the program in an executable environment.

    I've never used any .lvlib library in the past before, so I don't know if this may have been the issue (it was provided by Keyence.) The library includes 2 private screws that can only be called within the library, so I don't think I can go without using the library. There are screws in the library that use the DLL files (which are also included in this same library) through the node library function call in LabVIEW that appear not to be included when I create an executable file. Adding even manually the DLL files to the folder where the executable generates the same error 7.

    Is this what I remember in my code to allow the program to function within the executable?

    Fasteners are drivers for Keyence, my top level VI (GeoREF-Keyence controller.vi) and all my sub live

    Best regards

    Victor

    Executables are taking a different path, as a start to debug the path as an indicator and see which path is being planned in executable mode?

  • XNET Config read to fill in when a certain arbid is received (i.e. return of function call when the msg is received)

    The API XNET-CAN allows to hardware configuration such that a call to read the framework/signal does not return until the message is received (no need to query the buffer, call to the function is as an event... function returns when a message is received) or if a time-out occurs).  I don't really want to query for data, unless I absolutely have to.  My plan is to have parallel code to wait for a specific message to receive and respond (should be very fast!) whil a different loop receives all other executives.

    A time-out of the reading function call would work pretty good, but it doesn't seem to work (see extracts attached).  The value of timeout only seems to work (no error property) is a value of 0 seconds.

    Thank you

    Todd

    Change of a single point of session for a queued session.

  • 513 CAPI2 event; Cryptographic services failed during the processing of the OnIdentity() call in the object of the System Writer

    * Original title: 513 CAPI2 event

    Hello.  We receive an error in the Event Viewer indicating event 513, CAPI2 that contains:

    Cryptographic services failed during the processing of the OnIdentity() call in the System Writer object.
    Details:
    TraverseDir: Impossible to push the subdirectory.

    System error:
    Unspecified error

    Here are the details:

    -
    -
     
      513
      0
      2
      0
      0
      0 x 80000000000000
     
      1039076
     
     
      Application
      KFI - SBS.kfi.local
     
     

    -
      Details: TraverseDir: impossible to push the subdirectory. System error: unspecified error
     

     

    We did most of the procedures here as well as the patch that has not worked since our server is a Windows Server 2008 SP2.  What else can be done so that we can solve the problem of System Writer.  Thank you.

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • How to set permissions for sharing by computer/object and not by the user, share Mac and no Windows Pc

    I wonder if anyone knows how put share permissions on an object such as a Mac in my case instead of the windows user.

    We do not have our Macs in Active Directory, we seek to share an external hard drive only Mac and not the Windows PC on the network using active directory. I tried sharing the hard drive of a PC to anyone and both PC and Mac can access to this, but we do want Macs to see and access it and not everyone. There is no selection shares with the name of the computer in the share permissions, so the only way to do is share it to everyone. The Mac, accounts are local to the Mac and the PC on Active Directory, so what I do is have a way to share this folder with only Mac and all the Windows PC. All solutions, all ideas will help.

    Thank you

    One thing I can suggest is to share the hard drive of a Mac and make sure that the hard drive is formatted in HFS file system + and not NTFS. Windows does not recognize HFS +. In this way, Windows users will not be able to access the hard disk.

    Alternative methods may be available with Mac. Please contact Apple support in this regard.

  • How to retrieve call start time of the PhoneCall object

    I want to compare the time to PhoneCallLog object and object PhoneCall.

    PhoneCallLog, I had the time of beginning of guard using getDate(),

    So how I get the elapsed time between the PhoneCall object when interrupt a call.

    You can get time there himself with System.currentTimeMillis ();. And in the same way when the call is initiated to take time in the earpiece of the phone (CallInitiated or CallConnected) methods. You can not count on PhoneCallLog because sometimes it is automatically deleted or what happens if the user deletes.

  • What is the JS/jQuery function should I call to sort a column in an IR?

    Hi guys,.

    Given that this no longer works in APEX 5.0: how you trigger sort column of the item page APEX interactive report?

    I'm looking for the function that is called when you press the button to sort on a column to place the call in a dynamic Action.

    What function is called and how when you press the button in the image below?

    Thank you

    Digital

    I don't know why you (or someone else) so go out of your way to disassemble the main features of the IR. Literally everything you have (or had) to do was to tell users how to use the controls that is given to them. What is the punishment by clicking on a column header to sort something out or use the format > dialogue sort? I don't understand. Here are the easy commands that work in singles. What you (or they) win by this control in duplicate?  Why is it important if he doesn't "Executive"? Does this mean that if something is or was bad, you should keep just bad? They shouldn't have to learn to work well with their tools?

    Look, I'm all in favour of offering more control over widgets (API and) such as IR and I have provided my share of hackery. I don't see much justification here.

    Then gReport using was quite clear and the markup was simpler, at apex 5, is more complex. The principle is much the same, a lastcolumnid is defined and a direction, then the sortorder is called in the _columnOrder. You cannot use _columnOrder unless you set lastColumnId on the widget and I wouldn't do that as I do not change the internal state. So I just use the call syntax used in turn. Your selection list will select the columns of ir apex for this (since you need the id)

    var irw = apex.jQuery("#myReport_ir").data("apex-interactiveReport"); -- retrieve widget instance
    -- trigger the action
    -- f01: column id. In apex 5 these are by default generated ids, f02: desc/asc
    irw._action("COLUMN_ORDER", {f01: irw.lastColumnId, f02: "DESC" });
    

    Do with what you want and use at your own risk. It is not supported and could very well break flat-out more down the line. Not to mention that you (or someone else) have to maintain it and still understand it later.

  • Sharing the view everywhere object to the pagefragments in an af:train in the stubborn workflow

    Hello

    I use JDeveloper 11.1.1.4. I'm in a position to use a display through all the fragments of page object in a train of component in a stubborn workflow.

    Can someone suggest me a way to do it?

    Kind regards

    You have shared it by default if itertor in your pageDefs links the same object of the view. In other words, you will be working with the same instance of VO.

  • Which is the best way for a function called identify the class name of the appellant.

    Which is the best way for a function called identify the class name of the appellant.

    (1) sun.reflect.Reflection using the function call
                    Class caller = Reflection.getCallerClass(2);
                    System.out.println("Caller Class Name ::"+caller.getName());
    Trace of function called battery 2) analysis of current threads
                    StackTraceElement[] stElements=Thread.currentThread().getStackTrace();
                    System.out.println("Caller Class Name ::"+stElements[3].getClassName());
    Y at - it all the other ways to achieve the same. What is the best way?
    Called function does accept no argument, I don't want the arguments of function calling function called t.

    Help, please.

    With greetings
    Paul

    798185 wrote:
    Which is the best way for a function called identify the class name of the appellant.

    Y at - it all the other ways to achieve the same.

    SecurityManager

        // 0 is the anonymous SecurityManager class
        // 1 is this class (also works in static context)
        // 2 is calling class
        static Class getClass(int i) {
            return new SecurityManager() {
                protected Class[] getClassContext() {
                    return super.getClassContext();
                }
            }.getClassContext();} 
    
  • Problem passing parameter by using the call to the JS function

    I was wondering if someone could help me with the following problem > I'm trying to pass the parameter fdd_lot_id of the index.php page in popup.php

    I can't make it work and I have tried for 6 hours now. I can pass the parameter very well when I work with normal pages but am unable to get it to work using the method below

    I only conditioned all the code that I'm fairly certain that the problem lies in my syntax on the starting window.open line

    This bit is contained between the head of <>< / head > tags

    < SCRIPT language = "JavaScript" >


    function newwindow()
    {
    Window.Open ('popup.php? id = <? php echo $row ['fdd_lot_id'];? > jav ',' ',' width = 300, height = 200, resizable = 'Yes);
    }

    < /script >

    The call to the function above is contained between the < body > < / body > tags:

    < a href = "Javascript:newwindow ()" > '. $row ['fdd_lot'].'    < /a > < table >

    In the header of the document:

    
    

    In the body of your page:

    )">
    
  • The repeated CFC function call is much slower than the UDF version

    For a project, we were faced with unexpected behavior of a CFC. Without going to much into the details of the project, it boils down to the following: when we run through a set of records, say 100 and apply a function to this topic, the overhead is 4-5 seconds extra when we call it a component instantiated (only once) compared to when code us as a UDF. Since our application can process thousands of records in 1 past the overload will quickly over 100 seconds compared to the UDF.

    I was wondering if there is no logical explanation for this behavior. From what I understand a function called from a component should not add any notable overload after the component was instantiated.

    Our installation is an installation of Coldfusion 8 Jrun running on Linux. We didn't really find anything on the web documenting this (or we found we have said that there will be no additional charge). We could modify the function call to a call from the UDF, but we prefer to keep in a CFC as there are more things behind the scenes that just formatted data.

    B.

    HA!  Cool!!! I think I solved it something, I feel so proud.

    I run the code of Adam and the first time I ran it I got similar to Biebel3 results.  But it's curious, I got the output of debug it showing that it wasn't show where the time was spent.  He would show almost two full seconds to build the page of CFCS, but the components in the table of debugging only added up to about 50 milliseconds.

    I tired first put a top of the page of CFC, but that has not changed the results.  Because even if you do not display the results, ColdFusion still satisfied the debug output.  I went into the administrator and effectively disabled the debugging feature.

    Alto, I started to have the results displayed by Adam.

    It seems that it is a question where it takes a lot of overhead for ColdFusion compile a record of debugging for each call of CFC in this large loop.

    The good news, this is a pretty easy solution for a production system.

  • How to call the pl/sql function in application of the ADF

    Hi Experts,

    I need to call the pl/sql function in application of ADF, I have logic written in my AM

    Method:

    public String reportStoredProcedure (locationID customerID, number,
    String tailNum) {}

    CallableStatement st = null;
    String v_sanctioned = null;
    If (locationID! = null & & customerID! = null & & tailNum! = null) {}
    System.out.println (locationID + "" + customerID + "" + tailNum);
    Tail string = "TAIL";
    String result = "N";

    try {}
    String stmt =
    "start XXWFS_SANCTIONS_PKG. CHECK_SANCTION(:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11); end; « ;
    St = getDBTransaction () .createCallableStatement (stmt, 0);
    st.setNull (1, Types.VARCHAR);
    st.setNull (2, Types.NUMERIC);
    st.setObject (3, customerID);
    st.setNull (4, Types.NUMERIC);
    st.setNull (5, Types.NUMERIC);
    st.setObject (6, locationID);
    st.setNull (7, Types.NUMERIC);
    st.setNull (8, Types.NUMERIC);
    st.setObject (9, tail);
    st.setObject (10, tailNum);
    st.setObject (11, result);
    St.Execute ();
    System.out.println ("v_sanctioned in AM:" + v_sanctioned);
    } catch (Exception e) {}
    e.printStackTrace ();
    return "N";
    } {Finally
    If (st! = null)
    try {}
    St.Close ();
    } catch (Exception e1) {}
    E1. PrintStackTrace();
    return "N";
    }
    }
    } else {}
    System.out.println ("v_sanctioned is null");
    v_sanctioned = "N";
    }
    Return v_sanctioned;
    }


    Error:

    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in the call to 'CHECK_SANCTION '.
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:99)
    at model.view.CardAMImpl.reportStoredProcedure(CardAMImpl.java:182)
    at com.emboss.bean.ReadyToPrint.invokeVSanctioned(ReadyToPrint.java:485)
    at com.emboss.bean.ReadyToPrint.PrintingCards(ReadyToPrint.java:434)
    at com.emboss.bean.ReadyToPrint.printCards(ReadyToPrint.java:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1259)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:90)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:309)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:94)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:91)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Can someone help me how to call...

    Call it in function, not as a procedure you do

    try {
    String stmt =
    "begin :1 := XXWFS_SANCTIONS_PKG.CHECK_SANCTION(:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12); end;";
    st = getDBTransaction().createCallableStatement(stmt, 0);
    st.registerOutParameter(1, Types.VARCHAR);
    st.setNull(2, Types.VARCHAR);
    st.setNull(3, Types.NUMERIC);
    st.setObject(4, customerID);
    st.setNull(5, Types.NUMERIC);
    st.setNull(6, Types.NUMERIC);
    st.setObject(7, locationID);
    st.setNull(8, Types.NUMERIC);
    st.setNull(9, Types.NUMERIC);
    st.setObject(10, tail);
    st.setObject(11, tailNum);
    st.setObject(12, result);
    st.execute();
     = st.getString(1);
    

Maybe you are looking for

  • black screen after waking up

    Hi, 4 k iMac screen remains black after waking up.  There are things happening in the background as I hear the hd and the mouse works it is just that the screen is black Any ideas?

  • HP laptop - 15-ac151dx: lack of drivers for HP laptop - 15-ac151dx

    HelloI recently bought the HP for laptop - 15-ac151dx. It came with 10 Windows pre-installed, but I had to install Windows 7 (64-bit) x on it for a professional matter.I had no problem to find most of the drivers through official support page: http:/

  • Slow down the WLAN with my Satellite P300

    I bought a Toshiba Satellite P300 with Vista. I dislike Vista so instead, I installed Windows XP Home Edition.The problem is that I have a very bad speed of my wireless network 1.15 Mbit/second, with specifications plus another, I have 10/15 Mbps. Th

  • Sound from speakers surround sound dull.

    I had a few pregnant surround audio connected to my computer. Initially, they seem fine work... these last time, however, when I play music, it sounds dull. My computer doesn't even show that I hooked them up. Is could someone please tell me what wen

  • A bought with my Dell XP disc may be updated or replaced for use with an HP or a similar device?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem