Simple distribuited computing appl. with RMI (message-passing system ?)

hi,
I had success with several exercises to create remote objects, and now
I would like to apply RMI mechanism to work in my application on a small net.
My problem is to make the connection to a database (derby) embedded
in a copy of the application (installed as server) ,accessible  to other copies
of the same application (installed as clients).
I studied the problem and, in my simple mind of beginner,
I understood that for it to work (as first) it is necessary to create a system
of messaging communication between the agents on the net, to allow the clients
applications know the name of object they have to use...
I don't know if my idea is correct, and I am not sure if this is the right direction
to begin the new part of my work ...
Before beginning my work here, I should like to read some tutorial
or read some other type of information  that can guide me to go
forward in this new problem.
Any help should be appreciated.
thank you
regards
tonyMrsangelo

hi Peter ,
thank you for answering me,
I read the Derby documentation (Derby Developer's Guide) where is wrote:
When a Derby database is embedded in a Java application, the database is dedicated to that single application.
If you deploy more than one copy of the application, each application has its own copy of the database and Derby software. I am not sure to 100%, but think to interpreter those words in the way that different applications cannot share the same information on the tables of an only one dataBase...
For this reason I decided to use Remote Objects to access to database.
I think that, for my simple case, it is enough to implement a communication using a ServerSocket and a Socket.
Now I have difficulty with this problem...
I wrote two small programs to manage the communication between a Socket and a ServerSocket.,
but I am not able to do they work correctly.
I post here the code of both .. I would like to know what is wrong because they don't communicate each the other.
Implementation of the program Server :
* this class implements a simple Gui
public class ServerXnetworkingTest extends JFrame {
// I cannot write the code here because the number of characters allowed
} // class ServerXnetworkingTest
class SocketServerImplementation {
    Socket socket;
    int portNmbr = 4444;
    BufferedReader inStream = null;
    PrintWriter outStream = null;
    ServerXnetworkingTest serverXnetworkingTest;
     * @param serverXnetworkingTest
    public SocketServerImplementation(ServerXnetworkingTest xxx) { // constructor
        serverXnetworkingTest = xxx;
        ServerSocket serverSocket = null;
        try {
            serverSocket = new ServerSocket(portNmbr);
        } catch (IOException ex) {
            Logger.getLogger(SocketServerImplementation.class.getName()).log(Level.SEVERE, null, ex);
        // Waits the connection of the client
        // (dice al programma di aspettare per un tempo indefinito fino a quando
        // un cliente non si connette alla porta).
        Socket incoming = null;
        try {
            incoming = serverSocket.accept();
        } catch (IOException ex) {
            Logger.getLogger(SocketServerImplementation.class.getName()).log(Level.SEVERE, null, ex);
        //  After a connection is set with this port,:
        // - una richiesta attraverso la rete questo metodo restituisce
        //   un oggetto Socket che rappresenta la connessione che e' stata stabilita.
        // - si puo' utilizzare questo oggetto per ottenere gli steram di input
        //    e di output, come sotto indicato.
        try {
            inStream = new BufferedReader(new InputStreamReader(socket.getInputStream()));
            outStream = new PrintWriter(socket.getOutputStream(), true);
        } catch (IOException ex) {
            Logger.getLogger(ServerXnetworkingTest.class.getName()).log(Level.SEVERE, null, ex);
        String inputLine;
        try {
            while ((inputLine = inStream.readLine()) != null) {
//                JOptionPane.showMessageDialog(serverXnetworkingTest, msg);
                System.out.println("Server ----> letta linea di testo = " + inputLine);
        } catch (IOException ex) {
            Logger.getLogger(SocketServerImplementation.class.getName()).log(Level.SEVERE, null, ex);
//        outStream.print(inputLine);
//        outStream.flush();
    } // constructor
     * this function is  called pushing a button to write text in the output stream
     * @param msg
    void messageSender(String msg) {
        outStream.print(msg);
        outStream.flush();
       // outStream.write(msg); // ???
        //outStream.flush();       // ???
    } // stringMsgSender()
} // class SocketServerImplementation {
Implementation of the program Client :
* this class implements a simple Gui
public class ClientXnetworkingTest extends JFrame {
// I cannot write the code here because the number of characters allowed
} // class ClientXnetworkingTest
class SocketClientImplementation {
    Socket socket;
    int portNmbr = 4444;
    BufferedReader inStream = null;
    PrintWriter outStream = null;
    ClientXnetworkingTest clientXnetworkingTest;
     * @param serverIpAddress
     * @param xxx
    public SocketClientImplementation(String serverIpAddress, ClientXnetworkingTest xxx) { // constructor
        clientXnetworkingTest = xxx;
        outStream = null;
        inStream = null;
        try {
            // constructor
            socket = new Socket(serverIpAddress, portNmbr);
        } catch (UnknownHostException ex) {
            Logger.getLogger(ClientXnetworkingTest.class.getName()).log(Level.SEVERE, null, ex);
        } catch (IOException ex) {
            Logger.getLogger(ClientXnetworkingTest.class.getName()).log(Level.SEVERE, null, ex);
        // http://forums.sun.com/thread.jspa?forumID=31&threadID=595806
        // trovato con : use InputStream with Strings
        try {
//            inStream = socket.getInputStream();
            inStream = new BufferedReader(new InputStreamReader(socket.getInputStream()));
            outStream = new PrintWriter(socket.getOutputStream(), true);
        } catch (IOException ex) {
            Logger.getLogger(ClientXnetworkingTest.class.getName()).log(Level.SEVERE, null, ex);
    } // constructor
     * this function is called pushing a button to write text in the output stream
     * @param msg
    void messageSender(String msg) {
        outStream.print(msg);
        outStream.flush();
     //   outStream.write(msg); // ???
     //   outStream.flush();       // ???
    } // stringMsgSender()
} // class SocketClientImplementation {any help is welcome
thank you
regards

Similar Messages

  • I am trying to download iTunes on my new desktop computer (Windows 7, 64 bit).  It starts installing, and then stops with the message- "The System Administrator has set policies to prevent this installation."  I am the sole user- please help.

    I am trying to download iTunes on my new desktop computer (Windows 7, 64 bit).  It starts installing, and then stops with the message- "The System Administrator has set policies to prevent this installation." This is a stand alone computer and I am the sole user.   Please help.

    This is a Microsoft Windows Issue.
    From a MS Support Engineer:
    "Hi,
    ·        Is the computer on a domain?
    ·        Is the issue isolated to only this software or you get the same error message with other software’s as well?
    Try the steps below and check if it helps.
    Step 1:
    Run the software setup file as an administrator and check if it helps.
    a. Right click on the setup file of the software that you are trying to install.
    b. Select “Run as administrator”.
    Step 2:
    Temporarily disable the antivirus software running on the computer and check if you are able to install the software.
    Disable antivirus software
    Warning:
    Antivirus software can help protect your computer against viruses and other security threats. In most cases, you shouldn't disable your antivirus software. If you have to temporarily disable it to install other software, you should re-enable it as soon as you're done. If you're connected to the Internet or a network while your antivirus software is disabled, your computer is vulnerable to attacks.
    Step 3:
    a. Click Start, type "Local Security Policy" (without quotes) and press enter.
    b. Click on Software Restriction Policies.
    c. In the right pane, double click on the "enforcement".
    d. Select “All users except local administrators”.
    e. Click Ok and restart the computer and check if the issue is fixed."

  • _Media creation failed with error message: 'The system cannot find the path specified.'

    SCCM 2012 R2 CU2 all latest patches.
    I attempted to create a task sequence media and I get the error in the screenshot below. I have deleted and recreated the operating system,boot image, driver pack and task sequence. The usb media is 16GB and the task sequence size is 3004MB.
    I only see the error in CreateTSMedia.log as below. How do you fix this?
    <![LOG[Beginning media generation]LOG]!><time="12:37:44.522+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:418">
    <![LOG[Partition activated]LOG]!><time="12:37:47.720+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="diskvolume.cpp:849">
    <![LOG[Finished formatting volume F:\]LOG]!><time="12:37:55.723+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="imagewriter.cpp:772">
    <![LOG[Assigning staging directory to F:\]LOG]!><time="12:37:55.724+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="imagewriter.cpp:1122">
    <![LOG[===========================================]LOG]!><time="12:37:56.257+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:476">
    <![LOG[  Beginning pass to compute volume layout]LOG]!><time="12:37:56.257+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:479">
    <![LOG[===========================================]LOG]!><time="12:37:56.257+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:487">
    <![LOG[Setting up new volume]LOG]!><time="12:37:56.257+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:1297">
    <![LOG[WriteVolumeId()]LOG]!><time="12:37:56.257+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:1038">
    <![LOG[Failed to create media (0x80070003)]LOG]!><time="12:38:04.925+240" date="06-17-2014" component="CreateTsMedia" context="" type="3" thread="4668" file="createtsmedia.cpp:345">
    <![LOG[CreateTsMedia failed with error 0x80070003, details='']LOG]!><time="12:38:04.925+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="createtsmedia.cpp:355">
    <![LOG[MediaGenerator::~MediaGenerator()]LOG]!><time="12:38:04.925+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4668" file="mediagenerator.cpp:396">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="12:38:05.182+240" date="06-17-2014" component="CreateTsMedia" context="" type="1" thread="4772" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80070003]LOG]!><time="12:38:05.182+240" date="06-17-2014" component="CreateTsMedia" context="" type="2" thread="4772" file="createmedia.cpp:1123">

    Hi,
    Error code 0x80070003 = "The system cannot find the path specified."
    Have you checked the log file smsAdminUI.log? Maybe it can give us some clues.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why suddenly my iTunes keeps giving me the message "Rebufferring System" ?

    Hi there,
    I am using iMac.
    I have been using, testing the songs in iTunes store before buying them. I have done that for the longest time.
    But now suddenly I don't know why when I click to hear the song, it keeps stopping & come out with the message "Rebuffering System" before it plays for 2 seconds & then come out with the same message again then plays for 2 seconds ... and goes round in circle !
    What is happening ?
    How can I stop this nuisance & listen to the sample songs continously without interruption ?
    Thanks

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Run this to help if it identifies the cause
    iTunes for Windows: Device Sync Tests
    Have you tried on another computer to help determine if you have a computer or iPod problem?

  • Error message "file system formatter failed"

    Hi
    I just bought a MyBook 1TB external drive to use as a vault for Aperture. It comes formatted FAT32, however, it appears you can't use FAT32 for vaults. So I have tried to reformat it to MacOS extended, and MacOS extended journaled, however it fails after a few seconds with the message "File system formatter failed".
    I am using Leopard, iMac20", 2.33ghz intel core 2 duo, 2gbRam. Any ideas , or is there some other third party software I could try?
    thanks

    Open up Applications / Utilities / Disk Utility.
    In the column on the left there will be several lines for each storage device that presents itself to the system as a "disk". The first such line for any drive names the manufacturer and describes the drive hardware. That's the hardware description line.
    Now a hard drive might be partitioned into several "logical volumes", each of which looks like a separate disk to the operating system. Each of those will be listed just under the hardware line for each of your drives -- indented a bit.
    For drives that support removable media (such as your DVD drive), there will only be a volume line if there is currently media inserted in the drive.
    Your main hard drive, the one you boot from, likely is partitioned into only one volume so there will only be one line following the hardware line and it will bear the name of your boot disk -- most likely "Macintosh HD".
    Click on the hardware line to see the partitioning information for that particular physical disk drive at the bottom of the window.
    Click on one of the volume lines indented below it (e.g., the "Macintosh HD" line) to see how that particular volume is formatted in its particular partition of the physical disk drive.
    Partitioning is how the total physical space on the disk drive is divided and organized into one or more logical volumes. Formatting is how a given logical volume is structured for use by the operating system.
    For PowerPC based Macs, the "default" partitioning should be Apple Partition Map (APM). For Intel based Macs the "default" partitioning should be GUID.
    In either case, the "default" formatting should be Mac OS X Extended (Journaled).
    --Bob

  • ERROR MESSAGE sap system manager:work process restarted, session terminated

    Hi,
    i am a beginer in SAP administration, users are getting this error message and i have done all my research and not able to resolve this issue. Here are the details
    SAP Version :ideas 4.7
    Database :Oracle
    OS : windows 2003
    Module user is working on MM
    user working on it is a Super user with all the permissions
    SAP is configure to run under the  European date and decimal format.
    I have never done any database administration on it, it is a new install and has been rarely used.
    User creates a RFQ and when he tries saving it , seems like for the first time after either restarting the macine or restarting the service it might work and at time it might not, this is a very sporadic error and most of the times it crashes out with the message "sap system manager:work process restarted, session terminated" and kicks the user out of the session.
    Below are the details of the error message from ST22 :
    name of the runtime error : system_core_dumped
    below are the details of the error message and its resoltion as suggested by sap help :
    ========
    Runtime Errors         SYSTEM_CORE_DUMPED           
           Occurred on     01.02.2008 at 07:52:19
    Process terminated by signal " ".                                             
    What happened?
    The current ABAP program had to be terminated because the                     
    ABAP processor detected an internal system error.                             
    The current ABAP program "SAPLCLSC" had to be terminated because the ABAP     
    processor discovered an invalid system state.                                 
    What can you do?
                                                                                    Make a note of the actions and input which caused the error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                                                               
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer      
    termination messages, especially those beyond their normal deletion           
    date.                                                                               
    Error analysis
    An SAP System process was terminated by an operating system signal.           
                                                                                    Possible reasons for this are:                                                
    1. Internal SAP System error.                                                 
    2. Process was terminated externally (by the system administrator).           
               Last error logged in SAP kernel                                    
                                                                                    Component............ "Taskhandler"                                           
    Place................ "SAP-Server server1_DEV_00 on host server1 (wp 1)"      
    Version.............. 1                                                       
    Error code........... 11                                                      
    Error text........... "ThSigHandler: signal"                                  
    Description.......... " "                                                     
    System call.......... " "                                                     
    Module............... "thxxhead.c"                                            
    Line................. 9555                                                                               
    How to correct the error
    The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often             
    contains a file called 'core'.                                                                               
    Save this file under another name.                                                                               
    If you cannot solve the problem yourself, please send the                     
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                  
       To obtain this, select the "Print" function on the current screen.         
                                                                                    2. A suitable hardcopy prinout of the system log.                             
       To obtain this, call the system log with Transaction SM21                  
       and select the "Print" function to print out the relevant                  
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,            
       supply the source code.                                                    
       To do this, you can either use the "PRINT" command in the editor or        
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred            
       or which actions and input led to the error.                                                                               
    System environment
    SAP Release.............. " "                                                                               
    Application server....... " "                                                 
    Network address.......... " "                                                 
    Operating system......... " "                                                 
    Release.................. " "                                                 
    Hardware type............ " "                                                 
    Character length......... " " Bits                                            
    Pointer length........... " " Bits                                            
    Work process number...... " "                                                 
    Short dump setting....... " "                                                                               
    Database server.......... " "                                                 
    Database type............ " "                                                 
    Database name............ " "                                                 
    Database owner........... " "                                                                               
    Character set............ " "                                                                               
    SAP kernel............... " "                                                 
    Created on............... " "                                                 
    Created in............... " "                                                 
    Database version......... " "                                                                               
    Patch level.............. " "                                                 
    Patch text............... " "                                                                               
    Supported environment....                                                     
    Database................. " "                                                 
    SAP database version..... " "                                                 
    Operating system......... " "                                                 
    User, transaction...
    Client.............. " "                                                      
    User................ " "                                                      
    Language key........ " "                                                      
    Transaction......... "ME41 "                                                  
    Program............. "SAPLCLSC"                                               
    Screen.............. "SAPMM06E 0320"                                          
    Screen line......... 71                                                       
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLCLSC" in "EXECUTE_SELECT".  
    The main program was "SAPMM06E ".                                                                               
    The termination occurred in line 131 of the source code of the (Include)      
    program "LCLSCF2G"                                                           
    of the source code of program "LCLSCF2G" (when calling the editor 1310).      
    =============
    i even tried increasing the dialog processes but with no use.The same error occurs.
    I appreciate every one of help i can get, i am working on a deadline which is tomorrow evening to resovle this issue, any kind of help is highly appreciated.
    thanks
    mudessir.

    Hi
       follow correction method suggested in this dump,
    " The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often
    contains a file called 'core'.  Save this file under another name."
    have you done this?
    with regards,
    raj.
    <i>pls, award points</i>

  • HT1923 I was trying to update itunes on my computer received an error message so I uninstalled and reinstalled itunes. the download stopped with this message "Service 'Apple Mobile Device' failed to start. I have an ipad 2 purchased in 2011.

    I was trying to update itunes on my computer that has windows vista. during the update I received an error message; so I uninstalled itunes and reinstalled it. the instatlation process stopped with this message: "Service 'Apple Mobile Device' failed to start. Verify thta you have sufficient priviledges to start system services." I have used an ipad 2 since 2011 and have never had a problem with my itunes account or my ipad until now.
    What steps do I need to complete to get my itunes account up and running again?

    Hi Kayleenfromwi,
    Thanks for using Apple Support Communities.  You may need to restart the Apple Mobile Device Service.  This article has instructions for doing this:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    If that doesn't resolve the issue, I would recommend trying the steps in this article:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • When I try to sync my iPhone with my computer I get this message "This iPhone cannot be used because the Apple mobile device service is not started" What does this mean and how can I fix it?

    When I try to sync my iPhone 4S with my computer, I get this message: "This iPhone cannot be used because the Apple mobile device service is not started" What does this mean, and how can I fix it?

    means that apple mobile device service needs to be started try this article to get it turned back on
    Restart apple mobile device service

  • TS4020 I live in a house with multiple iCloud users.  When they try to turn on "Find my computer"  they get the message that they will have to disable my "find my computer" setting in order to enable theirs.  How can they all be enabled at the same time?

    I live in a house with multiple iCloud users.  When they try to turn on "Find my computer"  they get the message that they will have to disable my "find my computer" setting in order to enable theirs.  How can they all be enabled at the same time?

    Try this support document for information on how to contact Apple and account security. Apple ID: Contacting Apple for help with Apple ID account security

  • I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I runni

    I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I running the computer. Is the hard drive damaged as laptop doesn't seem to recognize the start up disk ? If so, I presume I will have to put in a new one.
    There haven't been any problems with the computer, apart from a sticky curser,I have run a permissions programme from disk utility, there were a lot of different ones, but it seem to be able to fix them.
    Any comments or ideas ?
    Thank you in anticipation.

    First backup your users files off the machine to a external storage drive (not TimeMachine!)
    Most commonly used backup methods
    Next to startup from the disk, have it inserted, hold c or option/alt (wired or built in keyboard) and then boot the computer and or select the disk when it appears and click the arrow.
    Disk Utility is under the Utilities menu on the second screen.
    Step by Step to fix your Mac
    If you used the wrong 10.6 disk, it will spit it out or have issues, use the one that came with that machine or if it's defective, call Apple for a new one.

  • When I go to lead itunes on my computer I get a message that says "Apple mobile device" failed to start. Verify that you have sufficent privleges to start system services.  What does this mean?

    When I go to lead itunes on my computer I get a message that says "Apple mobile device" failed to start. Verify that you have sufficent privleges to start system services.  What does this mean?

    It means iTunes has failed to update propely. See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • I plug my ipod into my computer itunes pops up with error message "Ipod detected but can't be identified properly" suggests I unplug and try again or uninstall itunes and reinstall nothing works. What should i do?

    I plug my ipod into my computer itunes pops up with error message "Ipod detected but can't be identified properly" suggests I unplug and try again or uninstall itunes and reinstall nothing works. What should i do?

    summarizing:
    iPod nano (what version iOS BEFORE update?)
    downloaded music
    updated iPod to iOS 8.1.2
    Windows 7 PC
    plug-in iPod to PC
    error message from iTunes on the PC "Ipod detected but can't be identified properly" ⬅[quoted from your original post] (+ suggested troubleshooting steps)
    un-plug > re-plug iPod (how many times?)
    iTunes un-installed from PC (?)
    iTunes RE-installed to PC (?)
    error message repeats(?)
    searched "Ipod detected but can't be identified properly" site:support.apple.com with ZERO results - pretty strange that the support site wouldn;t know an iTunes generated error message (?)  EDIT - had an "aha! moment when using a fresh Google search page and 'suggested' CANNOT
    then "Ipod detected but can't be identified properly" site:discussions.apple.com had ONE result = Can't connect to iTunes with ipod touch (-50 error) - NO REPLIES
    CANNOT instead of can't [ tsk tsk ]
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support
    follow all the instructions in order and let us know

  • My computer keeps coming up with a message that i need to restart it

    my computer keeps coming up with a message that i have to restart it
    it never used to happen now it happens nearly every day

    You can go back to original hardware; run Apple Hardware Test even.
    Remove 3rd party RAM ( much rarer I think )
    USB printers, cables, devices and drivers.
    What changed?
    Also, this is not MBP forum.
    http://www.apple.com/support/macbookpro
    And if you are running Lion, head over there, or Snow Leopard OS X community.
    FAQ kernelpanic
    Avoiding eliminating Kernel panics
    Mac OS X Kernel Panic FAQ

  • HT1819 Podcasts that I had subscribed to with my old computer are invisible in the Itunes store with my new computer. The error message says the podcast is not available in the US. Yet I can still download them on my old computer. How can I fix this probl

    Podcasts that I had subscribed to with my old computer are invisible in the iTunes store on my new computer. The error message says the podcast is not available in the US. Yet I could still download the podcast on my old computer before I switched. How can I fix this?

    Hello, ted_marx38. 
    Thank you for visiting Apple Support Communities.
    The most common cause for this issue would be media present that is purchased with another Apple ID.  When prompted to authorize the computer it may show a different Apple ID.  If this is the case, the computer will need to be authorized for this Apple ID.  The article below will walk you through the process of verifying if that is the case or correcting the issue if not.
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    Cheers,
    Jason H.

  • I plugged my ipod into my computer to load up new tunes and it froaze on the time I dad connected it with the message 'do not disconnect' on the screen.Despite disconnecting and reconnecting it and ensuring it was charged up it will not operate. The 'lock

    I plugged my ipod into my computer to load up new tunes and it froaze on the time I dad connected it with the message 'do not disconnect' on the screen. Despite disconnecting and reconnecting it and ensuring it was charged up it will not operate. The 'lock' symbol is showing at the top of the screen even when I have moved the lock switch. I have been using my ipod for several years with no similar fault. What is the problem/solution?

    I would first try resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    Next would be to restore the iPod from backup

Maybe you are looking for

  • Problem with javascript in narrative view

    Hi gurús! I'm trying to put some conditional logic in a narrative view of my analysis. I found some tips, and wrote that: <script> if('@{FIN01TIME}{ }'=='Period') document.write("[b]Fiscal Year : [/b]@1       [b]Fiscal Quarter : [/b]@2       [b]Fisca

  • Report run in background, attachment needs to be sent to user via email

    Hi all, we have a PDF solution which allows the system to send a PDF document as attachment via email to the recipient, all one needs to do is type in recipient email to a predefined PDF printer. What i need is a similar solution but instead of PDF i

  • Adobe Media Encoder won't take mov. files!?

    My Adobe Media Encoder will not take mov. files! That should not be a problem, right? When I click the Add-button the mov. files is not listed up unless I choose to show all files. And when selecting the file, the program says the file could not be i

  • Traveling With My Laptop

    Okay, I've been using Airport in our home for a number of years now. But I'm embarassed to admit that I've never connected to a hotspot (like in a coffee shop or something). Now my wife and I are traveling to Missouri from our home (Washington State)

  • CS4 Smart Guides; snapping one anchor to another

    Just upgraded to CS4, I *really* can't get my head around these Smart Guides. I've been in the preferences and tried every combination of settings, tell me if this is correct: If I draw two boxes, grab the anchor point in the corner of one box, and t