877W router with Webserver inside - Strange Problem

Hello,
I have a strange problem and I cannot understand what is going on here. I hope that someone could help me.
I configured 877W router. Setup Firewall and NAT. I setup access from outside for my PCAnywhere workstation and for my Webserver. PCAnywhere and Webserver are located on a local LAN interface.
I cannot connect to the PCAnywhere at all. Something interesting is happening with the Webserver. I can connect to some basic pages with words only, for example page has a phrase ?Hello, this is a test?. If I try to open pages with some graphics on them, it cannot find the page. I cannot connect to ports 25, 80, or 110 on the Webserver (These ports are configured on the Firewall and configured with NAT).
Because I can connect to basic web pages, I am sure that NAT and firewall are configured correctly.
What can it be? Any ideas?
Thank you.
Igor L. Kravchenko.

Hi,
Does telnet to the webserevr on port 80, 110 works ?
If yes, then it is most likely be a packet size issue. O\Try reducing MSS on the LAN interface.
int vlan1
ip tcp adjust-mss 1400
exit
lower down the value, by 100 bytes till you get better results.
HTH,
-Kanishka

Similar Messages

  • Unable to Capture with MiniDV Deck - Strange Problem

    Hello everyone,
    I apologize if this is a repeat, but I couldn't find an answer among other discussions. I'll try to be as specific as possible..
    The problem revolves around capturing a MiniDV tape. We are using a Sony GV-D1000 deck, which is connected via Firewire. Final Cut Pro recognizes the deck as a Device Control and Capture/Input setting.
    We can control the deck, but we can't capture from it. The Log and Capture window reads "Preview Disabled". When attempting to capture, it pauses for a second and then says "The operation could not be completed as there is no video." This is very odd since the deck's display shows actively running video..
    Our system is as follows:
    8-core Mac Pro 2x3 GHz
    10GB RAM
    ATI RadeonX1900
    BlackMagic DeckLink HD Extreme Card
    w/a bunch of Lacie hard drives which I kept off during the troubleshooting..
    Things I have tried:
    - Restarting without Firewire devices running
    - Trashing FCP prefs in the library folder
    - Repairing Permissions in Disk Utility
    I found an article here that was interesting...
    http://support.apple.com/kb/TA24110
    It kinda implies that the other audio card (BlackMagic HD Extreme) might be the problem. But there is no way to disable this card... or is there?
    Can anyone help me?
    Thanks in advance.

    Hey everyone. Thanks for all the troubleshooting. Getting close to identifying the problem.
    I brought the deck home with me to try it out on my personal MacBook Pro system. Same problem. the tape would play back, you could control the deck, but it would not import.
    David brought up the tape itself, which, logically, I hadn't even thought of. So I threw in a completely different tape and voila! No problems. Was able to control the deck, view the video on my Mac's display (finally!) and yes, capture video to disk.
    Just to make sure the deck wasn't being screwy, I tested both the original tape and the other on my personal miniDV camera and yielded the same results. Except when playing back the original, video wouldn't even display on the camera's LCD screen..
    In short:
    There has to be something funky with this tape that they gave us. We will probably ship it to another post house and see if they can get it to work out on a different deck. When I return to the office, I will try the other tape just to confirm there's nothing wrong with our Mac Pro system there..
    Thank you all for you troubleshooting wisdom. I owe you all one.

  • Need Fastest Built in router with wireless and no problems

    I have tried the WRT110 and 160 it seems the 310 or even the 350 are slow to my previous Wired lan. Problem is I am transferring files using the Wired portion of the WRT series and no using the Wireless. So in theory it should be quite fast but they are like 35+ % slower than my 8 port DSL router of 8 yr old. Any advise?

    Try disabling the firewall & antivirus on the wired computer ... See if the file transfer works or not ...

  • Need help with a very strange problem

    I've been using Macs since the Apple IIe and I haven't seen anything like this. I need some help "diagnosing" where the problem might lie, and what to do about it.
    I have the dock to appear and disappear automatically. But when I run the mouse down to the bottom of the screen, it doesn't appear. I have to "click" in that area to get it to appear. Also, when I select a menu in the finder or in an application, and then scroll through the menu items, they do not highlight as they should. I can click on an item to activate it, but they aren't highlighted as I scroll through.
    Also, in some applications, windows don't appear and disappear normally as they should. For example, with Adobe Lightroom I have it set up so that the adjustment panels on the left and right automatically appear and disappear. But they aren't doing that anymore.
    A restart and permissions repair will temporarily solve the problem, but it inevitably returns (sometimes within an hour, sometimes a few days). I have three users on my computer, and it happens in each user account.
    A couple days ago, I did an archive & install. That didn't fix it. Then yesterday I did a full reinstall of Leopard and then used Migration Assistant and Time Machine to migrate my users & applications to the new install. After I repaired permissions and rebooted, the problem was right there again.
    It doesn't seem like the problem is with a user account, since all three accounts have it. So why didn't a reinstall of the system fix it? And what can I do now?

    Althought the behavior is the same in all three accounts, if all are working accounts I would suspect there is something all of them have installed that could be the source of the problem. Try creating a new admin account, and leave it just the way Apple creates it--don't add anything nor modify it in any way. Log into that account and see if it works correctly.
    If that account is also misbehaving, try restarting, and when you hear the chime hold down the Shift key so that you boot into Safe Mode (you'll see a notice in the splash screen about being in Safe Mode). The boot will take longer (perhaps even considerably longer) as the system runs disk repair, empties some caches, disables all third party startup items, as well as all Apple startup items not strictly necessary for the machine to run. See the menus and Dock now behave correctly.
    Since the problem is evidently somewhat intermittent in nature it may take some patience to discover what is wrong. You might also disconnect everything that didn't come with the Mac, reboot, and use only the Apple keyboard and Apple mouse and run for a bit to see how that works. If you are using a third party mouse that required installing something that would be my guess as a "prime suspect" for the cause of the problems.
    Francine
    Francine
    Schwieder

  • Strange Problem with ActionButton

    Hello ppl,
    I'm gettin crazy with a very strange problem. Help me plz.
    I have a jsf page where i use 3 components:
    1 - SelectManyCheckbox Binded with a list<String>
    2 - SelectManyListBox Binded with a HashMap<String, String>
    3 - HtmlCommandButton with an action that calls a method im my backingBean.
    Now the problem:
    if i dont check any item of the selectmanyCheckbox and press my actionButton, the action method of my backingbean is never called, even if i change the values of others components.
    When I select any item of the selectManyCheckbox and press the actionButton, it works has well, calling the action method of the backingbean and everything works as expected.
    And if I remove the component SelectManyCheckbox, the actionButton/method works as well.
    Someone know what could be this issue? how to fix it?
    help me plz
    Thanks
    Ferry
    Message was edited by:
    Ferryman

    Do you have required="true" set in your selectManyCheckbox? Try putting in <h:messages /> next to it to see if it generates any JSF errors.
    Illu

  • Strange problem while syncronizing catalog

    I am doing a syncronization, once every two weeks or so. Since I started using Lightroom 3 (now 3.3) I end up with a very strange problem, that makes it almost impossible to sync the catalog.
    I get the window were it tells me to "add" pictures or movies without "moving" the images, then after I push the buttom it only takes a moment before I get up a dialog box were it tells me; " Community toolbar" with bold text and then "We're sorry, but the Safari browser version you are currently using does not support the community toolbar"
    If I do not push "OK", so that the dialog box dissapeare the syncronization will not move on. For every image I want to ad the same dialog box appears and I have to push "ok" again.
    Do not understand this at all. I have tried to update the Safari. I also been in contact with the phone support that could not help me.
    Anyone?
    // Torbjorn

    Hello
    I use Mac OSX 10.6.6
    Do not have any add-ons
    And Yes it is when I syncronize  the hole catalog. In the catalog I have several folders.
    //Torbjorn

  • Strange Problem with a Vector wraped inside a Hashtable

    Hi all ,
    I'm having a strange problem with a Vector wraped within a Hashtable inherited Class.
    My goal is to keep the order of the elements of the Hashtable so what I did was to extend Hashtable and wrap a Vector Inside of it.
    Here is what it looks like :
    package somepackage.util;
    import java.util.Enumeration;
    import java.util.Hashtable;
    import java.util.Vector;
    public class OrderedHashTable extends Hashtable {
        private Vector index;
        /** Creates a new instance of OrderedHashTable */
        public OrderedHashTable() {      
            this.index = new Vector();
    //adds a key pair value to the HashTable and adds the key at the end of the index Vector
       public synchronized Object put(Object key,Object value){      
           index.addElement(key);
           Object obj = super.put(key,value);
           System.out.println("inside OrderedHashTable Put method index size = " + index.size());
           return obj;    
    public synchronized Object remove(Object key){
           int indx = index.indexOf(key);
           index.removeElementAt(indx);
           Object obj = super.remove(key);
           return obj;
    public synchronized Enumeration getOrderedEnumeration(){
           return index.elements();
    public synchronized Object getByIndex(int indexValue){
           Object obj1 = index.elementAt(indexValue);
           Object obj2 = super.get(obj1);      
           return obj2;
       public synchronized int indexOf(Object key){
        return index.indexOf(key);
        public synchronized int getIndexSize() {
            return index.size();
        }Everything seemed to work fine util I tried to add objects using a "for" loop such as this one :
    private synchronized void testOrderedHashTable(){
            OrderedHashTable test = new OrderedHashTable();
            for (int i = 1 ; i<15; i++){
                 System.out.println("adding Object No " + i);
                 String s = new String("string number = "+i);
                 test.put(new Integer(i),s);
                 System.out.println("-----------------------------------");
            //try to list the objects
            Enumeration e = test.getOrderedEnumeration();
            while (e.hasMoreElements()){
                Integer intObj = (Integer) e.nextElement();
                System.out.println("nextObject Number = "+ intObj);
        }Here is the console output :
    Generic/JSR179: adding Object No 1
    Generic/JSR179: inside OrderedHashTable Put method index size = 1
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 2
    Generic/JSR179: inside OrderedHashTable Put method index size = 2
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 3
    Generic/JSR179: inside OrderedHashTable Put method index size = 3
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 4
    Generic/JSR179: inside OrderedHashTable Put method index size = 4
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 5
    Generic/JSR179: inside OrderedHashTable Put method index size = 5
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 6
    Generic/JSR179: inside OrderedHashTable Put method index size = 6
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 7
    Generic/JSR179: inside OrderedHashTable Put method index size = 7
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 8
    Generic/JSR179: inside OrderedHashTable Put method index size = 8
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 9
    Generic/JSR179: inside OrderedHashTable Put method index size = 10
    Generic/JSR179: inside OrderedHashTable Put method index size = 10
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 10
    Generic/JSR179: inside OrderedHashTable Put method index size = 11
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 11
    Generic/JSR179: inside OrderedHashTable Put method index size = 12
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 12
    Generic/JSR179: inside OrderedHashTable Put method index size = 13
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 13
    Generic/JSR179: inside OrderedHashTable Put method index size = 14
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 14
    Generic/JSR179: inside OrderedHashTable Put method index size = 15
    Generic/JSR179: -----------------------------------
    Generic/JSR179: nextObject Number = 1
    Generic/JSR179: nextObject Number = 2
    Generic/JSR179: nextObject Number = 3
    Generic/JSR179: nextObject Number = 4
    Generic/JSR179: nextObject Number = 5
    Generic/JSR179: nextObject Number = 6
    Generic/JSR179: nextObject Number = 7
    Generic/JSR179: nextObject Number = 8
    Generic/JSR179: nextObject Number = 9
    Generic/JSR179: nextObject Number = 9
    Generic/JSR179: nextObject Number = 10
    Generic/JSR179: nextObject Number = 11
    Generic/JSR179: nextObject Number = 12
    Generic/JSR179: nextObject Number = 13
    Generic/JSR179: nextObject Number = 14
    You can notice that the output seems correct until the insertion of object 9.
    At this point the vector size should be 9 and the output says it is 10 elements long ...
    In the final check you can notice the 9 was inserted twice ...
    I think the problem has something to do with the automatic resizing of the vector but I'm not really sure. Mybe the resizing is done in a separate thread and the new insertion occurs before the vector is resized ... this is my best guess ...
    I also tested this in a pure J2SE evironment and I don't have the same strange behavior
    Can anybody tell me what I am doing wrong or how I could avoid this problem ?
    Thanks a lot !
    Cheers Alex

    Am i doing anything wrong?Uhm, yes. Read the API doc for addElement() and for addAll()

  • Strange problem with cut-through proxy

    hi
    i have configured cut- through proxy on the router with acs.i am facing a strange problem .
    my routers's ethernet 3/0 interface ip add is 10.1.1.1/24 and the acs server is 10.1.1.2/24 and the host ip is 10.1.1.3/24
    my routers' e2/0 interface is connected a server running a website .
    int e2/0
    no shutdown
    ip add 20.1.1.1/24
    exit
    the webserver is running on 20.1.1.2
    my router's config
    aaa new-model
    aaa authentication login default group tacacs+
    aaa authorization auth-proxy default group tacacs+
    aaa authorization exec default group tacacs+
    tacacs-server host 10.1.1.2
    tacacs-server key cisco
    ip http server
    ip http authentication aaa
    ip access-list 101 permit tcp host 10.1.1.2 eq tacacs host 10.1.1.1
    ip auth-proxy name auth http
    int e3/0
    no shutdown
    ip add 10.1.1.1/24
    ip access-group 101 in
    ip auth-proxy auth
    exit
    on the acs server in the tacacs+ ios
    i have selected auth-proxy in the services for users and groups
    i have created a user john with privilege level 15
    have selected auth-proxy and custom attributes
    proxyacl#1=permit tcp any any priv-lvl=15
    i get the auth-proxy login page when the host on 10.1.1.3 is trying to access 20.1.1.2 web site .
    after putting the login credentials i get authentication failed
    i tried the debug. i see the router is sending the authentication login and password and getting the status from the acs as pass. i also see the auth-proxy triggered. in there i see
    AUTH-PROXY PROTOCOL NOT CONFIGURED.
    could someone pls help me what could be the problem. i am have tried many times to get this work. but not fortunate enough.
    am i missing on any commands on the router or on the acs. i tried doing as the example mentioned in the student guide but still failed. pls help. waiting for some reply.
    sebastan

    Check out the following link...
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a0080450b5e.html

  • Strange problem with forms.  browser does not send syn

    We are having a strange problem and I hope someone can help (im
    stumped).
    setup
    I have a webserver (iplanet 4.1 sp8) running in secure mode. It has a
    weblogic nsapi plugin and forwards EVERYTHING over to an app server.
    The app server runs weblogic 4.5 sp10 and hosts both servlets and
    static html for an application we are developing.
    customers load a long form and are given the ability to upload several
    files, but upon pressing the submit button on the form (they must do
    each file individually) we get an error message that the page cannot
    be displayed.
    upon investigation, I look at a tcp trace and find that when the
    submit button is pressed, the browser sends an ack packet to the
    netscape server and it responds (correctly IMO) with a rst flag.
    Why doesn't the browser start communication with a syn/syn-ack/ack
    sequence? The form appears to have been completely loaded.
    To aggravate matters more, this problem does not always occur and
    clearing the browser's cache seems to aggravate it.
    I would appreciate ANY help that could be offered.
    sorry for the long post,
    -Chris
    Chris Regenye
    Supervisor Systems Services
    PR Newswire
    [email protected]

    In article <[email protected]>,
    Chris Regenye <[email protected]> wrote:
    Barry Margolin <[email protected]> wrote in message
    news:<vzdh7.8$5%1.649@burlma1-snr2>...
    In article <[email protected]>,
    Chris Regenye <[email protected]> wrote:
    We are having a strange problem and I hope someone can help (im
    stumped).
    setup
    I have a webserver (iplanet 4.1 sp8) running in secure mode. It has a
    weblogic nsapi plugin and forwards EVERYTHING over to an app server.
    The app server runs weblogic 4.5 sp10 and hosts both servlets and
    static html for an application we are developing.
    customers load a long form and are given the ability to upload several
    files, but upon pressing the submit button on the form (they must do
    each file individually) we get an error message that the page cannot
    be displayed.
    upon investigation, I look at a tcp trace and find that when the
    submit button is pressed, the browser sends an ack packet to the
    netscape server and it responds (correctly IMO) with a rst flag.
    Why doesn't the browser start communication with a syn/syn-ack/ack
    sequence? The form appears to have been completely loaded.It may be trying to reuse a persistent connection, as recommended in
    HTTP/1.1.Great, but the server obviously doesn't believe this is the case. Any
    idea how to correct this situation? also... as I mentioned this
    problem is intermittant(sp?). When it does not occur, tcp
    communications are normal.It sounds like the bug is in the browser. When it gets the RST, it should
    realize that the old connection has been dropped (even if a server
    implements persistent connections, like it should, it's allowed to close
    idle connections after a timeout or if it's running out of resources).
    When that happens it should automatically retry on a new connection.
    This might explain why the problem is intermittent. The browser is happy
    when the connection has remained open, but it doesn't handle the occasional
    cases where the server has closed the connection unexpectedly.
    Barry Margolin, [email protected]
    Genuity, Woburn, MA
    *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
    Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  • Strange problem with drag&drop!!

    hello i hope u can help me.
    i have a strange problem but not like the other users with drag&drop in Leopard..
    mine is not exactly like this:
    http://discussions.apple.com/thread.jspa?threadID=1198982&tstart=3538
    i can hold left click and move files but when i need to "drop" them at the .app's window the app rejects the file back! (some of the applications not all!)
    what i mean in examples is:
    i cannot drag&drop anything in the VLC's player window but i can inside the vlc's "controller" window
    i cannot drag&drop a picture in preview
    i cannot drag&drop any file in photoshop's new file/empty canvas
    i cannot drag&drop a mp3 file in itunes but i can drag&drop a full album folder(only in playlist,not in the player window)!
    and i can describe more to show u that it's not about vlc or preview or PS problem, but finder's/leopard problem.
    (i thought in the 1st, that it's vlc's problem and i downloaded a lot of versions!)
    all the other programs works well, for example i can drag&drop a video to final cut or motion
    i can do the same in iMovie (at the space it says"drag&drop media here etc)
    and of course i can drag&drop files to desctop,hard disks etc.
    i can copy/paste text etc (i can copy/paste texti can copy/paste texti can copy/paste texti can copy/paste text)
    i am trying to give you an idea, suggest me what else should i try in order to focus where exactly the problem is!
    i hope u give me a solution cause drag&drop is usefull!
    thank you
    in order to help u, i will describe what i tried so far:
    1)repair permissions
    2)trash com.apple.finder
    3)terminal solution like this: (didn't worked)
    sudo su -
    cd /
    rmdir tmp +*(rmdir: tmp: No such file or directory)*+
    ln -s tmp /private/tmp

    alex74d wrote:
    hello and thanks for your reply
    but why you quote only the part of VLC?
    One thing at a time. Occam's razor.
    and why u believe this is normal?
    i am sure that VLC can drag & drop subtitles or the movie in the player window.
    and when i say sure, i mean 100%
    I disagree. I have tried this since reading your post, on all my VLC versions. It does not work.
    You can, however drop a movie onto the VLC icon in the dock. That works fine.
    RealPlayer accepts a file dropped on it. I just checked it.
    Not all apps accept a file on their output window. Usually only the input window.
    i started my windows bootcamp partition before and i saw this works.
    and i remember trying VLC in tiger a lot of years before, this was ok.
    and yes of course it would be also normal to drop a picture in the photoshop canvas.
    so what is not normal here is my problem, if u can help i'm happy if you cannot please don't confuse it more
    (sorry if i sound "unclear", english is not my 1st languange)
    I will check VLC next time I run Tiger and let you know.
    Message was edited by: nerowolfe

  • Strange problem with virtual machines backup (Hyper-V 2012R2)

    Hi
    I have a strange problem with backup of virtual machines in one of my Hyper-V environments. Let me describe how does it looks like: There are two physical servers - HP DL360 G8. They are used as hosts for four virtual machines - domain controllers in two domains.
    Each of them runs one DC in every domain. I've configured backup "inside" every virtual machine (with Windows Server Backup tool), in its operating system, because domain controllers should have their system state, regularly backuped, etc. Backup
    is made on the network share - all machines to the same server as destination. And now the case - two virtual server are backuped as expected - the operation takes 3 - 4 minutes and is always succeded. But in case of two remaining it looks as below:
    - Backup operation starts (is scheduled).
    - Volume shadow copy is made.
    - The first partition of VM starts to be copied. It's Windows 2012 R2 Generation2 VM, so it has EFI, Recovery and C: partition. EFI is as first and at this moment backup stucks for a 2-3 hours! Progress of copying is 0%. After for example 3 hours this partition
    is completed and starts the next (disk C:). And again - it freezes for a few hours and suddenly is pushed. As a result the backup is made successfully, but it takes for example 10 hours.
    Both "dodgy" VMs are on separated hosts. All four of them were installed in the same time. I tried to change destination to locally connected disk, but no result. It's interesting as well, that after rebooting VM, the first backup is made normally,
    but every next has described problem again. In EventLog I can't find any errors, I don't know how to diagnose such case precisely, etc. Have you got idea what can cause such behaviour or where on the server should I look for some hints?
    Thanks
    Marcin

    Hi Marcin,
    >>that after rebooting VM, the first backup is made normally, but every next has described problem again.
    It shouldn't happen .
    To narrow this issue down , Please try to backup an Gen1 VM and check the result .
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Lenovo T60 Strange problems with 'power management/power guage'

    Guys
    Since doing a system update my battery guage keeps displaying a grey guage with 3 - inside and if you run the mouse of the icon it says "Battery Not Installed" then 1 minute later it goes green with 100%. Its so random all i can imagine is that there is a problem with the power mangement software, but i have uninstalled the new version and installed an older version but this again doesnt work
    I have tried to disable the PM driver from device manager and the Atmel TPM device but these do nothing
    I have heard that this was quite common but cant find a solution
    Can anyone help
    Regards
    This was found doing a google search
    I have a strange issue. I have a Lenovo T60 laptop and I am experiencing problems with the power management/power guage.
    It will often show the battery not installed (power gauge is a greyish-white color with dashed lines) or it shows a red X. It does not matter if I am on AC power or on Battery power, it will show the full range of power, battery level, not installed, or an error.
    I have searched Lenovo's site and I seem to remember seeing an FAQ about this, but now that I need it, I cannot find it.
    What can I check or do to stop this? While it is annoying, I am not sure if I am having a battery problem or not. I did check my battery on Lenovo's site to see if it was recalled and it is not.
    I do appreciate any help that any one can give me.
    Message Edited by iceman on 05-29-2008 05:05 PM
    Message Edited by iceman on 05-29-2008 05:05 PM

    Can anyone help?

  • Submitting a form with enter key causing strange problems

    I am having a very strange problem with a webapp I am currently developing. I am using JSF 1.2 along with Facelets and RichFaces. I have coded a workflow/wizard 4-step process, and on some pages I have 4 submit buttons that all call different actions on the page. The users thought it would be useful to have the enter key submit the form, so I followed some online resources to trap a keypress using javascript, looking for the enter keycode and calling document.getElementById("elementName").click(). This works fine most of the time. Sometimes, though, it seems as if an entire new session is being created, and odd behavior starts happening. For example, my page will only include 2 of the 4 facelets on the screen -or- I will get NullPointerExceptions for objects that I know have been created in the session bean I am currently using -or- I will get a duplicate form Id after trying to re-submit the page. Could the javascript click simulation not be submitting all of the form elements or is the enter key also acting like its default action (the form submission) in addition to the "click"? I'm really at my wit's end here (plus it's nearly 3 AM, that never helps things). All of the buttons being clicked are standard h:commandButtons. There is some setTimeout logic included to disable the buttons on the page to prevent double clicks (I cannot disable them onsubmit because disabled buttons don't pass the right values, perhaps that's causing it, but if so, clicking the buttons with the mouse would cause that issue too, right?)
    I am not posting the code (yet), but if anyone wants to take a look see and see if I am doing something really abhorrently wrong, I'm more than willing to, I'm just curious if anyone has had problems regarding javascript submission of forms via the click() method. Clicking the button does not exhibit this type of behavior. Just as a side note: I am doing different things with the enter key depending if a modal window is open (the enter key closes the modal if it's up, and if not, it submits the form via a button click).
    Any help is much appreciated, if anyone has any inkling about where I should start looking for answers it would be really helpful.
    Thank you.

    edfrost wrote:
    Could the javascript click simulation not be submitting all of the form elements or is the enter key also acting like its default action (the form submission) in addition to the "click"?My guess is the second of these. You need to suppress the event handling after programmatically clicking the button.

  • Strange Problem in dynamically list population with record group

    Hello Room,
    I am dynamically populating a single list with 2 record groups. I am having a strange problem. All the code are written in 2 seperate buttons. The code of every button is given below.
    Button 1 code:-
    DECLARE
    rg_reports RECORDGROUP;
    rg_name VARCHAR2(40) := 'REPORTS';
    vTemp NUMBER;
    BEGIN
    -- Pls make sure Group doesn't already exist
    rg_reports := FIND_GROUP(rg_name);
    -- If it doesn't exist then create it and add ur query to it
    IF Id_Null (rg_reports) THEN
    rg_reports:=CREATE_GROUP_FROM_QUERY(rg_name , 'SELECT companyname,to_char(co) from companymaster order by companyname');
    end if;
    --Populate the Record Group
    vTemp:=POPULATE_GROUP(rg_reports);
    POPULATE_LIST('REPORTS.EXAMPLELIST', rg_name);
    Delete_Group( rg_reports );
    END;
    Button 2 Code:-
    DECLARE
    rg_reports RECORDGROUP;
    rg_name VARCHAR2(40) := 'REPORTS';
    vTemp NUMBER;
    BEGIN
    -- Pls make sure Group doesn't already exist
    rg_reports := FIND_GROUP(rg_name);
    -- If it doesn't exist then create it and add ur query to it
    IF Id_Null (rg_reports) THEN
    rg_reports:=CREATE_GROUP_FROM_QUERY(rg_name , 'SELECT accountname,to_char(co) from accountmaster order by accountname');
    end if;
    --Populate the Record Group
    vTemp:=POPULATE_GROUP(rg_reports);
    POPULATE_LIST('REPORTS.EXAMPLELIST', rg_name);
    Delete_Group( rg_reports );
    END;
    The code is same here only the sql is different in these 2 buttons. Now the problem point.
    when i press button 1, I get the list populated ok. when i try to click on the list item and keep the button pressed the list gets scrolled properly.
    when i press button 2 after that i get account names well populated in the same list item as well, but this time, when i keep the button pressed the list does not scroll below as in button 1. It does not even allow to select different item from the list of button 2 code.
    I tried to clear cache, cookies, exit browser everything and try to run the button 2 first, but still the problem in button 2 code.
    Following are my system details.
    windows 7 professional edition.
    Oracle database 11g on windows 7
    Oracle forms 10g patchset 10.1.2.0.2 on windows 7
    Browser Netscape Navigator with oracle jinitiator 1.3.1.22
    But this form is run by a client side html file where oracle forms 10g is not installed on windows xp. html file is just referring server url to run the module. The file is run on Netscape navigator browser with oracle jinitiator 1.3.1.22
    My question is that is this a bug ? if button 1 gets the list item scrolled, why is the problem with button 2 even though i press it first. Here I am deleting the record group also. after the code is over. Initially I thought this may be the character length problem so I took the maximum character length for that list item as given by the 2 columns in database.
    Why is the list scrolling not happening in button 2 but in button 1 with same codes on both ?
    Anybody please help me.

    The problem is the second query. I would guess that the TO_CHAR(co) is not unique for each account, but is the same for the accounts. And as the second item in the select-list is the listitems values, all your listitem-entries have the same value. therefore, of you select any entry, the list will always go the the first entry again.
    Adjust your query.

  • Strange problems with Windows 7 running on Bootcamp

    Hi there. I have just installed Windows 7 using Bootcamp on my Macbook with Leopard. I have a few strange problems and just wanted to see if I could gain any help or see if anyone else is experiencing these problems. Apart from those, its running great :P
    Main one is when I close the macbook shut, then open it back up the screen stays black, i can hear it open back up but its like it just stays in Sleep mode. I then need to hold down the power button and switch it back on.
    Secondly when I use the down, up left or right arrow button to scroll down in the respective direction the cursor is moving around like it would on a word document. It will scroll down eventually but only becuase the cursor has reached the end of the page.
    Thanks for your time and I really hope someone can shed some light.

    Hey, I'm having this issue too, however I also get freezes while the screen is still on, or while the screen power saves, and will not resume.
    The computer stays on, and warm, meaning it never powers off, nor realizes its hung-up, and the only way to get back to work is a hard shutdown and reboot.
    Details are below, and x64 Win 7 MSDNAA RTM Build 7600 - 4gb of Corsair 4-4-4-12 2x2 ram.
    I have already gotten the newest commercial nVidea drivers and I am running RivaTuner with appropriate settings, and I have disabled the Wired NIC, and turned off the wireless NIC power-saving settings.

Maybe you are looking for

  • After downloading Yosemite Installation got stuck as the disk needs repair but is not available.

    Now I can't access my Time machine and it has not backed up since 3 months. I am stuck as i don't know how to get back to my old OS and basically ignore the Yosemite download until I figure out what is wrong with my SSD. I successfully replaced the H

  • Null Pointer Exception thrown while activating OSB Session

    Hi all, I have a proxy which dequeues payload from a JMS queue. I couldnt activate the session if I have dequeuing proxy. When I try to activate the session it shows java.lang.NullPointerException. Things I noticed: Normal WSDL based proxies can be c

  • More than 4 devices to show up in find my iphone

    I'm trying to get more than 4 devices to show up in my Find my iPhone app, I need 6 to appear.  All 6 devices are registered under the one apple user ID.  I can get 4 to show up perfectly however I've obviously done something different for the last 2

  • Sales order date should equal to system date

    Hi gurus, i have one query realted sales order date: my client requirement is in order validity date should be equal or higher to the order creation date.it sholud not allow back date.what could be custmization has to do.

  • Finder, spaces, new windows

    With spaces activated and with "When switching to an application, switch to a space with open windows for the application" UNchecked, the Finder is the only application which switches to a space with an open window anyway.  So, for example, if I have