Too Many Networks Causing Interference

Hi all,
I'm running a PB G4 and Toshiba Tecra laptop on a wireless AEBS + AE network using WDS in a first floor apartment. My signal strength throughout the house is usually full bars with the AEBS running at around 45-65 and the AE at 35-45 signal strength depending on what room I'm in.
Now, sometimes my network just crashes and I receive error messages on the PB and PC telling me that there was an error loggin on to my network or that the connection is incomplete, respectively. My only recourse is to unplug the base station (and AE) and replug it. Usually, this corrects the situation.
I think this is happening because I detect no less than 5 other networks in my area. There are four units in my building, and the building is part of a row of connected apartment buildings. Adding my AEBS and AE, this makes a total of 7 transmitters in this cramped area! I think this might be creating a wireless blitz.
FYI, before running my current configuration, I was using a Netgear wireless router with the AE as a client (to stream audio). I switched to the AEBS + AE in WDS config because I thought it would add greater stability and range--which it has. But it seems I might need to "power up" some more in order to fend off the interference from other networks. I realize that this might have bad consequences for those other networks, but something has to be done!
So, I've been considering boosting my signal by adding an antenna. Is this a solution? I'm also thinking about tweaking the settings for both stations through Admin Utility. Maybe enabling interference robustness on the AEBS, AE, and PB might help?
Please offer any advice on what you think the problem might be and what might be the best solution.
Thanks,
FC

I think this is happening because I detect no less
than 5 other networks in my area. There are four
units in my building, and the building is part of a
row of connected apartment buildings. Adding my AEBS
and AE, this makes a total of 7 transmitters in this
cramped area! I think this might be creating a
wireless blitz.
So, I've been considering boosting my signal by
adding an antenna. Is this a solution?
I don't think so. You'll increase your signal
level, and your noise level all together. But
your signal to noise ratio will reach a limit.
Exactly like what happens when you turn your radio
too loud because of the noise of your neighbour's
one.
I'm also
thinking about tweaking the settings for both
stations through Admin Utility. Maybe enabling
interference robustness on the AEBS, AE, and PB might
help?
Yes.
But more generally, like every wireless problem of
interference, you should first analyse it. You
should use a tool like iStumbler to identify all
the channels used by your neighbours.
Once you have identified these channels, and
their level of signal, you have to choose a channel
as far as possible of the most powerful ones.
In an idealistic world, you should choose a channel
3 channels away of all the channels used by your
neighbours. (e.g.: if channels 1, 2, 5 & 6 are used,
you may use channels from 10 to 14, depending on the
regulations were you're using a wireless network).
All interference analysis should first go through
this neighbour's channels hunt.
If you play randomly with your channels, you're
wasting your time, you may be disrupting your
neighbour's networks. And you will have to continue
this silly danse for a long time all together.

Similar Messages

  • JDeveloperStudio 10.3 -- ADF  Faces -- Too many components causes crash

    My page has finally gotten so complex that the stack overflows and the application just aborts. I can remove a couple of components and the page works fine. It doesn't seem to matter which components I remove; when I navigate to the page the following appears in my Embedded OC4J Server log.
    Debugger connection to debuggee process has been lost.
    Process exited.
    Debugger disconnected from local process.
    The MyPagejspx.java file is over 500K and the class file is about 110K. If I remove some components and get the total MyPagejspx.java file under 500K then the page works again.
    The page includes a lot of MapViewer navigation controls and a number of tables that are used to display and edit attribute data. Most of these tables include nested tables inside of their detailStamps. Rows in a table of streets have tables of sites. This is where things start to fail.
    Sometimes (but not always) I get a message that tells me that could not find the StackOverflowError class so I have tried adding a -Xss1024k option to my Java options but this didn't help; neither did -Xss2048k.
    I am highly confident that the problem is not caused by the code itself as I can remove any panelGroup or panelForm set on the page and it works. I put any back and it fails. It is just too many components. Everything compiles fine but JDeveloper just disconnects from the application when the page is opened.
    So ... any ideas of what I might do to continue developing this page or do I have to break my application into more pages (not what the users want).
    Thanks, Mark

    This was easy enough to do without bothering with any database or tables. I created a bottom level include jspx as follows:
    Include-0.jspf
    <af:panelBox text="Bottom include file has 3 panelForms" >
      <af:panelHorizontal>
        <af:panelForm rows="1" maxColumns="1">
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
        </af:panelForm>
        <af:panelForm rows="1" maxColumns="1">
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
        </af:panelForm>
        <af:panelForm rows="1" maxColumns="1">
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
          <af:inputText label="Lorem ipsum" rows="3" wrap="true" readOnly="true"
                        value="Proin orci. Suspendisse cursus lobortis magna. Vivamus id tortor. Phasellus consectetuer, quam sit amet laoreet ultrices, tortor leo aliquet turpis, ut elementum nisi eros et nisl."    
                        />
        </af:panelForm>
      </af:panelHorizontal>
    </af:panelBox>I included this in another jspf file
    Include-1.jspf
    <af:panelBox text="Include-1.jspf includes Include-0.jspf 5 times.">
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
    </af:panelBox>I include that in another jspf
    Include-2.jspf
    <af:panelBox text="Include-2.jspf includes Include-1.jspf 5 times.">
      <jsp:directive.include file="/Include-1.jspf" />
      <jsp:directive.include file="/Include-1.jspf" />
      <jsp:directive.include file="/Include-1.jspf" />
      <jsp:directive.include file="/Include-1.jspf" />
      <jsp:directive.include file="/Include-1.jspf" />
    </af:panelBox>And that was references by my jspx page.
    TooManyComponents.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces" xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
      <jsp:text>
        <![CDATA[ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ]]>
      </jsp:text>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:script source="/jscript/view_tools.js"/>
        <af:document rendered="false">
          <af:form id="notloggedin">
            <af:panelPage title="This never happens but it mirrors my problem layour">
              <jsp:directive.include file="header.jspf"/>
              <af:commandMenuItem text="You are not logged in.  Please click this message to be re-directed to the Login Page" action="login"/>
            </af:panelPage>
          </af:form>
        </af:document>
        <af:document rendered="true">
          <af:form id="loggedin">
            <af:panelPage title="Too much of a good thing?">
              <jsp:directive.include file="/header.jspf"/>
              <jsp:directive.include file="/Include-2.jspf" />
            </af:panelPage>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>This particular setup yeilded me the following error
    Fatal error: Cannot find class java/lang/StackOverflowError
    Process exited.
    Debugger disconnected from local process.If I put a second <jsp:directive.include file="/Include-2.jspf" /> in my jspx file I get the following compile time error.
    Error: code segment of method _jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) too largeIf I remove one of the jsp:include directives from my Include-1.jspf so that it reads as follows:
    <af:panelBox text="Include-1.jspf includes Include-0.jspf 4 times.">
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
      <jsp:directive.include file="/Include-0.jspf" />
    </af:panelBox>The application works.
    I took all the JDeveloperStudio defaults for creating my project. I can send you a War file if you let me know where to send it.
    Thanks, Mark

  • AE Network Won't Stay Visible -- Too Many Networks?

    I just moved to a new apartment in Astoria, Queens, and was having trouble getting onto the new roommates' wireless network (and learned that one of the other roommates, a fellow Mac user, couldn't get on it either). So I bought a new Airport Extreme and set it up yesterday in place of the old Linksys router. This took HOURS, because I couldn't get a signal in the next room (where my computer is) strong enough to maintain a connection to the base station for long enough to go through the entire setup process. As it turns out, when I run MacStumbler, there are -- no joke -- TWENTY other wireless networks of varying strengths and visibility around me. I eventually got mine up and working, but ever since, I'm lucky to get 20 minutes of internet access before my iMac drops the connection to the network.
    Here are the gory details: The network is on channel 1. The twenty networks around us are all on channels 6, 8, or 11. When I run MacStumbler, our network consistently has the strongest signal strength -- around 70, compared to the other networks in the 40s or 50s -- but it also appears very infrequently, only poking its head above the fray of competing networks once every couple of minutes. A couple of networks with weaker signal are much more consistent, almost never disappearing from MacStumbler's view. Ours, apparently, likes to play hide-and-seek. In general, when our network does appear for a moment, it's impossible to connect -- the Mac tries hard for a bit, and then gives me the password prompt even though the password is saved in my keychain. I enter the password, and the connection fails or is timed out.
    The Airport Extreme (one of the brand new 802.11n ones) has to be set up in my roommate's bedroom, since he's on a paleocomputer without WiFi and must be jacked into it. The distance from the router to my computer is maybe fifteen to twenty feet total, with a closet and wall in between. The closet does have some metal fixtures (rods and hangers), but is mainly wood and fabric.
    My computer is a 20" iMac G5. I have my doubts about its WiFi antenna to begin with, since I also have an Airport Express (which is not currently on the network, since I can't hold a signal long enough to get it rebooted and connected onto the network, otherwise I'd use it to improve my signal strength) which I tried plugging into the power outlet DIRECTLY BELOW my computer, and the iMac only registered a signal strength of about 80. At one point yesterday I did manage to get the Airport Extreme onto the network as a repeater, and was enjoying a reasonable connection until the two base stations lost communication with each other, and I haven't been able to get back onto the internet since.
    I also have a Powerbook G4 which I wandered around the house testing signal strength with; I tried setting the Powerbook literally on top of the Airport Extreme, and got the same problem wherein the signal was exceptionally good -- 116 -- but only when it appeared, which was once every couple of minutes. Then it vanished.
    I've also enabled interference robustness and changed my IPv6 settings to local-link only, per suggestions in another thread I was reading on Ask Metafilter, but those don't seem to have made much of a difference.
    So: what are my options? Is there something I can do to make the network consistent, and not be playing this "I'm here, I'm not here" game? Is this likely to be a placement problem for the router, or more likely to be an antenna problem with my computer? For the record, I'm still running 10.5.1, as I can't get connected to the internet long enough to download any software updates. I just need some sense of what I can do to address this problem: could the router be defective, or is this just always going to be a problem because of the unbelievable amount of wireless traffic around me on the other channels? Do I need to give up and buy a really long ethernet cable?

    With twenty wireless networks (and who knows how many 2.4GHz portable telephones) competing for radio spectrum, I think your ability to run a stable, dependable wireless network with a reasonable data transmission speed are slim to nil. An ethernet cable sounds like the best option.

  • SAP JCo 3.0 - too many network connections

    I have implemented a standalone JCo-Client which has to make multiple calls to the same BAPI.
      Java 1.5
      SAP JCo 3.01
      Windows Server 2003
    Now I have the problem that each BAPI-Call opens a new network connection (checked with netstat). I use a pooled connection, I have only one JCoDestination object and one JCoFunction object on which I do many function.execute(destination).
    Under JCO 2 i used a ClientPool and didn't have the increasing number of network connections.
    Any ideas how to solve this.
    I add the rump coding so you get the idea:
    String destinationName = "ConnPool";
    Properties connectProperties = new Properties();
    connectProperties.setProperty(DestinationDataProvider.JCO_ASHOST, "XXX");
    connectProperties.setProperty(DestinationDataProvider.JCO_POOL_CAPACITY, "5");
    connectProperties.setProperty(DestinationDataProvider.JCO_PEAK_LIMIT,   "5");
    createDestinationDataFile(destinationName, connectProperties);
    int count = 0;
    try {
        JCoDestination destination = JCoDestinationManager.getDestination(destinationName);
        JCoFunction function = destination.getRepository().getFunction("BAPI_NAME");
        if (function == null)
            throw new RuntimeException("BAPI not found in SAP.");
        do {
            count++;
            try {
                JCoStructure importStruktur = function.getImportParameterList().getStructure("IMPORT");
                function.execute(destination);
                JCoStructure exportStruktur = function.getExportParameterList().getStructure("EXPORT");
            catch (AbapException e) {
                System.out.println(e.toString());
        } while (count < 50000);
    catch(JCoException ex) {
        System.out.println(ex.toString());
    Edited by: Jochen Lang on Apr 29, 2009 1:30 PM

    Further testing showed that Pooling connections doesn't affect the number of actual network connections generated.
    But with encapsulating the numerous function-calls into a Stateful Connection via
    JCoContext.begin(destination);
    ...lots of function calls...
    JCoContext.end(destination);
    only one network connection would be used. Sadly I can't use this in my actual application.
    Your comments and experiences to this are appreciated!
    Greetings Jochen

  • Too many jars cause the error "the input line is too ling"

    Hi, Friends,
    For some good reasons, I received a lot of jar files (25) and I have to include them in my classpath.
    Now I have a problem. When I use javac or ant, I got
    The input line is too long.
    The syntax of the command is incorrect.
    I don't know if the only solution is to extract classes from those jars and put the class root location in the classpath. I don't like this solution.
    Thank you for your help?
    Youbin

    I did try using jre/lib/ext but it looked like I'd
    have to put all the jars there -- i.e. even ones that
    were in the classpath did not seem to be found unless
    they were in the ext dirsctory. This may be a windows
    quirk, but again, it is what I am stuck with for right
    now.You mean that if you put one jar in lib/ext, then no jars outside of it are recognised? I've never heard of that before - it doesn't happen on any Windiws platform I've ever used.
    I should warn you that I had a problem last week that seemed to come down to having unnecessary jar files in lib/ext - If you have an application that uses its own version of a particular jar, but there is a different version of the jar in lib/ext, the one in lib/ext is the one that gets used (I think its to do with class loaders deferring to parent class loaders) - not sure how often the problem occurs (I've never seen it before), but keep it in mind if you get any new problems coming up.
    I don't know exactly what you're supposed to use lib/ext for, but I assume its intended as a place to put extensions to the core API and nothing else.

  • Too Many Networks

    I recently purchased a new Cisco router and set it up in the middle of the basement so more smartphones and tablets would get better wifi signals elsewhere in the house. The previous router was hardwired into the HP PC inthe far corner of the basement. This new router is set up for wireless connection to PC.
    While everyone else in the house is enjoying quite good reception, the PC across the room was not! So I bought a TP-Link adapter and set it up to boost the signal to the PC.
    Here is where the confusion begins. The PC shows two separate "networks"...one marked "Home" and the other marked "public." Apparently, the internal 802 card is connecting (?) to the Home network and getting usual lousy signal, while the Adapter recognizes the "Public Network" and shows a great signal! Adding to the mystery is the inability to designate as "home" or even "click on" the "public network" reference in the net sharing window.
    1) Should I disable the 802 internal LAN CArd?
    2) Is the TP-Link somehow setting up its own sub-network?
    3) Why can't the PC join the same "network" as the other users?
    What do I need to know about Dual Bands? Is this part of my problem?
    Thanks

    You cannot prevent neighboring wireless networks from appearing in the list shown under the Airport menu of your Mac.
    See Choosing your preferred AirPort network - I hope this also works for people still running MacOS 10.2.x.
    The fact these other wireless networks exist is not in itself a security problem. Just make sure your own wireless network is protected with 128-bit WEP security (the best option available to users of MacOS 10.2).

  • Does having too many apps cause the constant freezing?

    Hi!
    I deleted a number of apps and the freezing doesn't seem as bad.
    Would the apps also apply to having the iPod turn itself off?

    Never mind...
    Before replacing my iPod Touch, I was told that it was most likely the cause.
    *Ignore this topic*

  • Iwlist scan fails when there too many wireless networks

    $ sudo iwlist wlan0 scan
    print_scanning_info: Allocation failed
    wicd uses iwlist to scan networks but iwlist fails when there are too many networks. This seems to be an old issue.  Is there a fix for this?
    Thanks.

    There's a fix yes. For wireless_tools-29 there's a patch somewhere. Or you install wireless_tools-30pre9

  • ORA-00913: too many values - how to change decimal separator?

    I want to use SQL Developer's database export and need advice how to tweak the decimal separator from , to . in the sql-inserts created.
    Preferrably in SQL Developer, because this error can be easily happen and is hard to catch during import.+
    See below how to reproduce this:
    h3. 1.) ddl (ugly)
    set SERVEROUTPUT on
    CREATE TABLE AADECIMEXPORT
    "DECIMALNUMBER" NUMBER
    , "HUBBABUBBA" varchar2(20 byte)
    CREATE TABLE succeeded.
    h3. 2.) inserts by hand
    insert into AADECIMEXPORT(DECIMALNUMBER,HUBBABUBBA) values(10,'smells integer');
    insert into AADECIMEXPORT(DECIMALNUMBER,HUBBABUBBA) values(3.141592654,'smells rounded pi');
    1 rows inserted
    1 rows inserted
    ¨
    h3. 3.) select * from AADECIMEXPORT
    DECIMALNUMBER HUBBABUBBA
    10 SMELLS INTEGER
    3,141592654 smells rounded pi
    h3. 4.) then use sqldevelopers Tools-"database export" to export this table
    -- File created - tiistai-marraskuu-23-2010
    -- DDL for Table AADECIMEXPORT
    CREATE TABLE "AADECIMEXPORT"
    (     "DECIMALNUMBER" NUMBER,
         "HUBBABUBBA" VARCHAR2(20)
    -- DATA FOR TABLE AADECIMEXPORT
    -- FILTER = none used
    REM INSERTING into AADECIMEXPORT
    Insert into AADECIMEXPORT (DECIMALNUMBER,HUBBABUBBA) values (10,'smells integer');
    Insert into AADECIMEXPORT (DECIMALNUMBER,HUBBABUBBA) values (3,141592654,'smells rounded pi');
    -- END DATA FOR TABLE AADECIMEXPORT
    h3. 5.) Test the insert
    Insert into AADECIMEXPORT (DECIMALNUMBER,HUBBABUBBA) values (3,141592654,'smells rounded pi');
    Error starting at line 49 in command:
    Insert into AADECIMEXPORT (DECIMALNUMBER,HUBBABUBBA) values (3,141592654,'smells rounded pi')
    Error at Command Line:49 Column:12
    Error report:
    SQL Error: ORA-00913: too many values
    00913. 00000 - "too many values"
    *CAUSE:   
    *Action:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    About
    Oracle SQL Developer 2.1.1.64
    Version 2.1.1.64
    Build MAIN-64.45
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.2.36.55.30
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.64.45
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_14
    Oracle IDE     2.1.1.64.45
    Versioning Support     2.1.1.64.45

  • ORA-31186: Document contains too many nodes

    Hi all,
    DB version:
    BANNER                                                        
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bi
    PL/SQL Release 10.1.0.5.0 - Production                          
    CORE     10.1.0.5.0     Production                                        
    TNS for HPUX: Version 10.1.0.5.0 - Production                   
    NLSRTL Version 10.1.0.5.0 - Production i am getting the "ORA-31186: Document contains too many nodes" error when listitem nodes come more then 70,000.
    my  code like below.
      l_xmldoc := '<listitems>
      <listitem><homePhone>6666446666</homePhone><mobile>9988776655</mobile><emailaddr><![CDATA[[email protected]]]></emailaddr><deviceid>1</deviceid></listitem>
      <listitem><homePhone>6666446666</homePhone><mobile>9988776656</mobile><emailaddr><![CDATA[[email protected]]]></emailaddr><deviceid>1</deviceid></listitem>
      <listitem><homePhone>6666446666</homePhone><mobile>9988776657</mobile><emailaddr><![CDATA[[email protected]]]></emailaddr><deviceid>1</deviceid></listitem> 
    </listitems>';
    SELECT EXTRACT(l_xmldoc,'/listitems/listitem')   into l_xmldoc FROM DUAL;--error raising here
      SELECT EXTRACTVALUE( VALUE(t),'/listitem/emailaddr')
                 ,EXTRACTVALUE( VALUE(t),'/listitem/mobile')
                 ,EXTRACTVALUE( VALUE(t),'/listitem/homephone')
                 ,EXTRACTVALUE( VALUE(t),'/listitem/deviceid')
    BULK COLLECTION INTO t_table
      FROM TABLE(XMLSEQUENCE(l_xmldoc)) t;Please help me to understand why this error occurs and how to resolve.
    Thanks,
    Ram

    >
    You can find a little bit extra info in the search errors section on OTN regarding doc's 10gR2:
    * ORA-31186: Document contains too many nodes
    Cause: Unable to load the document because it has exceeded the maximum allocated number of DOM nodes.
    Action: Reduces the size of the document.
    >
    Check this discussion -- ORA-24817 and ORA-31186 (undocumented errors)
    Somebody suggested - Increasing the shared_pool_size and the java_pool_size will fix this.
    Please check,
    Edited by: ranit B on Nov 27, 2012 4:37 PM

  • Too many open socket connections causing ColdFusion to crash?

    I’m currently working on an e-commerce site which sends and receives information to/from the client’s order management system via XML over a TCP/IP socket.  It uses a very old java-based custom tag called CFX_JSOCKET (which appears to have been written in 2002) to open the socket, send the data, and get the response.  The code that calls the custom tag and sends/receives data from the OMS pre-dates my working on the site, but its always worked, so I haven’t paid it much attention.
    Back in the summer of 2009 we started experiencing issues with ColdFusion (v.7 on Window 2003 at the time) locking up on a more and more frequent basis, until it ultimately became a daily issue.  After extensive research we narrowed the issue down to the communication between the web server and our client’s order management server.  It seemed the issue with ColdFusion hanging was either related to there being too many connections open, or to these connections hanging and resulting in dead threads.  This an educated guess based on a blog post I’d seen online, not actual monitoring of either CF or the TCP/IP connections.  As soon as we dialed back the timeout on the CFX_JSOCKET tag from 20 seconds to 10, the issue disappeared, so we left it at that and moved on.
    Fast forward to this January. The site is hosted at a new location, on a 64-bit Windows 2008 box running ColdFusion 9.  Over the years traffic on the site has continued to grow.  The nature of the clients business means that August and January are their business times of the year (back to school for college kids) and in January ColdFusion once again started locking up on an almost-daily basis.  
    One significant difference is that the address cleansing software that previously ran on the box and was used to verify shipping addresses is not available for 64-bit, so when we moved to the new server last summer, that task was moved to the client’s order management software and handled via XML like all other interaction with that system. However, while most XML calls to that server (order input, inventory check, etc) take under a second to complete, the address cleansing call regularly takes over 5 seconds to return data, and frequently times out. 
    Once we eliminated the address cleansing call from the checkout process, ColdFusion once again stopped locking up regularly.  So it appears that once again it’s the communication between the web server and the order management server that’s causing problems. We currently have that address cleansing call disabled on the web site in order to keep ColdFusion from crashing, but that’s not a long term solution.
    We don’t have, nor can I find online, the source code for the CFX_JSOCKET custom tag, so I decided I’d write some CF code utilizing the java methods to open the socket, send the data, get the response, and close the connection.  My test code is working fine (under no load).  However, in trying to troubleshoot an issue I had with it, I started monitoring the TCP/IP connections using TCPView.  And I noticed that all the connections to the order management server, whether opened via the custom tag or my new code, remain open in either a TIME_WAIT or FIN_WAIT2 status for well over 2 minutes, even though I know for a fact that my new code is definitely closing the connection from the web server side. 
    They do all close eventually, but I’m wondering 1. Why they’re remaining open that long; 2. Is that normal; and 3. If all these connections remaining open could be what’s causing ColdFusion to choke. 
    Does this sound plausible?  If so, does anyone have any suggestions/recommendations about how to fix it?  My research seems to indicate this might be a matter of the order management system not closing the connection on its end, but I’m in way over my head, and before I go to client and tell them it’s their OMS causing the issue, I need to feel a little more confident that I’m on the right track. 
    Any help or advice would be very greatly appreciated.  And thanks for taking the time to read through my long-winded explanation of the problem.
    Set-up details:
    ColdFusion Version: 9,0,0,251028  Standard 
    Operating System: Windows Server 2008 
    Java Version: 1.6.0_14 
    Java VM Name: Java HotSpot(TM) 64-Bit Server VM 
    Java VM Version: 14.0-b16 
    Thanks,
    Laurie

    Hi Laurie,
    Not aware of custom tag called CFX_JSOCKET. I guess the process you described very well is consuming a resource then you are getting a problem. Trick is what parameter to adjust. Perhaps you are running out of one the threads in CFadmin > Server Settings > Request Tuning.
    I expect if you enable CF Metrics logging where you can log the threads and other resources then you can find out which parameter needs adjusting. Let me know if you want some details on enabling CF Metrics. Perhaps others will have much better idea than me and help without the overhead of logging.
    The other interesting thing is you are using CF9.0.0. Do you have some reasons for not being on updater1 CF9.0.1?
    HTH, Carl.
    PS I posted before however seems to have gone, just hope does not come back and then I have posted twice.

  • Attempted to set up an HP wireless printer and my whole network is now a mess.  HP help told me I had too many signals, as I have a Time Capsule 4 Macs and 4 Airport Express set up.  Anyone else figure this out?

    I attempted to set up a new HP wireless printer.  It is unstable and HP support says I have too many devices since I have a time capsule and 4 airport express either extending my network or being used for a different printer or stereos.  Anyone else find that their Airport Express/Extreme interferes with a wireless printer. If so, what's the point?

    I have a similar model, the  HP 8500A here in the home office that I originally hooked up using wireless on an AirPort system consisting of an AirPort Extreme, Time Capsule and 2 AirPort Express devices.
    The HP was originally hooked up to the "main" router using wireless as a test to see how wireless would perform. No issues with setup or performance over the first few weeks. I did eventually change the device to connect using Ethernet once I had room to move the device near the AirPort Extreme.
    HP is pulling your leg with the advice about too many devices. The AirPort Extreme and Time Capsule will handle up to 50 wireless devices. In my case, I did nothing except follow the setup procedure and restart the entire network....something that I always do when I make any change to the network.

  • After Loading Lion I now get 5 windows w/ a graphic of a Red Stop sign with an ! mark and the following text message: "DAVE Networking  Dave kernel extensions could not be loaded! Error 71 - Too many levels of remote in path."

    After Loading Lion I now get 5 windows w/ a graphic of a Red Stop sign with an ! mark and the following text message:
    "DAVE Networking 
    Dave kernel extensions could not be loaded! Error
    71 - Too many levels of remote in path."
    I have uninstalled DAVE and used Clean App to remove trace elements of program, however I still get the message and am unable to eliminate the error messages.  When I click OK the message goes away briefly and then comes back up.
    Any solutions would be great.

    Dave,
    Thanks....What I did was load the free eval version of Dave 9.0 and then used the uninstaller which must have deleted the kernel giving me the problem. 
    Thanks for the response.
    Razor

  • HT201412 Have a problem with iPad2, apple logo appears but iPad won't boot up, then logo disappears & iPad dies - probably caused due to insufficient hard disk space (too many apps) - any help greatly appreciated

    I have a problem with iPad2, apple logo appears but iPad won't boot up, then logo disappears & iPad dies - probably caused due to insufficient hard disk space (foolishly loaded up too many apps) - any help/advice greatly appreciated

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • Too many open files in system cause database goes down

    Hello experts I am very worry because of the following problems. I really hope you can help me.
    some server features
    OS: Suse Linux Enterprise 10
    RAM: 32 GB
    CPU: intel QUAD-CORE
    DB: There is 3 instances RAC databases (version 11.1.0.7) in the same host.
    Problem: The database instances begin to report Error message: Linux-x86_64 Error: 23: Too many open files in system
    and here you are other error messages:
    ORA-27505: IPC error destroying a port
    ORA-27300: OS system dependent operation:close failed with status: 9
    ORA-27301: OS failure message: Bad file descriptor
    ORA-27302: failure occurred at: skgxpdelpt1
    ORA-01115: IO error reading block from file 105 (block # 18845)
    ORA-01110: data file 105: '+DATOS/dac/datafile/auditoria.519.738586803'
    ORA-15081: failed to submit an I/O operation to a disk
    At the same time I search into the /var/log/messages as root user and I the error notice me the same problem:
    Feb 7 11:03:58 bls3-1-1 syslog-ng[3346]: Cannot open file /var/log/mail.err for
    writing (Too many open files in system)
    Feb 7 11:04:56 bls3-1-1 kernel: VFS: file-max limit 131072 reached
    Feb 7 11:05:05 bls3-1-1 kernel: oracle[12766]: segfault at fffffffffffffff0 rip
    0000000007c76323 rsp 00007fff466dc780 error 4
    I think I get clear about the cause, maybe I need to increase the fs.file-max kernel parameter but I do not know how to set a good value. Here you are my sysctl.conf file and the limits.conf file:
    sysctl.conf
    kernel.shmall = 2097152
    kernel.shmmax = 17179869184
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    fs.file-max = 6553600
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 4194304
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 4194304
    limits.conf
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536

    process limit
    bcm@bcm-laptop:~$ ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 20
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 16382
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 8192
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) unlimited
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited

Maybe you are looking for

  • Can't turn off scroll lock Mac Book Pro Excel

    Suddenly cannot move through cells or enter data in Excel for MAC. Have read all of the discussions on this topic - shift+fn+f12 don't work or any of the other suggested combinations, I have no F14 key or external keyboard, set up keyboard preference

  • Creation of infotype

    Hi Guy's, I am trying to create custom infotype in OM using Transation code PPCI. 1. First creating Structure using Datatype 2. After creation of Structure creating infotype using PPCI but i am getting error message like : t777I no table entries exis

  • IDN domains and upload (IO & Security errors)

    I have site with a file-uploader created in Flash. It works great, I have never encountered any security issues, nor would I expect too, because the swf and the serverside files (in this case ASP.NET) are all in the same domain. My site can be access

  • TVARV Table Variable Update

    Hi All, We have a requirement to add a new variable to the TVARV Table I am able to do it thru SM30. This variable is used in a variant in a program that runs periodically. the new variant shd be similar to 1001_CURR_MONTH_START_DATE now the month an

  • Finder keeps relaunching itself

    Macbook Pro OS X 10.8.5 2.5 GHz Intel Core i5 4GB 1600 MHz DDR3 Finder keeps relaunching itself every few minutes and an error message pops up every time. "The last time you opened Finder, it unexpectedly quit while reopening windows. Do you want to