Error running forms 10g with OC4J

Hi everyone,
I installed Oracle DB 10g and Developer Suite 10g (did not install Ap. Server) at the same machine (different homes), everything seemed to be OK, I use sqlplus with no problems, then I did this:
1) Created a table with just one field
2) Created a test form with Forms 10g using wizard with just that table and that field (I connect to oracle with no problems on forms builder)
3) Started OC4J Instance
4) When I run the form, it opens Internet explorer then shows Oracle application server forms service, but with this message ORA-12560 TNS: Protocol Adapter error, I click OK and ask me for a user and password, but the same error!!
IS there any configuration that I have to do on OC4J?? Why I can connect to oracle from sqlplus, enterprise manager and so, but it fails running forms, specifically when open OC4J???
Thanks in advance

Did you save the form before running it, in the context of the builder? there is a known bug in this area.
Patrick.

Similar Messages

  • Error running forms 10g on OC4J

    Hi everyone,
    I installed Oracle DB 10g and Developer Suite 10g (did not install Ap. Server) at the same machine (different homes), everything seemed to be OK, I use sqlplus with no problems, then I did this:
    1) Created a table with just one field
    2) Created a test form with Forms 10g using wizard with just that table and that field (I connect to oracle with no problems on forms builder)
    3) Started OC4J Instance (but i have to leave the command prompt opened to run well)
    4) When I run the form, it opens Internet explorer then shows Oracle application server forms service, but with this message ORA-12560 TNS: Protocol Adapter error, I click OK and ask me for a user and password, but the same error!!
    IS there any configuration that I have to do on OC4J?? Why I can connect to oracle from sqlplus, enterprise manager and so, but it fails running forms, specifically when open OC4J???
    Thanks in advance

    Is it .../forms/registry.dat or .../forms/registry/Registry.dat?
    Let's go back to this post. I asked you to try a URL to your form in a browser window, not Forms Builder. The 2nd part of your answer, you said...
    But if the OC4J instance is NOT running I have
    message says FRM-92120: Registry file
    http://walaa:8889/forms/java/oracle/forms/registry.dat
    is missing."If your OC4J is not running and you try a URL from a browser, you should be getting a "Cannot find server or DNS Error", not an Oracle error. The only way I could reproduce your error above was to run from Forms Builder with OC4J started and having manually renamed my Registry.dat.
    If you didn't edit your Registry.dat (and possible hose it), then someting just went wrong during the install. You could check you installation log. Mine is at C:\Program Files\Oracle\Inventory\logs\installActions2006-03-11_03-50-02PM.log and has a single line containing "Registry.dat" showing the target location.
    Is this Forms10g R2 on Windows? You could uninstall ODS and reinstall in probably 30 mins to an hour. Maybe you want to consider that.

  • To run Forms 10g on Windows Mode

    Is there possibility to run Forms 10g on Windows mode, not on Web ?
    Thanks.

    If you want to test your forms locally there is an OC4J component with the Developer Suite which can be started so you can run your Forms on your local station. This is no client/server but you run your webforms local.

  • Explorer has Hanging while Trying to Run Forms 10g

    Hi,
    While Trying to Run Forms 10g on Windows vista (o.s) "Explorer has Hanging " ...
    Operating system : Windows vista
    Forms - 10g
    Plz Any one help...
    Thanks....
    Sa....

    Is it the problem with Vista only or in other versions of windows tooo. If the same problem occours in other IE versions then check if you have installed jinitiator.Most probably it is in case the jinitiator not installed...

  • Running forms web with java

    Hello everybody.
    Normally Im running Forms (10g) from Windows client using Firefox 2.0 with Jinitiator 1.3.1.22.
    It is obsoleted I think.
    My questions are 2.
    There is any new version of Jinitiator that can be used with Window 7 or XP but with Firefox 3 or IE later versions?. If true please send me the link.
    Also
    Where I can find documentation to install the java to run Forms with latest IE.
    Thanks in advanced and regards to all.

    No versions of Oracle Jinitiator are supported on Vista, Win7, or any other newer MS OS. You must use the Sun JRE/JPI on these platforms. You did not mention which Forms version you are using so I will assume by "10g" you mean 10.1.2.x. Please refer to the following:
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
    Be aware that in most cases, you must patch your Forms (or Application Server) installation to 10.1.2.3 if you have not already done so.

  • FRM-92101 error when changing the passwd when running Forms 10g application

    Hi Friends,
    Issue is with: Getting FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Steps i followed.
    1. Start th OC4J instance of the oracle 10g.
    2. Login with one user/passward and opens Forms 10g application
    3. By Using One Form, changed the passward of the current user.
    4. then closed the Form and then try to close the Forms Application.At this stage i got an error message FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    I verified the log files but i did not get any relevent information
    Please help in this scenario.
    Regards
    Madhava Rayalu

    Could you paste the complete error message?
    Does this works fine when you change the username /passwd for other users ?
    Rajesh Alex

  • Running forms 10g on PC with Forms 6i

    I am currently running Oracle Developer Suite 6i (6.0.8.23.2) 32 bit etc. on Windows XP on my PC.
    I now want to load Forms 10g etc. on the same PC. Is this possible? Are there going to be any conflicts with two dirfferent versions on one PC?
    Edited by: 781424 on 03-Oct-2011 01:45

    Hello,
    It is possible. (I have the version 6i, 9.0.2 , 9.0.4 , 10gR2 and 11gR1 on the same PC)
    The only point to take care of is the variable PATH.
    You can create some BAT files that will set correctly the PATH for each version
    Regards

  • Running Forms Https (forms 10g with A/S and webcache)

    I'm trying to implement Credit Card processing for applications in our agency. The environment is in the subject. There will be two types of applications that need to process credit cards:
    1. Users coming in through our external website running java applications.
    2. Internal users running Oracle Forms (against another App Svr deployment)
    I'll be using a payment gateway accessible via a web service to authorize the card. I can talk to this via a java w/s client proxy w/o a problem. Here's the problem though:
    I've been told that when forms are running https, ALL forms running on the application server, regardless of application will now be running https. I'd like the Credit Card entry Oracle Form to be running https, but don't see how this affects all the other forms in our environment (hundreds of them). Can't one screen (http) call a CC screen (this one only running https), and they can enter the card into that? From the reading I've done this should be possible.
    I'm not the Application Server admin. This is what I've been told, and I cannot configure the environment. I've been told that Forms will now have to call a JSP CC entry screen that I write and that screen would now invoke the web service. Of course, my concern is that the oracle form and the jsp screen are now asynchronous, and one won't be able to tell when the other is done (unless I poll on the form, or go the route of PJCs and javascript - I've seen an article for this already --- HOWEVER, this was shot down as well.)
    My question boils down to:
    1. Can I run all my other forms http, and then this CC screen https (via a web.show_document), and then it can hit the web service directly via a java imported client proxy rather than me writing extra methods, and another screen/conf page that's specific to forms users?
    [I need to run forms https since the default 40-bit encryption is not enough.]
    Here are my related questions/threads to this one:
    Forms Client Side Encryption and invoking external Secure Service via URL
    Forms Client Side Encryption and invoking external Secure Service via URL
    encrypting creditcard for "in-transit"
    encrypting creditcard for "in-transit"
    loadjava sunrsasign.jar
    loadjava sunrsasign.jar
    As always, help is very much appreciated, and a very big thannks for any answers/suggestions.
    Eric

    Eric,
    You may want to ask your question in the App Server forum.

  • Is it possible to use Oracle Forms 10g with Oracle 10g Lite Database?

    Hi All,
    We are in process of migrating our forms from 6i to 10g environment.
    We have two kinds of applications, one set run on general Oracle 11g database and the other set of forms run at the client machine using Oracle lite database.
    We dont have any problem with Forms 6i to connect to Lite database as it allows to connect through ODBC:DSN names. When we try to connect to a lite database (10gR3) from Forms 10g through ODBC/DSN, it's not allowing and throwing the below error.
    ORA-03121 : no interface driver connected - function not performed
    Can someone tell me if there is something wrong in our approach? Also advise how to use Oracle Lite database with Forms 10G.
    Sincerely,
    Praveen Manthena

    Hi,
    I have experience with 6i with lite database 10g. There are two version of lite database one is multi language support and other one in english. There lang problem in connectivity with multi language 10g lite database. I done connectivity with single language connectivity of 6i with 10g lite database. You should try this one with forms 10g.
    Regards,
    Naveed Ali

  • Error Running Forms: Failure of server APACHE bridge

    Hi Everyone,
    I have this problem on windows 7 64-bit... installation went fine without any errors.
    Forms was working fine, i was able to run test form, and a form that i created, and both were running properly..
    suddenly, while testing a new form module, it didn't work, and its showing :
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF. I stopped and started the wls_forms and it didn't solve the problem..
    i couldn't get to a solution anywhere, is it a problem with weblogic configuration? but how was it working well at the begining... if weblogic services are not starting, then what's the fix for that?
    Help would be appreciated...
    Thanks..

    No, but as said you installed components (the HTTP Server) you wouldn't need for development. Did you start WLS_FORMS?
    In any case the latest version of forms would be 11.1.2 where the installation process for a development machine is much easier.
    You'd need
    - wls1035_generic.jar and a 64bit java runtime
    - the 64bit version of forms 11.1.2: http://download.oracle.com/otn/nt/middleware/11g/111200/ofm_frmrpts_win_11.1.2.0.0_64_disk1_1of1.zip
    of course you can install the 32bit version of forms too on your 64bit machine.
    then during installation just check "development mode", and you get a development installation like you got with iDS 10.1.2 with one weblogic instance instead of 3 and all the components you won't need (like webcache or the http server) won't be installed.
    cheers

  • Unable to run form 10g in IE too

    Hi,
    Continued from
    Frm-10142: The HTTP Listener is not running on
    I got the problem in IE too.
    Many Thanks & Best Regards,
    HuaMin

    Hi
    . Even if I get the patch from Oracle, next time when I will be with other issues in Win 7 for Form 10g, they will still tell me that Form 10g is not certified with Win 7. Am I right?Not at all...
    as previously mentioned ; If you have access to My Oracle Support, take a look at this document: How to Install Developer Suite 10.1.2.3 on Windows Vista (Doc ID 559067.1) it is the same handling issue as Windows 7
    Pls check the following table for compatibility issues
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
    Footnote 5 ; Need minimum 10.1.2.3 patch level for IE 8.0 and Firefox3.5. Oracle Application
    Pls folloe the steps mentioned it should be here
    Regards,
    Amatu Allah
    Edited by: Amatu Allah on May 22, 2012 2:49 AM

  • ERROR J2EE EJB-03027 with OC4J 10.1.3.3

    Hi,
    we have an application that works fine in iAS 9i (9.0.3).
    Now, we have to migrate the platform to 10G and we are testing with OC4J 10.1.3.3.
    But when the OC4J works... we see this message:
    2008-03-06 16:10:12.737 ERROR J2EE EJB-03027 [prueba] Se ha producido un error al desplegar el módulo EJB: java.lang.InstantiationException: Internal server error: oracle.classloader.util.AnnotatedClassFormatError (Bad version number in .class file
         Clase no válida: UPHome_EntityHomeWrapper1
         Cargador: prueba.root:0.0.0
         Origen de Código: /C:/OC4J 10.1.3.3/j2ee/home/application-deployments/prueba/MGU-1.0/deployment-cache.jar
         Configuración: <ejb> in wrappers
         Clase Dependiente: com.evermind.server.ejb.deployment.EntityBeanDescriptor
         Cargador: oc4j:10.1.3
         Origen de Código: /C:/OC4J 10.1.3.3/j2ee/home/lib/oc4j-internal.jar
         Configuración: <code-source> in META-INF/boot.xml in C:\OC4J 10.1.3.3\j2ee\home\oc4j.jar
    08/03/06 16:10:12 ADVERTENCIA: Application.setConfig Application: prueba is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Internal server error: oracle.classloader.util.AnnotatedClassFormatError (Bad version number in .class file
         Clase no válida: UPHome_EntityHomeWrapper1
         Cargador: prueba.root:0.0.0
         Origen de Código: /C:/OC4J 10.1.3.3/j2ee/home/application-deployments/prueba/MGU-1.0/deployment-cache.jar
         Configuración: <ejb> in wrappers
         Clase Dependiente: com.evermind.server.ejb.deployment.EntityBeanDescriptor
         Cargador: oc4j:10.1.3
         Origen de Código: /C:/OC4J 10.1.3.3/j2ee/home/lib/oc4j-internal.jar
         Configuración: <code-source> in META-INF/boot.xml in C:\OC4J 10.1.3.3\j2ee\home\oc4j.jar
    We have looked for information about the 'Bad version number' error, and we have recompile all our code with the JDK 1.5 (the same JDK for the OC4J). But we still have the error...
    Which may be the problem?...
    Thanks.

    The only thing you can do is to make sure that you recompile everything you're using.
    --olaf                                                                                                                                                                                           

  • Error run form  builder visual c++ runtime library

    when itry run form give me error
    Visual c++ runtime library assertion failed
    xperssion result ==utjer_success
    frm_10039 : unable to startup the from builder.
    why?

    when itry run form give me error
    Visual c++ runtime library assertion failed
    xperssion result ==utjer_success
    frm_10039 : unable to startup the from builder.
    why? I don't know if this is the same issue, but we receive the same error if trying to "run" a form on a client machine that has an unpatched version of the Forms Runtime, but the Form was created with a Patched version and uses certain functionality such as a Treeview. The solution for us was to Patch the client version, and everything worked fine.
    Hope this helps.

  • Run form 10g

    I use forms 10g R2. When I run a form, it does not show the full size in the browser. Whats the problem? is their any tips?

    I used http://localhost:8889/forms/frmservlet?form=myform.fmx&separateframe=true , where I used my form name instead of myform. However, it shows error age 'FRM-40010: can not read form..'.
    When I open form builder and run from there, it does not show any form name in the URL. It just shows as follows:
    http://localhost:8889/forms/frmservlet
    MOreover, it does not show in full screen.
    But when I add my form name, it shows the error.

  • Forms 10g with MS Access

    Hi Guys,
    I m developing one s/w in forms 10g. my old data is in MS Access 97. I like to manipulate data in access as wel as in oracle. I installed oracle 9i database with Tramparent gateway to use non oracle database. I can manipulate data from sqlplus in MS access. But when i tried the same statement in Forms 10g and try to compile , it gives error and close the program. (Illegal Operation ).
    Could any one help me to connect to the MS access from forms 10g?.
    Thanks in advance.

    Look for a file called oca_info.pdf on your install. This is the file which tells you about connecting to non oracle dbs.
    Regards
    Grant Ronald
    Forms Product Management

Maybe you are looking for

  • Vendor for Overhead Conferencing?

    I have a large conference room requiring voice capabilities for conference calls. The room is too large for a 7937 with the external mics, and I am interested in an overhead solution where the speakers are ceiling mount and the mics are located on th

  • Premiere pro 1.5: Kristallisieren-Effekt fehlt

    hi, auf meinem rechner fehlt unter Effekte->Vergröberung der Kristallisieren-Effekt. sollte der nicht standardmäßig mit installiert sein. bei premiere pro ist das zumindest der fall. kann ich den effekt z.b. als extension nachinstallieren? gruß xlive

  • Can LR 4 use Bridge CS5 Metadata Templates?

    I have generated approx 30 + Metadata Templates in Bridge CS5 and I want to see if I can speed up my work flow when working in Lightroom 4. So I suppose the question is ; is it possible to achieve the apparent impossible or is there a solution? Thank

  • Long term image storage

    I know most would have thought about this subject but what are people using for long term image storage. I am getting toward 35gigs of images and for a long time used an external Firewire Mirror RAID to ensure I do not put my images at risk. But this

  • Web Services with two different "headers" for Request and Response

    Hello, I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response. I know exist an atribute called "SoapHeaderAttribute", the problem is his direction, just has one directio