Get count of users connected to my application via browser but not through console

Hello,
My requirement is to find the no. of active, connected and disconnected users and
inactive time of each user to
my application on weblogic server 5.1.0 sp-10. when i used console it gives only
count of users connected via
console. I need it without starting console. I tried
http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
I also tried using weblogic api in jsp like below but output is 0;
<%@ page import="weblogic.rjvm.*" %>
<%
weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
int Cc = rr.getConnected() ;
int Dc = rr.getDisconnected();
String Name = rr.getName();
int active = rr.getActive();
%>
<html>
     <head>
</head>
     <body>
Active Users =<%=active%>
<br>
Disconnected Users =<%=Dc%>
<br>
     </body>
</html>
Please, reply me asap...
Thank you,
Sandeep

Hi Sandeep,
You might try posting your request to the weblogic.developer.interest.jsp newsgroup.
HTH,
Bruce
Sandeep wrote:
Hello,
My requirement is to find the no. of active, connected and disconnected users and
inactive time of each user to
my application on weblogic server 5.1.0 sp-10. when i used console it gives only
count of users connected via
console. I need it without starting console. I tried
http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
I also tried using weblogic api in jsp like below but output is 0;
<%@ page import="weblogic.rjvm.*" %>
<%
weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
int Cc = rr.getConnected() ;
int Dc = rr.getDisconnected();
String Name = rr.getName();
int active = rr.getActive();
%>
<html>
<head>
</head>
<body>
Active Users =<%=active%>
<br>
Disconnected Users =<%=Dc%>
<br>
</body>
</html>
Please, reply me asap...
Thank you,
Sandeep

Similar Messages

  • Get count of users connected to my application via browser but not throuhg console

    Hello,
    My requirement is to find the no. of active, connected and disconnected users and
    inactive time of each user to my application on weblogic server 5.1.0 sp-10. when
    i used console it gives only count of users connected via console. I need it without
    starting console. I tried
    http://localhost:7001/AdminMain?refreshSecs=60 but this also works same as console.
    Please, reply me asap...
    Thank you,
    Sandeep

    Hello again,
    I also tried using weblogic api in jsp file as below but result is 0.
    <%@ page import="weblogic.rjvm.*" %>
    <%
    weblogic.rjvm.RJVMManager rr = weblogic.rjvm.RJVMManager.getRJVMManager();
    int Cc = rr.getConnected() ;
    int Dc = rr.getDisconnected();
    String Name = rr.getName();
    int active = rr.getActive();
    %>
    <html>
         <head>
    </head>
         <body>
    Active Users =<%=active%>
    <br>
    Disconnected Users =<%=Dc%>
    <br>
         </body>
    </html>
    "Sandeep" <[email protected]> wrote:
    >
    Hello,
    My requirement is to find the no. of active, connected and disconnected
    users and
    inactive time of each user to my application on weblogic server 5.1.0 sp-10.
    when
    i used console it gives only count of users connected via console. I need
    it without
    starting console. I tried
    http://localhost:7001/AdminMain?refreshSecs=60 but this also works same
    as console.
    Please, reply me asap...
    Thank you,
    Sandeep

  • Can connect to local DB via SQLPlus but not via SQLDeveloper, all info incl

    Have a database running on a new local Windows 7 Professional Machine with data, users, etc from an db import. Able to access database via sqlplus, run queries, etc. Cannot run from Oracle SQL Developer. Trying to use Connection Type Basic, Hostname localhost, port *1521*.
    Using SID = xe I get:
    Status: Failure -Test failed: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was localhost:1521:xe
    When I add a service in my listener.ora file for sid_name=xe and program_name=xe (which I include below), I get
    ORA-12518, TNS:listener could not hand off client connection. The connection descriptor used by the client was localhost:1521:xe
    Using Service name = xe I get:
    Status: Failure -Test failed: Io exception: the Network Adapter could not establish the connection.
    Here's every single piece of information I think you may possibly need to help me with the issue. [I've been trying to find the solution on these forums so I hope I haven't messed my settings up even more than they had been before.]
    TNSNAMES.ORA (XE is the name of my local database):
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (service_name = XE)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = XE)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    C:\Windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 19:36:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> select sysdate from dual;
    SYSDATE
    25-APR-10
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
    ction
    C:\Windows\system32>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2
    010 19:43:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1521)) (CONNECT_DATA = (service_name = XE) (SERVER = DEDICATED)))
    OK (20 msec)
    C:\Windows\system32>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:46
    :20
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "XE" has 1 instance(s).
    Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:10
    LOCAL SERVER
    The command completed successfully
    Edited by: user1966631 on Apr 25, 2010 4:59 PM

    Got it. No, no virtualization. Just Win7 64-bit computer running XE.
    C:\Users\Gil>sqlplus ccxreg/ccxreg@XE
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 21:23:20 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    listener.log
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:54:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=760
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 19:55:46 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51031)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:11 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51040)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:18 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51043)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:31 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51048)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51050)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:37 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51052)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:42:45 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52547)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:43:08 * (CONNECT_DATA=(SID=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52558)) * establish * @xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 20:43:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52562)) * establish * @xe * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:03:00 * ping * 0
    25-APR-2010 21:03:17 * ping * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 21:06:07
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=6836
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_update * CLRExtProc * 0
    25-APR-2010 21:07:04 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=53945)) * establish * xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 21:07:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:09:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:11:15 * service_update * CLRExtProc * 0
    25-APR-2010 21:12:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:14:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:16:16 * service_update * CLRExtProc * 0
    25-APR-2010 21:17:56 * service_update * CLRExtProc * 0
    25-APR-2010 21:19:38 * service_update * CLRExtProc * 0
    25-APR-2010 21:21:21 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:02 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:20 * (CONNECT_DATA=(service_name=XE)(SID=XE)(SERVER=DEDICATED)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\bin\sqlplus.exe)(HOST=WIN7X64)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=54388)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:24:43 * service_update * CLRExtProc * 0

  • Airport express connects to internet, will play via airplay, but not through itunes.

    Hello all-
       I just updated to the latest iTunes 12.1.1.4 64 bit and now itunes can no longer send music to my airport express.  It is directly connected via an ethernet cable.  The wifi portion of the airport express works, I can find it in the airport utility, I can send music via airplay from my iphone...just cannot connect to the device in itunes to play music.  I also tried airfoil and it cannot find it either.  Thanks for the help

    Thank you for responding, Duane, I'll give it a try. I suspect the cordless phone is the culprit. I do wonder though, if it is why my Safari and Mail aren't kicking in even if the Wireless Network is working fine.
    If I may repeat that part of the issue: often, when downstairs, I actually can connect to the wireless network, and I see in the network connection window the words "Connected via PPoe", yet Safari will not connect to the internet, claiming "could not find PPoe"; and Mail will not connect to the online server, instead reading "working offline" no matter what I do. At such times it's almost as if Safari and Mail are in a different non-functioning universe than my functioning wireless network. Why won't they go along for the ride?

  • How do I get my iphone to connect with my PC via WiFi

    How do I get my iphone to connect with my PC via WiFi?

    I Believe you are trying to use personal hotspot so you can use your 3G/LTE on your pc.
    If that's the question, you'll need to turn on "Personal Hotspot" in settings (it's right below bluetooth), then go to your Mac/PC and connect to your iphone as you would with a normal wi-fi connection. You can change the random default password in the same menu where you have turned on "Personal Hotspot"

  • Connecting computer to tv for viewing EPIX,ETC.. but not through router?????

    I need to start connecting computer to tv for viewing EPIX,ETC.. but not through router?????  I have a workroom with a TV but without cable connection, so I thought I would connect my computer to my TV.  I have an Acer Aspire laptop. and a 27" tv.  Please can anyone tell me how to get this to work.  I need something to watch while I am working.

    I'm a little confused here as to what you're looking for. Are you simply trying to get Internet Connectivity to the computer using the best method possible or are you looking to try and send a signal to the TV without a cable connection going to it? The computer's Internet portion is easy if that is the case. If we can just get some additional information on that, we'll figure out how to approach it.
    1: Does this Workroom have any Coaxial cabling going to it that can be connected back to the cabling the FiOS equipment is using?
    2: Is Ethernet cabling available and running to the location of the router, or nearby?
    3: Would Wireless work for you (as much as it is not ideal)?
    4: Are you looking for a Physical connection to the network?
    Now if what you're trying to accomplish is the actual connection between the Computer and the TV, check to see what inputs the TV supports (HDMI, VGA, DVI, Component, Composite) and see what the laptop supports (DisplayPort, VGA, HDMI, DVI). More than likely the Laptop would have a VGA connection along with the TV. Your best bet would be to honestly just connect a VGA Cable between the two machines, and then for audio, just use a 3.5" to Composite connection for the TV (Unless the TV has a 3.5" Input jack for the PC Input). If HDMI is available on both devices, by all means use that. Same with DVI as both give better picture quality over a VGA Cable.
    If you can give us exact model numbers, that would help.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • I have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    i have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    Try changing the channel in use in case you're getting interference. 
    If you have WEP enabled on the Internet Sharing it'ss worth disabling it whilst troubleshooting the connectivity issues.
    mrtotes

  • I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD?

    I keep getting kicked off of my wifi with my MacBook Pro but not with my IPAD, what do I do?

    Hi, mmayers.
    Sometimes a simple power cycle of the router can correct the issue that you are experiencing.  However, the issue could be a little more complex.  Wi-Fi routers need adjustments to settings periodically for optimized performance with the constant progression of wireless device technology.  Below, I have included two articles.  The first article will cover basic Wi-Fi troubleshooting.  The second article covers the recommended settings for current Wi-Fi access points.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/ht4199
    Cheers,
    Jason H.

  • I changed my User ID it changed on my phone but not on iCloud and it wont let me change my apple ID to my new ID how do I fix this?

    I changed my User ID it changed on my phone but not on iCloud and it wont let me change my apple ID to my new ID how do I fix this?

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you delete the existing account you will get an option to keep the iCloud data on your device.
    Before deleting the account, save any photo stream photos that you want to keep to your camera roll.

  • Connected to the internet via ethernet, BUT...

    I turned off my computer, modem, everything and uplugged it all because of a severe lightning storm Saturday. Since I turned it back on the next day I haven't been able to access the web or my mail. However, the problem must be with my G4, because I have an iBook on Airport and I'm able to connect to the web and email with it. So the cable modem and Airport are evidently working properly. My G4 network settings all appear normal. I've got a green light saying I am connected to the internet via ethernet, but I'm really not. My email won't go online and no browser works, although I don't get a "can't connect" message on the browser screen, it just stays white. I had this problem before but I can't remember what I did to correct it. I just remember unplugging the modem and Airport over and over, in different order, and resetting preferences. But I don't remember what I did, if anything, to actually make it work again. Does anyone have an idea on what I can try to REALLY connect?
    Thanks in advance for your help.
    Frustrated in Florida,
    EG

    Tough to troubleshoot lightning in person, moreso at a distance!
    Things to try...
    Type 17.112.152.32 into your browser... thinking it may be off looking for a DNS server that doesn't exist.
    Launch Network Utility and see if you can Ping like that addy, or your other computer.
    Results may help us get further.

  • I cannot get GPS Only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX

    It seems like I cannot get GPS only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX, garmin blueChart mobile, and a GPS monitoring tool. All show no signal. If I turn on cell and wifi,  it says I get gps signal, but can't tell if that is from the GPS chip, or just from cell and wifi only (maybe with some gps mixed in)?  Any ideas on how to get iPad working with GPS only??

    Roger that.  Thanks for your time.
    System:
    Windows 7 64bit
    Processor: AMD phenom IIX4 965
    RAM:  Gskill Ripsaw F3-12800CL7D-4GBRM (2-2GB sticks)
    GPU:EVGA Classified Nvidia GeForce GTX 560 Ti 448 core
    PSU: Kingwin 1000W laser gold (LZG-1000)
    Yes. tried the one ram stick, no go.  I have been trying to boot off/install the windows 7 disk but am unable to get to the point where windows starts installing after its gathering information portion of the install.  I can get to the disk selection screen of the install with the WD HD on SATA port 2 but then get the "cant install messages" when I try to select the Vertex 3.  Yes I can see the Vertex 3 Drive as well as the WD drive at this point.  some times I have to hit "scan" a couple of times.

  • HT5622 When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    When trying to log on to I-Cloud with my Apple Id, I keep getting the message that this is a valid Apple Id but not an I-cloud account???How do I link my I-Tunes Apple Id with I-Cloud?

    You are logging in iCloud for the first time. In this case, first you need to log in iCloud on an iPhone, iPad, iPod touch or Mac. See > http://www.apple.com/icloud/setup
    If you have not got a device to set iCloud up, you cannot use it. You can only use iCloud on your PC if you have got an Apple device

  • My MacBook Pro won't connect to the Internet via wifi but it worked fine on ethernet cord...I tried running diagnostic but it didn't work:((((  it happen every time if I restart the modem and/or router

    My MacBook Pro won't connect to the Internet via wifi but it worked fine on ethernet cord...I tried running diagnostic but it didn't work:((((  it happen every time if I restart the modem and/or router.. Any idea how to fix this?

    Hello Rattisate,
    Sorry to hear you are not able to connect to Wi-Fi on your MacBook Pro.  I would be concerned about this too.  You can find information on how to troubleshoot this in the following article:
    Troubleshooting Wi-Fi issues in OS X Lion and Mac OS X v10.6
    http://support.apple.com/kb/HT4628
    Follow the steps in the section labeled, "Symptom: My Mac does not connect to the Internet."
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • HT201272 Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes acc

    Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes account.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I was using webrtc connection for a video connect. Firefox works in Mac but not work in windows

    I was using our company API tokbox SDK to do the servers test between two machines. I blocked one machine ipfw to test the server connection. However, our server connection works well when we are using two mac firefox browser, but not succeed when we were using one windows and one mac machine.

    Oh, I replied in your second question here: https://support.mozilla.org/questions/1001511

Maybe you are looking for

  • Illustrator CC Rotate Tool Problem

    So I'm not sure if anyone else is experiencing this problem, but it seems I'm having issues with the accuracy of the rotate tool in Illustrator CC. When I rotate an object 90 degrees (either by entering in the rotate angle value or using the free rot

  • How to install cldc and imaps

    All every one please help me, How to install the cldc and imaps.I download already but i don't know how to install them.

  • Package does not exist even though the package is included in .java file

    package djvusearching; import org.apache.lucene.analysis.cjk.CJKAnalyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.queryParser.ParseException; import org.apache.lucene.queryParser.QueryParser; import org.a

  • PSE 8 Organizer take 60+ seconds per task

    Most everything I do in the PSE 8 Organizer seems to take 60+ seconds to complete. When I move a tag from one sub-category to another, 60+ seconds.  When I delete a picture from the catalog, 60+ seconds. When I add a new face tag in a photo, 60+ seco

  • How to install jdk 1.5 in Sun Solaris 8

    Hi All, I have sun solaris 8 server UNIX platform.i already have JDK 1.3.3 in my server.i want to clean that and to install jdk 1.5 in my server.does any body knows how to setup JDK 1.5 in sun solaris 8 UNIX Platform and where to set JAVA_HOME Enviro