Applet is not working properly on windows 7 with java update 23

I am using applet in web application to serve as Image Viewer.
Problem Description :
1.Client machine configuration: Windows 7, java update 23 , IE8
2.When my web application is not secure (i.e. accessible via HTTP), applet is
able to download image from server.
3.But when my web application is secure (i.e. accessible via HTTPS), applet
is unable to download image from server.
4.When applet try to download image using HTTPS, somehow it takes it as
crossdomain access.
5.When Client machine has Windows vista or Windows xp OS no such problem
is there, applet works fine.
Note : Applet method to download image is called from javascript.
6.Java log console -
network: Cache entry not found [url: https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution, version: null]
network: Connecting https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution with proxy=DIRECT
network: Cache entry not found [url: http://65.52.203.213/crossdomain.xml, version: null]
network: Connecting http://65.52.203.213/crossdomain.xml with proxy=DIRECT
network: Connecting http://65.52.203.213:80/ with proxy=DIRECT
java.security.PrivilegedActionException: java.net.ConnectException: Connection refused: connect
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNew HttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connec t(Unknown Source)
at com.sun.deploy.net.CrossDomainXML$2.run(Unknown Source)
... 39 more
java.security.AccessControlException: access denied (java.net.SocketPermission 65.52.203.213:443 connect,resolve)
at java.security.AccessControlContext.checkPermission (Unknown Source)
at java.security.AccessController.checkPermission(Unk nown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Edited by: 837609 on Feb 20, 2011 9:17 PM

908304 wrote:
Thanks for the response. But I don't think the problem is due to Protocol relative URLs. This seems to be a permissions issue.So is the non Protocol relative URLs issue!
I get the following exception
java.security.AccessControlException: access denied (java.net.SocketPermission 66.150.109.50:443 connect,resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
     at java.security.AccessController.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkConnect(Unknown Source)
     at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
     at sun.net.NetworkClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
     at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
     at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
     at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source)
But this is only in Windows 7 machines. In Windows XP it is working fine.Windows 7 is much more fussy than XP about permissions. I can't make you investigate the Protocol relative URLs issue but surely it must be worth spending some time on it.

Similar Messages

  • A2DP not working properly in Leopard (with latest updates)

    So, I have a brand new Mac (unibody Macbook) with the latest Leopard updates and a brand new pair of headphones just released by Sony, DR-BT101. I pair the headphones with my Mac without any difficulties, it shows up as a headset and also as headphones (A2DP). It works fine to use them with the headset profile, just that the sound is bad because it's not the A2DP profile, and when I try to switch over to A2DP the sound stops, sometimes with a message "Bluetooth audio failed". The headphones (as A2DP) works fine with all other bluetooth equipment I have (mobile phones etc).
    Even more strange, it's possible to get the A2DP working with a trick a posted in this thread,
    http://www.insanelymac.com/forum/lofiversion/index.php/t34405.html
    In short: System preferences/Bluetooth, choose "Update device services" and then quickly click the "Use headphones" => et voila, it works! But whenever you try to click "use the headphones" without doing this trick it doesn't work.. total silence.
    So what's going on here Apple!? I thought that Leopard was supposed to support A2DP, anyone else has experienced this or have a more permanent solution?

    A new discovery in this matter.. It seems it might not be a Leopard problem this thing, but a problem with the hardware/drivers for the bluetooth chipset in the unibody Macs. I just tried connecting the headphones to a Mac Mini 1.83 GHz, the old version with GMA950 graphics and there it works fine, so it seems to only be a problem with the Nvidia chipset-macs.

  • Flash player does not work properly on Windows 7 32 bits

    Hello,
    My flash player does not work properly on Windows 7 32 bits with Firfox and IE8 (lasts versions).
    My Flash player version : 10.0.45.2, but I tried with version 9 too, with same problems.
    I have tried to uninstall, reboot, reinstall several times, ... witch did not worked.
    In fact, it works correctly on some sites, like youtube, but not on some others like :
    http://www.dailymotion.com/ => black screen instead of videos, right click gives flash context menu
    http://www.canalplus.fr/ => videos does not load, right click gives flash context menu
    http://www.myspace.com/ => no audio player, right click gives flash context menu
    some games in http://www.kongregate.com/ => black screen instead of games, right click gives flash context menu
    I have no problem with shockwave in http://www.adobe.com/shockwave/welcome/
    No problem too with flash player on http://www.adobe.com/software/flash/about/
    But in the Global Privacy Settings panel (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l), I cannot change any settings :
    I cannot check boxes,
    My changes are not saved.
    In most of flash animations, videos, ...,
    when I click on parameters, I cannot do anything, even closing.
    when I am in full screen mode, the message "press escape to exit...." does not disappear.
    Last thing, all those problems was not there when I was on Windows XP, few weeks ago, and appear with my registered Windows 7 premium familly edition, with the same hardware configuration...
    Thank you for your help

    Hi eidnolb
    Thanks for your answer.
    This is what I have :
    Verify user permissions
    I have an administrator account.
    I tried (uninstall, install and run) with super-administrator account for same results
    Install the most current version.
    I am running the latest version (10.0.45.2)
    Run the Clean Installer to Fix 3rd Party Flash Player Cleaners
    I did not "clean" my computer.
    Troubleshoot Pop-up blockers
    I have no Pop-up or esle blocker  software.
    Ensure that Internet utilities do not block Flash Player
    I tried (uninstall, install and run) without Avast.
    I have windows 7 firewall. I do not know where I can allow ActiveX  controls and Flash (SWF) content. I do not see anything relative to ActiveX an Flash in allowed program list.
    Fix machine crashes when displaying Flash content
    I have no freez or crash.
    Using IE, Shockwave Flash Object is Enabled and vs 10.0.45.2
    Using FF, I have SWF vs  10.0.45.2 and it is Enabled
    I really do not understand !!
    Thanks,
    Ju'

  • Gadgets not working properly in windows 7

    For some reason the gadgets in windows 7 are not working properly. I can open the gadget gallery and select a gadget, but it doesn't show the entire thing. For example i select the clock, and all it shows is a black square with the red ticking hand frozen. Another example is the CPU meter. All it shows when i click on it is a little white square where the meter should be. I can still close the gadgets by way of the close button on each gadget though (the calendar doesn't appear at all).  UAC is turned on and i have rebooted the pc, same thing still happening. (It is Enterprise edition if that makes any difference). If anyone could help that would be great!

    Have you come across the problem where some of the Gadgets that you added to the Sidebar/Desktop are not displayed correctly? For example, the clock gadget may be displayed as a black square containing only the "seconds" hand. Other gadgets may show up as
    white rectangles with an information (i) icon and a plus sign. The settings button next to the gadget does not work, but the
    x to close does. Here are some screenshots:
    The above-mentioned behavior is caused due to the following reasons:
    A subkey with foreign/ASCII character exists under the "Zones" registry key.
    XML registration is missing in the system.
    Use these steps to fix the problem:
    Fix for Case 1
    1. Click Start, type Regedit.exe and press {ENTER}
    2. Navigate to the following branch:
    HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones
    3. Under the Zones key, delete the subkey shown with an ASCII character:
    4. Exit the Registry Editor.
    5. Logoff and login back to your user account.
    Fix for Case 2
    1. Open an
    elevated Command Prompt window. To open an elevated (admin) Command Prompt, click Start, click All Programs, click Accessories,
    right-click Command Prompt, and then click Run as administrator.
    2. In the Command Prompt window, type the following command and press ENTER:
    regsvr32 msxml3.dll
    3. Similarly, run these commands:
    regsvr32 scrrun.dll
    regsvr32 jscript.dll
    You should see the DllRegisterServer in <filename> succeeded message for each command executed.
    4. Logoff and login back to your user account and see if the Gadgets display correctly.

  • TS1702 When I update to IOS6 on my 4S Facebook does not work properly, the news feed never updates it only says no new storeys and shows a picture of an antenna. When I reset my phone and go back to IOS5 Facebook works fine. What's up with IOS6 ????

    When I update my iPhone 4S to iOS six Facebook does not work properly the newsfeed doesn't load properly and I can never see what's going on all I see is a picture of an antenna and a little thing underneath it says no new stories when I reset my phone back to iOS 5 then it works just fine and I don't have any issues so there must be something wrong with iOS six that isn't letting Facebook load properly

    No I did not use any unauthorized methods for anything, I simply reset my phone back to factory.
    <Edited By Host>

  • Resize() of applet is not working properly in java6.0

    Hi iam new to applets i have given one task,that is to display multiple tiff pages in applet, So i have written one applet which displays multiple pages tiff file, i have kept next and previous buttons in the applet to navigate to different pages and here iam using resize() of applet for refreshing applet up to now all fine this all thing i have done in java5.0, but i got a requirement to do in java6.0, in java6.0 applet is not refeshing in the webpage.
    i found the reason that resize() is not working properly.
    Please can someone help me..........
    Thanks&Regards
    Manmohan A

    Dear Aravindth
      (.*?) means -> Select all contents from where you start and end,
    For Ex. <month>(.*?)</month> then Select for start <month> and end last </month> tag.
    (?) Match zero or one occurrences. Equivalent to {0,1}.
    (*) Match zero or more occurrences. Equivalent to {0,}.
    (+) Match one or more occurrences. Equivalent to {1,}.
    (.) (Dot). Match any character except newline or another Unicode line terminator.
    (.*?) means -> Zero or more times Match any character except newline or another Unicode line terminator + Match zero or more occurrences. Equivalent to {0,}.+Match zero or one occurrences. Equivalent to {0,1}.
    Could you please refere the below cite :
    http://www.javascriptkit.com/jsref/regexp.shtml
    Thanks & Regards
    T.R.Harihara SudhaN

  • DVD-Rom drive in Satellite C655-S5128 not working properly in Windows 8

    I recently upgraded my system from Windows 7 to Windows 8. However, the DVD-Rom drive after the upgrade no longer works properly -- it now treats the pre-recorded disk as if it was completely blank. I tried reinstalling the Toshiba Disc Creator, but that did not work.
    Any solution?

    You apparently did not use the Toshiba Upgrade Assistant in upgrading to Windows 8.  See HERE for DVD and Disk Creator problems occurring during the upgrade and solutions.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • Usb not working properly in windows 7 x64 (890FXA-GD70)

    Hi,
    I am currently having problems with my USB ports.  A select few ports are not working.  In the device manager, windows claims to have not started up related drivers.  I tried fixing this by updating the drivers from the msi page.  This caused all the usb ports to stop working.  I am not sure what the problem is but however it does seem isolated to my windows 7 x64 install.  My keyboard and mouse still work in bios, but not once windows 7 starts up.  The keyboard and mouse also work when I use the system disk to restore back to a system checkpoint.  I am at a loss as to what could be causing this or how to fix it when the drivers supported are failing me.
    Any help would be appreciated. Thanks.
    Chris

    Quote from: Bas on 19-November-10, 22:57:34
    Those few need extra drivers.
    As they are USB3.0 ports: http://eu.msi.com/index.php?func=downloaddetail&type=driver&maincat_no=1&prod_no=2025
    Yea as I stated earlier, after installing these drivers all the usb ports stopped working in the current windows 7 install.

  • 10.7 not working properly in windows 7

    Hi,
    I have windows 7 32 Bit OS. I had downloaded 10.7 just now & installed it.
    It opened first time. but later on every time i try to run itunes, it says "iTunes has stopped working".
    A Problem caused the program to stop working correctly. Windows will close the program.

    Have you come across the problem where some of the Gadgets that you added to the Sidebar/Desktop are not displayed correctly? For example, the clock gadget may be displayed as a black square containing only the "seconds" hand. Other gadgets may show up as
    white rectangles with an information (i) icon and a plus sign. The settings button next to the gadget does not work, but the
    x to close does. Here are some screenshots:
    The above-mentioned behavior is caused due to the following reasons:
    A subkey with foreign/ASCII character exists under the "Zones" registry key.
    XML registration is missing in the system.
    Use these steps to fix the problem:
    Fix for Case 1
    1. Click Start, type Regedit.exe and press {ENTER}
    2. Navigate to the following branch:
    HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones
    3. Under the Zones key, delete the subkey shown with an ASCII character:
    4. Exit the Registry Editor.
    5. Logoff and login back to your user account.
    Fix for Case 2
    1. Open an
    elevated Command Prompt window. To open an elevated (admin) Command Prompt, click Start, click All Programs, click Accessories,
    right-click Command Prompt, and then click Run as administrator.
    2. In the Command Prompt window, type the following command and press ENTER:
    regsvr32 msxml3.dll
    3. Similarly, run these commands:
    regsvr32 scrrun.dll
    regsvr32 jscript.dll
    You should see the DllRegisterServer in <filename> succeeded message for each command executed.
    4. Logoff and login back to your user account and see if the Gadgets display correctly.

  • Whatsapp not working properly in windows

    Developers please try to fix the problem for whatsapp first because it the the most important application we find. The messages are delayed and does not show immediately, we cant sent videos and music on whatsapp. Many people refrain to buy Nokia windows phone just because of this problem. There are lots of problems in whatsapp too

    Have you come across the problem where some of the Gadgets that you added to the Sidebar/Desktop are not displayed correctly? For example, the clock gadget may be displayed as a black square containing only the "seconds" hand. Other gadgets may show up as
    white rectangles with an information (i) icon and a plus sign. The settings button next to the gadget does not work, but the
    x to close does. Here are some screenshots:
    The above-mentioned behavior is caused due to the following reasons:
    A subkey with foreign/ASCII character exists under the "Zones" registry key.
    XML registration is missing in the system.
    Use these steps to fix the problem:
    Fix for Case 1
    1. Click Start, type Regedit.exe and press {ENTER}
    2. Navigate to the following branch:
    HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones
    3. Under the Zones key, delete the subkey shown with an ASCII character:
    4. Exit the Registry Editor.
    5. Logoff and login back to your user account.
    Fix for Case 2
    1. Open an
    elevated Command Prompt window. To open an elevated (admin) Command Prompt, click Start, click All Programs, click Accessories,
    right-click Command Prompt, and then click Run as administrator.
    2. In the Command Prompt window, type the following command and press ENTER:
    regsvr32 msxml3.dll
    3. Similarly, run these commands:
    regsvr32 scrrun.dll
    regsvr32 jscript.dll
    You should see the DllRegisterServer in <filename> succeeded message for each command executed.
    4. Logoff and login back to your user account and see if the Gadgets display correctly.

  • Push Mail Not Working Properly for Windows Live Mail when Online At Windows Live Messenger

    Hello,
    This is quite an old subject, but it seems to be a recurring problem across versions of Windows Live Messenger handheld client software and Blackberry Internet Service server software. For some time, I used to have no issues with Live Messenger and Push Mail from Hotmail. Now, once again, I am having a huge delay, of several hours, when logged on as “Online” to Windows Live Messenger.
     What makes me believe that it is not a Windows Live limitation, by design, due to protocols and notification mechanisms in use, is the fact that I can receive both push mail and instant message notifications, immediately, as long as I am logged on to Windows Live Messenger as “Busy” or “Away”. If the protocols in place allowed notifications to only a single service at a time, I believe it should not work regardless of the status on Windows Live Messenger.
    I have been using Hotmail for quite a while and most of my friends use Windows Live Messenger, so I would like to keep both working in my BlackBerry. I understand BlackBerry has a commitment to offering broad compatibility, great stability, and better integration than other solutions on the market that appeals to fancy user interfaces and forget about objectivity. Having a mobile platform that can keep both the corporate and consumer world happy is definitely a great advantage. There are several loyal users that would like to keep sharing the proficiency on a common user interface for business and personal use. 
    I do not often post messages to online forums, but this is an issue that has been annoying me for quite some time and I am really looking forward to a solution. Is anyone experiencing the same behavior with Windows Live Messenger lately? Is RIM looking for a solution?
    Thanks,

    Ahhh...given that description, it may be WAD (Working As Designed):
    KB15747Email message delivery is delayed because of an integrated Windows Live Hotmail account on the BlackBerry smartphone
    As such, there would be nothing to report...
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Toshiba DVD player is not working properly since Windows 7 upgrade

    I recently upgraded to Windows 7 and can no longer get my Toshiba DVD player to work.
    I have tried updating drivers, uninstalling and reinstalling. Also, I tried to download a Realtec driver meant for Vista from a suggestion on another thread and that was even worse. It is currently uninstalled, but when I install it, it either doesn't play at all or I get an error saying that it can't connect to the output device.
    Has someone experienced a similar problem on Windows 7?

    I have the same problem - I have upgraded my new Toshiba satellite L300-29V and the Toshiba DVD player wont work. The error message I get is "modules needed for this application are missing - if restarting does not work then re-install application" - I don't know how to reinstall - supposedly the application is on a partition on my hard drive but I dont know how to get at it. Any suggestions please?
    Tim

  • ATI driver not working properly on windows xp

    hello sir,
    i have a problem and hope you can fixed it for me. the problem is, when im installed windows xp on my laptop. only Intel hd driver working but the  ATI driver is not working ( not detetcted when done install driver). im trying install driver manualy, but still  not working. So i dont know if ATI driver only used for window 7 or both. im used
    G470 model 20078 
    Intel (r) celeron(r) CPU B800 @ 1.5GHz
    tq

    Welcome to the forum!
    Did you install the Windows XP Chipset Driver for your model prior to trying to install the Ati driver?  The chipset driver must be one of the first drivers installed so that the operating system can correctly identify the rest of the installed hardware for their driver installation.  Once the chipset driver is installed, reboot and then try installing the Windows XP version of the Ati driver.
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • ITunes will not work properly on windows PC

    iTunes performance is slow and my devices will not synch properly after uninstalling and reinstalling the application 3 times on my windows PC. When I tried to update my phone, it took hours and failed to backup anything on my phone from July to now (Dec) and will not recognize my iPad.

    Follow the directions of tt2 in https://discussions.apple.com/thread/5822086

  • ICal does not work properly since the last OS update

    Hi everybody,
    I run a Macbook 15 Retina RAM 16Gb with Mac OS 10.8.4. Over the past months (I think after updating the OS), iCal has not been working properly. TO make a long story short, as you can see on the screen cap, it is no longer possible to select the kind of calendar/color etc when right clicking. In order for example to create a "Meetings" event (see left column on the screen cap), what i need to do now, is to find a previous event (i.e. created before iCal stopped to work) then copy and paste it to the time when I want it to happen in the future and then modify it. Not convenient at all.
    This is kind of surreal (that such a bug has not been fixed yet) to given the price of the  Mac and that iCal is part of the core apps of the OS. I looked over the Internet and did not find a solution. But I must have missed things. Hence I would be very very grateful if anyone could help me.
    Thanks a lot.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

Maybe you are looking for

  • Inspiron screen turns white -- not black??

    I have a Dell Inspiron 9400 with a newly installed GeForce Go 7900 GS card running 2.6.33-ARCH and xfce4. Instead of turning off the screen when the power manager says to, the screen goes bright white. Upon further inspection, I notice that "vbetool

  • Every time i put in Cd it changes name!!!

    Hello All Every time i put in a cd that was burnt on a computer (not originals) my itunes names it something different. Also its got a different name when it mounts on my desktop also dont know if anyone can help me out or if anyone has had this prob

  • Moving FCP Studio from G5 to Laptop - user's license?

    I've been running FCP Studio Pro on my G5 Tower. I've just bought a MacBook Pro - to take a project on a location shoot. Am I legally entitled to install my 'single owner' FCP Studio on my laptop? And thus have it installed on my studio G5 and my lap

  • Checking of a Windows 8.x installation

    Hi How do I check if a Windows 8.x installation is been installed properly and free of errors? Thanks Bye Balubeto

  • Capacitors for hp photosmart C6280

    i read a post that sounded very informative. it stated that i would need to take off and replace the capacitors that are in the PCBOARD. if this is correct will this method work on a HP PHOTOSMART C 6280 ALL-IN-ONE printer.  someone please respond. t