Forms listener problem

Hi, I have a big problem with forms. I've installed Oracle9iAS (the last 2 versions 9.0.2 & 9.0.2.0.1). Every call to a form (demos too) I've the same error:
CALL: http://intranet:7779/forms90/f90servlet
FRM-92050: Error connecting to listener /forms90/l90servlet:-1
Please, help me!!!
Thx

Sounds like something's not configured right. Run in debug mode to get more info in the log file.
Put /debug on the end of your serverURL in the formsweb.cfg file, and put /debug on the URL as well: e.g. http://intranet:7779/forms90/f90servlet/debug?config=myApp
That way, you will run both the Forms Servlet and the Forms Listener Servlet in debug mode. Then look in the logfile for more info.
Regards,
Robin Zimmermann
Forms Product Management

Similar Messages

  • Unable to start form listener on linux

    Hi,
    i have just installed 9iAS with oracle 8.1.6 on same redhat7.1
    m/c
    when I'm unable to start the form server, a listener error occur
    error is like this............
    $ forms60_server start
    Stopping Forms Server processes on port 9001
    f60ctl stop port=9001 mode=socket
    port=9001
    mode=cosket
    choosing default pool 1 for this process........
    1
    Could not find Forms Listener om port 9001
    Starting Forms Server processes on port 9001
    f60ctl start port=9001 mode=socket
    port=9001
    mode=socket
    Choosing default pool 1 for this process......
    1
    Forms environment:.......
    Failed to exec runform f60webm [error:2]
    Forms listener started on port 9001
    In last it says form server started but when I execute any form
    through browser it gives error
    I haven't install form6i on my machine
    is this the reason or any thing else
    what should I have to do run form server
    thanks in advance
    Akhil

    This is a common problem, if you have gcj (the GNU GCC java clone) in your path. My two suggestions are:
    1. Deinstall GCJ or
    2. Put the JDK bin directory in your PATH variable in front of everything
    Works fine for me,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Forms Listener wont start

    On NT 4 with SP 5 and OAS 4.0.8 evrything is up except for the Forms listener.
    I get the error message : NLS subsystem could not be initialized.
    Ideas?

    Your Oracle homes were not installed in the correct order.
    Always install the DEFAUT_HOME first and only then the other Oracle Homes

  • Multi Block Form Navigation Problem

    Hiii
    i have got a multi block form the problem that am facing now is that when running the FORM and when am over one of the my canvases then if i tried to press any of :
    (Tab button,Down arrow ) the canvas changes to ANOTHER Datablock ...
    i dont know what is the problem ....
    ANY SUGGESTIONS
    OMD

    Make the datablock you want to show on top as the first block in the object navigator.
    HTH.
    Regards,
    Arun

  • OC4J and Forms Listener Servlet

    We are currently using Apache/JServ to deploy our Forms applications with the Forms Listener Servlet. Can we use the OC4J servlet container to deploy them and stop using JServ or must we keep the 2 containers (JServ and OC4J) in parallel ?

    Oracle9iDS includes a copy of OC4J so you can develop and test your Web applications on your own machine without the need to install the full Oracle9iAS.
    However when you finished developing and you want to deploy your application, you'll do this on an Oracle9iAS installation on a separate server since this is the scalable supported way. (and also the correct way in terms of licensing).

  • Form login problem in Oracle 10g AS, even form does display

    Dear All
    We are facing one problem, when we access form with oracle 10g AS, the form is displayed, but when we enter username and password, it doesnt go to the other screen, it remains hang there and doesnt do any thing, neither give any error.
    we would appreciate the help.
    thanks in advance

    Sounds like you cannot connect to the database....
    Is there a firewall between the app-server and the database? If yes, could you check with your firewall people that all traffice from db-server is allowed to app-server (from app-server to db-server just 1521, or another port that you used for the listener, is enough)
    If not all traffic is allowed, then check the USE_SHARED_SOCKET environment variable (this is the windows name, there is a setting like this for unix too, but I can't recall the exact name by heart. It might be different)

  • Oracle 9i Forms Instalation Problem

    Dear Sir\Madam !
    I have recently installed Oracle 9i Forms\Reports in Win 2k.
    I did all of the predefined changes in Registry .
    My Listener run on the port 1521 and there are no proiblems with OC4J Server .
    But when i try to exectuute a form (I am using Netscape 7), then i have some strange message and message box (I you can see this problem from whithin sqlnet file snapshot here .)
    I am using Application Server URL as :
    http://localhost:8888/forms90/f90servlet
    When i try to put there a listener (localhost:1521) it does not respond .. Please , help ...
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=D:\oracle\ora90\bin\ifweb90.exe)(HOST=MARAT)(USER=Administrator))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 9.0.1.3.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.0.1.3.0 - Production
    Time: 02-JAN-2004 18:33:37
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 126
    nt OS err code: 0
    Thank you ,
    Marat
    [email protected]

    if you install Forms8i in the same machine where you have the Oracle Database Server you have to set as default the Oracle Home related to the Oracle Server and you will see that your problem is going to desappear.
    The problem is that all enviroment variable are set according the Oracle Home related to Forms not to the database server.
    Try and post.
    Joel P�rez

  • Socket Listening problem in Netbeans

    Hello All
    I am using "Netbeans Version 6.8" and i am making a client chat application. and it is not receiving messages from the Server Application. the code is posted bellow, Can any body rectify or solve the problem.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * ChatClient.java
    * Created on May 7, 2010, 4:23:42 PM
    package chatclient;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    //import java.awt.*;
    * @author Adeel
    public class ChatClient extends javax.swing.JFrame {
        /** Creates new form ChatClient */
            Socket s;
         BufferedReader br;
         BufferedWriter bw;
         List list;
        public ChatClient() {
            initComponents();
                    try{
                   /*Put the current IP address for current machine
                   if you didn't have an actual server and clients
                   if you have an actual server and clients put the client IP address*/
    ////               s = new Socket("localhost",100);
                            s = new Socket("127.0.0.1",100);
                   br = new BufferedReader(new InputStreamReader(
                             s.getInputStream()));
                   bw = new BufferedWriter(new OutputStreamWriter(
                             s.getOutputStream()));
                   Thread th;
                   th = new Thread();
                   th.start();
              }catch(Exception e){}
        @SuppressWarnings("unchecked")
        // <editor-fold defaultstate="collapsed" desc="Generated Code">
        private void initComponents() {
            jButton1 = new javax.swing.JButton();
            jButton2 = new javax.swing.JButton();
            jTextField1 = new javax.swing.JTextField();
            jScrollPane1 = new javax.swing.JScrollPane();
            jTextArea1 = new javax.swing.JTextArea();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            jButton1.setText("Send");
            jButton1.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jButton1ActionPerformed(evt);
            jButton2.setText("Logout");
            jButton2.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jButton2ActionPerformed(evt);
            jTextArea1.setColumns(20);
            jTextArea1.setRows(5);
            jScrollPane1.setViewportView(jTextArea1);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addContainerGap()
                            .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE))
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addGap(59, 59, 59)
                            .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 122, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addGap(28, 28, 28)
                            .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 114, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addContainerGap()
                            .addComponent(jTextField1, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE)))
                    .addContainerGap())
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap()
                    .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 199, Short.MAX_VALUE)
                    .addGap(18, 18, 18)
                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(18, 18, 18)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                        .addComponent(jButton1)
                        .addComponent(jButton2))
                    .addContainerGap())
            pack();
        }// </editor-fold>
        private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
            System.exit(0);
        private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
            String chatText;
            String newline = "\n";    // for new line in jTextArea
            chatText=jTextField1.getText();
            jTextArea1.append(chatText + newline);
            try{
                bw.write(chatText);
                bw.newLine();
                bw.flush();
            }catch(Exception m){}
        * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new ChatClient().setVisible(true);
               public void run()
              try{s.setSoTimeout(1);}catch(Exception e){}
              while (true)
                   try{list.add(br.readLine());
                   }catch (Exception h){}
        // Variables declaration - do not modify
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JScrollPane jScrollPane1;
        private javax.swing.JTextArea jTextArea1;
        private javax.swing.JTextField jTextField1;
        // End of variables declaration
    }Waiting for your response
    Regards
    Adeel

    thank you for your feedback,
    but it is still not showing any problem or throwing any Exception. The sending code is working properly but it is not listening/receiving any message from server application. i think, there is a void run() method which is not reacting properly.. i have commented that area in the code.. other rest of code is 100% working, i have checked that...
    There are 2 run() methods in the code, Can you please check it for me, may you understand/rectify the problem why it is not listening.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * ChatClient.java
    * Created on May 7, 2010, 4:23:42 PM
    package chatclient;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    //import java.awt.*;
    * @author Adeel
    public class ChatClient extends javax.swing.JFrame {
        /** Creates new form ChatClient */
            Socket s;
         BufferedReader br;
         BufferedWriter bw;
         List list;
        public ChatClient() {
            initComponents();
                    try{
                   /*Put the current IP address for current machine
                   if you didn't have an actual server and clients
                   if you have an actual server and clients put the client IP address*/
    ////               s = new Socket("localhost",100);
                            s = new Socket("127.0.0.1",100);
                   br = new BufferedReader(new InputStreamReader(
                             s.getInputStream()));
                   bw = new BufferedWriter(new OutputStreamWriter(
                             s.getOutputStream()));
                   Thread th;
                   th = new Thread();
                   th.start();
              }catch(Exception e){
                    e.printStackTrace();
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
        @SuppressWarnings("unchecked")
        // <editor-fold defaultstate="collapsed" desc="Generated Code">
        private void initComponents() {
            jButton1 = new javax.swing.JButton();
            jButton2 = new javax.swing.JButton();
            jTextField1 = new javax.swing.JTextField();
            jScrollPane1 = new javax.swing.JScrollPane();
            jTextArea1 = new javax.swing.JTextArea();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            jButton1.setText("Send");
            jButton1.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jButton1ActionPerformed(evt);
            jButton2.setText("Logout");
            jButton2.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jButton2ActionPerformed(evt);
            jTextArea1.setColumns(20);
            jTextArea1.setRows(5);
            jScrollPane1.setViewportView(jTextArea1);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addContainerGap()
                            .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE))
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addGap(59, 59, 59)
                            .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 122, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addGap(28, 28, 28)
                            .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 114, javax.swing.GroupLayout.PREFERRED_SIZE))
                        .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup()
                            .addContainerGap()
                            .addComponent(jTextField1, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE)))
                    .addContainerGap())
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap()
                    .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 199, Short.MAX_VALUE)
                    .addGap(18, 18, 18)
                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(18, 18, 18)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                        .addComponent(jButton1)
                        .addComponent(jButton2))
                    .addContainerGap())
            pack();
        }// </editor-fold>
        private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
            System.exit(0);
        private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
            String chatText;
            String newline = "\n";    // for new line in jTextArea
            chatText=jTextField1.getText();
            jTextArea1.append(chatText + newline);
            try{
                bw.write(chatText);
                bw.newLine();
                bw.flush();
            }catch(Exception m){
            m.printStackTrace();
        * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
    /////////////////////////////////////////////  2nd RUN METHOD,  ///////////////////////////////////////////
                public void run() {
                    new ChatClient().setVisible(true);
    ////////////////////////////////////////////  2nd RUN METHOD,  //////////////////////////////////////////
    /////////////////////////////   RUN METHOD, which may have prob  /////////////////////////////
               public void run()
              try{s.setSoTimeout(1);}catch(Exception e){
                    e.printStackTrace();
              while (true)
                   try{list.add(br.readLine());
                   }catch (Exception h){}
    /////////////////////////////   RUN METHOD, which may have prob  /////////////////////////////
        // Variables declaration - do not modify
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JScrollPane jScrollPane1;
        private javax.swing.JTextArea jTextArea1;
        private javax.swing.JTextField jTextField1;
        // End of variables declaration
    }Thanks again for you attention.
    Regards
    Adeel

  • IDEAs Required......Forms Installation Problem

    I recently installed Oracle 8.1.6..(exists in c:\Oracle 81 directory).when I tried to install Forms6i it installed a copy of SQL+ (Why???)in c:\orant and installed forms in c:\orant\forms_home.
    **Previously I was able to connect to Oracle and work with SQL+ but now neither can I work on SQL+(gives an error <lang>.MSB file not found) nor am I able to connect thru Forms (gives TNS adapter error).....Neither FOrms nor SQL+ are working now.
    ** I am unable to start the LISTENER
    ** I am unable to run NET 8 Config
    ** How do i go about solving all of the ablove problems? (connect to DB and get everything working??)
    **If I un-install FOrms6i and re-install will it help?
    Ideas and Help required.
    Appreciate any help!
    Sandhya

    The TNSNAMEs file looks like this....
    Beq-local.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = beq.world)
    (PROTOCOL = BEQ)
    (PROGRAM = oracle73)
    (ARGV0 = oracle73ORCL)
    (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
    (CONNECT_DATA = (SID = ORCL)
    )

  • Message Listener Problem (iDoc)

    I am receiving an iDoc successfully in the Message Listener within Mii.  I have created a Processing Rule for the Message Type and tied it to a simple BLS.  The BLS has an XML input parameter which is selected in the Processing Rule.
    The BLS simply maps the XML input parameter to an XML output parameter and that's it as I want to make sure communication is working before creating any BLS logic.
    The iDoc Message goes into failure status and this is what I get in the log:
    Unable to process request com.sap.jms.client.message.JMSObjectMessage@431f1d25
    [EXCEPTION]
    com.sap.xmii.bls.exceptions.TransactionLoadException: Unable to create transaction instance
    Any ideas why this is happening?

    After much searching and trial and error, I was able to locate the source of this problem.  While I was modifying the "Log Level" in the Processing Rule, someone else changed the Transaction Security to include the "SAP XMII Developer" role.  Once I remove this role from the BLS, the same symptom occurs. 
    It seems this is the only role that allows the Processing Rule to trigger the BLS's.  Is this hard coded somewhere in Mii that this role is required?  If so where can I find these types of requirements so I can avoid going through this for other Mii functionality in the future?
    Thanks

  • HELP!!! Listener problem on AIX 4.1 with oracle 7.2.2.0

    When I try to do "lnsrctl start" (or stop) the server give to me the error below:
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ora7))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    IBM/AIX RISC System/6000 Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1526))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    On metalink, solutions are client side, but I have this problem on server side.
    I try to change host name to ip add, but problem persist.
    I try to reboot server (because I think the problem was the oracle istance) but the db works correctly.
    What can I do?
    thank u so much!!!
    pedro

    Hello Pedro,
    Please can you tell me if you resolved this issue you were having and how did you resolve this. I am having the same issue now....
    We did a restore to a different box and now cannot connect to the database and having same issues you described.
    Your help will be appreciated,
    Regards
    Avishkar Bandu

  • Form printing problem

    Hi,
    I have used InDesign CS6 to create a user-fillable form and brought into Acrobat X Pro to implement field tab orders, etc.
    It's a basic form with a couple of radio button options, a pulldown menu, editable text fields and a Print button.
    Everything exports correctly from IDCS6, opens and operates as it should in Acrobat but when I distribute the form the user can not input into the fields nor can they print.
    I've actually tested on a separate computer and when I click the print button all that outputs is a blank page (no information).
    I am using Mac 10.7.4.
    Thanks for any information!

    Hi,
    I also faced the same problem.
    Problem which I have faced mentioning below
    The gross amount is not appearing for output type ZH00 for Language French and German for a particular printer WPL4 where as it is appearing for other printers (e.g: W1D6)
    Previously the code is like this so it was not printed.
    ,,,,<B>  Total gross amount                     &KOMK-FKWRT&</> ,,<B>
    I have removed the space after Total gross amount and kept ,,,, in the place of space.
    ,,<B>  Total gross amount,,,,&KOMK-FKWRT&</>
    Follow the same procedure it will solve your problem.
    Reward points if useful.
    Thanks & Regards,
    Vasudeva Rao.

  • Oracle Listener Problem

    I am having a problem starting the Oracle Listener after a system crash on Windows NT.
    However, if I first connect to the internet and then try to restart, everything works ok.
    Why should I have to connect to the internet with my laptop in order to start the Oracle Listener?
    The message I am getting is as follows.
    C:\WINNT\Profiles\timh\Desktop>net start OracleStartORCL
    The OracleStartORCL service is starting..........
    The OracleStartORCL service was started successfully.
    C:\WINNT\Profiles\timh\Desktop>net start OracleTNSListener80
    The OracleTNSListener80 service is starting.
    The OracleTNSListener80 service could not be started.
    A system error has occurred.
    System error 1067 has occurred.
    The process terminated unexpectedly.
    null

    some more info.
    Given below is the output of status. does anything look bad or am I doing something wrong?
    for the service"abcd" it says has two instances, one of the status is unknown. does that matter is it always like that or I am asking very dumb questions?
    Please excuse me if that is the case.
    C:\lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 23-JUL-2007 14:54:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=servername)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    Start Date 23-JUL-2007 10:27:09
    Uptime 0 days 4 hr. 27 min. 19 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora92\network\admin\listener.ora
    Listener Log File D:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "abcd" has 2 instance(s).
    Instance "abcd", status UNKNOWN, has 1 handler(s) for this service...
    Instance "abcd", status READY, has 1 handler(s) for this service...
    Service "abcdXDB" has 1 instance(s).
    Instance "abcd", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • XML Forms Builder - problem with checkbox

    Hi,
    I have created many checkboxes in XML Forms Builder and if I want to create a new document based on this "Form" I have still checked one of checkboxes. I would like to have all empty  checkboxes becasue user should check the appropriate checkboxes.
    Do you know how to resolve this problem?
    Thaks for help!
    Regards,
    Andrzej Tabara

    Hi,
    is it always the same checkbox that is already filled in? Is this ckeckbox based on a metadata-definition?
    If yes: You could maybe have a look at the metadata-definition. Is there maybe a default-value defined?
    Kind reagrds
    Karin

  • Using a MAC to fill out PC Created PDF forms creating problems

    We have created a number of forms using LiveCycle to be filled out by clients.  They include submit buttons that send the form back as a PDF (rather than a data file).  The forms were then opened in  Acrobat 8 Professional and usage rights enabled to allow the clients to save a copy of the completed form.
    They work great...unless the client is using a MAC.  We have encountered the following problems with MAC filled forms:
    1) client entered data is present but only visible when the field is clicked on
    2) the Print and Submit by E-mail buttons do not work for MAC users
    3) the tabbing order is inconsistent
    Any ideas of ways we can make our forms more compatible for MAC users??
    Many Thanks!

    Hi Rod,
    Sorry I replied a few days ago, but for some reason it didn't seem to get added to the thread.  So, here we go again ...
    The "fix field" script worked great for me.  So, we have been using that solution when needed.  Unfortunately, I am not enough of an expert on these things to provide an intelligent answer as to why it may not be working for you.
    But, it also became evident from dialogue and testing that the issue only occurs when recipients use MAC Preview to complete the forms.  So, on some forms I have just added a note saying - MAC Users: Please complete the form using Adobe Reader.  As this is, of course, free software, which most people already have installed on their computer, this seems to prevent the problem from occurring as well.
    Hope that is at least a little bit helpful.

Maybe you are looking for