Problem running Forms on Oracle Web Server 3.0

I have implemented Developer/2000 forms on Oracle Web Server 3.0 (Non Cartridge Implemetation). Whenever there are multiple client request for the form, Forms server raised the Dr watson error (windows NT 4.0).
Kind request to anybody who has solution for the above.

Someone got the same message on a Suse 6.0. On a redhat 5.x, the
required files (libraries) are in packages
libstdc++-2.8.0-8
libstdc++-devel-2.8.0-8 (? may not be necessary)
You can get the above packages on redhat ftp and mirror sites.
Again, oracle on linux is really "RedHat-ish"!!!
Robert Xu
lin (guest) wrote:
: After I installed Oracle Web server on turbo linux,
: I started owsctl wrb, and got error message
: libstdc++s0.2.8.
: I did a find from root to search this file, but not found.
: anyone can help me.
: thanks
null

Similar Messages

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • Problem running forms in Oracle 9i IAS iSuites

    Hi,
    I'm trying to get Forms 6 running on an Oracle 9i IAS iSuites application server. When I try to access a form via the web I get a HTTP-500 Internal Server Error. The Apache\Apache\logs\error_log file contains the following entry:
    [Tue Oct 06 11:39:05 2009] [error] [client 159.207.200.55] Premature end of script headers: d:/oracle/806/tools/web60/cgi/ifcgi60.exe
    I've tried fiddling around in various configuration files but without more detail about the error I'm not sure what to do. Does anyone have any advice on how to go about debugging this problem?
    Thanks
    Adam

    Hi there,
    installing 6i for 8i on the same box is not a problem. I find it better, on a personal pc to have them in different homes.
    - create a folder called 'Oracle6i'
    - when prompted for the install home - point to this new directory
    once the installation is complete you will need to copy the tnsnames.ora file from the oracle database home and paste it into the corresponding directory of the oracle6i installation.

  • Problem running XSQLSERVLET on JAVA WEB SERVER

    THE BELOW LISTED SIMPLE XSQL QUERY WHEN RUN ON JAVA WEB SERVER 2 (WITH CLASSPATH/MAPPING SETTING AS IN INSTALLATION MANUAL) GIVES FOLLOWING ERROR:
    1. XML document must have a top level element.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsql:query xmlns:xsql="urn:oracle-xsql" connection="demo">
    SELECT 'Hello World' AS "GREETING" FROM DUAL
    </xsql:query>
    2. WHILE RUNNING INDEX.HTML FILE FROM JAVA WEB SERVER 2 IT GIVES FOLLOWING ERROR
    Oracle XSQL Servlet Page Processor 1.0.4.3 (Production)
    XSQL-017: Unexpected Error Occurred
    java.lang.IllegalArgumentException: sun.io.ByteToCharUTF-8
    at sun.io.ByteToCharConverter.getConverterClass(ByteToCharConverter.java:79)
    at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:109)
    at java.lang.String.(String.java:294)
    at java.lang.String.(String.java:313)
    at oracle.xml.xsql.XSQLUtil.XL(XSQLUtil.java:207)
    at oracle.xml.xsql.XSQLServletPageRequest.getParameter(XSQLServletPageRequest.java:139)
    at oracle.xml.xsql.XSQLActionHandlerImpl.variableValue(Compiled Code)
    at oracle.xml.xsql.XSQLActionHandlerImpl.getAttributeAllowingParam(Compiled Code)
    at oracle.xml.xsql.actions.XSQLIncludeXSQLHandler.init(XSQLIncludeXSQLHandler.java:46)
    at oracle.xml.xsql.XSQLDocHandler.handlerForAction(XSQLDocHandler.java:283)
    at oracle.xml.xsql.XSQLDocHandler.getDocument(Compiled Code)
    at oracle.xml.xsql.XSQLPageProcessor.process(Compiled Code)
    at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:60)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at com.sun.server.ServletState.callService(Compiled Code)
    at com.sun.server.ServletManager.callServletService(Compiled Code)
    at com.sun.server.ProcessingState.invokeTargetServlet(ProcessingState.java:423)
    at com.sun.server.http.HttpProcessingState.execute(HttpProcessingState.java:79)
    at com.sun.server.http.stages.Runner.process(Runner.java:79)
    at com.sun.server.ProcessingSupport.process(Compiled Code)
    at com.sun.server.Service.process(Service.java:204)
    at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:374)
    at com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code)
    at com.sun.server.HandlerThread.run(Compiled Code)
    null

    What jdk are you using ?
    I had this problem with 1.1.7

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • Run form letter from web server

    Has anyone been able to design and run a form letter report in html. When I try to run it, it is always blank. I would like to run it as a .jsp.

    Hi,
    The form letter report is applicable only for paper layout. It is not applicable for web layout.
    However, you can generate to html/htmlcss output from web server using the following command.
    http://server:port/reports/rwservlet?server=<server_name>&destype=cache&desformat=html/htmlcss&userid=<connection_string>
    regards,
    Senthil

  • DEV 6.0 team : Help req while running forms on the WEB

    I am using Windows NT 4.0 with Service pack 3 running Oracle8
    8.0.5 with Apps Server 4.0.7 and Dev6.0. I have been able to run
    Forms on the web and with Jinitiator and with out Jinitiator but
    there are a few problems
    1 ) The Tigger " When Mouse Click" does not fires on the web for
    a display item.
    2) when i set the CLASSPATH=E:\orant\forms60\java for forms the
    tree in OAS 4.0.7 stops showing and if i remove it from there
    then i am not able to run the forms for web through the forms
    designer
    3) the performnce is very slow how to improve the performance on
    Web with jinitiator.
    an early response would be appreciated
    null

    mobeen (guest) wrote:
    : I am using Windows NT 4.0 with Service pack 3 running Oracle8
    : 8.0.5 with Apps Server 4.0.7 and Dev6.0. I have been able to
    run
    : Forms on the web and with Jinitiator and with out Jinitiator
    but
    : there are a few problems
    : 1 ) The Tigger " When Mouse Click" does not fires on the web
    for
    : a display item.
    : 2) when i set the CLASSPATH=E:\orant\forms60\java for forms
    the
    : tree in OAS 4.0.7 stops showing and if i remove it from there
    : then i am not able to run the forms for web through the forms
    : designer
    : 3) the performnce is very slow how to improve the performance
    on
    : Web with jinitiator.
    : an early response would be appreciated
    I can only speculate on some of your issues, but maybe they
    might give you some insight on possible alternatives.
    Mouse-Click on Display Item
    The display item does not, by definition allow modification.
    Have you tried changing the item to text and then disabling the
    INSERT and UPDATE properties to NO? I have tried using display
    items in the past, resulting in a grayed-out box on the web. To
    get around this, I made the above changes and created a mouse
    trigger to jump to another field when someone tried to mouse-
    click on it.
    Changing CLASSPATH on OAS 4.0.7
    I had the same results. The OAS installation sets the CLASSPATH
    to what it needs and changing it has the results you describe.
    I am curious, however, are you able to view the form from the
    Developer Forms Designer using the other CLASSPATH. I have not
    been able to use this feature at all. I read somewhere that
    this functionality is not available in the beta version. I
    would appreciate any information that you can share.
    Jinitiator Performance
    Assuming that you have already tried cache settings and short of
    the users having faster machines with more memory, faster web
    access, etc. I don't think there is much we can do but wait for
    Oracle and Sun to make enhancements.
    I have had some success with using IE 5.0 (beta) directly
    without the Jinitiator. My web applications load and run a
    whole lot faster using the same configuration that you describe.
    It might be worth another look!
    Hope this helps.
    Michael Shannon
    [email protected]
    null

  • Running forms 6i in web

    What are the steps to run forms 6i in web?

    you have to install an Internet Application Server (IAS) for forms 6i and then you can run most of your forms in the web.
    Problems are : interactions with the client (host), images (bmp vs. jpg) and some kind of this stuff.
    In the OTN is a very big section with migrating-tips c/s to the web. Read a little bit in that section
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    try it
    Gerd

  • Problem of DNS in Java Web Server

    Hi!
    I have problem, I have written servlets but when I run them using Java Web Server Exception arrises that DNS could not resolved however when I run the same code as application it gives correct results without exception. I am using the Java Web Server 2.0

    why r u using JWS? Sun has declared End of Life of JWS.
    why don't you use any other app server (like Tomcat ...etc)

  • Oracle FileSync: not able to find the Oracle Web Server

    Hi,
    I am having the OCS 10.1.2.3.0 on a Linux server. I am not able to create a mapping in the Oracle FileSync
    While Adding a mapping in the Web Server mapping wizard
    the http://<server>:<port>/<DAVRoot> i have given as per my server settings as http://server.domain.com:7778/content/dav
    but it is showing the error as
    The URL you have entered is not a valid Oracle web server
    Is this because of the Web Listener is not running in the server.. How to clarify this..?
    Thanks,
    Prasant
    Message was edited by:
    prasant

    Hi Arnaud,
    Yes , Oracle FileSync is a separate tool that can be used to Map folders in the web server and synchronize the files
    The issue is when i was trying to create a mapping, it ask for the Web Server URL for the first time
    its format is http://<webserver>:<port>/<DAVROOT>
    when I tried with my OCS server : server.domain.com
    Port: 7778
    DAVROOT: cmsdk/content or content/dav
    its showing that the WebServer you entered in the URL is not a valid Web Server
    NB: **** I am facing the same issue with the Oracle Messenger also..
    -- How can i verify that the Oracle Web Server is up in Linux and the Web Port that is listening..?
    Please update...
    Many Thanks,
    Prasant

  • Upgrade from Oracle Web Server to Oracle 9ias(9.0.4).

    Hi,
    I want to upgrade Oracle Web Server to Oracle 9ias(9.0.4).
    Can anybody please tell me what are the pre-requisites for this and where can I find the documentation for this?
    Regards - Sachin

    Hi Sachin,
    If you are indeed running Oracle (Web) Application Server 4.0.8.2 or similar, the best way to upgrade will depend on what applications that you are running.
    There are upgrade guides from Oracle (Web) Application Server to Oracle Internet Application Server 1.0 as well as guides from 8i to 9i and 10g avaliable under documentation here at OTN.
    The latest version avaliable right now is 10.1.2.0.2. It might make sense to go to 10.1.2.0.2 than to 9.0.4 at this time.
    Regards,
    Mathias

  • Do i need a network card to install and run a local java web server

    Friends,
    Do i need a network card in my computer to install and run a local Java Web Server or any Web Server.

    network cards are only for connecting equipment together... you can set up a webserver without any more equipment than you have already! Indeed Tomcat... BUT you would be better off with apache for production stuff. It depends what you need to serve... if its mainly static pages (i guess it probably isn't) then apache will be enough by itself; but if you need to serve dynamic pages (JSP, Servlet blah blah) then you will need tomcat. Tomcat has it's own webserver and its perfectly ok for testing or low-load stuff, but you can integrate with Apache (a moderately compex task, but do-able, see tomcat-user forum off of apache site) for greater stability, and you don't have to show the port in the URL... Don't set up a webserver on any pc that contains stuff you don't want hacked into... it becomes very succeptible when the service is up...

  • How i can change port that oracle web server listen on in 10gEx

    Hi
    Thank you for reading my psot
    How i can change the port 8080 that oracle web server listen on it ?
    I have other server listening on this port and i can not change that port.
    I have oracle 10g Express edition

    This question has been asked and answered several times in the XE forum. Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    The answer is to use dbms_xdb's sethttpport procedure.

  • LoadVars on Oracle Web Server

    Hi!
    I developed a web page on flash that sends an loads variables
    (using LoadVars) and tested it successfuly on a ASP server page.
    But it does not work on an Oracle Web server page. As an example,
    if I call this page, nothing is loaded on flash:
    http://www.credconstrucao.com.br/webcred/pck_crm.prc_resultado?cpf=14587565259
    Is there any special config that I must set so it will work?
    Thank you very much!

    Hi,
    Add CoreDumpDirectory "/your directory" in httpd.conf and let
    < LoadModule swe_module modules/libmod_swe.so
    uncommented then it works. This is a known bug # 12-1J73A00 for OHS

  • Oracle Web server ver. 7.0.20?

    Hello i wanted to know if Oracle Web server ver. 7.0.20 is available to download?
    Thank you!

    Its not available
    Patch Details
    Give Feedback...
    Details for Patch 8919818 not found.

Maybe you are looking for

  • Tutorial Announcement .:: Form Field Tooltip ::.

    Hello everyone... Herein this tutorial i`ll show you how to add a great JavaScript tooltip to your forms, this option will help you to explian to your website visitors which data they should fillout the form fileds with, because you might applied for

  • ORA-03134 error

    Hi everybody, I have installed on my laptop Oracle 8.1.6.0.0 Enterprise Edition, and after that Oracle 10.2.0.1 Enterprise Edition, and the two versions of Oracle are installed under the same operating system (which is XP SP2). When I use TOAD, I can

  • How to create tab pages in Human task Using Wizard

    hi, how to create tab pages in Human task Using Wizard.i need to display the personal details and the offical details in the same page with different tabs for each.it is possible to do lika this.if yes,how can we do this. Regards

  • Table SOFFPHF : usage of File_Name=FILE0001

    Hello experts, We have been asked to analyze the content of table SOFFPHF ( and also SOFFCONT1 & SOC3) In SOFFPHF for field 'FILE_NAME' we can find names like filename123456.xls filename1234.doc filename098765.jpg filename12345.pdf and other meaningf

  • Vanishing sub categories iTunes ipad

    My iTunes store app no longer has sub categories. There used to be menu options like comedy, drama etc for films... Then a few days ago they disappeared and browsing for films, tv etc is now impossible unless you know in advance what you are looking