[Resolved] eth0 connection is going down

hi, i have a problem
sometimes my internet eth0 is going down, firefox not open pages, pacman no have connection.
i turn of and turn on and i have again internet connection.
Last edited by emanuelx (2012-11-08 14:05:57)

i'm not sure if i'm experiencing the same problem as the OP, but recently (don't know since when, exactly) i also can't get get my network up on eth0 once it's gone, like after suspending to RAM.
System: Host: laptop Kernel: 3.6.6-1-ARCH x86_64 (64 bit) Desktop: KDE 4.9.2 Distro: Arch Linux
Network: Card-1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169
IF: eth0 state: up speed: 100 Mbps duplex: full mac: c8:60:00:02:f1:09
restarting NetworkManager.service doesn't help. /etc/resolv.conf is correct, 'ip route' shows the proper routes, and ifconfig says that eth0 is up & running.
i can ping my own IP, but nothing else, neither internet nor LAN. the only thing that brings the network up again is a reboot (warm is fine). couldn't find anything in journalctl or everything.log (i'm keeping syslog-ng running for now). oh: i'm running systemd, since a couple months, and w/o problems until now.
Last edited by phanisvara (2012-11-08 10:48:10)

Similar Messages

  • Attansic L1 eth0 keeps constantly going down then up

    As per title, eth0 keeps disconnecting and reconnecting especially during high load but not when idle, most likely because, well, it's idle. I have no idea if it's a driver problem or just a hardware defect, though I hope it's not the latter.
    I'm using the vanilla Arch 64 bit kernel. The problem presents itself even on a 32 bit kernel and even with the ufw firewall disabled. However, I haven't flushed the rules after disabling the firewall which I will try later. Here are more details about my ethernet controller and sysctl.conf:
    Qualcomm Atheros Attansic L1 Gigabit Ethernet (rev b0), driver/module: atl1
    02:00.0 Ethernet controller: Qualcomm Atheros Attansic L1 Gigabit Ethernet (rev b0)
    Subsystem: ASUSTeK Computer Inc. Device 1415
    Flags: bus master, fast devsel, latency 0, IRQ 49
    Memory at fe1c0000 (64-bit, non-prefetchable) [size=256K]
    Expansion ROM at fe1a0000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 2
    Capabilities: [48] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [58] Express Endpoint, MSI 00
    Capabilities: [6c] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Kernel driver in use: atl1
    Kernel modules: atl1
    sysctl.conf, only parts related to networking:
    # Protection from the SYN flood attack.
    net.ipv4.tcp_syncookies = 1
    # Disable packet forwarding.
    net.ipv4.ip_forward = 0
    net.ipv6.conf.all.forwarding = 0
    #### ipv4 networking ####
    ## TCP SYN cookie protection
    ## helps protect against SYN flood attacks
    ## only kicks in when net.ipv4.tcp_max_syn_backlog is reached
    net.ipv4.tcp_syncookies = 1
    ## protect against tcp time-wait assassination hazards
    ## drop RST packets for sockets in the time-wait state
    ## (not widely supported outside of linux, but conforms to RFC)
    net.ipv4.tcp_rfc1337 = 1
    ## tcp timestamps
    ## + protect against wrapping sequence numbers (at gigabit speeds)
    ## + round trip time calculation implemented in TCP
    ## - causes extra overhead and allows uptime detection by scanners like nmap
    ## enable @ gigabit speeds
    net.ipv4.tcp_timestamps = 0
    #net.ipv4.tcp_timestamps = 1
    ## source address verification (sanity checking)
    ## helps protect against spoofing attacks
    net.ipv4.conf.all.rp_filter = 1
    ## disable ALL packet forwarding (not a router, disable it)
    net.ipv4.ip_forward = 0
    ## log martian packets
    net.ipv4.conf.all.log_martians = 1
    ## ignore echo broadcast requests to prevent being part of smurf attacks
    net.ipv4.icmp_echo_ignore_broadcasts = 1
    ## optionally, ignore all echo requests
    ## this is NOT recommended, as it ignores echo requests on localhost as well
    #net.ipv4.icmp_echo_ignore_all = 1
    ## ignore bogus icmp errors
    net.ipv4.icmp_ignore_bogus_error_responses = 1
    ## IP source routing (insecure, disable it)
    net.ipv4.conf.all.accept_source_route = 0
    ## send redirects (not a router, disable it)
    net.ipv4.conf.all.send_redirects = 0
    ## ICMP routing redirects (only secure)
    net.ipv4.conf.all.accept_redirects = 0
    net.ipv4.conf.all.secure_redirects = 1
    # Enable IPv6 Privacy Extensions
    net.ipv6.conf.default.use_tempaddr = 2
    net.ipv6.conf.all.use_tempaddr = 2
    Temperatures look fine. Environment: around 28 C, CPU cores: 45-48 C, Nvidia graphics card: 62-68 C (8600M GT has always been that hot for me even older generations, again no idea why).
    If it's hardware-related, I could save up for an ethernet to usb card or an ethernet express card. I'm more inclined towards an express card because of USB's CPU utilization and shared bus between all USB ports and I'd rather use it for external devices like HDDs. However, ethernet express cards are rather expensive, between 25 and 60 euros here, and I don't know if I should opt for a cheaper alternative which could lack shielding or be a clone.
    Any help is appreciated greatly. Thank you in advance.
    Edit:
    Forgot to add dmesg's output.
    [ 8.518175] atl1 0000:02:00.0: version 2.1.3
    [ 13.471976] atl1 0000:02:00.0: irq 49 for MSI/MSI-X
    [ 13.472104] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 99.704173] atl1 0000:02:00.0: eth0 link is down
    [ 101.279006] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 101.308117] atl1 0000:02:00.0: eth0 link is down
    [ 102.947715] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 106.427952] atl1 0000:02:00.0: eth0 link is down
    [ 108.053870] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 242.239498] atl1 0000:02:00.0: eth0 link is down
    [ 243.842384] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 363.858664] atl1 0000:02:00.0: eth0 link is down
    [ 365.453320] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 444.478455] atl1 0000:02:00.0: eth0 link is down
    [ 446.039661] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 659.321157] atl1 0000:02:00.0: eth0 link is down
    [ 660.929705] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 661.531185] atl1 0000:02:00.0: eth0 link is down
    [ 663.085447] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 775.755396] atl1 0000:02:00.0: eth0 link is down
    [ 777.291540] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 828.348018] atl1 0000:02:00.0: eth0 link is down
    [ 829.967311] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 972.208987] atl1 0000:02:00.0: eth0 link is down
    [ 973.810362] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1176.850175] atl1 0000:02:00.0: eth0 link is down
    [ 1178.466031] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1207.856123] atl1 0000:02:00.0: eth0 link is down
    [ 1209.493219] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1363.706768] atl1 0000:02:00.0: eth0 link is down
    [ 1365.335095] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1382.682982] atl1 0000:02:00.0: eth0 link is down
    [ 1384.274151] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1414.406624] atl1 0000:02:00.0: eth0 link is down
    [ 1415.954979] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1433.954594] atl1 0000:02:00.0: eth0 link is down
    [ 1435.572408] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1510.688833] atl1 0000:02:00.0: eth0 link is down
    [ 1512.310093] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    [ 1645.993075] atl1 0000:02:00.0: eth0 link is down
    [ 1647.595327] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
    Another thing. Disabling wake-on-lan on eth0 has no effect, even when done manually with ethtool, the output shows that wol is disabled but on poweroff the ethernet port's led on the router to which the laptop is connected is still on. I guess this could point to a defective ethernet controller, sigh.
    Last edited by Rayet (2013-07-22 13:21:33)

    You know, it sometimes helps to be specific.
    Drive make, model, even firmware.
    Seagate had a bunch of drives last year that would take 90 minutes to wake from sleep that drove people crazy (but seemed to be mostly or more common with iMac).
    Hardware Monitor has a warning and probably something in the readme (those things you are suppose to read before installing?).
    Stripped down system and minimal extras really does prove to to work better, fewer "side effects" and less trouble.
    And when you do have your system installed, backup. Don't use it for anything else. I have had to resort to one of those backups more than I like now with Mac Pro. Put it on a FW400 drive and put it on a shelf.
    Testing - make a list of what you add or change. Then let it run for a couple days that way before adding something else.
    Zap the PRAM and reset the SMC. Run Apple Hardware Test. Maybe there is a problem - or you have a USB or FW device that interferes. Or driver.
    In some ways, I think Vista and XP lets you see and control all the startupitems better.

  • Wireless Network Connection keeps going down

    I have an Intel WiFi Link 5100 using the iwlwifi driver. The network comes up when I boot and works fine for a while, then suddenly stops. The card is still recognized, but I can't bring up a connection.
    rfkill list
    0: acer-wireless: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    ip addr list wlp2s0
    3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 00:24:d6:2d:ed:dc brd ff:ff:ff:ff:ff:ff
    iwconfig wlp2s0
    wlp2s0 IEEE 802.11abgn ESSID:off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    ifconfig wlp2s0 up
    SIOCSIFFLAGS: Connection timed out
    From Journalctl
    Jun 20 10:13:17 europa sudo[26462]: meskarune : TTY=pts/1 ; PWD=/home/meskarune ; USER=root ; COMMAND=/usr/bin/ifconfig wlp2s0 up
    Jun 20 10:13:17 europa sudo[26462]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Jun 20 10:13:17 europa kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jun 20 10:13:17 europa kernel: iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    Jun 20 10:13:22 europa sudo[26462]: pam_unix(sudo:session): session closed for user root
    Jun 20 10:13:22 europa kernel: iwlwifi 0000:02:00.0: Failed to load firmware chunk!
    Jun 20 10:13:22 europa kernel: iwlwifi 0000:02:00.0: Could not load the [0] uCode section
    Jun 20 10:13:22 europa kernel: iwlwifi 0000:02:00.0: Failed to run INIT ucode: -110
    Jun 20 10:13:22 europa kernel: iwlwifi 0000:02:00.0: Unable to initialize device.
    dmesg
    [ 3084.680206] perf interrupt took too long (2510 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
    [ 5484.851964] cfg80211: Calling CRDA to update world regulatory domain
    [14751.558150] perf interrupt took too long (5005 > 4960), lowering kernel.perf_event_max_sample_rate to 25200
    [82658.795235] chrome[713]: segfault at f1ca0300008 ip 00007f182a58115b sp 00007ffdf3dee850 error 4 in chrome[7f1828ae5000+591e000]
    [105406.598441] cfg80211: Calling CRDA to update world regulatory domain
    [168945.252689] WebCore: Worker[739]: segfault at 18840f000009 ip 00007f182a590a1b sp 00007f1813ef45d0 error 4 in chrome[7f1828ae5000+591e000]
    [235374.168488] iwlwifi 0000:02:00.0: Error sending REPLY_ADD_STA: time out after 2000ms.
    [235374.168516] iwlwifi 0000:02:00.0: Current CMD queue read_ptr 146 write_ptr 149
    [235374.168541] iwlwifi 0000:02:00.0: Loaded firmware version: 8.83.5.1 build 33692
    [235374.168607] iwlwifi 0000:02:00.0: Start IWL Error Log Dump:
    [235374.168611] iwlwifi 0000:02:00.0: Status: 0x0000004C, count: -1
    [235374.168615] iwlwifi 0000:02:00.0: 0xFFFFFFFF | ADVANCED_SYSASSERT
    [235374.168618] iwlwifi 0000:02:00.0: 0xFFFFFFFF | uPc
    [235374.168622] iwlwifi 0000:02:00.0: 0xFFFFFFFF | branchlink1
    [235374.168625] iwlwifi 0000:02:00.0: 0xFFFFFFFF | branchlink2
    [235374.168628] iwlwifi 0000:02:00.0: 0xFFFFFFFF | interruptlink1
    [235374.168632] iwlwifi 0000:02:00.0: 0xFFFFFFFF | interruptlink2
    [235374.168635] iwlwifi 0000:02:00.0: 0xFFFFFFFF | data1
    [235374.168638] iwlwifi 0000:02:00.0: 0xFFFFFFFF | data2
    [235374.168641] iwlwifi 0000:02:00.0: 0xFFFFFFFF | line
    [235374.168645] iwlwifi 0000:02:00.0: 0xFFFFFFFF | beacon time
    [235374.168648] iwlwifi 0000:02:00.0: 0xFFFFFFFF | tsf low
    [235374.168651] iwlwifi 0000:02:00.0: 0xFFFFFFFF | tsf hi
    [235374.168655] iwlwifi 0000:02:00.0: 0xFFFFFFFF | time gp1
    [235374.168658] iwlwifi 0000:02:00.0: 0xFFFFFFFF | time gp2
    [235374.168661] iwlwifi 0000:02:00.0: 0xFFFFFFFF | time gp3
    [235374.168665] iwlwifi 0000:02:00.0: 0xFFFFFFFF | uCode version
    [235374.168668] iwlwifi 0000:02:00.0: 0xFFFFFFFF | hw version
    [235374.168671] iwlwifi 0000:02:00.0: 0xFFFFFFFF | board version
    [235374.168674] iwlwifi 0000:02:00.0: 0xFFFFFFFF | hcmd
    [235374.168678] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr0
    [235374.168681] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr1
    [235374.168684] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr2
    [235374.168688] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr3
    [235374.168691] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr4
    [235374.168694] iwlwifi 0000:02:00.0: 0xFFFFFFFF | isr_pref
    [235374.168697] iwlwifi 0000:02:00.0: 0xFFFFFFFF | wait_event
    [235374.168701] iwlwifi 0000:02:00.0: 0xFFFFFFFF | l2p_control
    [235374.168704] iwlwifi 0000:02:00.0: 0xFFFFFFFF | l2p_duration
    [235374.168707] iwlwifi 0000:02:00.0: 0xFFFFFFFF | l2p_mhvalid
    [235374.168711] iwlwifi 0000:02:00.0: 0xFFFFFFFF | l2p_addr_match
    [235374.168714] iwlwifi 0000:02:00.0: 0xFFFFFFFF | lmpm_pmg_sel
    [235374.168717] iwlwifi 0000:02:00.0: 0xFFFFFFFF | timestamp
    [235374.168721] iwlwifi 0000:02:00.0: 0xFFFFFFFF | flow_handler
    [235374.168755] iwlwifi 0000:02:00.0: Log capacity -1 is bogus, limit to 256 entries
    [235374.168759] iwlwifi 0000:02:00.0: Log write index -1 is bogus, limit to 256
    [235374.168763] iwlwifi 0000:02:00.0: Start IWL Event Log Dump: display last 20 entries
    [235374.168796] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168828] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168860] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168893] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168925] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168958] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.168991] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169023] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169055] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169088] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169120] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169153] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169185] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169217] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169250] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169282] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169315] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169347] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169379] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169412] iwlwifi 0000:02:00.0: EVT_LOGT:4294967295:0xffffffff:4294967295
    [235374.169426] wlp2s0: HW problem - can not stop rx aggregation for e0:91:f5:72:87:80 tid 0
    [235374.169444] iwlwifi 0000:02:00.0: Command REPLY_ADD_STA failed: FW Error
    [235374.169449] wlp2s0: failed to remove key (0, e0:91:f5:72:87:80) from hardware (-5)
    [235374.169787] ieee80211 phy0: Hardware restart was requested
    [235374.169880] iwlwifi 0000:02:00.0: iwl_trans_wait_tx_queue_empty bad state = 0
    [235374.170059] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [235374.170145] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [235379.172128] iwlwifi 0000:02:00.0: Failed to load firmware chunk!
    [235379.172137] iwlwifi 0000:02:00.0: Could not load the [0] uCode section
    [235379.172338] iwlwifi 0000:02:00.0: Failed to run INIT ucode: -110
    [235379.172465] iwlwifi 0000:02:00.0: Unable to initialize device.
    [235379.172468] ------------[ cut here ]------------
    [235379.172489] WARNING: CPU: 0 PID: 24718 at net/mac80211/util.c:1780 ieee80211_reconfig+0x15a4/0x19b0 [mac80211]()
    [235379.172491] Hardware became unavailable during restart.
    [235379.172493] Modules linked in: fuse ctr ccm hid_generic uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core joydev mousedev v4l2_common usbhid videodev iTCO_wdt iTCO_vendor_support media msr hid_multitouch snd_hda_codec_hdmi arc4 acer_wmi sparse_keymap snd_hda_codec_realtek snd_hda_codec_generic iwldvm led_class mac80211 snd_hda_intel intel_rapl iwlwifi intel_soc_dts_thermal intel_powerclamp coretemp kvm_intel snd_hda_controller kvm snd_hda_codec cfg80211 crct10dif_pclmul snd_hwdep crc32_pclmul crc32c_intel r8169 ghash_clmulni_intel mii cryptd rfkill snd_pcm serio_raw pcspkr snd_timer snd soundcore i2c_i801 lpc_ich shpchp mei_txe mei thermal i2c_hid hid battery wmi int3400_thermal ac acpi_thermal_rel i2c_designware_platform i2c_designware_core processor_thermal_device int3403_thermal iosf_mbi
    [235379.172551] int340x_thermal_zone evdev spi_pxa2xx_platform mac_hid processor sch_fq_codel ext4 crc16 mbcache jbd2 sd_mod atkbd libps2 ahci libahci xhci_pci xhci_hcd usbcore usb_common libata scsi_mod i8042 serio i915 button intel_gtt i2c_algo_bit video drm_kms_helper drm i2c_core
    [235379.172579] CPU: 0 PID: 24718 Comm: kworker/0:0 Not tainted 4.0.5-1-ARCH #1
    [235379.172581] Hardware name: Acer Aspire E3-111/Roxy, BIOS V1.11 06/13/2014
    [235379.172591] Workqueue: events ieee80211_restart_work [mac80211]
    [235379.172593] 0000000000000000 000000005ffbda56 ffff88000fc8bca8 ffffffff81574c93
    [235379.172597] 0000000000000000 ffff88000fc8bd00 ffff88000fc8bce8 ffffffff81074dda
    [235379.172601] ffff88000fc8bcc8 00000000ffffff92 ffff8800752006a0 ffff880079217f00
    [235379.172606] Call Trace:
    [235379.172615] [<ffffffff81574c93>] dump_stack+0x4c/0x6e
    [235379.172621] [<ffffffff81074dda>] warn_slowpath_common+0x8a/0xc0
    [235379.172625] [<ffffffff81074e65>] warn_slowpath_fmt+0x55/0x70
    [235379.172638] [<ffffffffa06e2e14>] ieee80211_reconfig+0x15a4/0x19b0 [mac80211]
    [235379.172648] [<ffffffffa06ac342>] ieee80211_restart_work+0x42/0x80 [mac80211]
    [235379.172653] [<ffffffff8108da3b>] process_one_work+0x14b/0x470
    [235379.172657] [<ffffffff8108e188>] worker_thread+0x48/0x4b0
    [235379.172662] [<ffffffff8108e140>] ? init_pwq.part.7+0x10/0x10
    [235379.172666] [<ffffffff8108e140>] ? init_pwq.part.7+0x10/0x10
    [235379.172670] [<ffffffff81093418>] kthread+0xd8/0xf0
    [235379.172674] [<ffffffff81576857>] ? schedule+0x37/0x90
    [235379.172678] [<ffffffff81093340>] ? kthread_worker_fn+0x170/0x170
    [235379.172682] [<ffffffff8157a4d8>] ret_from_fork+0x58/0x90
    [235379.172686] [<ffffffff81093340>] ? kthread_worker_fn+0x170/0x170
    [235379.172689] ---[ end trace 3b8c4bcc87192480 ]---
    [235379.172721] ------------[ cut here ]------------
    [235379.172733] WARNING: CPU: 0 PID: 24718 at net/mac80211/driver-ops.h:12 ieee80211_do_stop+0x915/0x940 [mac80211]()
    [235379.172735] wlp2s0: Failed check-sdata-in-driver check, flags: 0x4
    [235379.172737] Modules linked in: fuse ctr ccm hid_generic uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core joydev mousedev v4l2_common usbhid videodev iTCO_wdt iTCO_vendor_support media msr hid_multitouch snd_hda_codec_hdmi arc4 acer_wmi sparse_keymap snd_hda_codec_realtek snd_hda_codec_generic iwldvm led_class mac80211 snd_hda_intel intel_rapl iwlwifi intel_soc_dts_thermal intel_powerclamp coretemp kvm_intel snd_hda_controller kvm snd_hda_codec cfg80211 crct10dif_pclmul snd_hwdep crc32_pclmul crc32c_intel r8169 ghash_clmulni_intel mii cryptd rfkill snd_pcm serio_raw pcspkr snd_timer snd soundcore i2c_i801 lpc_ich shpchp mei_txe mei thermal i2c_hid hid battery wmi int3400_thermal ac acpi_thermal_rel i2c_designware_platform i2c_designware_core processor_thermal_device int3403_thermal iosf_mbi
    [235379.172786] int340x_thermal_zone evdev spi_pxa2xx_platform mac_hid processor sch_fq_codel ext4 crc16 mbcache jbd2 sd_mod atkbd libps2 ahci libahci xhci_pci xhci_hcd usbcore usb_common libata scsi_mod i8042 serio i915 button intel_gtt i2c_algo_bit video drm_kms_helper drm i2c_core
    [235379.172810] CPU: 0 PID: 24718 Comm: kworker/0:0 Tainted: G W 4.0.5-1-ARCH #1
    [235379.172812] Hardware name: Acer Aspire E3-111/Roxy, BIOS V1.11 06/13/2014
    [235379.172820] Workqueue: events ieee80211_restart_work [mac80211]
    [235379.172822] 0000000000000000 000000005ffbda56 ffff88000fc8bb28 ffffffff81574c93
    [235379.172826] 0000000000000000 ffff88000fc8bb80 ffff88000fc8bb68 ffffffff81074dda
    [235379.172830] ffff88000fc8bb90 ffff880074f6a8c0 ffff8800752006a0 ffff880075201550
    [235379.172834] Call Trace:
    [235379.172838] [<ffffffff81574c93>] dump_stack+0x4c/0x6e
    [235379.172843] [<ffffffff81074dda>] warn_slowpath_common+0x8a/0xc0
    [235379.172847] [<ffffffff81074e65>] warn_slowpath_fmt+0x55/0x70
    [235379.172860] [<ffffffffa06db7bb>] ? ieee80211_clear_tx_pending+0x4b/0x70 [mac80211]
    [235379.172871] [<ffffffffa06c44b5>] ieee80211_do_stop+0x915/0x940 [mac80211]
    [235379.172876] [<ffffffff8149c57d>] ? dev_deactivate_many+0x22d/0x270
    [235379.172887] [<ffffffffa06c44fa>] ieee80211_stop+0x1a/0x20 [mac80211]
    [235379.172892] [<ffffffff814719ad>] __dev_close_many+0x9d/0x100
    [235379.172896] [<ffffffff81471aa1>] dev_close_many+0x91/0x140
    [235379.172900] [<ffffffff81476a05>] dev_close.part.18+0x45/0x70
    [235379.172904] [<ffffffff81476a51>] dev_close+0x21/0x30
    [235379.172915] [<ffffffffa0488c95>] cfg80211_shutdown_all_interfaces+0x45/0xb0 [cfg80211]
    [235379.172927] [<ffffffffa06e1995>] ieee80211_reconfig+0x125/0x19b0 [mac80211]
    [235379.172936] [<ffffffffa06ac342>] ieee80211_restart_work+0x42/0x80 [mac80211]
    [235379.172941] [<ffffffff8108da3b>] process_one_work+0x14b/0x470
    [235379.172945] [<ffffffff8108e188>] worker_thread+0x48/0x4b0
    [235379.172949] [<ffffffff8108e140>] ? init_pwq.part.7+0x10/0x10
    [235379.172953] [<ffffffff8108e140>] ? init_pwq.part.7+0x10/0x10
    [235379.172957] [<ffffffff81093418>] kthread+0xd8/0xf0
    [235379.172961] [<ffffffff81576857>] ? schedule+0x37/0x90
    [235379.172965] [<ffffffff81093340>] ? kthread_worker_fn+0x170/0x170
    [235379.172969] [<ffffffff8157a4d8>] ret_from_fork+0x58/0x90
    [235379.172973] [<ffffffff81093340>] ? kthread_worker_fn+0x170/0x170
    [235379.172976] ---[ end trace 3b8c4bcc87192481 ]---
    [235379.173699] cfg80211: Calling CRDA to update world regulatory domain
    [236012.006869] midori[23889]: segfault at ffffffff ip 00007ff15de26315 sp 00007ffe66a8f180 error 4 in libglib-2.0.so.0.4400.1[7ff15ddc0000+10c000]

    Power management is already disabled, you can see that from the output of "iwconfig wlp2s0". It was the first thing I tried. I also tried turning off wireless N which was suggested in the wiki and that did not help either, so I caved and posted to the forums.
    Last edited by Meskarune (2015-06-20 21:57:33)

  • RAC and instance goes down, transaction state?

    I was talking to our physical DBAs, and they told me that when the RAC node you're connected to goes down:
    1) if you're mid-query, your process gets transferred to another node
    2) if you're not currently running a query, but you are in the middle of a transaction (ie no rollback or commit), that you lose the state of your transaction
    I've seen 1) in action, but I haven't heard anything like 2). Is it true? They couldn't remember if they'd read it in the manuals, but they had heard it mentioned on more than 1 occasion during demonstrations.
    -Chuck

    What version of Oracle?
    What kind of Application?
    For most of the history of OPS/RAC if you are connected to an instance in the middle of a transaction or not when the instance you are connected to dies you must reconnect. Only if an Oranet fail-over connection was configured could you successfully reconnet asking for the same instance, though you would actually be connected to one of the available instances.
    Any work in process was rolled back by another node.
    Only with the advent of automatic transaction failover, ATF, would work on the dieing instance transfer to another instance. This works only if the application is coded to perform this task and when it first came out only for Select statements.
    HTH -- Mark D Powell --

  • If Oracle DB Connection goes down,it should reconnect the DB again

    Hi All,
    I have a serious problem while running java process all the day. Sometimes I get following errors:
    1. (***ERROR) java.sql.SQLException: OALL8 is in an inconsistent state.
    2. (***ERROR) java.sql.SQLException: Io exception: Broken pipe
    (***ERROR) java.sql.SQLException: Io exception: Broken pipe
    (***ERROR) java.sql.SQLException: Closed Connection
    3. (***ERROR) java.sql.SQLException: No more data to read from socket.
    The above exceptions are not coming everyday.But sometimes it gives exceptions and because of that my java process will not run until it restarts the program.
    I do know, because of oracle server down some of exceptions are coming. But what I wanted to do is if once the oracle server is up , my java application has to reconnect to the DB.
    My idea is when java throws SQLException because of oracle server down, in the exception block it has to reconnect to the DB again by checking for right SQLERROR.
    I am using JRE 1.4.2_10, JDBC Thin driver and Oracle 10g.
    About Oracle DataSource am using JDBC 3.0 concepts which includes
    OracleConnectionCacheManager and
    Oracle DataSource
    Can anybody help me on this to resolve the above exceptions.
    Thanks in advance.

    Actually, we are implementing Fast Connection Failover in our
    application. Wwhenever one server instance goes down, java has to
    map to another instance by taking all the required connections and
    when server backs up then oracle has to do load balancing with all
    the server instances.So you do already solve connection problem, right?
    In the Java application, it sends array of hundred records to oracle all
    the time. Is it because of sending huge arrays it is giving exception
    java.sql.SQLException: OALL8 is in an inconsistent state.
    Please help me out in solving the exceptions am getting.i think the exception raise not because you sending a huge arrays,
    but because the connection broken in the middle of sending array.
    you can get another connection when that exception occurs.
    i'm not sure... i hope this can help you about handling that exception :
    boolean success = false;
    // will repeatly get available any connection until your transfer successfull
    // or datasource does not has connection available anymore.
    while (!success && isConnectionAvailable()) {
       Connection c = null;
       // Statement s = null;
       // ResultSet r = null;
       try {
          c = ds.getConnection();
          c.setAutoCommit(false);
          // send your array here
          // only commit when all data sent
          c.commit();
          c.setAutoCommit(true);
          success = true;
       } catch (SQLException sqlEx) {
          if (sqlEx.getErrorCode() == SERVER_DOWN) {
             // not sure this is needed...
             // when connection broken your partial sent data will not saved in db
             // because we set off auto-commit.
             // & actually calling rollback when connection is broken only raise
             // another sql exception ;P
             if (c.isValid(0)) c.rollback();
             // log exception information
       } finally {
          // close result set
          // close statement
          DbUtils.closeQuietly(c);
    }

  • SSRS Reporting manages goes down frequently. ERROR: The underlying connection was closed: An unexpected error occurred on a send.

    We have been experiencing issues with SSRS over the past 5 weeks, the service goes down frequently. And it comes up only on reboot of the server.
    We had also disabled the On Access scan in Mcafee.
    The service is in use for about two years, and the below error started occuring over the last few days. Please advise on this.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: The underlying connection was closed: An unexpected error occurred on a send.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: HTTP status code --> 500
    -------Details--------
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.ConnectStream.WriteHeaders(Boolean async)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
       at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
       at Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel level)
       at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:46:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at    at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListChildrenAction(/Data Sources, False).
    webserver!ReportServer_0-1!1c90!08/14/2014-18:13:51:: i INFO: Processed folder '/Data Sources'
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to GetItemTypeAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListParentsAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListChildrenAction(/, False).
    webserver!ReportServer_0-1!68c!08/14/2014-18:13:56:: i INFO: Processed folder '/'

    Hi SThiyag,
    Based on your error message, it may be related to the “SecureConnectionLevel” in the RSReportServer.config file. Please go to C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer, use Notepad to open the RSReportServer.config,
    modify <Add Key="SecureConnectionLevel" Value="0"/>, change the value into "1" or "2".
    (Note: Please backup the file before modify it.)
    Acceptable values are: 
    3 Most secure—Use SSL for absolutely everything.
    2 Secure—Use SSL for rendering and methods that pass credentials but don't insist on it for all SOAP calls.
    1 Basic Security—Accepts http but rejects any calls that might be involved in the passing of credentials.
    0 Least Secure—Don't use SSL at all
    Here is a blog for error message "The underlying connection was closed...", please refer to the link below:
    http://blogs.msdn.com/b/engelsr/archive/2005/11/29/the-underlying-connection-was-closed.aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • I am having a macbook pro 13" whenever I connect my reliance net connect to it the volume goes down by 50% automatically can anybody help me out?.

    I am having a macbook pro 13" whenever I connect my reliance netconnect to it its volume goes down by 50%...

    The problem is the Reliance software.  You can verify this in the crash report.  Try bypassing the Reliance software and just use the Network System Preference pane.  Enter the same infromation there as you would in the Reliance software.  Then hit "connect."  It's worked pretty well for me.

  • Router goes down after Wi-Fi connecting my iPhone 5s

    Hello,
    Yes, simple as that, every time I connect my iPhone 5s to the home broadband, the router goes down for a few minutes and then it comes back, then goes down again and on ... (Never ending loop).
    I made sure that it's related to my iPhone when the browser gone offline on my Macbook, when I turned the Wi-Fi off in my iPhone the router was on again.
    Could it be a conflict or something?
    Any suggestion will be good!
    Many thanks and much appreciated.

    Resetting Network Settings means that the saved password that enabled your iPhone to connect to your WiFi router was erased. You are now reentering that password. Most likely you are entering the password incorrectly or are entering an old password or the wrong password.
    Check that the password that you are using is absolutely, positively, the correct and current password for your router. Make sure that you are not confused l with 1, O with 0, etc.

  • Hard Drive connected - Space Available never goes down when deleting files?

    I have tried 2 different USB drives connected to the new airport N router.
    Both drives work fine, an 80 GB maxtor, then replaced it with a 500GB usb seagate drive. Both drives have the same problem.
    I only hook one drive up and copy over files to the drive. The space available shows up fine, but when I delete any files, the space available never goes down.
    Any ideas how to fix this or is this just a nice big glitch?

    Anyone with a hard drive connected to the N router.
    Just copy some files the drive, then delete them while watching space available. The space available never goes down. What gives? Anyone else seeing this problem?

  • HT4060 Bought a new ipad and now its down to 28% so I am trying to charge it by the plug in but instead of going  up its going down in %

    Trying to figure out how to charge my new ipad wi-fi cellar.  I plugged it in but instead of going up in % is still going down and its now showing me that its charging like a cell phone does.  When I started to charge it, it was 28% now its 27%.  Its plugged into a wall.

    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • Secondary DNS failing to redirect clients when Primary DNS goes down

    I have a single domain with two Windows 2008 servers, DC1 (physical) and DC2 (virtual).  Both servers run DNS and are GC servers, and the entire domain is on the same subnet (192.168.0.x). 
    All clients on the network are configured to use DC1 as primary DNS, DC2 as secondary DNS. 
    DHCP is enabled only on DC1.  (This might be part of the issue, not sure).
    The problem is that when DC1 goes down for a reboot or repair, we lose access to the internet from our clients.  Trying to pull up any website results in a "Page cannot be displayed" error.  DC2 is available during this time and can be
    pinged from any client but does not resolve DNS requests, even if I specify it as the primary DNS server on one of my workstations.  However I can log on to DC2 locally and browse the web. 
    Here are the results of a DCdiag /dnsall from DC2 (I bolded areas of concern):
    Directory Server Diagnosis
    Performing initial setup:
       * Connecting to directory service on server DC2.
       * Identified AD Forest.
       Collecting AD specific global data
       * Collecting site info.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=mydomain,DC=com,LDAP_SCOPE_SUBTREE,(objectCategory=ntDSSiteSettings),.......
       The previous call succeeded
       Iterating through the sites
       Looking at base site object: CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=mydomain,DC=com
       Getting ISTG and options for the site
       * Identifying all servers.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=mydomain,DC=com,LDAP_SCOPE_SUBTREE,(objectClass=ntDSDsa),.......
       The previous call succeeded....
       The previous call succeeded
       Iterating through the list of servers
       Getting information for the server CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=mydomain,DC=com
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       Getting information for the server CN=NTDS Settings,CN=DC2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=mydomain,DC=com
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       * Identifying all NC cross-refs.
       * Found 2 DC(s). Testing 1 of them.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\DC2
          Starting test: Connectivity
    * Active Directory LDAP Services Check
    Determining IP4 connectivity
    Determining IP6 connectivity
    * Active Directory RPC Services Check
    ......................... DC2 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\DC2
          Test omitted by user request: Advertising
          Test omitted by user request: CheckSecurityError
          Test omitted by user request: CutoffServers
          Test omitted by user request: FrsEvent
          Test omitted by user request: DFSREvent
          Test omitted by user request: SysVolCheck
          Test omitted by user request: KccEvent
          Test omitted by user request: KnowsOfRoleHolders
          Test omitted by user request: MachineAccount
          Test omitted by user request: NCSecDesc
          Test omitted by user request: NetLogons
          Test omitted by user request: ObjectsReplicated
          Test omitted by user request: OutboundSecureChannels
          Test omitted by user request: Replications
          Test omitted by user request: RidManager
          Test omitted by user request: Services
          Test omitted by user request: SystemLog
          Test omitted by user request: Topology
          Test omitted by user request: VerifyEnterpriseReferences
          Test omitted by user request: VerifyReferences
          Test omitted by user request: VerifyReplicas
          Starting test: DNS
    DNS Tests are running and not hung. Please wait a few minutes...
    See DNS test in enterprise tests section for results
    ......................... DC2 passed test DNS
       Running partition tests on : ForestDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : DomainDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Schema
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Configuration
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : mydomain
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running enterprise tests on : mydomain.com
          Starting test: DNS
    Test results for domain controllers:
     DC: DC2.mydomain.com
    Domain: mydomain.com
    TEST: Authentication (Auth)
    Authentication test: Successfully completed
    TEST: Basic (Basc)
                      Microsoftr Windows Serverr 2008 Standard 
    (Service Pack level: 2.0)
    is supported
    NETLOGON service is running
    kdc service is running
    DNSCACHE service is running
                      DNS service is running
    DC is a DNS server
    Network adapters information:
    Adapter [00000006] Intel(R) PRO/1000 MT Network Connection:
    MAC address is 00:0C:29:91:59:68
    IP Address is static
    IP address: 192.168.0.249
    DNS servers:
    192.168.0.105 (DC1.mydomain.com.) [Valid]
    127.0.0.1 (DC2) [Valid]
    The A host record(s) for this DC was found
    Warning: The AAAA record for this DC was not found
    [Error details: 9501 (Type: Win32 - Description: No records found for given DNS query.) - mydomain.com]
                      The SOA record for the Active Directory zone was found
    The Active Directory zone on this DC/DNS server was found primary
    Root zone on this DC/DNS server was not found
    TEST: Forwarders/Root hints (Forw)
    Recursion is enabled
    Forwarders Information:
    192.168.0.105 (DC1.mydomain.com.) [Valid]
    192.168.0.7 (<name unavailable>) [Invalid (unreachable)]
     Error: Forwarders list has invalid forwarder: 192.168.0.7 (<name unavailable>)
    TEST: Delegations (Del)
    Delegation information for the zone: mydomain.com.
    Delegated domain name: _msdcs.mydomain.com.
    DNS server: DC1.mydomain.com. IP:192.168.0.105 [Valid]
    TEST: Dynamic update (Dyn)
    Test record _dcdiag_test_record added successfully in zone mydomain.com
    Test record _dcdiag_test_record deleted successfully in zone mydomain.com
    TEST: Records registration (RReg)
    Network Adapter
    [00000006] Intel(R) PRO/1000 MT Network Connection:
    Matching CNAME record found at DNS server 192.168.0.105:
    a32fcfbd-16bb-4697-a23d-20fc3b8c274c._msdcs.mydomain.com
    Matching A record found at DNS server 192.168.0.105:
    DC2.mydomain.com
    Warning:
    Missing AAAA record at DNS server 192.168.0.105:
    DC2.mydomain.com
    [Error details: 9501 (Type: Win32 - Description: No records found for given DNS query.)]
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.ac09921d-4553-475e-b25c-059742ac0552.domains._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kerberos._tcp.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kerberos._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kerberos._udp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kpasswd._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _kerberos._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.gc._msdcs.mydomain.com
    Matching A record found at DNS server 192.168.0.105:
    gc._msdcs.mydomain.com
    Warning:
    Missing AAAA record at DNS server 192.168.0.105:
    gc._msdcs.mydomain.com
    [Error details: 9501 (Type: Win32 - Description: No records found for given DNS query.)]
    Matching  SRV record found at DNS server 192.168.0.105:
    _gc._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.105:
    _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.mydomain.com
    Matching CNAME record found at DNS server 192.168.0.249:
            a32fcfbd-16bb-4697-a23d-20fc3b8c274c._msdcs.mydomain.com
    Matching A record found at DNS server 192.168.0.249:
    DC2.mydomain.com
    Warning:
    Missing AAAA record at DNS server 192.168.0.249:
    DC2.mydomain.com
    [Error details: 9501 (Type: Win32 - Description: No records found for given DNS query.)]
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.ac09921d-4553-475e-b25c-059742ac0552.domains._msdcs.mydomain.com
                 Matching 
    SRV record found at DNS server 192.168.0.249:
    _kerberos._tcp.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _kerberos._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _kerberos._udp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _kpasswd._tcp.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.mydomain.com
               Matching 
    SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _kerberos._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.gc._msdcs.mydomain.com
    Matching A record found at DNS server 192.168.0.249:
    gc._msdcs.mydomain.com
    Warning:
    Missing AAAA record at DNS server 192.168.0.249:
    gc._msdcs.mydomain.com
    [Error details: 9501 (Type: Win32 - Description: No records found for given DNS query.)]
    Matching  SRV record found at DNS server 192.168.0.249:
    _gc._tcp.Default-First-Site-Name._sites.mydomain.com
    Matching  SRV record found at DNS server 192.168.0.249:
    _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.mydomain.com
    Warning: Record Registrations not found in some network adapters
    TEST: External name resolution (Ext)
    Internet name www.microsoft.com was resolved successfully
    Summary of test results for DNS servers used by the above domain
    controllers:
    DNS server: 192.168.0.7 (<name unavailable>)
    1 test failure on this DNS server
    PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.168.0.7              
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
    DNS server: 192.168.0.105 (DC1.mydomain.com.)
    All tests passed on this DNS server
    Name resolution is functional._ldap._tcp SRV record for the forest root domain is registered
    DNS delegation for the domain  _msdcs.mydomain.com. is operational on IP 192.168.0.105
    DNS server: 192.168.0.249 (DC2)
    All tests passed on this DNS server
    Name resolution is functional._ldap._tcp SRV record for the forest root domain is registered
    Summary of DNS test results:
    Auth Basc Forw Del  Dyn  RReg Ext
    Domain: mydomain.com
    DC2                      
    PASS WARN FAIL PASS PASS WARN PASS
    ......................... mydomain.com failed test DNS
          Test omitted by user request: LocatorCheck
          Test omitted by user request: Intersite

    Looks like it may be trying to forward to a machine that's down (DC1 and another 192.168.0.7) and root hints aren't available.
    Check out this article:
    http://technet.microsoft.com/en-us/library/ff807391(v=ws.10).aspx
    See if you can enable DNS access through the firewall to the Internet if it's not already available.  Try to match whatever forwarder settings are on DC1, or remove them entirely and let the server resolve DNS from Internet root servers.  Alternativly,
    you could change your forwarder to a public DNS server you have access to, your ISP should supply this or you could test with something common like 4.2.2.2.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • ORA-12154 could not resolve the connect indentifier specified

    [http://www.freeimagehosting.net/image.php?793d240bb3.jpg]
    when i try to install oracle 10g i find this problem i wish you help me

    user473080 wrote:
    [http://www.freeimagehosting.net/image.php?793d240bb3.jpg]
    when i try to install oracle 10g i find this problem i wish you help meIn the future please work from a command line and use copy and paste to put commands and results in your posts. Many people's corporate nets block access to blog sites.
    I have recently blogged extensively on this very subject. See edstevensdba.wordpress.com. I can't post a link to the exact article, because my corporate website blocks access to blog sites. I have also, many many times posted on this error in this forum, which a cursory search would have turned up. But once again, back by popular request:
    =================================
    ORA-12154: TNS:could not resolve the connect identifier specified
    This error means one thing, and one thing only. The client could not find the specified entry in the tnsnames.ora file being used.
    As a follow-on to that statement, remember that when you use a dblink, the database in which the link is defined is acting as a client to the database that is the target of the link. So in this case, the tnsnames.ora file on the host of your source should have an entry for your target db, as defined in the db_link.
    And for the umpteenth time ... this error has <b><i><u>NOTHING</u></i></b> to do with the status of a listener. The connection request never got far enough to reach a listener. If anyone tells you to check a listener in response to ora-12154, they are not paying attention, or do not understand how TNS works. This error is the equivalent of not being able to place a telephone call because you don't know the number of the party you want to reach. You wouldn't debug that situation by going to the other guy's house and testing his telephone, or by going to the phone company and testing the switchboard. And you don't debug a ORA-12154 by checking the listener. If I had a top ten list of "Incredibly Simple Concepts (tm)" that should be burned into the brain of everyone who claims to be an Oracle DBA, it would include "ORA-12154 Has Nothing To Do With The Listener".
    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Additional notes on the listener: One listener is capable of listening on multiple ports. But please notice that it is the listener using these ports, not the database instance. You can't bind a specific listener port to a specific db instance. Similarly, one listener is capable of listnening on multiple IP addresses (in the case of a server with multiple NICs) But just like the port, you can't bind a specific ip address to a specific db instance.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Finding it, tns sends a request through the normal network stack to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the standard networking process delivers the message to port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, the listener will spawn a server process to act as the intermediary between your client and the database instance. Communication to the server process will be on a randomly selected available port. At that point the listener is out of the process and continues to user port 1521 to await other connection requests.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Third: If the client is on the same machine as the db instance, it is possible to connect without referencing tnsnames and without going through the listener.
    Now, when you issue a connect, say like this:
    $> sqlplus scott/tigertns will attempt to establish an IPC connection to the db instance. How does it know the name of the instance? It uses the current value of the enviornment variable ORACLE_SID. So...
    $> export ORACLE_SID=fred
    $> sqlplus scott/tigerIt will attempt to connect to the instance known as "fred". If there is no such instance, it will, of course, fail. Also, if there is no value set for ORACLE_SID, the connect will fail.
    check executing instances to get the SID
    [oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep
    oracle    4236     1  0 10:30 ?        00:00:00 ora_pmon_vlnxora1set ORACLE_SID appropriately, and connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNow set ORACLE_SID to a bogus value, and try to connect
    SQL> exit
    [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name: Now set ORACLE_SID to null, and try to connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID=
    [oracle@vmlnx01 ~]$ sqlplus /scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specifiedOk, that is how we get from the client connection request to the listener. What about the listener's part of all this?
    The listener is very simple. It's job is to listen for connection requests and make the connection (server process) between the client and the database instance. Once that connection is made, the listener is out of the picture. If you were to kill the listener, all existing connections would continue. The listener is configured with the listener.ora file, but if that file doesn't exist, the listener is quite capable of starting up with all default values. One common mistake with the listner configuration is to specify "HOST=localhost" or "HOST=127.0.01". This is a NONROUTABLE ip address. LOCALHOST and ip address 127.0.0.1 always mean "this machine on which I am sitting". So, all computers are known as "localhost" or "127.0.0.1". If you specify this address, the listener will only be capable of receiving requests from the machine on which it is running. If you specified that address in your tnsnames file - on a remote client machine - the request would be routed to the machine on which the requesting client resides. Probably not what you want.
    =====================================

  • Wireless APs going down randomly

    Hi All
    We have a situation where wireless access points are just going down randomly on our network. The situation is as follows:
    We have 2 Cisco 5508 WLCs (licensed for 250 APs each, with more licenses en-route), both running software version 7.2.103.0. Then we have a large-ish number (±300) of Cisco AIR-CAP3502I-E-K9 APs connecting to these two controllers. The APs are either connected to Cisco WS-C2960S switches, or in "older" areas of the network they are connected to WS-C2950 switches. We do not have PoE switches installed yet, so all APs are powered by power injectors (AIR-PWRINJ4=).
    Anyhat, all the access points are in FlexConnect (previously HREAP) mode, and they all connect via trunk ports to the switches in order to get the VLAN per SSID working. Both controllers are in the same mobility group, and both are in the DNS as "cisco-capwap-controller" as they are load balancing. The APs are installed about 25m apart in most areas. There is one installation where two APs are about 10m apart, but this is due to the shape of the building in which they are installed. We have no autonomous APs deployed at all...
    The problem is that some access points work for about a day, and then they just disassociate with whichever controller they were associated to, and then they just fall off the network completely. Both WLCs, the NCS, and the network monitoring system (WhatsUp Gold) show the affected APs as physically unreachable. Looking at the trunk port on the switch, it shows that the port is up and the line protocol is up, input rate is 0 bits/sec, and output rate is up to 70,000bits/sec. There are no input or output errors on the switch port. Here is the output from one such switch port:
    FastEthernet0/19 is up, line protocol is up (connected)
      Hardware is Fast Ethernet, address is dc7b.9439.da13 (bia dc7b.9439.da13)
      Description: Link to NC_K22-AP1
      MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive set (10 sec)
      Full-duplex, 100Mb/s, media type is 10/100BaseTX
      input flow-control is off, output flow-control is unsupported
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:50:20, output 00:00:00, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 71000 bits/sec, 91 packets/sec
         977358 packets input, 80661413 bytes, 0 no buffer
         Received 29925 broadcasts (16038 multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 16038 multicast, 0 pause input
         0 input packets with dribble condition detected
         37567889 packets output, 3624164243 bytes, 0 underruns
         0 output errors, 0 collisions, 1 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 PAUSE output
         0 output buffer failures, 0 output buffers swapped out
    Connecting a console cable to an affected AP is fruitless, as the AP appears to be unresponsive while it is "down". Rebooting the AP, then connecting a console cable works, but then you've lost your syslogs. Looking at the Ethernet interface on the AP, it appears as if the interface is picking up a lot of errors, especially CRC errors, which would indicate a physical cable problem.
    I got our cabling contractor out to do a cable test again, and it passes every time. We have them test both the Systimax and the Molex cable installations of affected APs, and all is OK. They use a Fluke MicroScanner² cable tester which certifies the Cat 6 cable from patch lead to flylead. No problems there, and I trust that the cable is 100% as tested.
    So I swap the power injector of an affected AP (let's call it AP A) with an AP that is not affected by this (let's call this one AP B), and AP A goes down again after a day, or sometimes only a couple of hours. AP B remains operational as usual. If I swap AP A out with a new AP (AP C), then AP C starts showing the same symptoms after about a day, and then it also just goes down. When "suspect" AP A is installed somewhere else, then it works and stays operational for, well, 58 days now. Changing the switch/switch port also makes no difference.
    This happens to one of the APs that are part of the "10m apart deployment", but it also happens to another AP that is completely on its own in a building far away from any other wireless source, so I cannot think that this could be the problem. I happens to an AP that is less than 100m away from its closest WLC, and it happens to an AP that is more than 350km away from its closest controller. All the other APs deployed in our remote campus (350km fibre link) are 100% OK. It happens to APs connected to the older WS-C2950 switches as well as the brand new WS-C2960S switches.
    I am at wits end with this one. Where could the problem be? I trust the "Big Green" company that does our cable installations, and I trust the equipment they use. I also trust both Systimax and Molex to be very good products. And I do trust Cisco, as this is the only network equipment we deploy.
    Where to from here?
    Regards
    Connie

    This issue has now been resolved. Details can be found here: http://www.cisco.com/en/US/partner/ts/fn/635/fn63537.html.
    Here is the short version:
    Problem Description:
    Calibration between DRAM and processor on AIR-CAP350x and AIR-LAP126x results in Access Points (APs) failing to boot properly. One symptom includes a white LED and no console output.
    Background:
    The root cause is the DDR memory calibration process that was performed on the Access Points (APs) at the time of manufacture. The fix recalibrates the existing memory hardware, so it will operate more reliably.
    Workaround/Solution:
    The fix for this issue is now publicly available. Go to www.cisco.com to obtain Access Point (AP) IOS code version: 15.2(2)JA or later and/or WLC software version: 7.0.235.3 (or later 7.0 release), 7.2.111.3 (or later 7.2 release) or 7.3.101.0 (or later 7.3 release).
    As of June 2012, new AP3500 and AP1260 products with version ID (VID) V02 are free of this issue.

  • Interface goes down with mds9140

    Hi
    I've a problem with both MDS 9140. The fc interface goes down and don't go up when I reboot a device connected to them with a fiber. To solved the problem I need to remove the gbic and plug it back again. I use the following version of software
    Software
    BIOS: version 1.0.8
    loader: version 1.1(2)
    kickstart: version 1.2(1a)
    system: version 1.2(1a)
    Fabrice

    It is probably a software defect where if a port is up for over 248 days, Once link is lost, it will not come back w/o a shut/no shut or manual intervention as you describe. This issue is resolved in the 1.3.4b and above code. For a 91xx, this would be a disruptive upgrade. Or, simply issue a shut/no shut on an affected port and you'll be good for another 248 days.

  • Planning server goes down when I try to delete a member in Planning Web

    Hi,
    Planning server goes down when I try to delete a member in Planning Web. I am using Hyperion Planning 4 with Tomcat 4.1.30 and Windows Server 2003.
    I am not sure whats happening. This is the exception log I am looking at:
    2009-07-24 18:19:22 ApplicationDispatcher[HyperionPlanning] Servlet.service() for servlet jsp threw exception
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    2009-07-24 18:19:22 ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[errorCode=500, location=/Error.jsp]
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    Please do help me........ how to resolve this.
    Thanks.

    Hi,
    You could try increasing the java heap size, though sometimes an issue can occur if you are trying to delete a member when a workflow process has started, do you have one running?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • How I can split the integer

    Hi guys, I am beginner in java and I have an integer number . I want to divided this integer into sub section because I want to check each section separate. Example : the credit card number 1664532112008 first '1' indicate the card type second '66453

  • Creating report based on master data

    Hi Guys, I want to create a specific report based on master data in BI cube. for example... a report which takes cost center and period as variable and display expenses for that period and cost center. This report I want to create for all cost center

  • Flash won't run or uninstall

    When a video comes up on a news site, it says flash player not installed. I checked and the site says it is installed and updated. I tried to uninstall and it tells me to close all windows. I did that and it still says close windows. I cleared cookie

  • When is the next iTouch coming out?

    WWhen is the next iTouch coming out?

  • Issue with Delivered Quantity in Schedule line level

    Hi, I have a situation where the Delivered quantity in the sales order line item is not correct. we tried creating a delivery for a line item ( after the initial partial delivery was made), the delivery document did not get saved, however the sales o