P socket and upgradeability u101

Just a few questions I hope someone outh there can answer.  I noticed that the U110 has a socket P.  I am wondering if anyone has done the research to figure out compatible processors for upgrading this model.  The other question is – is  there a BIOS update needed  or any other updates needed?

jschell,
Thank you for your response. Yes! I am catching exceptions but I am not getting any exceptions to catch. That's I had to change my design to Open and Close Client socket for every message I send which is NOT efficient. I would really like to have something like PING to improve the performance. Here's my code.
while(true)
deQueue the message from Queue......
try {
socket = new Socket(server, port);
createLog.writeFile(" Connected with server " +
socket.getInetAddress() +
":" + socket.getPort());
conn = false;
catch (ConnectException ce) {
createLog.writeFile(" Client Socket " + ce.toString());
//socket.close();
//socket.wait(60);
conn = true;
returnFlag = false;
catch (UnknownHostException e) {
createLog.writeFile(e.toString());
System.exit(ERROR);
catch (IOException e) {
createLog.writeFile(e.toString());
System.exit(ERROR);
try {
input = new BufferedReader(new InputStreamReader(socket.getInputStream()));
output = new PrintWriter(socket.getOutputStream(),true);
// get user input and transmit it to server
lineToBeSent = msgText;
// stop if input line is "."
output.println(lineToBeSent);
createLog.writeFile(lineToBeSent);
//socket.wait(5);
returnFlag = true;
catch (IOException e) {
createLog.writeFile(" Client Socket : " + e.toString());
socket.close();
returnFlag = false;
catch (IllegalMonitorStateException le)
createLog.writeFile(" Client Socket : Catching IllegalState Exception"+ le.toString());
socket.close();
createLog.writeFile(" Socket Expection : Closing Socket");
returnFlag = true;
// Closing Socket Connection at the end
try{
socket.close();
createLog.writeFile(" Closing Socket ");
catch(Exception ex)
createLog.writeFile(" deQueque, Exception from " + ex.toString());
returnFlag=false;
}

Similar Messages

  • I got a flashing folder with a question mark. I got a new hard drive and upgraded to 4 gigs and can't open anything or reload the operating system? Help?

    I got a flashing folder with a question mark. I got a new hard drive and upgraded to 4 gigs and can't open anything or reload the operating system? Help? FYI: I have been using boot camp with windows 7 and started getting a kernal_data_Page_error and it would reboot windows, i was trying to do a chkdsk on the next reboot, but thats when i started getting this issue. I have put in a new hard drive and went from 2 gigs to 4. I can not get the computer to do anything, even the monitor does not show anything now????

    Prep your new drive:
    Drive Preparation
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs,) then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    After formatting has completed quit DU and return to the installer. Install OS X.

  • Need help on Socket and HTTP

    Hi,
    I need help ... please ... I have to use socket and not HTTPURLConnection
    I try to connect with a socket to a web server (apache2) and request one page but two times.
    The first time it works well but the second one it doesn't ... I get a null message.
    Why ?
    Does the server close the socket as soon as the page is sent ?
    If it doesn't how I can continue sending and receiving data on the same socket ?
    Here is my code:
    package test;
    import java.net.*;
    import java.io.*;
    public class Test
    private String laRequete = new String(
    "POST http://localhost:5577/Test/ HTTP/1.0\r\n"+
    "Host:localhost:5577\r\n"+
    "\r\n");
    PrintWriter laSortie;
    BufferedReader lEntree;
    Socket laSocketTCP;
    public Test()
    String tmp;
    try
    laSocketTCP = new Socket("localhost", 5577);
    laSortie = new PrintWriter(laSocketTCP.getOutputStream());
    lEntree = new BufferedReader(new InputStreamReader(laSocketTCP.getInputStream()));
    laSortie.println(laRequete);
    laSortie.flush();
    // Premier essai OK
    System.out.println(lEntree.readLine());
    while((tmp = lEntree.readLine()) != null)
    System.out.println(tmp);
    // Second essai => Not OK
    laSortie.println(laRequete);
    laSortie.flush();
    System.out.println(lEntree.readLine());
    while((tmp = lEntree.readLine()) != null)
    System.out.println(tmp);
    catch (Exception e)
    e.printStackTrace();
    public static void main(String args[])
    Test tp = new Test();
    Here is the result of the execution
    HTTP/1.1 200 OK
    Date: Wed, 29 Sep 2004 08:35:35 GMT
    Server: Apache/2.0.51 (Win32)
    Last-Modified: Wed, 29 Sep 2004 08:27:57 GMT
    ETag: "23a46-9a-56c93f9a"
    Accept-Ranges: bytes
    Content-Length: 154
    Connection: close
    Content-Type: text/html; charset=ISO-8859-1
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> Index Test 1 </TITLE>
    </HEAD>
    <BODY>
    Test 1
    </BODY>
    </HTML>
    null
    Thanks, bye.

    Send an HTTP 1.1 request instead of a 1.0 request.
    HTTP 1.0 does not support keeping the connection open, so yes, the server closes the connection.
    Dave.

  • My Ipad mini does not see my printer. my wife's ipad2 does. We both use IOS8 and upgraded at the same time. How can I remedy this?

    My Ipad mini does not see my printer. my wife's ipad2 does. We both use IOS8 and upgraded at the same time. How can I remedy this?

    OK great info!
    I found 2 possible ethernet to USB adapters:
    By "Plugable":  USB 2.0 to ethernet LAN wired network adapter - seems this will work, but I'll contact Plugable.
    2. Apple USB Ethernet Adapter
    Easily connect your MacBook Air computer to an Ethernet network with the Apple USB Ethernet Adapter. Small and light, it connects to the USB 2.0 port of your MacBook Air and provides an RJ-45 connector that supports 10/100BASE-T performance.  BUT NOT SURE IF THIS WILL WORK ON ANYTHING BUT a MacBook Air…
    One person commented: 
    This little gem used to be the device of choice for adding a second Ethernet interface to a Mac Mini Server and I'd been using one that way for about a year. After doing a software update to 10.6.6 it stopped working. Forewarned is forearmed – it appears that Apple is finally enforcing the MacBook Air system requirement.
    Thanks for any additional comments.
    Best regards,
    Steve Schulte
    Sunday 6 January 2013

  • I've just bought an new laptop and downloaded itunes. I plugged in my iphone and upgraded to the newest itunes/ synched etc. Now I have no music or apps on my phone. The contacts photos and texts all seem fine. Just the itues stuff that's missing.

    I have just bought a new computer and downloaded itunes. I plugged in my iphone and upgraded to the newest itunes/ synched etc. Now have no music or apps on the phone. Contacts, texts, photos all fine. Just all itunes content that is missiing. It isn't showing in my itunes account on my computer or on my phone. Any idea how to get it back? (No point synching with itunes on my computer as it isn't there either!)

    I suggest copying your entire iTunes library to your new computer, also you might want to copy the photos you want to save. Then sync your device to the new iTunes and copy over your music, documents and photos that you want.
    If you are no longer going to use the old computer you should open up iTunes on the old computer and use the menu to deauthorize it. Be sure to use the same iTunes menu on your new computer to Authorize the new one.

  • How can I restore my iTunes library via Time Machine after an erase/install and upgrade to Snow Leopard?

    Actual problem:
    I reinstalled all my programs that I need without a hitch. Meanwhile, I've been trying to recover the few files (mostly music) I actually store on my computer's hard drive as opposed to on my external HDs. I use one external HD for my graphic files and the other is strictly for Time Machine backups. I tried to recover my iTunes music, but I got a message that says: "The file: "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes." I restored (I thought) my iTunes library Username/Music/iTunes." Additionally, I was going to upgrade to Mountain Lion, but I have seen that there were issues with Lion and iTunes libraries so I'm a little wary of this.
    Excuse the long explanation, but I figure the problem may possibly be in the details of the weeks prior this problem:
    I have recently been having issues with my iMac. I brought it in to see a Genius twice within the past month and they couldn't seem to find the problem. (It would restart Finder of it's own accord while I was using Adobe CS programs) I figured it was worth backing everything up via Time Machine and doing a complete erase/install/factory reset. I did so and had a problem again, and brought it in again, third time. The Genius did another diagnostics tests and found nothing and said my erase/install probably did the trick, but time will tell. I am, after the erase/rewrite and upgrade running Mac OS X 10.6.3 and previous to this was still running Tiger.

    So, I didn't update iTunes and the rest of it after installing Snow Leopard. My stupidity, I figured that the OS was more up to date than the one I had previously so that all the programs that come with it probably were more current than the ones I was using. However, now that I have updated all my software, I am still getting the same message from iTunes that I was previously. I cannot open iTunes at all, same "The file: "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes." message. I'm confused again. Checked a few other threads and whatnot and cannot seem to figure this out.

  • Conflict between socket and RMI

    Hi
    I wrote a program in client-server using socket and it was fine. I also wrote a client-server program using RMI. Fine as well. But after I connected the client-server using socket (open socket, send-receive messages, close socket), then use RMI. I got java.rmi.NotBoundException.
    Would anyone have a look and provide your feedback please? Thanks.
    big J
    *****************this is Server.java ***************************
    package single;
    import java.io.*;
    import java.rmi.Naming;
    import java.rmi.RemoteException;
    import java.net.*;
    import java.rmi.*;
    public class Server
    extends Thread {
    public static final int SOCKETPORT = 5555;
    private String serverName;
    public Server() throws IOException {
    System.out.println("*** socket opened ***");
    serverName = new String("localhost");
    ServerSocket serverSocket = new ServerSocket(SOCKETPORT);
    Socket socket = serverSocket.accept();
    InputStream is = socket.getInputStream();
    BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(is));
    System.out.println(bufferedReader.readLine());
    OutputStream os = socket.getOutputStream();
    PrintWriter printWriter = new PrintWriter(new OutputStreamWriter(os), true);
    printWriter.println("from server");
    os.close();
    is.close();
    socket.close();
    System.out.println("*** socket closed ***");
    public void runServer() {
    System.out.println("*** start of run():RMI ***");
    System.setSecurityManager(new SecurityManager());
    try {
    RMIInterfaceImpl rMIInterfaceImpl = new RMIInterfaceImpl();
    Naming.bind("//" + serverName + ":9999/RMIInterface", rMIInterfaceImpl);
    catch (RemoteException ex) {
    catch (MalformedURLException ex) {
    catch (AlreadyBoundException ex) {
    System.out.println("*** end of run():RMI ***");
    public static void main(String args[]) throws Exception {
    Server server = new Server();
    server.runServer();
    ******************this is Client.java **************************
    package single;
    import java.io.*;
    import java.net.*;
    import java.rmi.Naming;
    public class Client {
    private String serverName;
    private final static int SOCKETPORT = 5555;
    public Client() throws IOException {
    serverName = new String("localhost");
    Socket socket = new Socket(serverName, SOCKETPORT);
    OutputStream os = socket.getOutputStream();
    PrintWriter printWriter=new PrintWriter(os, true);
    printWriter.println("from client");
    InputStream is = socket.getInputStream();
    BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(is));
    System.out.println(bufferedReader.readLine());
    is.close();
    os.close();
    socket.close();
    public void runClient() throws Exception {
    System.out.println("*** start of runClient():RMI ***");
    System.setSecurityManager(new SecurityManager());
    RMIInterface rMIInterfaceImpl = (RMIInterface) Naming.lookup(
    "//" + serverName + ":9999/RMIInterface");
    String str = rMIInterfaceImpl.print();
    System.out.println(str);
    rMIInterfaceImpl.serverSide();
    System.out.println("*** end of runClient():RMI ***");
    public static void main(String args[]) throws Exception {
    Client client = new Client();
    client.runClient();
    ***************** this is RMIInterface.java ***********************
    package single;
    import java.rmi.Remote;
    import java.rmi.RemoteException;
    interface RMIInterface
    extends Remote {
    String print() throws RemoteException;
    void serverSide() throws RemoteException;
    ********************* this is RMIInterfaceImpl.java ***************
    package single;
    import java.rmi.RemoteException;
    import java.rmi.server.UnicastRemoteObject;
    public class RMIInterfaceImpl
    extends UnicastRemoteObject
    implements RMIInterface {
    public RMIInterfaceImpl() throws RemoteException {}
    public String print() {
    return new String("hello world");
    public void serverSide(){
    System.out.println("this should appear in serverside");

    I think you have a timing problem between your client and server. As soon as your client and server programs have finished their socket communication, they will both do their "runServer"/"runClient" methods. If the client attempts to lookup the server before the server has registered itself via Naming.bind(), I would expect that's why you're getting a NotBoundException in the client.
    You probably wouldn't use the design of your test client/server for something significant, but a quick and dirty way to make this work might be to have the client call Thread.sleep() for a few seconds before trying to do the lookup.

  • How to open and upgrade Keynote 08 presentations

    Hello,
    The new keynote can not open presentations saved with keynote 08. It asks for the presentation to be first opened in keynote 09.
    The thing is, I don't have Keynote 09, and only the newest version is available from the app store.
    So I can I open and upgrade my keynote 08 presentations ?
    Thanks

    MPSeevinck wrote:
    Hello,
    The new keynote can not open presentations saved with keynote 08. It asks for the presentation to be first opened in keynote 09.
    The thing is, I don't have Keynote 09, and only the newest version is available from the app store.
    So I can I open and upgrade my keynote 08 presentations ?
    Thanks
    The latest version of Keynote, 6.5 running in Yosemite can open all previous versions of Keynote.

  • Quicktime for Windows -- on Vista -- opens a .mov movie once, then won't open the move and Quicktime won't even open itself.  I've installed the latest version, and upgraded it to Plus as well.

    I am having trouble opening .mov videos with Quicktime on my PC with Vista.  I installed the latest version of Quicktime for Windows (V.7.7), and upgraded it to Pro.  It will open a .mov file once, then after that it will not open any .mov file and in fact, when I try to open the Quicktime player it will not open itself.  If I switch users to Admin, it all works fine, but when I go back to my regular role (where all of my preferences and programs are there for me to use), the same thing happens.  An .mov file will open once, then never again, and the Quicktime player seems to be disabled.
    I've tried different .mov files, so it's not a corrupt file that's the problem.  And, in the past (a couple of Quicktime versions ago, I guess), all of this worked just fine.
    Any helpful suggestions would be appreciated!

    I have the exact same problem. They play on my Mac under Snow Leopard. Transfer to Vista gets a window with black and white and some other noise. No sound either.

  • BO XI 3.1 installation and Upgrade activity Steps

    Hi Experts,
    Right now we are using BO XI R2 Version, Planning to uninstall XI R2 and do a fresh installation of BO XI 3.1 with SP3.
    Do I need to install the Java latest version for XI 3.1? Right now we have the following setting,
             j2re1.4.2_04
             j2re1.4.2_16
             jre1.5.0_14
    Since the up gradation of Reports, user, groups, universe events etc are from XI R2 version to XI 3.1.So Is it enough to    
    install BO XI 3.1 with SP 3, or do I have to go for FixPack inorder to avoid problem after this upgrade activity.
    Could you please tell me about the BOXI R2 to XI 3.1 installation and Upgrade activity Steps.
    Regards,
    Sridharan

    Hi,
    you dont need a special JRE version on the Server. With the installation of BO a own JRE will be installed for BOE. Only for developing WebI reports the developer need a 1.6.x JRE later on.
    There is already FixPack 3.1 out but installing "only" SP3 should be sufficient.
    I would recommend you check the upgrade guide from Rel.2 to XI 3.1:
    https://websmp208.sap-ag.de/~sapidb/011000358700001646952008E/xi3-1_bip_upgrade_en.pdf
    You need a S-User to Login.
    Regards
    -Seb.

  • HT1338 when i try and upgrade my macbook pro with retina i get an error message that is not compatible

    when i try and upgrade the OS on my new macbook with retina i get an error message that it is not compatable

    Hello, i have the same problem i have my brand  new MacBook Pro retina display with mountain lion, but i can´t upgrade any app or installing from App Store, because all that app are compatible with 10.8.2 and not with 10.8.1 i ´ve been downloaded the upgrade from this link http://support.apple.com/kb/DL1581?viewlocale=es_ES, and i try to install it and they said that my Hard Disk is not compatible with this software. ***!!!! is the last new machine and i can´t upgrade!!!! please i need a solution, or a link whatever. i tried to re-install the mountain lion and is the same problem, today at the afternoon i will try with my time machine hard drive to see what happened beacuse in my ex macbook air 2012 i have the last O.S.

  • I have ios7.1.2 on my iphone and am trying to upgrade to 8.0.2. I haven't installed 8 yet and when I try and upgrade nothing happens.  It says just the improvements from 8 are available but not the whole ios.  What to do?

    I have ios7.1.2 on my iphone and am trying to upgrade to 8.0.2. I haven't installed 8 yet and when I try and upgrade nothing happens.  It says ios8.0.2  improvements from 8.0.1 are available but not the whole ios.  What to do?

    It sounds like maybe 8.0.1 has downloaded onto your phone but not installed. You can check for it in Settings > General > Usage > Storage, Manage Storage. If it's there you should see it at the top of the list of apps. Swipe to delete it. 8.0.1 was pulled by Apple quickly after it was introduced due to issues and replaced by 8.0.2. Once it's deleted you should be able to download and install 8.0.2.

  • I restore and upgrade my Second Hand iPhone 4s and unfortunately the Find My iphone is ON. Is there a way to Activate it since I cannot contact the previous owner?

    I bought an Ipad 4 for my wife and iPad Air 2 for my daughter and I have just bought a Macbook Pro with retina display for me. The whole family is an Apple products fan due to its reliability and security. Never know that it could be a disadvantage also. I bought a second hand iPhone 4s from a friend as he is short in caash, and I've been using it for awhile. I "restore and upgrade it" without thinking or checking the Find my iPhone settings, unfortuately it is turned ON. Although the previous owner removed the phone lock, I never asked for his icloud account as I intend to use the phone only for calling. I cannot contact him as his contacts and email address were erased when I restore the iPhone.
    I have learned a hard lesson since Apple security is impregnable, my iPhone 4S will just be an expensive paper weight.

    no.
    without the previous owners credentials the phone is useless to you.

  • Can't renew contract and upgrade phones 1 1/2 days early?

    Last Saturday I tried to renew my contract and upgrade mine and my wife's phones to the Galaxy S5 at the Tunnel Rd, Asheville NC location. My official contract renewal date for both phones was the following Monday, but due to the nature of my work, and the fact that I have to schedule said work around my wife's cancer treatments, I rarely am able to make it to any business within business hours. I had hoped that renewing 1 1/2 days early would be feasible, but upon asking at the Verizon store, I was told by the young lady "assisting" me that, no, they were very strict on not allowing early renewal, and that I should come back Monday. So now it seems that i have missed the buy one get one free deal? That would be very aggravating in and of itself, but imagine my surprise when a friend said no, that you could renew and upgrade 30 days before the official date, and he called customer service in my presence and proved it. So was I pushed out of the store because they were busy, or were they just hoping that I would come back on Monday and pay the normal price for both phones? Is there any way that I can still get the bogo deal? Extremely unhappy with Verizon at the moment, I wish there were more options in the rural are in which I live.

    The store service is no good for any situation even MILDLY complicated. We upgraded my husband's phone 3 days early because he was deployed and coming home three days prior to his renewal date and his previous phone no longer worked. He did it over the phone but the order mistakenly got cancelled. Went into a store to try to get it handled and they will literally tell you "We work on a different system that the customer service center." I don't even know what that means, but basically, unless you are starting new service, paying a bill, or buying accessories, they will be of no help. I went home, called back into customer service and got it situated. Had you called in, I am almost certain they would have upgraded you. Unfortunately, as someone has already stated, if the deal is over, they most likely will no longer honor it.

  • Iphone 4 went into recovery mode when trying to restore, only option available now is to "restore and update" however this will not work, how can you restore from a backup once in recovery mode and only option is "restore and upgrade"? Please help!

    iPhone 4 went into recovery mode when trying to restore it. Now the only option iTunes allows is for "restore & upgrade", it is not offer an option to restore from a backup, says that must first do the upgrade, when attempting to do the upgrade the iPhone won't accept it.
    How can I restore from a back up in recovery mode when the only option is "restore and upgrade"?
    Please help.

    You don't you must restore your phone first and then you will have the option to restore from your backup.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support

Maybe you are looking for

  • Making search non case sensitive

    Hi, I have implemented a search help which I have copied from standard help 'PREM'. I have created a Database view, taking that View I have created an Elementary search help and I have assign the elementary search help in the collective search help '

  • Delete key + Keyboard issue

    Hey, I have a MacBook from mid 2007 that I use for Boot Camp. I was wondering if there was any way to have some key that would be the equivalent of the delete key on Windows (I am running XP). Additionally, on XP, for whatever reason it likes to go t

  • CSA causing WMI issues?

    We are using Cisco Security Agent 5.1.0.79. We have 491 clients, mostly Win XP. We have noticed that within 3 days of CSA installation on a PC, WMI quits working. If you try to connect to a PC using wmimgmt.msc, you get the message: "Failed to connec

  • Using timemachine after installing lion

    If I install Lion on a clean harddisk in my MacBook, will I be able to copy items from the TimeMachine backup I made under SnowLeopard? And will it be possible to use the TM backup for migration? Thanks in advance!

  • Rapidwiz fails host/domain check

    Hello all, I started rapidwiz to install R12.1 on windows 2003. He did al the checks, but fails on the check off host/domain. The following error occurs: Host/Domain command: ping -n 1 incoredemo Pinging IncoreDemo [172.30.26.159] with 32 bytes of da