Wwv flow Apache connection

Hi everyone,
We got this bug in the Apache log error:
[Fri Oct 14 15:22:35 2011] [error] [client xx.xx.x.xxx] [ecid: xxxxxxxxxxxxx,x] mod_plsql: /devl/apex/wwv_flow.show HTTP-404 \nwwv_flow.show: SIGNATURE (parameter names) MISMATCH\nVARIABLES IN FORM NOT IN PROCEDURE: P\nNON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: \n
Oct 18th : With FireBug, I've just got :
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>404 Not Found</TITLE> </HEAD><BODY> <H1>Not Found</H1> The requested URL /devl/apex/wwv_flow.show was not found on this server.<P> <HR> <ADDRESS>Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at intranet Port 80</ADDRESS> </BODY></HTML> "
Why we got this ?
Could you help us ?
Thanks. Bye.
Edited by: HTML_DB 1.6 + Apex 4.0 + Hyperion user on 2011-10-18 10:53

To extrapolate a little, this is the only place I see it happen in the app, but is also the only form like this (set up with the wizard).
Other apps we have running on this instance have similar forms and work without a problem as well.
Thanks again for any input you might have. I am considering a migration to 3, but really don't want to do that on production when I can't reproduce this on dev (and therefore can't verify going to 3 fixes the problem).

Similar Messages

  • Getting error 127 8080 apex wwv flow

    hello,
    I am getting error while loading data using APEX Admin option of load data.
    It was working fine earlier when i was using Oracle 10g XE. Recently i have updated it by APEX 3.2.
    After that i am unable to load any file using load option.
    It si going to the following link after choosing the file and submit
    http://127.0.0.1:8080/apex/wwv_flow.accept
    and getting "127 8080 apex wwv flow" in google search field on the page.
    Please kindly help to solve this.
    Thanks & Regards
    Sanjay

    Loanshark, this forum is for Oracle Portal caching questions, try posting your question in the APEX forum.
    Cheers,
    Mick.

  • Error: "Invalid Sequence Flow: it connects a node located in main flow ...

    I have a error in BPM flow:
    Invalid Sequence Flow: it connects a node located in main flow (#1) to a node located in a Boundary Event flow (#2)
    The component is a "Manual Activity" (#1) connected a "Human Task" (#2)
    A another error with the same message is a "Exclusive Gateway" (#1) connected a another "Exclusive Gateway" (#2)
    Can help me?

    Thank you Jasmin and Diego. Your replies made me look carefully at my code and I found that I was not updating the repository with Document without the Policy added. I was doing the following:
    RMSecureDocumentResult protectDoc = documentManager.protectDocument(unproctDoc,                "yabby_traps_kill_platypus.pdf", policySet, lcPolicy.getName(), null, null, null);
    r.getContent().setDataDocument(unproctDoc);
    repositoryClient.updateResource(r.getPath(),r,false);
    Instead I should have been doing the following:
    RMSecureDocumentResult protectDoc = documentManager.protectDocument(unproctDoc,                "yabby_traps_kill_platypus.pdf", policySet, lcPolicy.getName(), null, null, null);
    r.getContent().setDataDocument(protectDoc.getProtectedDoc());
    repositoryClient.updateResource(r.getPath(),r,false);

  • APACHE connecting with Oracle 7.3

    I need information about connection Apache as client of Oracle 7.3

    you may need to write cgis over proc over sqlnet to connect to Oracle Database.
    Another alter nate is webdb ( readymad cgi ) i configured it working under Redhat 5.2 2.0.36 , apache 1.3.1 oracle 8.0.5 EE . but i am having problems doing same with
    Redhat 6.1 2.2.12 apache 1.3.9.4 Oracle 8i.
    HTH
    Nirav

  • Informatica work flow not connecting to integration service

    Hi I am OBIEE admin, i am having the following error when i am trying to run workflow manually.
    Informatica work flow not connectied to integration service,
    Pls help me asap

    Do this:
    Open Workflow manager or If it is already opened...then disconnect all the folders...
    1. Click on the folder you want to connect
    2. Go to 'Service' tab and select "Assign Integration Service"
    3. This will open "Assign Integration Service" window from where you can choose the Integration Service and can assign the workflows or all workflows. Click "Assign" button to assign the selected Integration Service.
    Now connect to the folder and you can run the workflows.
    Hope this helps and please mark if it does. :)

  • Seeing Cover Flow while connected to car deck

    I have a Kenwood car deck with the ipod connector. I would like to view Cover Flow on the ipod while playing, but all that appears is the Kenwood logo. And way of forcing the ipod to show Cover Flow?

    Yes, the Kenwood logo appears on the ipod whenever the Kenwood car deck is controlling it. The deck scrolls song title info.
    Completely normal as far as I can tell. Whenever you connect to an external in car device, you're going to see the manufacturers logo displayed on the iPod screen. It did the same when I had a Kenwood, and does the same on my new Pioneer unit (which fortunately has the ability to display artwork on the unit's screen). No way around this that I know of.

  • Php+oracle9i+w2k+apache connectivity?

    hello folkes,
    I got a small project to do by using php and oracle9i with w2k and apache server. first of all i start to connect php to oracle9i.. but cannot get success..
    if any people can answer me how to create the connectivity, i appreciate a lot..
    most solution on-line is about linux/unix.. but my current platform is w2k.. how to do it then?
    i insert three lines into httpd.conf of apache server
    SetEnv ORACLE_HOME "C:\oracle9"
    SetEnv TNS_ADMIN "C:\oracle9\network\ADMIN"
    SetEnv ORACLE_SID "ipool"
    and compile a php code
    <?php
    echo "ORACLE_HOME : ". getenv("ORACLE_HOME")." <br>";
    echo "TNS_ADMIN : ". getenv("TNS_ADMIN")." <br>";
    echo "ORACLE_SID : ". getenv("ORACLE_SID")." <br>";
    if (!$conn = ora_logon("system@ipool", "ipool"))
    echo "cannot connect with oracle";
    exit;
    ?>
    then i get such a result
    ORACLE_HOME : C:\oracle9
    TNS_ADMIN : C:\oracle9\network\ADMIN
    ORACLE_SID : ipool
    Fatal error: Call to undefined function: ora_logon() in c:\programme\apache group\apache\htdocs\oracle\php_oracle.php on line 6
    i dunno what to do then.. really anxious..
    thanks in advance
    sun

    I'm trying to set up an Oracle 9i database and PHP 4.2.3 in an IIS 5 on a W2K Server.
    Everything went well till I tried to actually connect to the database. When using the php_oracle.dll from PHP it gives me an error ORA-01019
    and for using the php_oci8.dll I receive an ORA-12154
    but it is not connecting to the database.
    Can somebody please help me with the setup of this connection. I simply don't find an answer to the problem

  • Flow exception:- connection refused

    Hi,
    I am trying to use a flow process activity in my BPEL. In both my branches I am invoking a different web service and I receive a "Connetion refused" error.
    Instead of invoking two web services in each branch,if in one branch if I do only a transformation/or not a web service call the process is successful.
    Is it a Oracle bug?

    sorry guys, somethink went wrong. No idea what? I restarted the oracle suite and it started working

  • ADF Task Flow: Browse and Edit pages

    Hi,
    My application includes two pages, a Browse page and an Edit page. The Browse page provides the list of departments (read-only table) and allows you to select a department from the list to edit the department details (form).
    How can I develop this common scenario using ADF task flows? Important - I need to display Browse and Edit on two different jsf pages.
    Thanks, Al

    It should be pretty easy.
    1) Create your browse and edit page
    2) drop them onto a task flow
    3) Connect the pages with navigation cases.
    4) Set the ACTION property of a button on the browse page to reference the navigation case that goes to the edit page
    5) Hook up the reverse to go back to the browse page
    Done!

  • CF8 on Weblogic 10.0 and Apache

    I am trying to configure CF8 as an EAR file on Weblogic 10.0
    and configuring it with Apache webserver. The settings for Weblogic
    are made as mentioned in the configuration document and CF8 is
    working fine on Weblogic.
    Now for Apache connectivity, a connector is configured for
    Weblogic which handles *.cfm files requests as well.
    - The CFM files are kept in webserver and when I try to open
    a cfm file, the proxy is getting invoked but since Weblogic doesn't
    find the file URI it returns 404.
    - Please let me know how can the CFM files kept on Webserver
    be rendered using CF8 deployed on Weblogic
    Or there is a need for these files to be kept on the Weblogic
    Appserver only

    sam_cf09 wrote:
    > Can the CFM files be a part of any WAR file deployed on
    Weblgic and Cold
    > fusion will take care of rendering them
    Sure. If you want to put a file example.cfm in a WAR file,
    put it in the
    root of the WAR. Your folder structure will look something
    like:
    WAR/
    WAR/example.cfm
    WAR/WEB-INF
    WAR/WEB-INF/web.xml
    WAR/WEB-INF/*
    WAR/WEB-INF/cfusion
    WAR/WEB-INF/cfusion/lib/
    etc.
    Then if you have a context root "/test" in your
    Application.xml you can
    reach your template through the URL
    http://server/test/example.cfm
    The best way to get a WAR (or EAR) file for deployment is to
    run the
    installer. It has the option to generate a WAR or EAR for
    you. Use that,
    then later unjar it to see how it looks internally.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • CF8 Standard w/Apache Guidelines?

    Web Server: Apache 2.2
    CPU(s): Intel(R) Xeon(R) CPU, 5160  @ 3.00GHz, 2 core
    Memory: 4G
    Operating System: SUSE Linux Enterprise Server 10 (i586), VERSION = 10, PATCHLEVEL = 2
    Application Server: Cold Fusion 8 Standard
    Database Server: postgresql CPU(s):Dual Core AMD Opteron(tm) Processor 275,
    Memory: 2G
    Operating System: SUSE LINUX Enterprise Server 9 (x86_64), VERSION = 9, PATCHLEVEL = 3
    Database Version:8.3.5
    For 99% percent of the time we have a pretty light load with 1500 hits a day mostly info pieces and some light e-commerce to register for classes. On registration days we get annihilated jumping from 100 connections to 800 right when we open.
    We have used jmeter to try and gauge exactly what our one server is capable of handling. And I guess we still really do not know. I have noticed that if we sustain anything over 700 apache connects JRUN will throw errors. This seems to be by a design limit and happens automatically regardless of the pages involved. We have used seefusion to make sure none of our pages are hanging the server. Nothing is excessive though very little bit helps.
    Can anyone suggest some general guidelines as to how many apache connections we should allow and what cf8 standard should be able to handle. The registration process is db intensive requiring many calls per page to maintain session etc. We have to do this to maintain compatibility with our internal system.
    I believe we are hoping to be able to accomodate 1,000 users at peak. Is this something we can do with cf 8 standard on a single box?

    GoTimbers wrote:
    I believe we are hoping to be able to accomodate 1,000 users at peak. Is this something we can do with cf 8 standard on a single box?
    Is it possible to accommodate 1,000 users with ColdFusion 8 standard?  Yes it is possible, if the application is developed with this load in mind.  Will CF8 magically accommodate 1,000 users no matter what, NO!  No application server could.
    Unfortunately there is no general answer, because EVERY application and server is different.  Why do yo have to have so many database calls?  What can you do to unload that to the database with procedures and packages?  What can you do to cache content?  What can be streamlined?  What can be trimmed?  What can be reused?
    None of those answers are magic or automatic!  The system and application have to be looked at systematically and anaylized and tuned.

  • Arch router / connection share dns lookup works, but no ping [solved]

    I lost some config and forgot how to set this up. I have a dual nic arch box with some clients behind it. dnsmasq serves dhcp and dns on the LAN side (192.168.10.0/24). WAN port of arch box (192.168.1.201) talks to actual modem (192.168.1.1).
    router
    root@router ~ # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:25:90:95:08:40 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.201/24 brd 192.168.1.255 scope global enp2s0
    valid_lft forever preferred_lft forever
    inet6 fe80::225:90ff:fe95:840/64 scope link
    valid_lft forever preferred_lft forever
    3: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:25:90:95:08:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.10.1/24 brd 192.168.10.255 scope global enp3s0
    valid_lft forever preferred_lft forever
    inet6 fe80::225:90ff:fe95:841/64 scope link
    valid_lft forever preferred_lft forever
    root@router ~ # ip route
    default via 192.168.1.1 dev enp2s0
    192.168.1.0/24 dev enp2s0 proto kernel scope link src 192.168.1.201
    192.168.10.0/24 dev enp3s0 proto kernel scope link src 192.168.10.1
    root@router ~ # sysctl net.ipv4.ip_forward=1
    net.ipv4.ip_forward = 1
    root@router~ # ping archlinux.org
    PING archlinux.org (66.211.214.131) 56(84) bytes of data.
    64 bytes from gudrun.archlinux.org (66.211.214.131): icmp_seq=1 ttl=47 time=70.0 ms
    64 bytes from gudrun.archlinux.org (66.211.214.131): icmp_seq=2 ttl=47 time=70.0 ms
    client
    root@lucid-desktop:~# ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    2: can0: <NOARP> mtu 16 qdisc noop state DOWN qlen 64
    link/can
    3: can1: <NOARP> mtu 16 qdisc noop state DOWN qlen 64
    link/can
    4: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 00:1f:f2:09:19:89 brd ff:ff:ff:ff:ff:ff
    inet 192.168.10.101/24 brd 192.168.10.255 scope global eth0
    root@lucid-desktop:~# ip route
    192.168.10.0/24 dev eth0 proto kernel scope link src 192.168.10.101
    169.254.0.0/16 dev eth0 scope link metric 1000
    default via 192.168.10.1 dev eth0 metric 100
    root@lucid-desktop:~# nslookup archlinux.org
    Server: 192.168.10.1
    Address: 192.168.10.1#53
    Non-authoritative answer:
    Name: archlinux.org
    Address: 66.211.214.131
    root@lucid-desktop:~# ping archlinux.org
    PING archlinux.org (66.211.214.131) 56(84) bytes of data.
    *crickets*
    root@lucid-desktop:~# wget archlinux.org
    --2013-04-02 07:51:19-- http://archlinux.org/
    Resolving archlinux.org... 66.211.214.131
    Connecting to archlinux.org|66.211.214.131|:80...
    Do I need iptables on? This is all with it off.
    edit: yup
    iptables -t nat -A POSTROUTING -o enp2s0 -j MASQUERADE
    Last edited by tladuke (2013-06-06 19:37:44)

    The problem has been resolved. It was the line provider that made a mistake bij giving the wrong line speed at the second pvc.
    After they made the correct changes the connection was made between the 2 routers over the IPVPN
    Router config Check
    Router firmware Check
    First pvc Check
    Second pvc but now check
    Ipvpn and data flow check
    Connection has ben made check

  • Software Distribution Flow between SCCM (2013) and BMC (8.1), using Orchestrator

    Hi,
    I see same question has been asked in the past with older versions of SCCM, BMC and Opalis...but would like to know if there are any specific benefits or advancements or even higher feasibility of implementing below, using Orchestrator
    1) Data load: Load HW/SW Inventory from SCCM into BMC Remedy System. Is it even possible to load Asset Intelligence data so that both systems can correlate common data
    2) Create a flow which connects both BMC remedy & SCCM using Orchestrator
     a) End user to raise a request in BMC remedy system
     b) Shoots an email to Assset Mgmt & Mgr etc for approvals
     c) Record their approvals back (thru email or over webisite/url)
     d) If approved to create an instruction (deployment) in SCCM for that system
     e) Retrieve the status codes received by SCCM, if successful then short mails to user & service desk
     f) Modify BMC Remedy Asset Mgmt for that software to reduce availability by one count
     g) Close the ticket
    or any other simpler connectors available out there ?
    Vasu

    Hi,
    You can try IP for BMC Remedy from Kelverion’s website:
    http://blogs.technet.com/b/orchestrator/archive/2012/03/26/bmc-integration-packs-for-system-center-2012-orchestrator-are-released.aspx
    The website in the blog seems to be expired.
    http://www.kelverion.com/resources/download-request/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Turbine flow meter conversion

    Hi,
    Apologies for the query but this software is all new to me . I have a 9188 cDaq 8 way chassis containing several modules including 2 off 9401 counter modules, I am running signal express version 6.0.0. 
    My issue is I have 3 miniature turbine flow meters (Gems units FT-110 series) which are giving out 5V square waves at varying pulse widths dependant upon what the flow is.  I've scoped the input to my 9401 and the signals look good so am assuming it's my signal express configuring that is causing the problem,
    I've wired the +ve and gnd outputs of the flowmeters to DIO0 +Com, DIO1 + Com and DIO3 + Com on one of my 9401 cards.
    I can see the pulse count increment on measurement & automation explorer when I run the test panel for that module and look at the edge counts so my system can see the pulse trains coming in.
    When configuring signal express I need this to read in l/min, 58-575Hz should equate to 0.5-5 l/min, however I cannot seem to convert the pulses to l/min.
    If I select DAQmx acquire>counter input>frequency it gives me the option of custom scaling but every time I run it I get the DAQ assistant error flagging up.  I tried numerous timing settings with no luck.  The only time I've got this to count succesfully is using counter input>edge count but I'm stuck on how to convert this into l/min as there is no scaling function (that I'm aware of!)
    Any help appreciated.
    Solved!
    Go to Solution.

    I think he's referring to l/min as Liters per minute, and i'm assuming the Freq to Flow are the values that corrolate to the scaling.
    If that's the case; Carl, it sounds to me you need to setup a custom scale. You can do this in the Channel Settings tab in the DAQmxAcquire step. Under custom scaling select Create New and select Map Range Scale. You min/max Freq should equal your min/max flow rate.
    I've attached some screenshots for reference.
    Let us know if we're on the right track, otherwise we may need more info; I.E. .seproj file and a bit more info on the flow meter (connection type, output signal, etc).
    Also, a brief glance at the documentation on that flow meter recommends the use of a pull-up resistor. May want to look at that as well.
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise
    Attachments:
    freq_lpm.JPG ‏82 KB
    dmxA.JPG ‏100 KB

  • Mass flow controller

    hello,
    does anyone have or know of a vi that can be used to read and display mass flow of a gas?
    i have a mass flow controller(MFC) and it reads the gas flowing thru a pipe (or a tube, forexample). i want to be able to take the readings or signals from the MFC and display it on the front panel.
    does anyone have something(VI) of the sought that i can maybe modify to do what i'm trying to do?
    thanks
    -r

    A lot of MFC's have an analog out denoting the "is" value of the mass flow.
    Connecting this analog out (from the MFC) to an analog in of a DAQ card will allow you to record the values.
    This is an easy thing to do (If your MFC has a simple analog out), so I'm not sure if you'll find ready-made functions for it.
    Shane.
    Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)

Maybe you are looking for

  • Nokia c7 problem....

    When i bought a nokia c7... It was going gud. But now IM already using it for almost 4 month and the phone is getting slow. People saying that coz of memory full but my mass memory has 4.5gb free and my memory card 1.7gb/8gb free. But I tried taking

  • Advanced web: mod_fastcgi / suexec

    Hello, MacMini OS X server 10.6x, Apache/2.2.17 (Unix), mod_fastcgi/2.4.2 I'm a novice fastCGI user here and only am begginning to learn about Mac OSX Server. I am O.K. with apache config in a *nix environment. I have set up "PHP-like" fcgi apps on o

  • How to design a screen field

    Hi I have to design a screen field which has 99rows and 60 digit each. Please help me out from this Thanks Neelima

  • Printing Reports on Dot Matrix Printer

    Reports are printing very slowly on Dot Matrix Printer. If any solution Please tell me. [email protected]

  • SQL subquery - Corelated substraction question

    Hi everyone, I have a table with 5 columns: 1.Ticker 2.DateText 3.Open 4.Close 5.DayNumber I want to perform a substraction between MSFT's Close price on Day1 and MSFT's Open price on Day 4. so basically, it's goind to be day1 - day 4, day2 - day5, d