FRM-91500 using f90genm.sh on Linux

Hello!
Has anyone successfully configured Oracle Applicationsserver 9.0.2 on Linux RedHat ? When i call f90genm.sh i only get "FRM-91500: Unable to start/complete the
build"...
If you have had the same problem and there is a way to solve it, please tell
me - thanks!
P.S. I have already set the DISPLAY=my_computer:0, ORACLE_TERM=vt220 (I have tried also with vt100), NLS_LANG=AMERICAN_AMERICA.WE8ISO8859SP15 AND
TK90_UNKNOWN=$ORACLE_HOME/guicommon9/tk90/admin
Goodbye

as an additional information: if we start the f90genm.sh we get the error-message frm-91500. If we start f90desm.sh, we receive frm-91111 and frm-10039.
Greetings
J�

Similar Messages

  • Error FRM-91500 when compile from remote host

    Dear all,
    I have a problem when compiling forms from remote using 'frmcmp.sh'. It creates error :
    "FRM-91500: Unable to start/complete the build."
    and when I try to compile from remote host using 'frmcmp', it creates error:
    "frmcmp: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory"
    The problem is also occured when I use vnc, ssh, telnet. So I can't complie forms when I login from remote host.
    But,
    the problem doesn't occured if I compile forms by login FROM SERVER directly. There's no firewall between me and the server, network connection is good, and I already try some advice from this forum using:
    export ORACLE_TERM=vt220
    export DISPLAY=202.181.18.31
    But It still doesn't work. I try export DISPLAY using my local Ip-address, using my gateway ip-address, but none of them works. Please help me solve this problem so I can compile from remote host
    The server specification:
    Pentium 4
    RAM 1 GB
    OS Enterprise Linux AS release 4 (October Update 4)
    server IP adddress:x.x.x.x
    with product:
    Oracle DB 10g
    Oracle Apllication Server 10gR2
    My own IP address:192.168.13.34
    server see me as : x.x.x.x
    Regards,
    firman

    your DISPLAY isn't correct,
    it should be something like
    export DISPLAY=203.81.184.30:0.0
    where 0.0 stands for your local display and the virtual screen on it ..
    (or something like that ... )
    in any case I first would check the X-Session using some standard X-application
    like xterm or xclock
    as long as they don't work, your compile will fail
    hope that helps
    Volker

  • FRM-91500 when charactorset=zhs16cgb231280

    Hi
    every one!
    i've compile form on aix 5l with 9ias r2 f90genm.
    when i set NLS_LANG=AMERICAN_AMERICA.ZHS16CGB231280,
    execute:f90genm Userid=user/pw@ias Module=tgmsmenu.mmb Module_Type=MENU
    error as below:
    FRM-91500: Unable to start/complete the build.
    if i set
    NLS_LANG=AMERICAN_AMERICA.UTF8,my menu tip all display "?"
    who has some idea ?
    thank you
    lixz

    excellent snippet from http://www.puschitz.com :
    If you don't install Oracle on your local system but on a remote server, then you need to relink X to your local desktop. The easiest way to do this is to use the "X11 forwarding" feature of ssh. This means that you don't have to run xhost and set the DISPLAY environment variable.
    Here is an example how to make use of the "X11 forward" feature of ssh. Simply run the following command from your local desktop:
    $ ssh -X oracle@oracle_remote_server_name
    Now when you try to run any GUI tool on the remote server, it will automatically be relinked to your local desktop. If this is not working, verify that the ForwardX11 setting is not set to "no" in /etc/ssh/ssh_config on the remote server:
    su - root
    # grep ForwardX11 /etc/ssh/ssh_config | grep -v "^#"
    ForwardX11 yes
    #

  • FRM-91500

    Hi,
    I have install the Dev9i on my SUN-SOLARIS system. The examples are working very well. I cannot compile a form. After execute the command: f90genm.sh the error: "FRM-91500:unable to start/complete the build" appears. What is the reason of this error? Can anybody help?
    Thank's
    Gregor

    Hi there,
    I also encountered this problem. To resolve it, you need to be using either Exceed or Xterm because you need an active windows session to be able to compile the forms on Unix as f60genm is a Motif program.
    Also you need to set a few environment variables:
    export DISPLAY=<Your PC ip address>:0.0
    export ORA_TERM=vt100
    Also make sure that your Oracle home environment variable is set correctly.
    Issue the following command to generate your form:
    f60genm module=<form_name>.fmb userid=username/pwd@dbase module_type=FORM compile_all=yes
    Good luck!

  • FRM-91500: Unable to start/complete the build

    Hi,
    I have oracle10g application server running on my linux box A, oracle database10g running on linux box B and Developer Suite10g running windows box C. I create a fmb file and ftp into application server box A.
    but when i try to compile the .fmb file, i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these paths as mentioned below.
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/local/bin;export LD_LIBRARY_PATH
    ORACLE_SID=asdb; export ORACLE_SID
    PATH=$PATH:/usr/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin
    export PATH
    FORMS_PATH=$ORACLE_HOME/forms;export FORMS_PATH
    DISPLAY=:0.0; export DISPLAY
    and i saved the EX01_01.fmb under /home/oracle/oracle/OASMidtier/forms
    Now when i give xclock iam able to see the clock.
    but when i execute the following iam getting unable to compile error.
    [oracle@oracledev bin]$ ./frmcmp.sh userid=student/pwd@orcl batch=yes module=EX01_01.fmb module_type=form compile_all=yes window_state=minimize
    infact as an additional information. whenever i do a
    sqlplus / as sysdbai get following error:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    what does this error mean. how can i fix this.
    Can someone help me please.
    Thanks,
    Philip.

    Hi,
    after rechecking all the configurations, r u successfully login with the database?yes i am able to connect without error. i figured out i was getting this error whenever i was changing the ORACLE_HOME from Infrastructure path to Midtier path. is there a way to work around this?
    also i am able to compile the .fmb file now.
    it is very strange. well it kind of worked, but this is what i did. i gave the following env variables:
    ORACLE_HOME=/home/oracle/oracle/OASMidtier; export ORACLE_HOME
    FORMS_PATH=/home/oracle/oracle/OASMidtier/forms; export FORMS_PATH
    ORACLE_TERM=vt220; export ORACLE_TERM
    and then when i executed the following:
    cd $ORACLE_HOME/bin./frmcmp.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    i got the error as: FRM-91500: Unable to start/complete the build.
    but when i did the following, it worked:
    ./frmcmp_batch.sh module=/home/oracle/oracle/OASMidtier/forms/EX01_01.fmb userid=student/m4ewr0e1@orcl module_type=FORM compile_all=yes
    and i got the result as:
    Created form file /home/oracle/oracle/OASMidtier/forms/EX01_01.fmx
    i just dont understand. why did the frmcmp_batch.sh worked and frmcmp.sh did not?
    Can you please explain me why?
    also when i give the following:
    DISPLAY=<servername>:0.0; export DISPLAY
    and when i give: xclock i get error as:
    Error: Can't open display: <servername>:0.0
    but only when i give
    DISPLAY=:0.0; export DISPLAY
    and then when i give: xclock then i am able to see the clock.
    Can you please explain me why all these errors:
    Thanks,
    Philip.

  • FRM-91500: Unable to start/complete the build in arabic nls_lang

    Hi,
    I have oracle10g application server running on my linux and Developer Suite10g running windows.
    I create a fmb file and ftp into application server.
    but when i try to compile the .fmb file,
    i get the following error.
    FRM-91500: Unable to start/complete the build.
    i have set all these pathsin Oracle bash_profile: ORACLE_HOME,LD_LIBRARY_PATH,FORMS_PATH
    My DB nls_lang is AR8MSWIN1256.
    when i set NLS_LANG to AR8MSWIN1256 in linux environment, I got the error but when i set to any other it's OK but my forms has font desplaying problem and all arabic text are shown as '??????'. i tried with NLS_LANG=AR8ISO8859P6 but it does'nt work.
    I read the folowing treads carfully and followed the instructions but the problem still exists.
    frm-91500
    and
    Re: how to compile and run windows built .fmb file in linux
    can anybody give a suggestion or workaround this problem?
    thank you in advance

    Hi,
    I have the same problem. When NLS_LANG in UNIX env is set to AR8MSWIN1256.
    The error FRm-91500 is shown.
    Pls. let me know what could be done to fix this.
    Regards & Thanks.
    Hma

  • Zero padding the LUN using dd command in Linux

    Grid Infrstructure: 11.2.0.3
    OS : Oracle Enterprise Linux 6.3
    When we were installing RAC in solaris, we used to zero pad all LUNs meant for ASM . We used to do like below
    dd if=/dev/zero of=/dev/rdsk/c0t600A0B8008A4CA005ACd0s0 bs=1024k count=2000Now we are going to install RAC in Oracle Linux v6 . When I googled Linux related stuff for RAC , I didn't come across documents in which zero padding is done on LUNs meant for ASM Disk groups.
    Question1. Is zero padding using dd necessary in Linux platform ?
    Question2. If dd command has to be run in the LUN, shouldn't that be done before we create the partition table ?

    Question1. Is zero padding using dd necessary in Linux platform ?No, never did that, not even on Solaris.
    Question2. If dd command has to be run in the LUN, shouldn't that be done before we create the partition table ?Of course it should.
    What would be the point of creating the partition table and after that overwriting it with 0-s :)
    Do you use a NAS for ASM disks?
    Solaris: http://docs.oracle.com/cd/E11882_01/install.112/e24616/storage.htm#CACDHHJJ
    Linux: http://docs.oracle.com/cd/E11882_01/install.112/e22489/storage.htm#CFACJAGB

  • Steps to Connect remote Oracle Server using OCi C in Linux

    Hi !
    I am trying to connect oracle server through my application using OCI C in linux, it works fine in my oracle server machine.
    I want to connect oracle server through my C application from Oracle Client Machine
    can anyone help me in this issue ?
    regards
    Balaji.C

    Sounds like you did not specify your database name. Or you database name is hard-coded.
    Can you show us the code?
    Is your TNSNAMES.ORA set up correctly?
    Also, you did not specify any error messages or anything. Are you checking the result codes after any functions?

  • SetInt cannot be used in Red Hat Linux.Why?

    setInt cannot be used in Red Hat Linux
    Please send me:[email protected]
    Thank you.

    1. This is a forum. People should reply here.
    2. Don't publish your email address here. You might be spammed.
    3. Please specify your question more. setInt is JDBC - it shouldn't have to do anything with your OS, much more with the DBMS you are accessing.
    Probably you made a mistake in your statement creation. Show us that DB relevant code part - maybe we can help then.

  • Unable to connect to Oracle using OCI Drivers on Linux

    Hi Everyone!
    I am facing a peculiar issue while using Instant Client on Linux ( 64Bit ) running on Red Hat 4.1.
    I have downloaded the instant client version 10.2.0.3(.zip) .so files from the below URL
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxx86_64soft.html
    UPloaded all the files to a directory under /opt and changed the .bash_profile file, the latest content looks like
    ORACLE_HOME=/opt/instantclient_10_2
    export ORACLE_HOME
    PATH=$PATH:$ORACLE_HOME
    export PATH
    TNS_ADMIN=/opt/instantclient_10_2
    export TNS_ADMIN
    LD_LIBRARY_PATH=/opt/instantclient_10_2
    export LD_LIBRARY_PATH
    PATH=$PATH:$LD_LIBRARY_PATH
    export PATH
    CLASSPATH=/opt/instantclient_10_2:/opt/instantclient_10_2/ojdbc.jar
    export CLASSPATH
    Java.library.path=/opt/instantclient_10_2
    export Java.library.path
    As i have downloaded the Sqlplus utility as well, i am able to connect to the Oracle FARM via sqlplus.
    On the other hand, i am unable to connect to the same database via the application. It constantly gives me the following exception,
    java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3138)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3134)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:220)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:438)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:131)
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:77)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:752)
    at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:296)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:220)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:164)
    at com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(DSManagedConnectionFactory.java:105)
    at com.sun.enterprise.resource.LocalTxConnectorAllocator.createResource(LocalTxConnectorAllocator.java:68)
    at com.sun.enterprise.resource.AbstractResourcePool.createSingleResource(AbstractResourcePool.java:891)
    at com.sun.enterprise.resource.AbstractResourcePool.createResourceAndAddToPool(AbstractResourcePool.java:1752)
    at com.sun.enterprise.resource.AbstractResourcePool.createResources(AbstractResourcePool.java:917)
    at com.sun.enterprise.resource.AbstractResourcePool.initPool(AbstractResourcePool.java:225)
    at com.sun.enterprise.resource.AbstractResourcePool.internalGetResource(AbstractResourcePool.java:516)
    at com.sun.enterprise.resource.AbstractResourcePool.getResource(AbstractResourcePool.java:443)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:248)
    at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:176)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:327)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:235)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:165)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:158)
    at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:108)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:922)
    at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:984)
    at org.springframework.jdbc.object.StoredProcedure.execute(StoredProcedure.java:117)
    at com.gecf.uk.pca.dcs.util.SystemParametersDAO$SysParamsStoredProcedure.execute(SystemParametersDAO.java:150)
    at com.gecf.uk.pca.dcs.util.SystemParametersDAO.getSystemParametersList(SystemParametersDAO.java:67)
    at com.gecf.uk.pca.dcs.util.SystemParametersDAO.getSystemParametersMap(SystemParametersDAO.java:94)
    at com.gecf.uk.pca.dcs.util.SystemParameters.loadParameters(SystemParameters.java:44)
    at com.gecf.uk.pca.dcs.util.SystemParameters.<init>(SystemParameters.java:33)
    at com.gecf.uk.pca.dcs.util.SystemParameters.getInstance(SystemParameters.java:72)
    at org.apache.jsp.common.secure.mypayment_jsp._jspService(mypayment_jsp.java from :86)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
    at com.gecf.uk.pca.dcs.web.util.SessionFilter.doFilter(SessionFilter.java:97)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    |#]
    I have used the classes12.jar and ojdbc.jar which came with the download and nothing seems to work. A bit surprising when sqlplus works and not the application. I suspect there could be an issue with the driver class. I have been struggling to figure this out for days now...
    Can anyone please share their thoughts if something similar was observed earlier please.
    Any quick help will highly be appreciated.

    ORACLE_HOME=/opt/instantclient_10_2
    export ORACLE_HOMEYou don't set ORACLE_HOME with Instant Client.
    PATH=$PATH:$LD_LIBRARY_PATH
    export PATHThis is unnecessary.
    CLASSPATH=/opt/instantclient_10_2:/opt/instantclient_10_2/ojdbc.jar
    export CLASSPATHThis is wrong.
    It should be:
    CLASSPATH=/opt/instantclient_10_2/ojdbc14.jar:<whatever else you need there>
    Java.library.path=/opt/instantclient_10_2
    export Java.library.pathThis is useless; java.library.path is not an environment variable.
    java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.pathThe case is pretty clear. You want to use the OCI driver (your URL starts with "jdbc:oracle:oci:"), so the Java Virtual Machine is looking for libocijdbc10.so in the Java library path but cannot find it.
    What is also clear is that the program does not use the CLASSPATH environment variable you set, because then it would never have found the Oracle Driver.
    So it seems that your program is ignoring the environment you set (which would explain why it also ignores LD_LIBRARY_PATH which you set correctly).
    You must have the environment variables set and exported in the shell that starts the "java" executable.
    Also, check that there is no other ojdbc14.jar on this machine (use "find").
    To help you debug your problem, let me explain how Sun Java sets Java library path on Linux:
    - If you start java with "java -Djava.library.path=/some/dir:/other/dir ...", the Java library path is set to exactly that value.
    - If you do not specify -Djava.library.path, the Java library path is taken from the environment variable LD_LIBRARY_PATH.
    - Directories listed in /etc/ld.so.conf have no influence on the Java library path (which gave me quite a headache in the beginning).
    Do you really need the OCI Driver? If you can do with the Thin Driver (i.e., use an URL that starts with "jdbc:oracle:thin:") you don't need any shared libraries at all.
    Yours,
    Laurenz Albe

  • Using JCOP tools under Linux

    Hello.
    I looked through the older web sites of IBM regarding the usage of JCOP tools under Linux.
    I am interested in following questions:
    1. Is there any separate distributon version of JCOP tools for Linux?
    2. Can sample JCOP tools 3.1.2 plugin (for Windows) be used under Linux. What has to be modified? Also what additional tools have to be installed an used for communication with real cards through PC/SC readers.
    3. Is JCOP simulation option available under Linux?
    I'll appreciate any help.
    Best regards,
    newbie

    newbie2007 wrote:Hello.
    I looked through the older web sites of IBM regarding the usage of JCOP tools under Linux.
    I am interested in following questions:
    1. Is there any separate distributon version of JCOP tools for Linux?
    2. Can sample JCOP tools 3.1.2 plugin (for Windows) be used under Linux. What has to be modified? Also what additional tools have to be installed an used for communication with real cards through PC/SC readers.
    3. Is JCOP simulation option available under Linux?
    I'll appreciate any help.
    Best regards,
    newbieEverything should work, except for the target pack and the non-existent Linux Pegoda driver.1. The is no seperate Linux distribution. You just need a Linux distribution for Eclipse.JCOP Tools plugin should work under Linux, except for the target pack and the non-existent Pegoda driver for Linux.1. There is no seperate Linux distribution. You just need the Linux distribution for Eclipse.
    2. Prior to JCOP Tools 3.1.2 the last time something was mentioned about Linux was in the release notes of 3.1.1b . In version 3.2.0 IBM added a linux_support page to the JCOP Tools user guide (see release notes and linux_support page below).
    3. There shouldn't be any problems with the generic simulation. The target pack runs only with Windows though.
    h1. Release Notes
    h2. Version
    JCOP Tools 3.1.1.b (B&auml;rlach)
    h2. What's new?
    h3. 3.1.1.b
    <ul><li>New simulation (fixed static obj/arr bug, fixed instance field token bug).</li>
    <li>Applet privileges can now be specified in the launch configuration dialog.</li>
    <li>The "exportmap" feature is now available.</li>
    <li>The JCOP Performance Test Demo ("JCOP Factor") is now included.</li>
    <li>Minor bug fixes.</li>
    </ul>
    h2. Known problems
    <ul><li>Simulations do not run (Linux, MacOS X)
         The Eclipse update manager does not set the execute permission bits for the simulations. You need to manually <code>chmod 755</code> those files in ECLIPSE/plugins/com.ibm.bluez.jcop.eclipse_3.1.1.x/simuls/
    </li>
    <li>PC/SC Support (Linux)
         JCOP Tools only works with pcsc-lite 1.2.0.
    </li>
    </ul>
    h2. Frequently Asked Questions
    Please refer to the online FAQ at http://www.zurich.ibm.com/jcop/download/eclipse/faq/.
    h2. Bug Reports
    Please send bug reports to [email protected]. Make sure you include the following:
    <ul><li>Problem description</li>
    <li>Steps to reproduce</li>
    <li>Eclipse version and build number (Help > About)</li>
    <li>JCOP Tools version (Help > About; click on BlueZ icon)</li>
    </ul>
    h2. Using JCOP Tools with Linux (>= 3.2.0)
    h3. ___
    Overview
    The current JCOP Tools release now also offer a version for the popular Linux
    operating system. Both the Windows and Linux verson provide more or less the same
    functionality, and JCOP application development can thus fully succeed on Linux systems.
    Nevertheless, installation of the JCOP Tools differ between Windows and Linux
    where the Linux version does not provide a simple installer as in case of Windows.
    Additionally, the Linux version expects a properly setup Muscle PCSC installation
    as soon as you want to use them together with physical, real cards. As Muscle
    PCSC is still not shipped with most Linux distributions, you must download and
    install them separately from the JCOP Tools.
    h3. ___     
    Contents
    h3. ___
    Software Requirements
    Linux distribution
    The JCOP Tools simulation has been developed on a Fedora Core 6 system, but should also work in case of
    many other recent Linux distributions.
    Java Development Kit
    The JCOP Tools have been developed and tested with the Sun JDK 1.4.2_13-b06
    for Linux. Your success with other Development Kits may vary as there are
    partly subtle differences across the different devlopment kits.
    PCSC
    The JCOP Tools use PCSC to talk with real cards on Linux. Most distributions
    do not ship with Linux PCSC by default (Fedora Core 6 does), you must thus download it fromhttp://www.linuxnet.com
    and install it by yourself. If you are used to software installation under Linux,
    and are not afraid of compiling and installing software packages, this should
    not be a hard problem. You have to download both the base PCSC package
    (including PCSC daemon and client libraries) and separately the driver
    for the reader you want to use. The PCSC package contains a test program
    which should tell you whether your installation is set up correctly and
    communicating with a card works. The JCOP Tools have been reported to
    work together with Muscle PCSC version 1.3.1-7.
    JPCSC
    The JCOP Tools are shipped with JPCSC which you can also download athttp://www.linuxnet.com. JPCSC
    is a JNI library which offers Java applications the access to PC/SC functions
    by mapping their requests to an underlying native PC/SC implementation. The JCOP
    Tools - mostly written in Java - thus depend on JPCSC to communicate with real cards
    on Linux. JPCSC depends on a properly installed and setup PC/SC environment.
    Especially, the JAVA_LIBRARY_PATH should list the directories where the
    PC/SC client libraries and the native JPCSC library libjpcsc.so ( downloadable as binary from
    Windows Binary Download Here )
    are installed, the CLASSPATH variable should list th___
    Miscellaneous
    What should work
    As soon as you setup your system correctly, there should only be minor differences
    between using JCOP Tools on Windows or on Linux. Emulating a real JCOP,
    debugging, shell, cap-file conersion should all be possible as in case of Windows.
    What is missing
    No drivers or tools are currently available for using JCOP30's in contactless
    mode. If you need such support, please contact directly NXP
    at for further assistance.
    Copyright 2001,2007 IBM Corp. All rights reserved.
    Edited by: lexdabear on Sep 28, 2007 4:13 PM (I hate the new edit)

  • Can i use vps's for linux edge server's???

    I can stream to edge server on fme------>windows7-edge ------> origin-linux-dedicated--and or--vps------>website works...
    but cant do fme---->linix-edge-vps------>linux-orgin-dedicated--or----vps------>website Doesnt work
    nore can i do fme------>linux-edge-vps--->windows7-origin---->website Doesnt work
    All using latest centos tried and same results with ununtu
    so am i out of luck for using vps's?
    any help would be great thanks

    yeah no that doesn't work but get this...
    when i publish to windows edge server the signal gets sent to origin vps  then to viewers...
    but if i make windows origin and vps edge server is does not work dont understand why this is happening
    Date: Wed, 22 Dec 2010 01:45:19 -0700
    From: [email protected]
    To: [email protected]
    Subject: can i use vps's for linux edge server's???
    I agree load balancing part but load balancing should be done in context of subscribing and not in terms of publishing. You can do failover in context of publishing using Multi-point publish.
    If you publish directly to origin and then introduce edge servers for subscribing do you still face issue.
    I mean if you set up your linux VPS as edge and then subscriber goes through that edge - say like rtmp://linuxedge/?rtmp://origin/live - does this work?
    Can you try that out and let me know.
    >

  • Cant use sql developer in linux Env.

    cant use sql developer in linux Env. the "enter" is not work well.
    please give me some advices.thanks

    Sounds like the old and known problem with the accelerators, try:
    Preferences - Accelerators - Load Preset - DefaultHope that helps,
    K.

  • FRM-91500 Unable to Start / Complete Build

    I compiled a form in 10g, ftp'd it to unix and while compiling in unix through frmcmp.sh, it gives me the following error:
    FRM-91500 Unable to Start / Complete Build
    After reading the forums, I added these two lines in frmcmp.sh but it still gives me the same error:
    TERM=vt220; export TERM
    ORACLE_TERM=vt220; export ORACLE_TERM
    Can someone please advise what to do.
    Thanks.

    Follow the steps below:
    1) Run any x_windows terminal software on your machine eg : Exceed
    2) Then Login to UNIX and set the display variable
    $ DISPLAY=<ip_address>:0.0
    $ export DISPLAY
    3) now run your frmcmp.sh
    frmcmp.sh module_type=<> module=<> userid=<> compile_all=yes

  • FRM-10043 Cannot open file in LINUX

    FRM-10043: Cannot open file.
    I have created a form sucessfully in windows.It works fine.
    Now i have to use it in LINUX. So i copied the fmb file into the Linux
    where the default test.fmx is placed.
    Now i executed the below query and i got the result cannot open file.
    [orabif@br bin]$ sh frmcmp_batch.sh userid=CNT/CNT@cmt
    compile_all=yes module_type=form module=logonfile.fmb
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle.
    All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-10043: Cannot open file.
    Form not created
    Plz help me to solve this problem.
    *I know that there is no need to compile OLB files. but my forms shows error that
    FRM-18108 Failed to Load objects.
    when i use Frmcmp.sh GUI the form is compiled succesffully if there is no OLB attached with it.
    It gives Fr-18108 when OLB is attached with he form
    A timely help is needed...
    Thanx in advance..
    with cheers
    sprity....

    sprity,
    Did you copy the .OLB file(s) to your LINUX server also? If not, you will need to copy them as well as your forms 'Inherit' the shared objects from the .olb's so they have to be present in the FORMS_PATH on the server when you compile your .fmb's. If you did copy them, first make sure they were copied via Binary Mode and if so, then I would refer you back to Grant's post and suggest you make sure the files were copied via 'Binary' mode to the LINUX server. Rather than Copy and Paste the files, you may want to FTP from a command prompt or a FTP Program so you can ensure the files are moved to the LINUX server in Binary mode.
    Craig...

Maybe you are looking for

  • Vista Version

    Can someone tell me which version of Vista to buy for my macbook - Basic,Home Premium, Business or Ultimate? Does it need to be 32 bit for my new macbook and what is 32 bit? I read somewhere not to get 64bit?? Thank You! Tammie

  • Laptop mode tools problem with kernel 3.0

    today I just updated the system and my laptop runs dramatically hotter after that. I read the archwiki, it does talk about the laptop mode tools problem with kernel 3.0 but when I opened the file /usr/sbin/laptop_mode, the lines which the wiki mentio

  • Adobe Photoshop CC Crashing On Startup

    I just downloaded Photoshop CC today, and every time I try to open it, it loads, loads, 2 seconds after it opens up, it crashes. Now, I did find a way to bypass this, I don't know what key combination I did but it said open file, and as I uploaded a

  • Another dual display problem - GeForce FX 5200

    I've seen lots of questions about dual display problem, situation when trying to connect two non-apple vga displays to your graphic card. I have GeForce FX 5200 graphic card, with 2 display output's. And two DELL 17" vga LCD displays. I manage to con

  • Superdrive wont accept discs at all.... common problem?..

    see these threads...they are old but i posted up on one ages ago and have never got around to fixing or replacing the drive since then.... slack... http://discussions.apple.com/message.jspa?messageID=3559409#3559409 and.. http://superdrive.crc.id.au/