Hang when add second nic on solaris7

I have installed solaris7 on my pc, I configured the /kernel/drv/nei.conf file for my NE2000 ethernet card, my first ethernet card work fine. then I start to install the second ne2000 ethernet card on my pc, turn on the pc, the system is hang. please help....

I've had a similar problem on Sparc/Solaris 7. I traced it to the fact that Solaris uses the same MAC address for all network interfaces, unless you tell it different. Find the "ifconfig" command that configures your interfaces (in /etc/init.d/rootusr) and when it's doing the 2nd interface (it does that in a "while" loop, so you'll have to test explicitly each time around the loop). A diff on my system gives:
<pre>
diff -c /etc/init.d/rootusr /etc/init.d/rootusr.old
*** /etc/init.d/rootusr     Tue Feb 20 15:55:02 2001
--- /etc/init.d/rootusr.old     Thu Oct 14 06:27:23 1999
*** 47,56 ****
               if [ "$1" != "xx0" ]; then
                    addr=`shcat /etc/hostname\.$1`
                    /sbin/ifconfig $1 plumb
-                     if [ "$1" = "hme0" ]; then
- # Change ethernet addr of 2nd NIC
-                          /sbin/ifconfig $1 ether 8:0:20:da:b8:77 2>&1 >/dev/null
-                     fi
                    if [ -n "$addr" ]; then
                         /sbin/ifconfig $1 inet "$addr" \
                         netmask + broadcast + -trailers up \
--- 47,52 ----
</pre>
Of course, read the appropriate man pages (ifconfig, the See Also references in the ifconfig man page). And I must state that YMMV.
Walt

Similar Messages

  • ITunes hangs when 'Add Folder to Mediathek'

    iTunes hangs when 'Add Folder to Mediathek'
    I have iTunes installed afresh on Windows-8.1. I have added folders (interpreter\album) to the Mediathek successfully, however sometimes when I do that I get a partly displayed screen of the folders-menu, I cannot scroll or select any folder and iTunes hangs. I have to shut iTunes down using the Task-Manager, start Windows-8.1 again, then it might work alright. Has anybody any hints what to do?
    Thank you very much in advance.
    Hans M.

    Interesting: Once I had folders (interpreter\album) existing in the folder "iTunes\iTunes Media\Music\" (probably from albums bought from iTunes-Store, I could copy all my own folderpairs to be added to the Mediathek into "iTunes\iTunes Media\Music\" and could add folders from there. That has the advantage to have all folderpairs in on big Music-folder for saving purposes.
    Hans M.

  • Add second NIC

    Hi Everybody, i have a query, how to add second NIC to my Virtual Machine in Windows Azure? I´m looking for this option, but only there are disk and image options in VM.
    Many Thanks
    Edgar

    Please vote if you have not already:
    http://feedback.azure.com/forums/217313-networking-dns-traffic-manager-vpn-vnet/suggestions/3144627-multiple-network-interface-cards-on-vm

  • Hang when second nic on solaris7

    I have installed solaris7 on my pc, I configured the /kernel/drv/nei.conf file for my NE2000 ethernet card, my first ethernet card work fine. then I start to install the second ne2000 ethernet card on my pc, turn on the pc, the system is hang. please help....

    Sounds like a hardware problem - is the 2nd card OK? Is there an
    interrupt clash (NE2000's are notorious).
    You might do better with PCI cards if you can afford a pair (or maybe a dual card)
    CantaB

  • Error when add seconds to Time Stamp format

    Hi,
    I've created a subVI that transform an string data/time to Time stamp format.
    The subVI seems that it works fine, but when I use the data 26/10/2014 and I add 1 day, it crashes! The result is 26/10/2014 23:00:00 instead of 27/10/2014 00:00:00.
    Cordially
    Vicen
    Solved!
    Go to Solution.
    Attachments:
    Convert Date-Time strings to Seconds.PNG ‏405 KB
    Sha Convert Date-Time strings to Seconds v2.vi ‏24 KB

    Thank you both!
    I think I've solved the problem.
    Vicen
    LV 2010/2011 on WinXP/Win7
    Attachments:
    Sha Convert Date-Time strings to Seconds v2b.vi ‏26 KB

  • VPN server does not work when a second network adapter is enabled

    I have an Xserve providing DNS, filesharing, and VPN services on an office LAN. The server sits behind a gateway router and is set as a DMZ host.
    VPN has been working absoluely flawlessly on the server for some time. However, I've recently discovered that this all changes when the Xserve's second ethernet adapter is enabled.
    To illustrate:
    en0: static IP 192.168.2.250
    en1: disabled
    VPN works perfectly
    en0: static IP 192.168.2.250
    en1: static IP 192.168.2.251
    DNS settings unchanged, DMZ host unchanged
    VPN doesn't work
    The above is even true when attempting to connect internally.
    VPN is configured for L2TP, and when the second NIC is connected the VPN server logs the following (below). There are a number of other users of Lion Server users that seem to be experiencing the same log pattern, but there doesn't seem to be a definitive solution.
    I was wondering if anyone has any advice on how I could solve this problem? Is it possible to bind the VPN server to a specified network adapter?
    Thanks in advance for any help or ideas.
    (And to preempt the question of "why do you need to use both NICs", the two interfaces are to be used for load balancing. See https://discussions.apple.com/message/17655599?ac_cid=142432)
    Wed Feb 22 15:53:53 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:53:53 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:53:53 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:53:53 2012 : L2TP received SCCRQ
    Wed Feb 22 15:53:53 2012 : L2TP sent SCCRP
    2012-02-22 15:53:54 GMT          Incoming call... Address given to client = 192.168.2.229
    Wed Feb 22 15:53:54 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:53:54 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:53:54 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:53:54 2012 : L2TP received SCCRQ
    Wed Feb 22 15:53:54 2012 : L2TP sent SCCRP
    2012-02-22 15:53:56 GMT          Incoming call... Address given to client = 192.168.2.220
    Wed Feb 22 15:53:56 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:53:56 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:53:56 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:53:56 2012 : L2TP received SCCRQ
    Wed Feb 22 15:53:56 2012 : L2TP sent SCCRP
    2012-02-22 15:54:00 GMT          Incoming call... Address given to client = 192.168.2.221
    Wed Feb 22 15:54:00 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:54:00 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:54:00 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:54:00 2012 : L2TP received SCCRQ
    Wed Feb 22 15:54:00 2012 : L2TP sent SCCRP
    2012-02-22 15:54:04 GMT          Incoming call... Address given to client = 192.168.2.222
    Wed Feb 22 15:54:04 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:54:04 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:54:04 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:54:04 2012 : L2TP received SCCRQ
    Wed Feb 22 15:54:04 2012 : L2TP sent SCCRP
    2012-02-22 15:54:08 GMT          Incoming call... Address given to client = 192.168.2.226
    Wed Feb 22 15:54:08 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:54:08 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:54:08 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:54:08 2012 : L2TP received SCCRQ
    Wed Feb 22 15:54:08 2012 : L2TP sent SCCRP
    2012-02-22 15:54:12 GMT          Incoming call... Address given to client = 192.168.2.223
    Wed Feb 22 15:54:12 2012 : Directory Services Authentication plugin initialized
    Wed Feb 22 15:54:12 2012 : Directory Services Authorization plugin initialized
    Wed Feb 22 15:54:12 2012 : L2TP incoming call in progress from 'xxx.xxx.xxx.xxx'...
    Wed Feb 22 15:54:12 2012 : L2TP received SCCRQ
    Wed Feb 22 15:54:12 2012 : L2TP sent SCCRP
    2012-02-22 15:54:13 GMT             --> Client with address = 192.168.2.228 has hungup
    2012-02-22 15:54:14 GMT             --> Client with address = 192.168.2.229 has hungup
    2012-02-22 15:54:16 GMT             --> Client with address = 192.168.2.220 has hungup
    2012-02-22 15:54:20 GMT             --> Client with address = 192.168.2.221 has hungup
    2012-02-22 15:54:24 GMT             --> Client with address = 192.168.2.222 has hungup
    2012-02-22 15:54:28 GMT             --> Client with address = 192.168.2.226 has hungup
    2012-02-22 15:54:32 GMT             --> Client with address = 192.168.2.223 has hungup

    Try switching the order of the services in System Preferences > Network.
    Put the second one at the top.
    HTH,
    b.

  • How can I eliminate delays in one NIC when there is traffic on second NIC

    Using LabVIEW TCP/IP VIs, my LV application is  accessing a database though a LAN, and  through a second NIC, it is controlling an instrument.  The instrument is connected directly to the computer NIC with a cross-over cable.  I have made a permanent route for the IP address of the instrument in the IP route table.  The LAN and the instrument have different subnet numbers.  Using a packet sniffer, I don't see any traffic meant for the LAN going to the NIC connected to the instrument.  The OS of the computer is Windows XP and the NICs are PCI cards.
    The message traffic to the instrument suffers from intermittent delays when there is traffic going to the LAN. 
    How can I eliminate the delays?  What could be the cause of the delays?  Thanks in advance for your recommendations and suggestions.

    Hi LabBard,
    Could you tell us a little more about the device that you are connected to? What you could try is to have a VI accessing the LAN, and a separate VI communicating with the instrument, and see how things play out.
    Let us know how it goes!
    Rasheel

  • Laptop hang when I use second display

    Hallo
    I have problem with my Lenovo W510 (4319-66G). When I don't use my laptop for a while, it hang. This problem is only when I connect by VGA second display. I restored system and I installed all updates (windows and lenovo), I have still this same problem. I think that the system hang when laptop try to go standby. Could me someone help.
    Solved!
    Go to Solution.

    Download the latest Nvidia driver , hope this solve your problems.
    http://www.nvidia.com/object/notebook-win7-winvista-64bit-280.26-whql-driver.html
    Best Regards
    Peter
    =============================================
    Does someone post helps you? Give them a kudos as a reward, as they will do better to improve 
    Refunded Set: W510, 4876-A11
    Current Set: W520, 4284-A99
    I would welcome T520 or W520 users to try this sound optimization:
     http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W520-Sound-Enhancement-Thread/m-p/451401#M1551...  

  • The add-ons tool window hangs when I click Options for any add-on

    This morning, IE8 showed up as the default browser. Also, the Lastpass button was missing. When I click Tools-Add-ons and click the Options button for any add-on, the window hangs. Sometimes it hangs FF as well.

    I resolved this by using a different add-on.
    I was issued a new computer at work. It's a Windows 7 Dell E6410, and I was configuring a new installation of Firefox for it. I had downloaded the same URL shortening tool that I used on my old Windows XP IBM T60 computer. That add-on had the hang when you click on "Options" from the Tools > Add-ons menu. After uninstalling the add-on, I searched for a different URL shortening tool, and this one did NOT produce the hang.

  • HT1926 Version 11.1.4.62 on WinXP issue: AppleMobileDeviceHelper.exe error message every 30 seconds. iTunes hangs when iPhone4 is syncronized

    Version 11.1.4.62 on WinXP issue: I have re-installed iTunes according to instructions. iTunes give me the error message "AppleMobileDeviceHelper.exe has found an error and terminates. Restarting service does not help. Re-installing does not help. iTunes cannot update iPhone4S, iTunes hangs when trying after iPhone syncronization.

    See the user tip: https://discussions.apple.com/docs/DOC-6562 for resolution

  • When i use firefox it hangs for few seconds everytime.if i download something,it dont show what is downloading.

    firefox hangs when i open a new page or a new tab. it dont show what is downloading. plz help.plz dont say
    1. re install firefox
    2. reinstall wndows because i have done it more than 4 times

    Thanks so much for getting back to me. I am familiar with your solution and tried it. It did not solve this problem.

  • Acrobat 9 hangs when adding a text box

    It seems that any installation of Acrobat 9 I have come across, Acrobat hangs when adding a text box from "Forms>Add or Edit Fields".
    I may need to apply an update or two but this problem seems very consistent and reproducable.
    I plan on trying Acrobat 9 Pro on Windows XP to see if it makes any difference, but does anyone have any ideas?  OTHER than upgrading to Acrobat X?

    Textbox takes few extra seconds to establish himself, but it never hangs for me. Did you tried to click-n-drag to create Textbox?

  • WLS 8.1 hanging when using XA

    I am having an issue with BEA 8.1 hanging when using XA. I have configured it
    on several other Windows 2000 machines and not seen an issue. This particular
    machine seems to hang and then give a time out error. ANy suggestions would
    be appreciated. Below is the error that I am getting back and a thread dump.
    java.lang.Exception: Exception while commiting Tx : Name=[EJB com.level3.ds9.business.ejb.SearchEJB.getLocations(java.lang.String,com.level3.ds9.common.L3Environment)],Xid=BEA1-001E3F8C31D9BB58DEB7(18601996),Status=Unknown,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
    since begin=122,seconds left=2878,XAServerResourceInfo[lidPool]=(ServerResourceInfo[lidPool]=(state=new,assigned=none),xar=null),SCInfo[mydomain+brettjason]=(state=active),SCInfo[ds9FT+ds9server3]=(state=active),properties=({weblogic.transaction.name=[EJB
    com.level3.ds9.business.ejb.SearchEJB.getLocations(java.lang.String,com.level3.ds9.common.L3Environment)]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=brettjason+10.1.44.74:7001+mydomain+t3+,
    XAResources={},NonXAResources={})],CoordinatorURL=ds9server3+10.1.19.141:7001+ds9FT+t3+);
    nested exception is: javax.transaction.SystemException: Timeout during commit
    processing
    Exception while commiting Tx : Name=[EJB com.level3.ds9.business.ejb.SearchEJB.getLocations(java.lang.String,com.level3.ds9.common.L3Environment)],Xid=BEA1-001E3F8C31D9BB58DEB7(18601996),Status=Unknown,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
    since begin=122,seconds left=2878,XAServerResourceInfo[lidPool]=(ServerResourceInfo[lidPool]=(state=new,assigned=none),xar=null),SCInfo[mydomain+brettjason]=(state=active),SCInfo[ds9FT+ds9server3]=(state=active),properties=({weblogic.transaction.name=[EJB
    com.level3.ds9.business.ejb.SearchEJB.getLocations(java.lang.String,com.level3.ds9.common.L3Environment)]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=brettjason+10.1.44.74:7001+mydomain+t3+,
    XAResources={},NonXAResources={})],CoordinatorURL=ds9server3+10.1.19.141:7001+ds9FT+t3+);
    nested exception is: javax.transaction.SystemException: Timeout during commit
    processing
    "ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x2
    770EB70 nid=0xa34 in Object.wait() [2868f000..2868fd88]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <054801B8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x2
    76E6858 nid=0x5f8 in Object.wait() [2864f000..2864fd88]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480230> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x2
    76E5C70 nid=0x670 in Object.wait() [2860f000..2860fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <054802A8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <054802A8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    6E50B0 nid=0x9c8 in Object.wait() [285cf000..285cfd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480320> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480320> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    71B350 nid=0x9bc in Object.wait() [2858f000..2858fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480398> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480398> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    71BC10 nid=0x7b8 in Object.wait() [2854f000..2854fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480410> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480410> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    71D7D8 nid=0x848 in Object.wait() [2850f000..2850fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480488> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480488> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '5' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    71C8F0 nid=0x9dc in Object.wait() [284cf000..284cfd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480500> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480500> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '4' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    71C798 nid=0x824 in Object.wait() [2848f000..2848fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480578> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480578> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '3' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    60B420 nid=0x770 in Object.wait() [2844f000..2844fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <054805F0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <054805F0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '2' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x26
    F9FA10 nid=0xa64 in Object.wait() [2840f000..2840fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480668> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480668> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '1' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x27
    580CC0 nid=0x8d8 in Object.wait() [283cf000..283cfd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <054806E0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <054806E0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '0' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x26
    F8F6B0 nid=0x7a0 in Object.wait() [2838f000..2838fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <05480758> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
    - locked <05480758> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "Signal Dispatcher" daemon prio=10 tid=0x008B4850 nid=0x978 waiting on condition
    [0..0]
    "Finalizer" daemon prio=9 tid=0x008FF7F8 nid=0x73c in Object.wait() [26cff000..2
    6cffd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <052A72C8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <052A72C8> (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=10 tid=0x008FE370 nid=0xa08 in Object.wait() [26
    cbf000..26cbfd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <052A7330> (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 <052A7330> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x002358F8 nid=0x8a8 in Object.wait() [6f000..6fc40]
    at java.lang.Object.wait(Native Method)
    - waiting on <052A7508> (a weblogic.t3.srvr.T3Srvr)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1170)
    - locked <052A7508> (a weblogic.t3.srvr.T3Srvr)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:384)
    at weblogic.Server.main(Server.java:32)
    "VM Thread" prio=5 tid=0x008FD138 nid=0x88c runnable
    "VM Periodic Task Thread" prio=10 tid=0x008B3390 nid=0x8bc waiting on condition
    "Suspend Checker Thread" prio=10 tid=0x008B3E68 nid=0x524 runnable

    Running Windows XP (even fully patched up with SP3 and latest fixes), you probably will have an increasing risk of Windows and IE being attacked. Windows XP has been getting security patches every month for over a decade. So it seems likely that people will continue to discover vulnerabilities in Windows XP that, over time, will be exploited (i.e., used in attacks).
    Windows 8.1? For a good experience, you probably would be better off getting a new computer than installing 8.1 on a system that is several years old. I realize not everyone's budget permits.
    What else can you do? It remains useful and important to keep your third party applications, such as Firefox, and your browser add-ons, such as Flash, up-to-date. It's also a good idea to run quality security software. And practice safe browsing habits like avoiding questionable websites and peer-to-peer networking, and being suspicious of email attachments.

  • ITunes 10.5.2 hangs when transferring to iPhone

    Ever since I updated to 10.5.2 iTunes hangs whenever I manually add/remove podcasts and songs to my iPhone 4S.  It always says that I am trying to transfer more songs than I selected.  I could highlight one song and drag it to my phone, but then the status will say "copying 1 of 55" songs.  It transfers the first one fine and then hangs when it gets to "copying 2 of 55".  The hang lasts for about 20 seconds and I get the pinwheel.  Is there any I can do to fix this.  I'm using a MacBook Pro and all of my software is up to date.

    Sound like your computer is using the wrong apple mobile device driver.
    http://support.apple.com/kb/TS1538

  • ITunes 10.4.1 freeze (hang) when webradio stream drop out for any reason.

    Hello,
    My iTunes freeze (hang) when any webradio stream drop out for any reason; e.g. when ISP renews the IP, the radio station has limited the stream duration (as some do) per connection or wireless is cut off e.g. by closing the lid of the MacBook.
    I've to force Quit then iTunes. If I wait (up to an hour for testing) no hung or crash report get generated, iTunes still stay unresponsive.
    System: MacBook Pro 2011
    OS: OS X 10.6.8 (Snow Leopard)
    iTunes version: 10.4.1 (10)
    iTunes 3rd Party add-on's: None
    Any ideas out there?
    Cheers - Lupunus

    I will commiserate. I have this same issue. In some cases, the stream will stop and restart after 15-30 seconds; repeat. In other cases, the stream will stop, and iTunes will switch to the last radio station in that playlist. Then that station will play for a few minutes, and stop, and sometimes restart. But usually iTunes will hang (spinning beach ball) and must be force-quit.

Maybe you are looking for

  • How to activate Windows Server 2012 Datacenter evaluation version with product key provided on MSDN's student account

    Hi, I downloaded Windows Server 2012 Evaluation Version recently. Actually, I wanted to check whether i could run Windows Phone 8 emulator on Win server 2012 using my core2duo (Non-SLAT PC). Now i wanted to activate the evaluated version by using pro

  • Dbms_crypto package and grants to public

    on 11g RAC installaton we are not getting on default , grants on dbms_crypto to public are set and some time this package is also not installed. what could be the reason ?

  • Java iView Runtime error when try connectin to portal

    H, iin my VC i have filled in the address of my portal http://address:50000 Then i click the traffic light icon, and giving me a popup windows that saying Java iView Runtime I wonder what could be wrong, i have deployed the portal content and visual

  • Find User Workflow

    Hi, I have a requirement of searching users from the end user menu, display search results, update teh fields and resources. The search is based on accountId. I have a form for this and on clicking search on the form, the WF gets called. The followin

  • Selecting multiple photos

    I used to be able to print multiple prints, N-up style, from an album I made by selecting them all by holding down the shift key and clicking on all desired photos, then selecting print, N-up, and number per page. Now in iPhoto 6 when I try to select