Iwl3945 module loading problem (with workaround)

I've been experiencing problems with my intel wireless card (iwl3945) not loading at boot time. The problem arose after a fresh install from a Chakra (kdemod) live CD after I got a new harddrive for my notebook. It worked fine from the live CD and immediately post-install but when I upgraded the system with "pacman -Syu" (the kernel was upgraded as part of this) the card no longer loaded during boot (i.e. wlan0 would not show up under "ifconfig -a").
I checked some threads on the iwl3945 (e.g. http://bbs.archlinux.org/viewtopic.php? … 18#p638618 and http://bbs.archlinux.org/viewtopic.php?id=73876) but couldn't find quite the same behaviour so decided to start a new thread.
It's also similar to this thread (http://bbs.archlinux.org/viewtopic.php?id=82357), but this is not for the iwl3945.
The following is a log of the problem:
$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:C5:46:C6:6A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1240 (1.2 Kb) TX bytes:1240 (1.2 Kb)
$ ifconfig wlan0 up
wlan0: unknown interface: No such device
$ lsmod | grep iwl
iwl3945 89020 0
iwlcore 107100 1 iwl3945
mac80211 155532 2 iwl3945,iwlcore
led_class 4000 3 sdhci,iwl3945,iwlcore
cfg80211 90428 3 iwl3945,iwlcore,mac80211
$ dmesg | grep iwl
iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
iwl3945: Copyright(c) 2003-2009 Intel Corporation
iwl3945 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwl3945 0000:0c:00.0: setting latency timer to 64
iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
iwl3945 0000:0c:00.0: irq 28 for MSI/MSI-X
iwl3945 0000:0c:00.0: Failed to register hw (error -2)
iwl3945 0000:0c:00.0: PCI INT A disabled
iwl3945: probe of 0000:0c:00.0 failed with error -2
Here is my rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_GB.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Dublin"
KEYMAP="uk"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(b44 mii !ipw3945 iwlcore pcspkr snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="alex-xps"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
eth0="dhcp"
# Wireless: See network profiles below
wlan0="dhcp"
#Static IP example
#eth0="eth0 134.226.144.162 netmask 255.255.0.0 broadcast 134.226.255.255"
INTERFACES=(!eth0 !eth1 !wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng hal !network wicd !networkmanager avahi-daemon avahi-dnsconfd alsa cdemud kdm)
I read somewhere that there was an issue with kill switches and that rfkill may help so I installed it from AUR. However, there didn't seem to be any block:
$ rfkill list
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
I also tried creating a modprobe.conf file as suggested in some quarters (/etc/modprobe.d/iwl3945.conf):
alias wlan0 iwl3945
options iwl3945 disable_hw_scan=1
Sadly still no luck on a reboot.
After much pulling of hair the following workaround finally did it for me. Basically even though the module doesn't load during boot I can remove it and then modprobe it manually and it then works so that I can bring up the interface:
# rmmod iwl3945
# modprobe iw3945
# ifconfig wlan0 up
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:C5:46:C6:6A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1240 (1.2 Kb) TX bytes:1240 (1.2 Kb)
wlan0 Link encap:Ethernet HWaddr 00:18:DE:1E:7B:46
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wmaster0 Link encap:UNSPEC HWaddr 00-18-DE-1E-7B-46-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
I can then use wicd to connect to my router at home (networkmanager doesn't seem to work for me with the same settings).
Hopefully this may be of some use to someone with the same issue and to any kernel gurus that may be scanning this section of the forum.

I tinkered with the rfkill module as suggested.
First checked what the default behaviour was
$ lsmod | grep rfkill
rfkill 19728 3 bluetooth,dell_laptop,cfg80211
Then blacklisted rfkill in rc.conf using "!rfkill" in the modules line
$ lsmod | grep rfkill
rfkill 19728 1 cfg80211
Unfortunately I still had to manually remove and reload iwl3945 as before.
I tried inserting the options in modprobe.conf suggested by you in your other post
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
options bluetooth rfkill=0
options dell_laptop rfkill=0
After a reboot still no wireless activity and checking rfkill module gives same as for blacklisting in rc.conf, i.e. ...
$ lsmod | grep rfkill
rfkill 19728 1 cfg80211
So still manually un/reloading as before. At least the workaround is not too labour intensive.

Similar Messages

  • SQL Loader Problem with Date Format

    Dear all,
    I am dealing with a problem in loading data with SQL Loader. The problem is in the date format.
    More specifically, I created the following Control File:
    file.ctl
    LOAD DATA
    INFILE 'D:\gbal\chatium.log'
    APPEND INTO TABLE CHAT_SL
    FIELDS TERMINATED BY WHITESPACE
    TRAILING NULLCOLS
    (SL1 DATE "Mon DD, YYYY HH:MI:SS FF3AM",
    SL2 char,
    SL3 DATE "Mon DD, YYYY HH:MI:SS FF3AM",
    SL4 char,
    SL5 char,
    SL6 char,
    SL7 char,
    SL8 char,
    SL9 char,
    SL10 char,
    SL11 char,
    SL12 char,
    SL13 char,
    SL14 char,
    SL15 char)
    The data we want to load are in the following file:
    Apr 29, 2007 12:05:49 AM 1060615 Apr 29, 2007 12:05:35 AM 306978537730 24026384 chatium.user.userinfo WAP 0
    Apr 29, 2007 12:12:51 AM 1061251 Apr 29, 2007 12:12:27 AM 306978537730 24026384 chatium.channel.list WAP 0
    Apr 29, 2007 12:12:51 AM 1061264 Apr 29, 2007 12:12:32 AM 306978537730 24026384 chatium.channel.listdetail WAP 0
    Apr 29, 2007 12:13:51 AM 1061321 Apr 29, 2007 12:13:31 AM 306978537730 24026384 chatium.user.search WAP 0
    Apr 29, 2007 12:13:51 AM 1061330 Apr 29, 2007 12:13:37 AM 306978537730 24026384 chatium.user.userinfo WAP 0
    The error log file is the following:
    SQL*Loader: Release 9.2.0.1.0 - Production on Mon Apr 30 11:29:16 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Control File: file.ctl
    Data File: D:\gbal\chatium.log
    Bad File: chatium.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table CHAT_SL, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    SL1 FIRST * WHT DATE MonDD,YYYYHH:MI:SS
    SL2 NEXT * WHT CHARACTER
    SL3 NEXT * WHT CHARACTER
    SL4 NEXT * WHT CHARACTER
    SL5 NEXT * WHT CHARACTER
    SL6 NEXT * WHT CHARACTER
    SL7 NEXT * WHT CHARACTER
    SL8 NEXT * WHT CHARACTER
    SL9 NEXT * WHT CHARACTER
    SL10 NEXT * WHT CHARACTER
    SL11 NEXT * WHT CHARACTER
    SL12 NEXT * WHT CHARACTER
    SL13 NEXT * WHT CHARACTER
    SL14 NEXT * WHT CHARACTER
    SL15 NEXT * WHT CHARACTER
    Record 1: Rejected - Error on table CHAT_SL, column SL1.
    ORA-01840: input value not long enough for date format
    Record 2: Rejected - Error on table CHAT_SL, column SL1.
    ORA-01840: input value not long enough for date format
    Record 3: Rejected - Error on table CHAT_SL, column SL1.
    ORA-01840: input value not long enough for date format
    Record 4: Rejected - Error on table CHAT_SL, column SL1.
    ORA-01840: input value not long enough for date format
    I wonder if you could help me.
    Thank you very much in advance.
    Giorgos Baliotis

    SQL> select to_date('Apr 29, 2007 12:05:49 AM','Mon DD, YYYY HH:MI:SS FF3AM') from dual;
    select to_date('Apr 29, 2007 12:05:49 AM','Mon DD, YYYY HH:MI:SS FF3AM') from dual
    ERROR at line 1:
    ORA-01821: date format not recognized
    SQL> ed
    Wrote file afiedt.buf
      1* select to_date('Apr 29, 2007 12:05:49 AM','Mon DD, YYYY HH:MI:SS AM') from dual
    SQL> /
    TO_DATE(
    29/04/07
    SQL> Then, you defined blank space as separator, but there is spaces in your date inside your file. So, you should add double-quotes around the date field like below, and add optionally enclosed by '"' into your ctlfile.
    "Apr 29, 2007 12:05:49 AM" 1060615 "Apr 29, 2007 12:05:35 AM" 306978537730 24026384 chatium.user.userinfo WAP 0
    "Apr 29, 2007 12:12:51 AM" 1061251 "Apr 29, 2007 12:12:27 AM" 306978537730 24026384 chatium.channel.list WAP 0
    "Apr 29, 2007 12:12:51 AM" 1061264 "Apr 29, 2007 12:12:32 AM" 306978537730 24026384 chatium.channel.listdetail WAP 0
    "Apr 29, 2007 12:13:51 AM" 1061321 "Apr 29, 2007 12:13:31 AM" 306978537730 24026384 chatium.user.search WAP 0
    "Apr 29, 2007 12:13:51 AM" 1061330 "Apr 29, 2007 12:13:37 AM" 306978537730 24026384 chatium.user.userinfo WAP 0Example :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#sthref477
    Nicolas.

  • Crystal 11 - Latest Service Pack loaded - problem with Kyocera printer

    Post Author: sorrock
    CA Forum: Integrated Solutions
    Hi
    We are using Crystal 11 Report Writer, and Sage ACCPAC.  Since Upgrading our ACCPAC all the crystal reports that ACCPAC utilises are coming up as garbage on the preview screen.  I have ruled out a sage issue by opening crystal directly and opening the respective report, the garbage still appears, if I change the printer that it is set to then the report appears fine.
    The printer is a Kyocera  -  fs-c8026n   the driver is a Kyocera Mita extended Driver.
    Any other printer is fine - so I am looking for anyone who has had problems with a Kyocera printing garbage.
    I have loaded the latest service pack for Crystal.
    Can anyone please help - apologies if I have put this on the incorrect forum
    Thanks
    Stacey

    Hi Jim,
    You can upgrade to CR XI R2 for free by downlaoding the trial version, install using your XI keycode and then getting a keycode for XI R2 to enable all features.
    Or to upgrade XI only then install the latest service pack will bring you up to date.
    Thank you
    Don

  • SQL*Loader problem with direct path load

    Hi all,
    Its on Oracle 9.2
    I have a sqlldr control file which has couple of columns like,
    my_column_1 ,
    my_column_2 "decode(:my_column_1,'ONE','AAA','TWO','BBB', :my_column_1)"
    The table I am loading to is in user X and I am running the load from
    user Y. Everything works fine with conventional path load (not direct
    path) as grants are made for the table to user Y.
    When I load the data with same control file with direct path, I get an
    error ,
    01031 - insufficient privileges
    Is this anything to do with the syntex I have used in the control file
    or its a privilege issue. If its a privilege issue which privilege is
    that ?
    I did following tests,
    1) Load is run with conventional path load, from user Y and the decode
    statement is in control file - Load works
    2) Load is run with direct path load, from user Y and decode statement
    is in control file - Load fails with above mentioned error
    3) Load is run with direct path load, from user Y and decode IS REMOVED
    from the control file - Load works (!!!)
    What can be the conclusion? Way out ?
    Thanks and Regards

    You need to grant
    grant lock any table to userY;
    For more information see MetaLink Note 1082550.6

  • Module loader problem

    Hi,
         when a user click on menu item., I am using module loader  to load the module which will be added as a child to the tab navigator in my main application. The user can click on same menu item more than once.
      so same module can present  in the diiferent tab of  tab navigator.
      when can i unload the module?.If  user closes every tab, do i need to call unload() on every  loaded module. If i call unload() on every  loaded module, the same module present in the another tab is not working properly. It gives an null object reference, if i click on an button in it.
    Regards,
    Thiru

    Hi,
        Thanks for your reply.
      When i use unload on module loaded on tab,  will the corresponding module swf file from memory will be removed or not?
      If the module swf file is removed , then will it affect same module loaded in another tab?
      I am not clear about , when the module swf file will be removed from memory.
    Regards,
    Thiru

  • Applet load problem with Linux browsers

    My application uses jsp and applets and I am having a problem loading the applets
    under all Linux browsers. If you switch between the applets rapidly then without fail you will get yourself into a state where the applets do not load (you see the applet
    splash screen and that's it). When you are in this state you cannot load any future applets from this browser. You have to kill the browser and start it again to load the applet. I have tested this with Galeon 1.2.6, Mozilla 1.0.1, and Netscape 7.0 with versions 1.4.1_01, 1.4.0_01, and 1.3.1_05. Can anyone shed some light on this problem? A thread dump shows that there are many threads waiting on monitors that I am afraid will never get notified since I have clicked onto another applet. Thanks for any insight...
    Full thread dump Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode):
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x84acdb0 nid=0x551a waiting for monitor entry [badff000..badff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x44a16f30> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:375)
         - locked <0x44a16f30> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:73)
         at com.storigen.ui.BaseApplet.initContentPane(BaseApplet.java:253)
         at com.storigen.ui.BaseApplet.init(BaseApplet.java:127)
         at sun.applet.AppletPanel.run(AppletPanel.java:347)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-77" prio=1 tid=0x0x83db4b0 nid=0x5518 in Object.wait() [bb3ff000..bb3ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449de278> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449de278> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.joinAppletThread(AppletPanel.java:155)
         at sun.applet.AppletPanel.sendEvent(AppletPanel.java:251)
         at sun.plugin.AppletViewer.onPrivateClose(AppletViewer.java:761)
         at sun.plugin.AppletViewer$1.run(AppletViewer.java:723)
         at java.lang.Thread.run(Thread.java:536)
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x8110760 nid=0x5514 waiting for monitor entry [bb1ff000..bb1ff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449f5ce8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:375)
         - locked <0x449f5ce8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:73)
         at com.storigen.ui.BaseApplet.initContentPane(BaseApplet.java:253)
         at com.storigen.ui.BaseApplet.init(BaseApplet.java:127)
         at sun.applet.AppletPanel.run(AppletPanel.java:347)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-74" prio=1 tid=0x0x84986b8 nid=0x5509 in Object.wait() [bb7ff000..bb7ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449d7be0> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449d7be0> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.joinAppletThread(AppletPanel.java:155)
         at sun.applet.AppletPanel.sendEvent(AppletPanel.java:251)
         at sun.plugin.AppletViewer.onPrivateClose(AppletViewer.java:761)
         at sun.plugin.AppletViewer$1.run(AppletViewer.java:723)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-73" prio=1 tid=0x0x84d5368 nid=0x54fa waiting for monitor entry [bb9fe000..bb9ff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449d77d8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:375)
         - locked <0x449d77d8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(PluginURLJarFileCallBack.java:52)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:152)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:42)
         at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:53)
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:85)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnection.java:103)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConnection.java:78)
         at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:580)
         at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:541)
         at sun.misc.URLClassPath$3.run(URLClassPath.java:319)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(URLClassPath.java:308)
         at sun.misc.URLClassPath.getLoader(URLClassPath.java:285)
         - locked <0x449d7960> (a sun.misc.URLClassPath)
         at sun.misc.URLClassPath.getResource(URLClassPath.java:155)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)
         at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         - locked <0x449d79b0> (a sun.plugin.security.PluginClassLoader)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
         - locked <0x449d79b0> (a sun.plugin.security.PluginClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1775)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:495)
         at sun.applet.AppletPanel.run(AppletPanel.java:292)
         at java.lang.Thread.run(Thread.java:536)
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x84d5570 nid=0x54f8 in Object.wait() [bb5ff000..bb5ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449d7720> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449d7720> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.run(AppletPanel.java:327)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-71" prio=1 tid=0x0x810a320 nid=0x54f5 in Object.wait() [bbdff000..bbdff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449ccac8> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449ccac8> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.joinAppletThread(AppletPanel.java:155)
         at sun.applet.AppletPanel.sendEvent(AppletPanel.java:251)
         at sun.plugin.AppletViewer.onPrivateClose(AppletViewer.java:761)
         at sun.plugin.AppletViewer$1.run(AppletViewer.java:723)
         at java.lang.Thread.run(Thread.java:536)
    "AWT-EventQueue-13" prio=1 tid=0x0x4cbe3560 nid=0x54f4 in Object.wait() [bcbff000..bcbff880]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:426)
         at java.awt.EventQueue.getNextEvent(EventQueue.java:333)
         - locked <0x449cefd0> (a java.awt.EventQueue)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    "TimerQueue" daemon prio=1 tid=0x0x810ad00 nid=0x54f3 in Object.wait() [bbbff000..bbbff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449cc950> (a javax.swing.TimerQueue)
         at javax.swing.TimerQueue.run(TimerQueue.java:231)
         - locked <0x449cc950> (a javax.swing.TimerQueue)
         at java.lang.Thread.run(Thread.java:536)
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x841d4e8 nid=0x54f0 waiting for monitor entry [bc5ff000..bc5ff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449d7ce0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:375)
         - locked <0x449d7ce0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:73)
         at com.storigen.ui.BaseApplet.initContentPane(BaseApplet.java:253)
         at com.storigen.ui.BaseApplet.init(BaseApplet.java:127)
         at sun.applet.AppletPanel.run(AppletPanel.java:347)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-68" prio=1 tid=0x0x8113280 nid=0x54ed in Object.wait() [bd1ff000..bd1ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449b8bd0> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449b8bd0> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.joinAppletThread(AppletPanel.java:155)
         at sun.applet.AppletPanel.sendEvent(AppletPanel.java:251)
         at sun.plugin.AppletViewer.onPrivateClose(AppletViewer.java:761)
         at sun.plugin.AppletViewer$1.run(AppletViewer.java:723)
         at java.lang.Thread.run(Thread.java:536)
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x841b0c0 nid=0x54ea waiting for monitor entry [bcdff000..bcdff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449ccd38> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:528)
         - locked <0x449ccd38> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:66)
         at com.storigen.util.ASPipeLine.load(ASPipeLine.java:35)
         at com.storigen.ui.PipeLineTableModel.refresh(PipeLineTableModel.java:85)
         - locked <0x449cce30> (a com.storigen.ui.PipeLineTableModel)
         at com.storigen.ui.PipeLineTableModel.<init>(PipeLineTableModel.java:72)
         at com.storigen.ui.PipeLineTableModel.<init>(PipeLineTableModel.java:43)
         at com.storigen.su.ui.SoftwareVersionsPanel.layoutPanel(SoftwareVersionsPanel.java:84)
         at com.storigen.su.ui.SoftwareVersionsPanel.<init>(SoftwareVersionsPanel.java:65)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:306)
         at java.lang.Class.newInstance(Class.java:259)
         at com.storigen.ui.BaseApplet.initContentPane(BaseApplet.java:248)
         at com.storigen.ui.BaseApplet.init(BaseApplet.java:127)
         at sun.applet.AppletPanel.run(AppletPanel.java:347)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-65" prio=1 tid=0x0x80bdc10 nid=0x54e8 in Object.wait() [bd3ff000..bd3ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449adc28> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1008)
         - locked <0x449adc28> (a java.lang.Thread)
         at java.lang.Thread.join(Thread.java:1061)
         at sun.applet.AppletPanel.joinAppletThread(AppletPanel.java:155)
         at sun.applet.AppletPanel.sendEvent(AppletPanel.java:251)
         at sun.plugin.AppletViewer.onPrivateClose(AppletViewer.java:761)
         at sun.plugin.AppletViewer$1.run(AppletViewer.java:723)
         at java.lang.Thread.run(Thread.java:536)
    "AWT-EventQueue-11" prio=1 tid=0x0x84b5648 nid=0x54e7 in Object.wait() [bd7ff000..bd7ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x4496d9e0> (a java.awt.EventQueue)
         at java.lang.Object.wait(Object.java:426)
         at java.awt.EventQueue.getNextEvent(EventQueue.java:333)
         - locked <0x4496d9e0> (a java.awt.EventQueue)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    "AWT-EventQueue-12" prio=1 tid=0x0x841f818 nid=0x54e6 in Object.wait() [bc9ff000..bc9ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449b0018> (a java.awt.EventQueue)
         at java.lang.Object.wait(Object.java:426)
         at java.awt.EventQueue.getNextEvent(EventQueue.java:333)
         - locked <0x449b0018> (a java.awt.EventQueue)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    "TimerQueue" daemon prio=1 tid=0x0x8494238 nid=0x54e5 in Object.wait() [bc1ff000..bc1ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x449ad670> (a javax.swing.TimerQueue)
         at javax.swing.TimerQueue.run(TimerQueue.java:231)
         - locked <0x449ad670> (a javax.swing.TimerQueue)
         at java.lang.Thread.run(Thread.java:536)
    "thread applet-com.storigen.ui.BaseApplet" prio=1 tid=0x0x80f12a0 nid=0x54e2 in Object.wait() [bbffe000..bbfff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x48555af8> (a java.lang.Class)
         at java.lang.Object.wait(Object.java:426)
         at sun.plugin.navig.motif.Worker.enterRequest(Worker.java:341)
         - locked <0x48555af8> (a java.lang.Class)
         at sun.plugin.navig.motif.Worker.findCookieForURL(Worker.java:249)
         - locked <0x48555af8> (a java.lang.Class)
         at sun.plugin.net.cookie.MNetscape6CookieHandler.getCookieInfo(MNetscape6CookieHandler.java:73)
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:82)
         - locked <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449b29c8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:528)
         - locked <0x449b29c8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:66)
         at com.storigen.util.ASPipeLine.load(ASPipeLine.java:35)
         at com.storigen.ui.PipeLineTableModel.refresh(PipeLineTableModel.java:85)
         - locked <0x449b2ac0> (a com.storigen.ui.PipeLineTableModel)
         at com.storigen.ui.PipeLineTableModel.<init>(PipeLineTableModel.java:72)
         at com.storigen.ui.PipeLineTableModel.<init>(PipeLineTableModel.java:43)
         at com.storigen.su.ui.SoftwareVersionsPanel.layoutPanel(SoftwareVersionsPanel.java:84)
         at com.storigen.su.ui.SoftwareVersionsPanel.<init>(SoftwareVersionsPanel.java:65)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:306)
         at java.lang.Class.newInstance(Class.java:259)
         at com.storigen.ui.BaseApplet.initContentPane(BaseApplet.java:248)
         at com.storigen.ui.BaseApplet.init(BaseApplet.java:127)
         at sun.applet.AppletPanel.run(AppletPanel.java:347)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-62" daemon prio=1 tid=0x0x4ce50400 nid=0x54de waiting for monitor entry [bc7ff000..bc7ff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449b43e0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:528)
         - locked <0x449b43e0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:66)
         at com.storigen.util.ASPipeLine.load(ASPipeLine.java:35)
         at com.storigen.monitor.ui.DataUpdater.run(DataUpdater.java:94)
         at java.util.TimerThread.mainLoop(Timer.java:432)
         at java.util.TimerThread.run(Timer.java:382)
    "AWT-EventQueue-10" prio=1 tid=0x0x810d7d8 nid=0x54db in Object.wait() [bd5ff000..bd5ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x44939318> (a java.awt.EventQueue)
         at java.lang.Object.wait(Object.java:426)
         at java.awt.EventQueue.getNextEvent(EventQueue.java:333)
         - locked <0x44939318> (a java.awt.EventQueue)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    "Thread-56" daemon prio=1 tid=0x0x810af58 nid=0x54d1 waiting for monitor entry [bcfff000..bcfff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449dd9c0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:528)
         - locked <0x449dd9c0> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:66)
         at com.storigen.util.ASPipeLine.load(ASPipeLine.java:35)
         at com.storigen.monitor.ui.DataUpdater.run(DataUpdater.java:94)
         at java.util.TimerThread.mainLoop(Timer.java:432)
         at java.util.TimerThread.run(Timer.java:382)
    "Thread-50" daemon prio=1 tid=0x0x4ce40458 nid=0x54c5 waiting for monitor entry [bc3ff000..bc3ff880]
         at sun.plugin.net.cookie.PluginCookieManager.getCookieInfo(PluginCookieManager.java:63)
         - waiting to lock <0x486e0f58> (a java.lang.Class)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectSetup(HttpURLConnection.java:322)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:165)
         - locked <0x449ddad8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:528)
         - locked <0x449ddad8> (a sun.plugin.net.protocol.http.HttpURLConnection)
         at com.storigen.util.ASPipeLine.getServletObject(ASPipeLine.java:66)
         at com.storigen.util.ASPipeLine.load(ASPipeLine.java:35)
         at com.storigen.monitor.ui.DataUpdater.run(DataUpdater.java:94)
         at java.util.TimerThread.mainLoop(Timer.java:432)
         at java.util.TimerThread.run(Timer.java:382)
    "TimerQueue" daemon prio=1 tid=0x0x80b7598 nid=0x546a in Object.wait() [bdbff000..bdbff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x4489aab0> (a javax.swing.TimerQueue)
         at javax.swing.TimerQueue.run(TimerQueue.java:231)
         - locked <0x4489aab0> (a javax.swing.TimerQueue)
         at java.lang.Thread.run(Thread.java:536)
    "AWT-EventQueue-0" prio=1 tid=0x0x84d6a88 nid=0x5458 waiting on condition [bd9ff000..bd9ff880]
         at sun.plugin.JavaRunTime.dumpAllStacks(Native Method)
         at sun.plugin.ConsoleWindow$1.actionPerformed(ConsoleWindow.java:149)
         at javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:2863)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
         at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:253)
         at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:202)
         at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2512)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2504)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
         at java.awt.Component.processEvent(Component.java:4902)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3598)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1688)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
         at java.awt.Component.dispatchEventImpl(Component.java:3468)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Window.dispatchEventImpl(Window.java:1585)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    "Thread-3" daemon prio=1 tid=0x0x84d1e98 nid=0x5456 in Object.wait() [bddff000..bddff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x4482ab60> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <0x4482ab60> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "Java2D Disposer" daemon prio=1 tid=0x0x84ca400 nid=0x5455 in Object.wait() [bdfff000..bdfff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x4482abe0> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x4482abe0> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at sun.java2d.Disposer.run(Disposer.java:97)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-2" prio=1 tid=0x0x83bb9c0 nid=0x5454 runnable [be1ff000..be1ff880]
         at sun.plugin.navig.motif.AThread.handleRequest(Native Method)
         at sun.plugin.navig.motif.AThread.JNIHandleLoop(AThread.java:35)
         at sun.plugin.navig.motif.AThread.run(AThread.java:27)
    "Thread-1" prio=1 tid=0x0x83f2ba8 nid=0x5451 waiting on condition [be3ff000..be3ff880]
         at java.lang.Thread.sleep(Native Method)
         at sun.plugin.navig.motif.Plugin$Watcher.run(Plugin.java:482)
    "Main Console Writer" prio=1 tid=0x0x81d12f8 nid=0x5450 in Object.wait() [be5ff000..be5ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x4480f8e0> (a java.util.LinkedList)
         at java.lang.Object.wait(Object.java:426)
         at sun.plugin.MainConsoleWriter.run(MainConsoleWriter.java:106)
         - locked <0x4480f8e0> (a java.util.LinkedList)
         at java.lang.Thread.run(Thread.java:536)
    "AWT-Motif" daemon prio=1 tid=0x0x81cfda8 nid=0x544f runnable [be7ff000..be7ff880]
         at sun.awt.motif.MToolkit.run(Native Method)
         at java.lang.Thread.run(Thread.java:536)
    "AWT-Shutdown" prio=1 tid=0x0x81a6fd0 nid=0x544e in Object.wait() [be9ff000..be9ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x447d84c0> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:426)
         at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
         - locked <0x447d84c0> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:536)
    "Signal Dispatcher" daemon prio=1 tid=0x0x808b330 nid=0x544c runnable [0..0]
    "Finalizer" daemon prio=1 tid=0x0x8087f90 nid=0x5449 in Object.wait() [bf3ff000..bf3ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x447aff98> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x447aff98> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=1 tid=0x0x8086478 nid=0x5448 in Object.wait() [bf5ff000..bf5ff880]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x447b0000> (a java.lang.ref.Reference$Lock)
         at java.lang.Object.wait(Object.java:426)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113)
         - locked <0x447b0000> (a java.lang.ref.Reference$Lock)
    "main" prio=1 tid=0x0x804e5f8 nid=0x5445 runnable [bfff6000..bfff69f8]
         at java.io.FileInputStream.read(Native Method)
         at java.io.DataInputStream.readInt(DataInputStream.java:392)
         at sun.plugin.navig.motif.Plugin.doit(Plugin.java:191)
         at sun.plugin.navig.motif.Plugin.start(Plugin.java:103)
    "VM Thread" prio=1 tid=0x0x8083238 nid=0x5447 runnable
    "VM Periodic Task Thread" prio=1 tid=0x0x808e6d8 nid=0x544a waiting on condition
    "Suspend Checker Thread" prio=1 tid=0x0x808f3b8 nid=0x544b runnable
    Done.

    I believe I have run into this issue, or a related one, when performing requests quickly. The workaround posted above does not seem to fix my situation, and I an unable to find the bug post for this problem. Does anyone have any further information regarding this issue, or able to recognize the problem using the following thread dump?
    Thanks!
    Dump thread stack ...
    Full thread dump Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode,
    sharing):
    "TimerQueue" daemon prio=1 tid=0x098b4bf8 nid=0x62f7 in Object.wait()
    [0x091fd000..0x091fd1b0]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x88c55c40> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:233)
    - locked <0x88c55c40> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:595)
    "ConsoleWriterThread" daemon prio=1 tid=0x098c6c70 nid=0x62f6 in
    Object.wait() [0x06dac000..0x06dace30]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x89176fe8> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:474)
    at com.sun.deploy.util.ConsoleTraceListener$ConsoleWriterThread.run
    (ConsoleTraceListener.java:72)
    - locked <0x89176fe8> (a java.lang.Object)
    "Thread-29" prio=1 tid=0x09997c18 nid=0x62f2 waiting for monitor entry
    [0x089f5000..0x089f5eb0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e077b0> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.storage.h.a(SourceFile:58)
    at com.tms.tscp.webmon.panel.storage.b.n(SourceFile:85)
    at com.tms.tscp.webmon.panel.storage.b.b(SourceFile:67)
    at com.tms.swing.k.run(SourceFile:63)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-25" prio=1 tid=0x099a6508 nid=0x62ee waiting for monitor entry
    [0x07a5c000..0x07a5d0b0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e07940> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.raid.b.c(SourceFile:198)
    at com.tms.tscp.webmon.panel.raid.c.n(SourceFile:36)
    at com.tms.swing.k.run(SourceFile:60)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-20" prio=1 tid=0x098c3530 nid=0x62e8 waiting for monitor entry
    [0x05a7f000..0x05a7ff30]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e07ae8> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.storage.h.a(SourceFile:58)
    at com.tms.tscp.communication.storage.a.a(SourceFile:19)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-19" prio=1 tid=0x097f3c30 nid=0x62e7 waiting for monitor entry
    [0x031e9000..0x031e9fb0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e07c78> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.storage.h.a(SourceFile:58)
    at com.tms.tscp.communication.storage.a.a(SourceFile:19)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-17" prio=1 tid=0x096f1398 nid=0x62e5 waiting for monitor entry
    [0x055df000..0x055e00b0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e07e08> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.log.b.a(SourceFile:33)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-16" prio=1 tid=0x097e2f78 nid=0x62e4 waiting on condition
    [0x03169000..0x03169130]
    at java.lang.Thread.sleep(Native Method)
    at com.tms.tscp.communication.stats.d.run(SourceFile:49)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-15" prio=1 tid=0x09819490 nid=0x62e1 waiting for monitor entry
    [0x06837000..0x06837eb0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e07f98> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.storage.j.a(SourceFile:22)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-14" prio=1 tid=0x096d9820 nid=0x62df in Object.wait()
    [0x03a0b000..0x03a0bfb0]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x8cd02dd8> (a java.lang.Class)
    at java.lang.Object.wait(Object.java:474)
    at sun.plugin.navig.motif.Worker.enterRequest(Worker.java:329)
    - locked <0x8cd02dd8> (a java.lang.Class)
    at sun.plugin.navig.motif.Worker.findCookieForURL(Worker.java:236)
    - locked <0x8cd02dd8> (a java.lang.Class)
    at sun.plugin.net.cookie.MNetscape6CookieHandler.getCookieInfo
    (MNetscape6CookieHandler.java:74)
    at com.sun.deploy.net.cookie.DeployCookieManager.getCookieInfo
    (DeployCookieManager.java:83)
    - locked <0x8cd4fd70> (a java.lang.Class)
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - locked <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e08190> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.environmental.b.a(SourceFile:71)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-13" prio=1 tid=0x0963ebb0 nid=0x62dd waiting for monitor entry
    [0x06b6c000..0x06b6d0b0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e08478> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.storage.i.a(SourceFile:23)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-12" prio=1 tid=0x0963e7f8 nid=0x62dc waiting for monitor entry
    [0x052d5000..0x052d6130]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e08608> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.raid.c.a(SourceFile:37)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-11" prio=1 tid=0x0963e470 nid=0x62db waiting for monitor entry
    [0x05c92000..0x05c931b0]
    at com.sun.deploy.net.cookie.DeployCookieSelector.get
    (DeployCookieSelector.java:70)
    - waiting to lock <0x8916fbb0> (a
    com.sun.deploy.net.cookie.DeployCookieSelector)
    at sun.net.www.protocol.http.HttpURLConnection.addRequestCookies
    (HttpURLConnection.java:440)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests
    (HttpURLConnection.java:406)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (HttpURLConnection.java:934)
    - locked <0x89e08798> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URLConnection.getContent(URLConnection.java:682)
    at com.tms.tscp.soap.a.a(SourceFile:146)
    at com.tms.tscp.communication.raid.d.a(SourceFile:40)
    at com.tms.tscp.communication.polling.c.run(SourceFile:96)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-EventQueue-2" prio=1 tid=0x09981b00 nid=0x62d4 in Object.wait()
    [0x077c6000..0x077c7130]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:474)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:345)
    - locked <0x89186108> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy
    (EventDispatchThread.java:189)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy
    (EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "Thread-7" prio=1 tid=0x09979e90 nid=0x62d3 waiting on condition
    [0x08621000..0x086211b0]
    at java.lang.Thread.sleep(Native Method)
    at com.tms.tscp.webmon.systree.j.run(SourceFile:461)
    at java.lang.Thread.run(Thread.java:595)
    "TimerQueue" daemon prio=1 tid=0x098f96e8 nid=0x62ce in Object.wait()
    [0x08491000..0x08492030]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x8964ea58> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:233)
    - locked <0x8964ea58> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-EventQueue-1" prio=1 tid=0x09929930 nid=0x62ca waiting on condition
    [0x057ff000..0x057ffe30]
    at sun.plugin.JavaRunTime.dumpAllStacks(Native Method)
    at sun.plugin.util.PluginConsoleController.dumpAllStacks
    (PluginConsoleController.java:107)
    at com.sun.deploy.util.ConsoleWindow$1.actionPerformed
    (ConsoleWindow.java:119)
    at javax.swing.JComponent$ActionStandin.actionPerformed
    (JComponent.java:3227)
    at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1571)
    at javax.swing.JComponent.processKeyBinding(JComponent.java:2763)
    at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:255)
    at javax.swing.KeyboardManager.fireKeyboardAction
    (KeyboardManager.java:204)
    at javax.swing.JComponent.processKeyBindingsForAllComponents
    (JComponent.java:2840)
    at javax.swing.JComponent.processKeyBindings(JComponent.java:2832)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2726)
    at java.awt.Component.processEvent(Component.java:5265)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.KeyboardFocusManager.redispatchEvent
    (KeyboardFocusManager.java:1810)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
    (DefaultKeyboardFocusManager.java:672)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
    (DefaultKeyboardFocusManager.java:920)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
    (DefaultKeyboardFocusManager.java:798)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent
    (DefaultKeyboardFocusManager.java:636)
    at java.awt.Component.dispatchEventImpl(Component.java:3841)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy
    (EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy
    (EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "thread applet-com.tms.tscp.webmon.main.WebmonApplet.class" prio=1
    tid=0x09828d40 nid=0x62c4 in Object.wait() [0x07d80000..0x07d81130]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x8918a880> (a sun.plugin.AppletViewer)
    at java.lang.Object.wait(Object.java:474)
    at sun.applet.AppletPanel.getNextEvent(AppletPanel.java:282)
    - locked <0x8918a880> (a sun.plugin.AppletViewer)
    at sun.applet.AppletPanel.run(AppletPanel.java:332)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-EventQueue-0" prio=1 tid=0x096bddb0 nid=0x62c1 in Object.wait()
    [0x0706e000..0x0706eeb0]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x891497a8> (a java.awt.EventQueue)
    at java.lang.Object.wait(Object.java:474)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:345)
    - locked <0x891497a8> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy
    (EventDispatchThread.java:189)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy
    (EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents
    (EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "AWT-Shutdown" prio=1 tid=0x096bcad0 nid=0x62c0 in Object.wait()
    [0x02f9b000..0x02f9bf30]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x89130670> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:474)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x89130670> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:595)
    "Thread-2" prio=1 tid=0x096b3978 nid=0x62bf runnable
    [0x03de6000..0x03de6fb0]
    at sun.plugin.navig.motif.AThread.handleRequest(Native Method)
    at sun.plugin.navig.motif.AThread.JNIHandleLoop(AThread.java:35)
    at sun.plugin.navig.motif.AThread.run(AThread.java:27)
    "Thread-1" prio=1 tid=0x096956c0 nid=0x62bc waiting on condition
    [0x02f1a000..0x02f1b030]
    at java.lang.Thread.sleep(Native Method)
    at sun.plugin.navig.motif.Plugin$Watcher.run(Plugin.java:485)
    "traceMsgQueueThread" daemon prio=1 tid=0x0968d7c0 nid=0x62ba in
    Object.wait() [0x030cb000..0x030cc130]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x8914d110> (a java.util.ArrayList)
    at java.lang.Object.wait(Object.java:474)
    at com.sun.deploy.util.Trace$TraceMsgQueueChecker.run(Trace.java:74)
    - locked <0x8914d110> (a java.util.ArrayList)
    at java.lang.Thread.run(Thread.java:595)
    "AWT-XAWT" daemon prio=1 tid=0x09679420 nid=0x62b9 runnable
    [0x08176000..0x081761b0]
    at sun.awt.X11.XToolkit.waitForEvents(Native Method)
    at sun.awt.X11.XToolkit.run(XToolkit.java:463)
    at sun.awt.X11.XToolkit.run(XToolkit.java:438)
    at java.lang.Thread.run(Thread.java:595)
    "Java2D Disposer" daemon prio=1 tid=0x09668180 nid=0x62b8 in Object.wait
    () [0x0577b000..0x0577be30]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x89115db0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x89115db0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:107)
    at java.lang.Thread.run(Thread.java:595)
    "Low Memory Detector" daemon prio=1 tid=0x095b4118 nid=0x62b6 runnable
    [0x00000000..0x00000000]
    "CompilerThread0" daemon prio=1 tid=0x095b2bb8 nid=0x62b5 waiting on
    condition [0x00000000..0x02e18998]
    "Signal Dispatcher" daemon prio=1 tid=0x095b1ca0 nid=0x62b4 runnable
    [0x00000000..0x00000000]
    "Finalizer" daemon prio=1 tid=0x095ac028 nid=0x62b3 in Object.wait()
    [0x04baf000..0x04bb00b0]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x89115f58> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x89115f58> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=1 tid=0x095aa1a8 nid=0x62b2 in
    Object.wait() [0x00aa0000..0x00aa0130]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x89115fd8> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:474)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x89115fd8> (a java.lang.ref.Reference$Lock)
    "main" prio=1 tid=0x09566cd8 nid=0x62b0 runnable
    [0xbff6b000..0xbff6c0a8]
    at java.io.FileInputStream.read(Native Method)
    at java.io.DataInputStream.readInt(DataInputStream.java:353)
    at sun.plugin.navig.motif.Plugin.doit(Plugin.java:173)
    at sun.plugin.navig.motif.Plugin.start(Plugin.java:104)
    "VM Thread" prio=1 tid=0x095a7648 nid=0x62b1 runnable
    "VM Periodic Task Thread" prio=1 tid=0x095b55b8 nid=0x62b7 waiting on
    condition
    Done.

  • Loading problem with mod_osso on Apache 2.2.11

    Hi,
    Has anyone ever tried to configure Oracle SSO with a generic Apache server (version 2.2.11 to be exactly) using mod_osso successfully?
    Icopied a mod_osso.so file from OAS 10.1.3 version to my Apache server location that was running in Red Hat Linux environment.
    As I tried to start up the apache I got following undefined symbol error.
    httpd: Syntax error on line 71 of /usr/local/apache/conf/httpd.conf: Syntax error on line 2 of /usr/local/apache/conf/mod_osso.conf: Cannot load /usr/local/apache-2.2.11/modules/mod_osso.so into server: /user/local/apache-2.2.11/modules/mod_osso.so: undefined symbol: ap_configtestonly
    I found the following forum thread with reports on different issues, but no specific solution that is related to above error.
    Does mod_osso work with generic Apache
    From google search, the library symbol ap_configtestonly may be referred to older version of apache library function. I wonder if Apache server that I am using is not compatible with the version mod_osso.so or this is simply not supported to do this type of set up?
    Any pointers on this is great appreciated.
    Thanks in advance for your help,
    James

    Please follow up in the PHP forum http://www.oracle.com/technology/forums/php.html
    But first, check http://wiki.oracle.com/page/PHP+Oracle+FAQ and http://blogs.oracle.com/opal/2010/06/using_php_oci8_with_32-bit_php.html and http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

  • Progressbar and loader problem with IE

    Hello there,
    well, in my project i have been using the loader and the
    progressBar components. (actionscript 2).
    the loader and the progress bar placed on the "main.swf" and
    its loading an external ".swf's". I am a mac user, so i was testing
    the movie on "fireFox" and on "Safari" everything is working well.
    but, when i was viewing it on "Internet Explorer" any of the
    progress bars didn't appeared and the functions that relates to the
    "on(complete)" state, doesn't happen.
    if anybody recognize this problem, please leave me directions
    to solve this. so frustrating. thanks allot, asi.

    I can confirm this seems to be a problem for me also. I have
    used multiple instances of the Loader component in various sites
    recently (AS2) and they all have issues in IE7. I managed to narrow
    one problem down to the fact the .progress listener wouldn't work.
    I'm having to rip out all instances of the Loader component
    and replace it with the MovieClipLoader class as a fix until
    someone can shed some more light on this...

  • Image loading problem with weblogic security page

    I developed an j2ee application on tomcat server. After successful working in tomcat I migrated to weblogic server.
    So problem is the application is working properly with out security in weblogic. Later security is added to the application, then the back ground images are not loading in .jsp pages. Please suggest me what i have to follow to display back ground images in the .jsp pages. I was unable to find solution.
    Thanks
    Ananda

    Hi,
    There is a BADI (TRIP_IMP_EXP) that can help you to restrict trip amount by set delimit date.
    Use RESTRICT_TRAVEL_RANGE method ot do this.
    BR, Jurijs

  • Snd_sb16 module loading problem

    Every time I boot Arch, I have to manually load the snd_sb16 module. It works great while loaded with modprobe snd_sb16, but when rebooting, it won't load. I tried adding the module to /etc/modprobe.conf, but I get an error when rebooting. Perhaps the syntax is wrong?
    Where else should I add the module so it will get loaded at boot?
    Thanks.
    m

    multios wrote:Every time I boot Arch, I have to manually load the snd_sb16 module. It works great while loaded with modprobe snd_sb16, but when rebooting, it won't load. I tried adding the module to /etc/modprobe.conf, but I get an error when rebooting. Perhaps the syntax is wrong?
    Where else should I add the module so it will get loaded at boot?
    Thanks.
    m
    In /etc/rc.conf, you'll find MODULES section. Put that module to here.

  • Can't import python modules anymore: Problems with PyQt4.Qt

    Hallo,
    at the beginning: Sorry for my horrible english!
    I made a big mistake and a possible stupid thing:
    I yesterday try to install SIP and Ppyqt4 under a virutal enviroment because I want to use SIP for creating
    generator codes between pyhton and C++.
    I got SIP from the AUR's:
    archlinux.org/packages/extra/x86_64/python-sip/
    and installed it this way:
    lucacerone.net/2013/08/installing-pyqt4 … yx-dGd_phF   
    I did it this way because on the official SIP-documentation site I didn't understand, WHERE to install this:
    pyqt.sourceforge.net/Docs/sip4/installa … onfiguring
    I know now, that was a very stupid idea because when I try to run a pyhton script with:
    python programm_file.py
    , I got the follwing errors importing a module in a python script:
    [vain@chinchi2 python_programme]$ python test.py
    Traceback (most recent call last):
    File "test.py", line 25, in <module>
    import matplotlib.pyplot as plt
    File "/usr/lib/python3.3/site-packages/matplotlib/pyplot.py", line 98, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/__init__.py", line 28, in pylab_setup
    globals(),locals(),[backend_name],0)
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4agg.py", line 13, in <module>
    from .backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/backend_qt4.py", line 21, in <module>
    import matplotlib.backends.qt4_editor.figureoptions as figureoptions
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/figureoptions.py", line 13, in <module>
    import matplotlib.backends.qt4_editor.formlayout as formlayout
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_editor/formlayout.py", line 51, in <module>
    from matplotlib.backends.qt4_compat import QtGui,QtCore
    File "/usr/lib/python3.3/site-packages/matplotlib/backends/qt4_compat.py", line 56, in <module>
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    [vain@chinchi2 python_programme]$
    I then upgraded PyQt4 to PyQt 5 with pacman and
    pyqt5-common 5.2-1 [installed]
    python-qscintilla-common 2.8-1 [installed]
    qscintilla 2.8-1 [installed]
    But there is still the same RuntimeErroe with PyQt4. Maybe there exists false dependencies for the shared libraries? How can I get
    rid of these errors, I need pyhton for programming a project. What can I do to solve it?
    Every answer which could help is welcome!
    Last edited by chinchi (2014-03-21 20:59:25)

    Lone_Wolf wrote:
    Note : i know very little about the packages involved here.
    Both of those guides you mention deal with MANUALLY installing sip & pyqt, and that is almost always a BAD idea on archlinux.
    Since you also seem to have installed both with pacman, you likely now have a mix of 2 different sip & pyqt installs in one system.
    to make things work again, you'll have to clean up your system.
    basically that would mean removing the sip & pyqt with pacman, then figuring out what those manual installs added and remove that also.
    it will be tricky and time consuming, reinstaling seems like a much easier and faster method.
    Once you have succesfully re-installed or cleaned up, just install sip & pyqt through pacman and you should be good to go.
    Hi,
    I uninstall sip with:
    sudo pacman -Rsc sip
    also Pyqt and reinstalled them again with Pyqt5 and the new version of sip 4.15.4, so have not more errors like:
    from PyQt4 import QtCore, QtGui
    RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
    It improved. But I can't still load several Python modules like matplotlib:
    File "erstenprog.py", line 26, in <module>
    import matplotlib.pyplot as plt
    ImportError: No module named 'matplotlib'
    Any idea?
    chinchi

  • Data loading problem with Movement types

    Hi Friends,
            I extarcted data using the data source General Ledger : Line itemdata (0fi_gl_4) to BW side.
        Problem is Movement Types for some documents missing.
    But i checked in rsa3 that time showing correctly.
    i restricted the data in bw side infopackage level only particular document that time data loading perfecly.
    this data source having 53,460 records.among all the records 400 records doc type 'we' movement types are missing.
    please give me solution for this how to loading the data with movement types.
    i checked particular document of 50000313 in RSA3 it is showing movement types. then i loaded data in bw side that time that movement types are not comming to be side. then i gave the particular doc 50000313 in infopackage level loading the data that time movement types are loading correctly. this extaractor having 55000 records.
    this is very urgent problem.Please give me reply urgenty. i am waiting for your's replys.
    Thanks & Regards,
    Guna.
    Edited by: gunasekhar raya on May 8, 2008 9:40 AM

    Hi,
    we enhanced Mvement type field(MSEG-BWART) General ledger (0FI_GL_4) extractor.
    this field populated with data all the ACC. Doc . number.
    Only 50000295 to 50000615  in this range we are not getting the movement types values.
    we didn't write any routines in transfer and update rules level.
    just we mapped to BWART field 0MOVETYPE info object.
    we restrict the particular doc no 50000313 infopackage level that time loading the the data into cube with movement types.
    but we remove the restriction infopackage level then loading the data that time we missing the movement types data of particular doc no 50000295 to 50000615.
    Please give mesolution for this. i need to solve this very urgently.
    i am witing for your reply.
    Thanks,
    Guna.

  • Web Module Deployment Problem with Weblogic [Deployer:149026]

    Dear Friends,
    I've been facing a problem during deploying an Web Module on Weblogic 8.1. The name of my webmodule is 'MyOraWebModule'.
    When I first developed, deployed and tested it in Weblogic 8.1, it was deployed and worked fine. But on the next day, when I tried to redeploy it, the deployment failed. This thing not just happens only once.. it is happeing always i.e. if I develop a new webmodule and deploy/redeploy it, it will work fine ONLY ON THE FIRST DAY (i.e. the day when the web module is created), but on the next day, it shows the following error if I try to redeploy it. The error is:
    Task 3 failed: [Deployer:149026]Deploy application MyOraWebModule on myserver.
    Deployment failed on Server myserver
    Exception:weblogic.management.ApplicationException: prepare failed for MyOraWebModule
    Module: MyOraWebModule Error: Context path 'MyOraWebModule' is already in use by the module: MyOraWebModule
    Any suggestion or, guideline from you will be highly appreciated.
    With Thanks,
    ... Chisty

    Not sure if you are still looking for the answer. I have a similar problem, I have a work around on it but still trying to identify what the issue is. I have deployed multiple web application modules on weblogic 8.1 and on the redeploy I was gettig the exception weblogic.management.ApplicationException: prepare failed for USER_DEFINED_MODULE_NAME
    Context path '/' is already in use by the module. when this exception is thrown I observed that the targets attribute of tag WebAppComponent is initialized to the server name. If I stop the server, make the value of the targets attribute to be empty string in config.xml and start the server, the server starts fine. And I could continue. Not sure why this is so since the targets attribute is used to identify on what servers the application needs to be deployed.
    Any input on why the weblogic 8.1 is behaving this way when the targets attribute is defined with a value would of great help.
    thanks,

  • Data load problem with Sales Header and Item

    Hi all,
    The delta loads have failed, so I want to reload the delta again.  I deleted the failed requests in data targets and then trying to reload the data.  I am getting a message saying
    Last delta update is not yet completed
    Therefore, no new delta update is possible.You can start the request again if the last delta request is red or green in the monitor (QM activity)
    Is it in RSA7, that I have to make the delta red?  Please let me know where I have to do this.  The data is going to an ODS object.
    thanks
    Sabrina.

    Hi Sabrina,
    Hope you have sorted it out by now, as there are other responses as well. Assuming that you now know the cause of failure.
    For the below message "If you set a 'red' delta upload to green,with the next request, BW sends a delta request to the source system and this delivers the next delta data.
    The data from the 'red' delta load is then no longer available (even with a repeat). This can lead to loss of data.Do you want to execute a QM Action?" -- Say OK and and set the QM status to red (status not ok) and when prompted for activation of M records, say "no" (as indicated in my previous post).
    However, to be able to load this request from PSA you need to have this request in PSA (depending on the processing options), so goto RSA1> Modeling> PSA--> find your request under the relevant application component, and right click -->start the update immediately.
    Hope it helps,
    Sree

  • WebLog 9 Class loader problem with an Inbound Resource Adapter

    The following code
              MessageEndpoint messageEndPoint = null;
              InboundListener listener = null;
              messageEndPoint = this.messageEndpointFactory.createEndpoint(null);
              listener = (InboundListener) messageEndPoint;
              causes a ClassCastException as the Listener class is packaged both in the ResourceAdapter and in the EAR
              holding the MessageDrivenBean: same class but two
              different class loaders !
              How can I solve this problem ?

    Turning on Debugging, found the problem:
              <[JCABindingManager] activationSpec=null>
              <[JCABindingManager] The activationSpec is null, deActivation is skipped>
              In the application.xml, I had
              1. ejb (mdb) module and then
              2. connector module
              Changed the application.xml to
              1. connector module and then
              2. ejb (mdb) module
              container then called endpointDeactivation on undeployment.

Maybe you are looking for

  • C3- Problem regarding Images

    Hello, I m having C3 but seems one problem i.e. All the images or photos in memory card automatically shown in "Photos- My Photos". Anything deleting from that deletes frm memory card too. I want to show selected photos in "My Photos". Any suggestion

  • KIndle Fire HDX

    I have ordered a Kindle Fire HDX and was wondering if anyone knows if the BT wifi app for Android will work on it. Thanks Tony

  • No data pass in xcontrol

    Hello, It's the first time that I use XControls.  The xcontrol is working fine exept that I can't find a way to get my data out of the xcontrol.   I've attach the xcontrol to this message.  Can you tell me what I did wrong? Thank you, Attachments: Ac

  • 6300 low volume

    Is there a way to increase volume output on headset? The current settings are way too low.

  • Iphone 6 Offline/Local Songs NOT Synching! HELP??! [Done Troubleshooting Steps]

    I have had Spotfiy for years now. I really value the offline mode and being abel to download songs offline as well as adding local files. When I first had it everything synched fine as long as I had it on the same wi-fi. Every since I got an Iphone 6