I can not compile form .vi to .rxe

Hello,
I have a problem downloading a .vi project to the nxt brick.
Until yesterday I could compile from .vi to .rxe and donwload it in the brick a project done with Labview 2012 service pack 1 version 12.0.1(32bit) but I cannot do it anymore. I have tried to reset the brick and i have tried the option target to nxt, but i don't know if i have proved this last option correctly 
Can anyone help me, please?

Thanks for your reply!
I have tried many times as your instruction,
but the error still occurs.I have also checked the constructor of the class
AudioFormat ,the parameters are (String,double,int,int).
I have inported the packages needed as follow.Could you please find the problem for me .Thanks again.
import javax.media.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.sound.sampled.*;

Similar Messages

  • FRM-40010:can not read form

    FRM-40010:can not read form/appstest/cmwprodappl/po/11.5.0/forms/us/nwasa.fmx
    how can i resolve this error
    please tell me

    Ranga,
    Make sure the form is there in the correct path.
    Error Message: FRM-40010: Cannot read form %s.
    Error Cause:
    One of the following: 1. You entered a nonexistent form name. 2. You typed an incomplete path. 3. You do not have the proper privileges to run the form. 4. You do not have a compiled copy of the form.Regards,
    Manu.

  • I can't compile forms using telnet ....

    i have an application server with linux redhat 4 software.
    i have a shell that is named ' cpfdry.sh ' which is found on the path '\\192.9.200.2\apps\forms_to_compile'.
    the contents of the shell is
    for i in `ls *.fmb`
    do
    echo compiling form $i
    /home/apps/as/bin/frmcmp.sh userid=dry/dry@dq Module=$i batch=YES compile_all=YES
    done
    when i want to complie a form i put it in that path beside the shell and just run the shell by double clicking it , and i get my form compiled and generating an FMX file.
    but every time i have to go to the server which is located in another room. with every modification i have to recompile and have to go to the other room .
    i tried to do the compilation process by using telnet , and then run the shell file from my machine , i did like the following
    [oracle@apps forms_to_compile]$ sh cpfdry.sh
    compiling form PA_SPECIAL_PAY_COST.fmb
    FRM-91500: █و╤ ▐╟╧╤ ┌طه ╚╧┴/┼▀ع╟ط ╟ط╚غ╟┴
    compiling form sal_arseda_balance.fmb
    FRM-91500: █و╤ ▐╟╧╤ ┌طه ╚╧┴/┼▀ع╟ط ╟ط╚غ╟┴
    compiling form sal_order_reserve.fmb
    FRM-91500: █و╤ ▐╟╧╤ ┌طه ╚╧┴/┼▀ع╟ط ╟ط╚غ╟┴
    as you can see i got an error and the forms aren't compiled.
    and still now i have the same problem, and unfortunatly i still have to go to the room that have the server many times at the day ..
    what is the problem, i need some help plz ..
    thanks....
    sabry...
    Edited by: user635392 on Jan 8, 2011 5:24 AM

    thanks for interest..
    yes , it is the same user
    my server ip is 192.9.200.2, so i write in the command line ' telnet 192.9.200.2.
    Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
    Kernel 2.6.9-42.ELsmp on an i686
    login: oracle
    Password:
    in the login and password i use the same user ' oracle ' and the same password
    thanks ..
    sabry ..

  • I Can't compiled forms in server 9iAS, Linux

    Good.. I have a problem, when I want to compile the "form", in linux down(under) 9iAS. There throws a mistake that does not find bookshop libigo.so.0, but if they exist inside the directory(board of directors) Lib., it is bad, because all the feasible ones of the Bin, give the same problem with other bookshops .. it seemed that not this formed well....

    I haven't had the opportunity to use Linux yet, but found an article, Note:136678.1, stating that you may get this type of error because of the desktop manager. Here's an excerpt from that article:
    The error is raised on Redhat 6.0 after adding "/usr/X11R6/lib" to LD_LIBRARY_PATH.
    After adding "/opt/gnome/lib" to LD_LIBRARY_PATH the problem is gone.
    After adding "/opt/kde/lib" KDE works with KWM.
    The only window manager that doesn't work now is "Enlightenment".
    The be on the safe side you never should rely on the Window Manager or Desktop Manager default settings.
    So always define this LD_LIBRARY_PATH when using Gnome on SuSE:
    $ORACLE_HOME/lib:/usr/X11R6/lib:/opt/gnome/lib
    And always define this LD_LIBRARY_PATH when using KDE on SuSE:
    $ORACLE_HOME/lib:/usr/X11R6/lib:/opt/kde/lib
    Bug 1422913 was filed for this problem and closed with status 92 (no bug) after the solution was found.
    Bug 1413894 describes a similar problem - with different errors on Redhat Linux.

  • Help: OJSPC can not compile the JSP with struts tag

    Hi,
    I am trying to precompile the JSP page with EAR package but OJSPC can not parse the Struts tags.
    I always get oracle.jsp.parse.JspParseException:
    Error: org.apache.struts.taglib.html.MessgesTei while reading TLD /WEB-INF/tld/struts-html.tld
    My OC4J version is 10.1.3.2 and I did tried putting the struts-taglib.jar to /opt/oracle/product/app10g/j2ee/home/jsp/lib or /lib/taglib
    but still do not work.
    Can anyone tell me how to configure the OJSPC and let it support customerized taglibs?
    Thanks a lot!

    This is a new problem with jdk1.4 when compiling with tomcat.
    The solution is to ensure that any classes in WEB-INF/classes are in a package structure and the relevant jsp calls the same using the package name.
    best
    kev

  • Client machine can not access forms on a aplication machine

    Hello I am a novice to oracle db and have a problem..
    I installed 10g database + Dev. suite and created two tables and corresponding form and it works perfectly on local machine !
    Now I tried to access that form from another client machine (in same workgroup) which correctly displayed oracle forms services but can not find that test form I created...
    The question is what properties should be set to that form to be accessible from the client machine ?
    thank you,
    edo

    Shoud I make additional settings to my test form on server, in order to be accessible from client machine ?No. Assuming you did activate OC4J on Dev suite machine, and you use some URL to run the Form on that machine, you can use the same URL on Client machine. Just change the machine name if you use "localhost" or loopback address on Dev suite machine.

  • Can not open Form Builder

    Hi Friends!
    I am using Form 6i (Client) and Oracle 8.1.7. I have been using these for the past 2,3 months. Now suddenly I got a problem with my Forms Builder. I can not open the Form Builder. It's opening but can't maximize. It is not even showing any error message also. I tried many ways by installing the latest Java jre file and also restarting my pc many times, but still cannot open the Form Builder. I have no back up copy of Forms6i so I can't reinstall.
    Can anyone help me, what I should do now?
    Thanks

    Are you using Windows NT? I have had problems in NT with disaparing windows, windows which was started outside of monitor range, or windows which only could be maximized from right-clicking on then in Windows toolbar (bottom of the screen). Mostly I'd to try to move the application using the cursor keys.
    A new version of Forms6i is found here:
    http://www.oracle.com/technology/software/products/forms/index.html
    Regards,
    Martin Malmström

  • Adadmin can't compile forms for po ,gl  in 11i

    Hi All ,
    I tried to do mass compile of forms through adadmin for all object in 11i apps but have noticed only fnd forms fmx are able to generate.
    Other product like po ,gl forms(fmx) not generated .
    I have tried to compile forms for po or gl but getting below message. Any idea ?
    EBS - 11.5.10.2 (Linux 5)
    Database - 11gR2 ( AIX 6)
    Do you want to generate Oracle Forms objects
    using this character set [Yes] ?
    Do you want to regenerate Oracle Forms PL/SQL library files [Yes] ?
    D you want to regenerate Oracle Forms menu files [Yes] ?
    Do you want to regenerate Oracle Forms executable files [Yes] ?
    *Enter list of products ('all' for all products) [all] : po*
    Generate specific forms objects for each selected product [No] ?
    The current set of installed languages is: US
    Please select languages for generating Oracle Forms files.
    You may select all of the above languages, or just a subset.
    Enter list of languages ('all' for all of the above) [all] :
    You selected the following languages: US
    Is this the correct set of languages [Yes] ?
    Reading product form information...
    Selecting Oracle Forms PL/SQL library files and menu files to generate...
    Selecting product forms to generate...
    No Oracle Forms objects selected for generation.

    user10922685 wrote:
    Hi All ,
    I tried to do mass compile of forms through adadmin for all object in 11i apps but have noticed only fnd forms fmx are able to generate.
    Other product like po ,gl forms(fmx) not generated .
    I have tried to compile forms for po or gl but getting below message. Any idea ?
    EBS - 11.5.10.2 (Linux 5)
    Database - 11gR2 ( AIX 6)
    Do you want to generate Oracle Forms objects
    using this character set [Yes] ?
    Do you want to regenerate Oracle Forms PL/SQL library files [Yes] ?
    D you want to regenerate Oracle Forms menu files [Yes] ?
    Do you want to regenerate Oracle Forms executable files [Yes] ?
    *Enter list of products ('all' for all products) [all] : po*
    Generate specific forms objects for each selected product [No] ?Choose yes to this question, it will regenerate all forms for the selected module
    The current set of installed languages is: US
    Please select languages for generating Oracle Forms files.
    You may select all of the above languages, or just a subset.
    Enter list of languages ('all' for all of the above) [all] :
    You selected the following languages: US
    Is this the correct set of languages [Yes] ?
    Reading product form information...
    Selecting Oracle Forms PL/SQL library files and menu files to generate...
    Selecting product forms to generate...
    No Oracle Forms objects selected for generation.
    Further info, refer MOS Note:
    How to Generate a Specific Form Through AD utility adadmin [ID 178722.1]

  • I can not compile successfully!

    I use jmf2.1.1 to capture audio data from mic,but the following code can not be complie successfully.
    I have added the jmf.jar and sound.jar in the classpath env variable.
    please help me with this problem thanks.
    Vector deviceList = CaptureDeviceManager.getDeviceList(new AudioFormat("linear", 44100, 16, 2));
    "MediaPlayer.java": Error #: 300 : constructor AudioFormat(java.lang.String, int, int, int) not found in class javax.sound.sampled.AudioFormat at line 110, column 64

    Thanks for your reply!
    I have tried many times as your instruction,
    but the error still occurs.I have also checked the constructor of the class
    AudioFormat ,the parameters are (String,double,int,int).
    I have inported the packages needed as follow.Could you please find the problem for me .Thanks again.
    import javax.media.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.sound.sampled.*;

  • Can't compile form(from Shanghai,China)

    The code I use to compile the form:
    $ /u02/dev/devora/8.0.6/bin/f60gen \
    module=/u02/dev/devappl/au/11.5.0/forms/ZHS/EAMFWOBL_E.fmb \
    userid=APPS/APPS \
    output_file=/u02/dev/devappl/eam/11.5.0/forms/ZHS/testprint.fmx \
    module_type=form batch=yes compile_all=special"
    He said:
    Message file forms60/mesg/fmcus.msb not found.
    But I found that file in the specific folder.
    So what can I do?Help!

    i am able to compile one form at a time but how do I compile all forms, for some reason I created a new form, ftp it, then compiled it , it runs in Oracle Apps environment however all other forms are inactive, I believe I have to recompile all forms (am i right?) but I dont know how to do this , here is the code I have to compile one form
    $ ls -l /u01/app/appl/au/11.5.0/forms/US/BGQTRAIN.fmb
    $cp /u01/app/appl/au/11.5.0/forms/US/BGQTRAIN.fmb /u01/app/appl/au/11.5.0/forms/US/BGQTRAIN.fmb_070415
    $ ls -l /u01/app/appl/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx
    $ cp /u01/app/appl/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx /u01/app/appl/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx_070415
    $ put the form source onto this host in the following directory
    $ cd /u01/app/appl/au/11.5.0/forms/US
    $ $ORACLE_HOME/bin/f60gen module=/u01/app/appl/au/11.5.0/forms/US/BGQTRAIN.fmb userid=apps/dbaapps output_file=/u01/app/appl/xxbsi/11.5.0/forms/US/BGQTRAIN.fmx module_type=form batch=yes compile_all=special
    $ more BGQTRAIN.err
    <no errors found>

  • Can not compile the jsp in Tomcat 4

    Hello anyone
    Now I use jdk1.4 and Tomcat 4.0.4, and put in the directory d:\j2sdk and d:\tomcat. Even I set the classpath as follow, I still compile jsp.
    SET CLASSPATH=.;D:\j2sdk\lib\tools.jar;D:\tomcat\common\lib\servlet.jar
    but at before, i can run it at Tomcat 3.2.
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    D:\tomcat\work\Standalone\localhost\_\userCounter$jsp.java:4: Class or interface declaration expected.
    import javax.servlet.*;
    ^
    D:\tomcat\work\Standalone\localhost\_\userCounter$jsp.java:10: Superclass org.apache.jsp.HttpJspBase of class org.apache.jsp.userCounter$jsp not found.
    public class userCounter$jsp extends HttpJspBase {
    ^
    2 errors, 1 warning
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
         at java.lang.Thread.run(Thread.java:536)
    pls help, thank you very much!

    This is a new problem with jdk1.4 when compiling with tomcat.
    The solution is to ensure that any classes in WEB-INF/classes are in a package structure and the relevant jsp calls the same using the package name.
    best
    kev

  • Can not compile php with "-with-oracle=/usr/local/oracle"

    I work on Linux engine with a x86_64 architecture and use Oracle 10g 10.2.0.1 client for x86_64 linux
    so - when i try to compile php with the oracle argument (-with-oracle=/usr/local/oracle) i get everytime the same error:
    checking Oracle version... configure: error: Oracle needed libraries not found
    I think, maybe i have a problem because configure not found my "64 bit libraries"...
    Can someone help me? I am realy helpless...
    thx

    Did you really want the obsolete "oracle" driver - why not use --with-oci8?
    The user comments in http://www.php.net/oci8 have some good info on 64bit configuration.

  • Can not run forms in Oracle Form Builder

    I get FRM-10142: The HTTP listener is not running on computer1 at port 8890. Please start the listener or check your runtime preferences. When I try running a form in Oracle form builder.
    Can someone please help with a solution to this problem.

    Start the OC4J Instance first....
    Simon

  • [solved] Can not compile gtk2 apps

    Hello every one
    When trying to compile, for example, lingot, I'm getting this:
    I'm getting this when try to compile:
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether we are cross compiling... no
    checking for gcc option to accept ISO C89... none needed
    checking for library containing strerror... none required
    checking for gcc option to accept ISO C89... (cached) none needed
    checking for gcc option to accept ISO C89... (cached) none needed
    checking for a sed that does not truncate output... /bin/sed
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking whether -lc should be explicitly linked in... no
    lingot-config-dialog.h:27:21: error fatal: gtk/gtk.h: No existe el fichero o el directorio
    I'm getting this with a lot of packages also. nautilus-elementary-bzr too.
    I'll thank you any help anyone can provide.
    Last edited by faco (2010-12-25 12:50:20)

    Package gdk-pixbuf-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc'
    to the PKG_CONFIG_PATH environment variable.
    How can I do fix it?
    thanks.

  • Why i can not run forms in form builder?

    when i want to test my forms, the system just tells me that my HTTP listener does not run port at 8888. how can i fix that problem?

    hi, i just start the oc4j instance,however,it made another error that is "starting http server:address in used:JVM_Bind". how can i fix this problem now? thanks

Maybe you are looking for

  • I cannot rip cd to itunes

    I can not rip cds to itunes keeps coming up with error

  • Collect images used in a dreamweaver project

    Hi Guys, Is there a quick way to collect images I have placed into my dreamweaver webpage So I can upload to my server. At the moment there are quite a few images/psd's not being used in my project but are in the images folder. cheers lister OSX Leop

  • Finding Enqueue/Dequeue functions

    Hi, Is there an easy way to find the enqueue/dequeue lock functions for a specific table? I tried to find the enqueue/dequeue functions for table LIKP. It took me a while to find it, but it turns out the name is ENQUEUE_EVVBLKE. You'd think that the

  • Make daemons start after boot?

    Can I make daemons start after the boot has ended? Netcfg uses about 10 seconds connecting to my wireless network, and the mounting of my windows share (trough fstab, using cifs) takes even longer. Therefore, I'd like to know if there's a way to star

  • Color library find field finds only one color!

    Am I missing some little trick here? When I try to type a Pantone color number into my Pantone library finder field I get one color all the time: Pantone 108 M! Is there key combo for this field? Is this just as bad as Photoshop's "type in a Color nu