WS connection lock

Hello!
I have next configuration:
ws client <- -> service (soap/http) <- -> osb business service <- one-way ssl -> ws provider (basic authentification)
jms client <- -> service (soap/jms) <- -^
Problem:
If run load test ws client - service work fine, but if in moment this test jms client send message then ws service and jms service have locks by 2 min.
ThreadStackDump contains:
"[ACTIVE] ExecuteThread: '39' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock java.util.Vector@6a692986 BLOCKED
                 java.util.Vector.isEmpty(Vector.java:279)
                 weblogic.net.http.KeepAliveCache.get(KeepAliveCache.java:150)
                 weblogic.net.http.HttpClient.findInCache(HttpClient.java:230)
                 weblogic.net.http.HttpsClient.New(HttpsClient.java:499)
                 weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:239)If don't use ssl then problem go away.
Do you have ideas about problem?
Thanks
Edited by: laaam on Jun 17, 2010 2:44 PM

Hi,
Maybe this is caused by the Vector is synchronized instead of the List, if so there is this limitation in the WLS http connection. Not sure whether you can use the JDK https connection instead:
System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
HTH,
kevin

Similar Messages

  • HP Laserjet m602 firmware upgrade successful_network connection locks up printer

    Our laserjet m602dn control panel displayed that a firmware update was successful, but connecting the ethernet cable to the printer locks it up.  The update removed a blinking amber attention light (on control panel) that kept the printer from going into "Ready" mode.
    After the firmware update, the printer displays "Ready"; printing works through a local connection; pinging to the ip address fails. Can a firmware update be successful on a defective jetdirect/formatter board? If the board is defective, why does a local connection work?
    Are there any known issues with the following part: CE988-67906?
    Thank you.
    JP

    JP_VA,
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/ .
    I hope this helps.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • HELP: Connectivity locked up problem

    Firstly I am sorry about I don't know this is the right place to post this thread...
    I have a Nokia 5800 Xpressmusic. And I have a problem with it. When I tap into "Menu-Settings-Connectivity" and try to exit from there my "Settings" menu locked up. It shows that "Settings" menu always running background. And I can't tap anymore "Settings" menu until restart my phone. How can I resolve this problem? 

    I write my step by step and i attached two pictures to understand my problem easily.
    And please replace extension to jpg from txt.
    1) I tap menu button and it opens menu. (picture 5800mainmenu.jpg) but for now ignore red circle in the picture.
    2) Then I tap "Settings" from main menu and it opens settings for phone (picture 28.jpg)
    3) Then I tap "Connectivity" from settings menu and it opens another menu. (I couldn't attach third picture. sorry for that)
    4) I tap "Exit" from "Connectivity" and it don't. It partially locked up. I mean i can't use "Settings" menu if dont restart my phone. It always show busy "Settings" menu like in picture 1 that marked with red circle.
    I hope it would be more understandable...
    Attachments:
    5800mainmenu.txt ‏82 KB
    28.txt ‏43 KB

  • Connecting locked ipod to new computer

    I have a 2nd generation ipod touch that is locked and the screen say connect to itunes. When I connect to my mac, itunes doesn't recognize the ipod because this computer is not the original computer that it was synced to. How can I reset the ipod and the passcode?

    From http://support.apple.com/kb/HT1212
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone and iPod touch software: http://support.apple.com/kb/HT1414

  • Connecting lock-in amplifier to USB-6009/6211

    I am working on re-setting up a labview environment in the lab I work at. We are using a SR810 DSP lock-in amplifier and want to bring the data into labview. The labview code says that in the past we used a USB-6009 to read in data from the lock-in amplifier. The output ports on the lock-in are an RS232(DCE), a IEEE-488 port, and a preamp port. Is there someway to feed one of these outputs into the DAQ that we have. Thanks

    An RS232 or GPIB connection directly to the computer would be best, but if you insist on using the 6009, run a line from the CH1 outut BNC on the front panel of the lockin into the DAQ device. Note that this is a -10 to 10 V output and that the mapping to the actual LIA voltage depends on the sensitivity setting of the lockin (see pgs 4-2 and 4-12 of the 810 manual). 

  • OCI connection Locked

    Hi Guys:
    I have a Server application in C++. This application connects with Oracle DataBase (9.2.0.5). The application fork in 8 child process, and each one keep a connection with the database. But after several transactions received and update in the DB, the child process is locked waiting for answer from oracle.
    I think is init.ora issue. Could anybody guide me with that?
    Thanks a lot.

    Hi,
    Does each of the child processes do a commit after having done their part of insert/updates. There is every likelihood of processes waiting for a particular row to get unlocked (which happens only on a commit).
    Thanks
    Sumit

  • JMS/WS connection locks

    Hello!
    I have next configuration:
    ws client <- -> service (soap/http) <- -> osb business service <- one-way ssl -> ws provider (basic authentification)
    jms client <- -> service (soap/jms) <- -^
    Problem:
    If run load test ws client - service work fine, but if in moment this test jms client send message then ws service and jms service have locks by 2 min.
    ThreadStackDump contains:
    "[ACTIVE] ExecuteThread: '39' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock java.util.Vector@6a692986 BLOCKED
                     java.util.Vector.isEmpty(Vector.java:279)
                     weblogic.net.http.KeepAliveCache.get(KeepAliveCache.java:150)
                     weblogic.net.http.HttpClient.findInCache(HttpClient.java:230)
                     weblogic.net.http.HttpsClient.New(HttpsClient.java:499)
                     weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:239)If don't use ssl then problem go away.
    Do you have ideas about problem?
    Thanks
    Edited by: laaam on Jun 17, 2010 2:44 PM

    I don't know what the issue might be, or whether it involves JMS per se. Check for pools in your thread dump that appear to be completely used up - this situation can lead to having no new threads to process new work or to wake up sleeping threads. It might help to post more detail -- full stack dumps for the blocked JMS, WS, and HTTP threads, or, better yet, the full thread dump. You might also want to try posting to one of these newsgroups:
    * WebLogic Server - Web Services
    * WebLogic Server - WebApp / Servlet / JSP / Plugin
    Regards,
    Tom

  • Possable Connection Lock Out, Help

    Hi recently My main PC died on me, annoying yes as I do not have the money for repairs, currently I am using one of two old redundant spare computers.
    This one is is a Parckard Bell with an intergrated Graphics Card, as I use mu PC for games that is a bit of a problem, my other one however would be able to run my chosen game, (Star Trek Online)
    And now comes the problem, the other PC is an old one, i only stopped using it because it had been internet locked for Internet Spam based Virus, virus i was unsucsesful in removing hence its Internet Locked status.
    Time passed and here we are, im sure the reason for this cry for help is becoming clear.
    After talking to an american friend of mine, he sugested calling my ISP and telling them about the Lock Out, he had said they shoud be able to unlock said computer and as time had passed.
    Removing the pesky virus should be much easier, most up to date Anti Virus programs should be able to clear anything from back in the early 2000.
    Now my problem is not exactly knowing who to call, or what can be done, any help getting my PC unlocked and healthy would be greatly apreciated.
    With Thanks
    Mathew Berry

    The only way an ISP could recognise a computer is by its IP address but this is usually hidden behind the router firewall. So all the ISP can usually see is your routers IP address or rather they know the ip address issued to you. So they could only really ban you of their network not an individual computer. Unless they somehow hacked into your router to stop it connecting to the infected pc (very doubtfull). If I were you I would format the pc and install your programs again, to get rid of the virus. Then have a go at connecting to your router. No way I can see that it will be banned.

  • My new iPad2, when connected, locks up iTunes.

    I upgraded iTunes to the latest version and then connected my new iPad2 32G.  After filling out the registration form and clicking on Submit, nothing happened for 10 minutes with the CPU percentage staying on 100 percent.  Now, everytime I connect, the CPU goes to 100 % and locks up iTunes...that is, it never connects or syncs properly.   I have rebooted both devices several times... Any thoughts anyone?

    Uninstalled iTunes and started over.....all is well now.

  • UT2004 on internet connection locks up

    My system is K8N Sli Platinum board, 1GB corsair, Geforce 6800, 120gb and 60 gb HD, 400 w PSU (with 13A on 12v rail), XP and directX 9c.
    I have a new PSU on order but I dont think that is the problem.
    I can play all games no problem and games on the internet too. I can play TU2004 offline, but as soon I go click on internet the system locks up and I have to reboot. Has anyone any suggestions as to what could cause this?

    Well the PSU didnt solve the UT2004 problem so I am scratching my head again. Came across this though:
    http://www.ataricommunity.com/forums/showthread.php?s=13f9af33b89323b382e7ee2996268277&threadid=485851
    Some people with the exact same problem on nforce boards. One has a temporary workaround but that doesnt work for me. I did notice that if I put UT2004 into software video mode rather than D3D, it works fine. So I put it into D3D and turned the settings right down but it was still locking the machine. It sends my mind back to when I 1st installed the moboard drivers, the LAN worked fine. Then I installed my nvidia video cards latest drivers then the LAN drivers had problems (no connection and the drivers wore the yellow exclamation) and wouldnt update or uninstall. I had to uninstall all the nvidia drivers from the add remove programs, then reinstall the video drivers 1st then by jiggery pokery installed the moboards nvidia drivers eventually. Somehow, the Lan and video drivers are influencing each other and that must be the problem, but I dont know how to solve it.

  • Internet connectivity locking up on new iPad 4

    I've noticed an odd bug with my new iPad 4.  This is a brand new 4th Gen iPad, 64GB, wifi only model running 6.0.1.  When I connect to the internet via wifi, I notice that it will randomly "lock up" from time to time, as if the wifi connection has completely disconnected, but without any notification.  This happens at home (I have an airport extreme and one airport express with N), at work as well as various free wifi hotspots such as Starbuck's, etc.  I suspect it is something about the actual iPad as opposed to any specific router connection.  I am posting this in the hopes that others might have encountered this odd random freezing during internet connections?  Thanks all!!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Connection Locks UP

    When going to certain websites and downloading a file the connection freezes,  Turning the router off and then on again restores the connection.  For instance, If I go to www.divx.com and try to download a codec, the yellow warning bar at the top the screen asks If I want to download.  I click to download and the connection freezes.  The router has to be reset to get going again.  I have a linksys hub between  the computer and and the router.  I tried going direct eliminating the router and the connection will still locks up. It's annoying and can happen frequently.  The problem looks similar to losing DNS.  I've checked everything I can think of - welcome any ideas - thanks   
    Router: Actiontec  M424-er Rev C
    Wireless is disabled      

    I am not going to be able to help you, but fyi I just went to that site and downloaded a 19.7 MB file with no trouble. My router continues to work just fine after the download. I have the ActionTec Rev. D. So that site can work on the ActionTec I guess.
    Have you done a bunch of customiztion in the ActionTec that might be causing the problem? Like rules, etc., just grasping at straws. Just thought of a few more questions:
    1) When the router freezes, are you talking about the internet connection freezing, or any connection from PC to router? Can you get into the router from any PC to view settings, etc, at that point?
    2) Are you connected to FiOS using DHCP or PPPoE (don't have any idea if this would have any effect, but???? I am PPPoE)?
    3) What MTU are you using? Have you tried setting it higher or lower?
    Again, just grasping, no real idea, but maybe with more info someone will recognize something. Wish I could help. 
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.5.0
    Keller, TX

  • Internet connection locks-up have to reset router 3-4 times a day

    Router Actiontec GT704-WG
    Sometimes I am able to reach the router from Firefox or IE and it indicates no problems, but I cannot connect to the internet or ping any addresses.
    Other times I cannot even get to the router.
    Turning off the router and then back on will fix the problem for a while but it might only be for 30min some times it stays working for several hours.
    I have spent a ridiculous amount of time on the phone with "tech support" and gotten absolutely nowhere.

    #1 Info request: Are you using a wired or wireless connection to the Actiontec GT704-WG?
    #2 Info request: Do you only have one computer OR you have at least two computers?
    Step one: Visit http://www.giganews.com/line_info.html and post up the Traceroute the page shows, if you wish. Be aware that your non-bogan public IP Address will show up.  It might shown up as the final hop (bottom-most line of the trace)  might contain a hop with your IP address in it. Either remove that line or show only the first two octets. What I'm looking for is a line that mentions "ERX" in it's name towards the end. If for some reason the trace does not complete (two lines full of Stars), keep the trace route intact.
    For example this what I saw when I was using Verizon
    news.giganews.com
        traceroute to 71.242.*.* (71.242.*.*), 30 hops max, 60 byte packets
        1 gw1-g-vlan201.dca.giganews.com (216.196.98.4) 13 ms 13 ms 13 ms
        2 ash-bb1-link.telia.net (213.248.70.241) 39 ms 7 ms 7 ms
        3 TenGigE0-2-0-0.GW1.IAD8.ALTER.NET (63.125.125.41) 4 ms 4 ms GigabitEthernet2-0-0.GW8.IAD8.ALTER.NET (63.65.76.189) 4 ms
        4 so-7-1-0-0.PHIL-CORE-RTR1.verizon-gni.net (130.81.20.137) 6 ms 6 ms 6 ms
        5 P3-0-0.PHIL-DSL-RTR11.verizon-gni.net (130.81.13.170) 6 ms 6 ms 6 ms
        6 static-71-242-*-*.phlapa.east.verizon.net (71.242.*.*) 32 ms 32 ms 33 ms
    Step two: Can you provide the Transceiver Statistics from your modem?
    If you look around the ActionTec's System Status pages, you should find a section called DSL that will show the Transceiver Statistics. I can't tell you for sure where they are as I've never seen an ActionTec modem in person.
    #3 If you have a RJ-45 WAN port router connected to the modem: What is the brand and model of the RJ-45 WAN port router?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • HP 7130 locks internet connect

    Mac book pro, internet connect locks up unless hp 7130 is uninstalled.
    After hp uninstall, internet works fine.
    How do I get printer and internet?
    I used installation disc that came with printer.

    You can download the latest version of the printer driver here (sorry for the long URL):
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?dlc=en&lc=en&os=219&pro duct=91466&lang=en&cc=us&softwareitem=oj-35213-1
    Make sure it's actually a newer driver than you have installed... it's almost 70 MB in size.

  • Only one wireless connection at a time....Please Help

    Since updating to 10.4.9 I can only connect one computer wirelessly at a time....when I had 10.4.8 on all three laptops ther were no wireless problems at all...Is there anyone else with this problem?

    Okay, so when one computer is using the 802.11 band, no other computers can establish a media-level connection. Is that correct? In essence, the one connection locks out everything else. The MAC addresses of the other computers are not in the arp cache of the Actiontec, because they are not able to communicate via 802.11. The Multiplexing has gone from OFDM.
    This is a weird one. I think I was wrong about the configuration. As odd as it sounds, it must be something with 10.4.9. I think when you rolled back to 10.4.8 you must have retained the Airport2 kext. If you get info on /System/Library/Extensions/AppleAirPort2.kext it should be 4.0.4, I think. 4.0.5 is in 10.4.9. Further granularity can be seen if you enter this in Terminal:
    $kextstat | grep -i airport
    I get this:
    81 0 0x735000 0x69000 0x68000 com.apple.iokit.AppleAirPort2 (405.1) <37 16 11 2>
    which says its AppleAirPort2 version 4.0.5.1 If you use pacifist and the 10.4.8 install disk you can get your original one back.
    Lots of people have reported problems with 10.4.9 and Airport. But yours is a doozy.

Maybe you are looking for