Help fix error

I get a run time error in my Insertion sort, i will make the line and tell what the erros is saying.
ERROR: NullPointerException
public class Person {
// Data Memebers
    private String LastName;
    private String FirstName;
    private String StrYearsInSchool;
    private int    yearsInSchool;
    private Person[] a;
// Constructor
    public Person(String LastName, String FirstName, int yearsInSchool) {
        this.LastName      = LastName;
        this.FirstName     = FirstName;
        this.yearsInSchool = yearsInSchool;
        a = new Person[20];
    public String getLast() {
        return LastName;
    public void insert(String LastName, String FirstName, int yearsInSchool) {
        for (int i=0; i<20; i++) {
            a[i] = new Person(LastName, FirstName, yearsInSchool);
// Insertion sort
    public void insertionSort() {
        int in, out;
        for (out=1; out<a.length; out++) {
            Person temp = a[out];
            in = out;
//error            while(in > 0 && a[in-1].getLast().compareTo(temp.getLast()) > 0) {
                a[in] = a[in-1];
                --in;
            a[in] = temp;
    public void display(Person[] a) {
        for (int i=0; i<3; i++) {
            a.formatDisplay();
System.out.println("");
public void formatDisplay() {
if (yearsInSchool == 1) {
StrYearsInSchool = "Freshman";
else if(yearsInSchool == 2) {
StrYearsInSchool = "Sophmore";
else if(yearsInSchool == 3) {
StrYearsInSchool = "Junior";
else if(yearsInSchool == 4) {
StrYearsInSchool = "Senior";
else if(yearsInSchool >= 5) {
StrYearsInSchool = "N/A";
System.out.println("------------------------------");
System.out.println("Student ");
System.out.println(LastName + ", " + FirstName);
System.out.println(StrYearsInSchool);
System.out.println("");

a[in-1] is null.

Similar Messages

  • Help fix - Error Msg: Licensing for this product has stopped working.

    I need to know how to fix my AI - the app quit working & gave me an error message:
    Licensing for this product has stopped working.
    You cannot use this product at this time. You must repair the problem by uninstalling & reinstalling this product or contacting your IT administrator or Adobe customer support for help.

    It means what it says - reinstall. You haven't provided any system information or other details, so nobody can tell you more than that, anyway.
    Mylenium

  • Need help fixing errors that keep filling up the logs in console

    ***I keep getting error's that are slowing down my imac plz help i know nothing about mac's there all showing up in the conso*l*e**
    4/6/09 6:31:13 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[22] Error Login Window Application Started -- Threaded auth
    4/6/09 6:31:14 PM ntpdate[47] Error can't find host time.apple.com
    4/6/09 6:31:14 PM ntpdate[47] Error no servers can be used, exiting
    4/6/09 6:31:14 PM org.ntp.ntpd[14] Notice Error : nodename nor servname provided, or not known
    4/6/09 6:31:15 PM kernel Debug Auth result for: 00:22:3f:35:bb:66 MAC AUTH succeeded
    4/6/09 6:31:15 PM kernel Debug AirPort: Link Up on en1
    4/6/09 6:31:21 PM kernel Debug AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    4/6/09 6:31:22 PM loginwindow[22] Error Login Window Started Security Agent
    4/6/09 6:31:23 PM SecurityAgent[96] Error Showing Login Window
    4/6/09 6:31:27 PM kernel Debug AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    4/6/09 6:31:28 PM kextd[10] Notice writing kernel link data to /var/run/mach.sym
    4/6/09 6:31:31 PM kernel Debug BootCache: hit rate below threshold (3249 hits on 6499 lookups)
    4/6/09 6:31:34 PM SecurityAgent[96] Error User info context values set for joshglatt
    4/6/09 6:31:35 PM SecurityAgent[96] Error Login Window done
    4/6/09 6:31:35 PM loginwindow[22] Error Login Window - Returned from Security Agent
    4/6/09 6:31:35 PM loginwindow[22] Notice USER_PROCESS: 22 console
    4/6/09 6:31:35 PM com.apple.launchd[1] Notice (com.apple.UserEventAgent-LoginWindow[92]) Exited: Terminated
    4/6/09 6:31:38 PM Dock[111] Warning _DESCRegisterDockExtraClient failed 268435459
    4/6/09 6:31:39 PM /System/Library/CoreServices/coreservicesd[58] Error SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(josh glatt's Public Folder) returned -14135
    4/6/09 6:31:43 PM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 14] Error CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    4/6/09 6:31:43 PM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 14] Error CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    4/6/09 6:32:31 PM loginwindow[22] Notice DEAD_PROCESS: 0 console
    4/6/09 6:32:31 PM shutdown[188] Notice halt by joshglatt:
    4/6/09 6:32:31 PM shutdown[188] Notice SHUTDOWN_TIME: 1239067951 657374
    4/6/09 6:32:31 PM com.apple.loginwindow[22] Notice Shutdown NOW!
    4/6/09 6:32:31 PM mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[21] Error stopping
    4/7/09 12:15:17 AM kernel Debug npvhash=4095
    4/6/09 6:32:31 PM com.apple.loginwindow[22] Notice System shutdown time has arrived
    4/7/09 12:15:16 AM com.apple.launchctl.System[2] Notice launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    4/7/09 12:15:16 AM com.apple.launchd[1] Warning (com.apple.blued) Unknown key for boolean: EnableTransactions
    4/7/09 12:15:16 AM com.apple.launchd[1] Warning (org.cups.cupsd) Unknown key: SHAuthorizationRight
    4/7/09 12:15:16 AM com.apple.launchd[1] Warning (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    4/7/09 12:15:17 AM kextd[10] Notice 417 cached, 0 uncached personalities to catalog
    4/7/09 12:15:17 AM kernel Debug hi mem tramps at 0xffe00000
    4/7/09 12:15:17 AM kernel Debug PAE enabled
    4/7/09 12:15:17 AM kernel Debug 64 bit mode enabled
    4/7/09 12:15:17 AM kernel Debug Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
    4/7/09 12:15:17 AM kernel Debug standard timeslicing quantum is 10000 us
    4/7/09 12:15:17 AM kernel Debug vmpagebootstrap: 512352 free pages and 11936 wired pages
    4/7/09 12:15:17 AM kernel Debug migtable_maxdispl = 79
    4/7/09 12:15:17 AM kernel Debug 89 prelinked modules
    4/7/09 12:15:17 AM kernel Debug AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    4/7/09 12:15:17 AM kernel Debug AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    4/7/09 12:15:17 AM kernel Debug Loading security extension com.apple.security.TMSafetyNet
    4/7/09 12:15:17 AM kernel Debug calling mpopolicyinit for TMSafetyNet
    4/7/09 12:15:17 AM kernel Debug Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/7/09 12:15:17 AM kernel Debug Loading security extension com.apple.nke.applicationfirewall
    4/7/09 12:15:17 AM kernel Debug Loading security extension com.apple.security.seatbelt
    4/7/09 12:15:17 AM kernel Debug calling mpopolicyinit for mb
    4/7/09 12:15:17 AM kernel Debug Seatbelt MACF policy initialized
    4/7/09 12:15:17 AM kernel Debug Security policy loaded: Seatbelt Policy (mb)
    4/7/09 12:15:17 AM kernel Debug Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/7/09 12:15:17 AM kernel Debug The Regents of the University of California. All rights reserved.
    4/7/09 12:15:17 AM kernel Debug MAC Framework successfully initialized
    4/7/09 12:15:17 AM kernel Debug using 10485 buffer headers and 4096 cluster IO buffer headers
    4/7/09 12:15:17 AM kernel Debug IOAPIC: Version 0x20 Vectors 64:87
    4/7/09 12:15:17 AM kernel Debug ACPI: System State [S0 S3 S4 S5] (S3)
    4/7/09 12:15:17 AM kernel Debug mbinit: done
    4/7/09 12:15:17 AM kernel Debug Security auditing service present
    4/7/09 12:15:17 AM kernel Debug BSM auditing present
    4/7/09 12:15:17 AM kernel Debug rooting via boot-uuid from /chosen: 3F199FB1-9AA0-3B9D-BE52-F47A818547ED
    4/7/09 12:15:17 AM kernel Debug Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    4/7/09 12:15:17 AM kernel Debug BTCOEXIST on
    4/7/09 12:15:17 AM kernel Debug wl0: Broadcom BCM4328 802.11 Wireless Controller
    4/7/09 12:15:17 AM kernel Debug 5.10.38.27
    4/7/09 12:15:17 AM kernel Debug FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 001d4ffffe621222; max speed s800.
    4/7/09 12:15:17 AM kernel Debug Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/WDC WD3200AAJS-40RYA0 Media/IOGUIDPartitionScheme/Customer@2
    4/7/09 12:15:17 AM kernel Debug BSD root: disk0s2, major 14, minor 2
    4/7/09 12:15:17 AM kernel Debug Jettisoning kernel linker.
    4/7/09 12:15:17 AM kernel Debug Resetting IOCatalogue.
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Matching service count = 0
    4/7/09 12:15:17 AM kernel Debug Previous Shutdown Cause: 5
    4/7/09 12:15:17 AM kernel Debug ** Device in slot: SLOT--1 **
    4/7/09 12:15:19 AM kernel Debug AppleIntelCPUPowerManagement: initialization complete
    4/7/09 12:15:21 AM kernel Debug [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    4/7/09 12:15:22 AM kernel Debug [Bluetooth::CSRHIDTransition] transition complete.
    4/7/09 12:15:22 AM kernel Debug [HCIController][configurePM] power parent ready after 1 tries
    4/7/09 12:15:24 AM rpc.statd[17] Notice statd.notify - no notifications needed
    4/7/09 12:15:25 AM bootlog[35] Notice BOOT_TIME: 1239088514 0
    4/7/09 12:15:27 AM fseventsd[26] Critical bumping event counter to: 0x804135 (current 0x0) from log file '00000000008036cb'
    4/7/09 12:15:27 AM DirectoryService[31] Alert Launched version 5.6 (v514.24)
    4/7/09 12:15:27 AM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[22] Error Login Window Application Started -- Threaded auth
    4/7/09 12:15:27 AM kernel Debug yukon: Ethernet address 00:1b:63:a1:e4:30
    4/7/09 12:15:27 AM kernel Debug AirPort_Brcm43xx: Ethernet address 00:1c:b3:7a:7e:d0
    4/7/09 12:15:28 AM com.apple.launchd[1] Warning (com.apple.aslmanager) Throttling respawn: Will start in 4 seconds
    4/7/09 12:15:28 AM com.apple.SecurityServer[18] Notice Entering service
    4/7/09 12:15:28 AM mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[21] Error starting
    4/7/09 12:15:28 AM /usr/sbin/ocspd[57] Alert starting
    4/7/09 12:15:29 AM kernel Debug AirPort: Link Down on en1
    4/7/09 12:15:29 AM configd[33] Notice setting hostname to "josh-glatts-imac.local"
    4/7/09 12:15:30 AM loginwindow[22] Error Login Window Started Security Agent
    4/7/09 12:15:30 AM SecurityAgent[73] Error Showing Login Window
    4/7/09 12:15:31 AM com.apple.launchd[1] Warning (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    4/7/09 12:15:31 AM kernel Debug Auth result for: 00:22:3f:35:bb:66 MAC AUTH succeeded
    4/7/09 12:15:31 AM kernel Debug AirPort: Link Up on en1
    4/7/09 12:15:35 AM kextd[10] Notice writing kernel link data to /var/run/mach.sym
    4/7/09 12:15:37 AM kernel Debug AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    4/7/09 12:15:45 AM kernel Debug AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    4/7/09 12:15:52 AM SecurityAgent[73] Error User info context values set for joshglatt
    4/7/09 12:15:53 AM SecurityAgent[73] Error Login Window done
    4/7/09 12:15:53 AM loginwindow[22] Error Login Window - Returned from Security Agent
    4/7/09 12:15:53 AM loginwindow[22] Notice USER_PROCESS: 22 console
    4/7/09 12:15:53 AM com.apple.launchd[1] Notice (com.apple.UserEventAgent-LoginWindow[69]) Exited: Terminated
    4/7/09 12:15:53 AM /System/Library/CoreServices/coreservicesd[47] Error SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(josh glatt's Public Folder) returned -14135
    4/7/09 12:15:54 AM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[8 7] Error CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    4/7/09 12:15:54 AM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[8 7] Error CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    4/7/09 12:19:29 AM com.apple.firmwaresyncd[27] Notice kextload: /System/Library/Extensions/msdosfs.kext loaded successfully

    Most of the log entries are not errors, at least in the sense of unexpected problems that can't be recovered from. UNIX logs are very "chatty," filled with many comments only of interest to programmers.
    To pinpoint any real problems, it would help to know what specifically you do on your Mac that is slowing down, if you frequently see spinning "beach balls" when the pointer is over any particular application's windows or menus, if there are unusual notices associated with some processes, etc. IOW, aside from the log, what specifically is wrong?

  • HELP FIXING ERROR A12E5

    I am unable to install Adobe Application Manager. I continue to receive "error code A12E5." I have tried downloading the patch and installing via that method, but that did not work either. Any ideas how to fix?
    [ spam bait removed by admin ]

    See this thread:
    http://forums.adobe.com/message/5581753#5581753

  • Need Help Fixing Error, Please.

    Hi!
    I'm very new to Java and I am trying to write a very simple applet which will display a Frame (which will have the ability to close using the "X" in the upper right corner) and a simple title in the Frame title bar. I have narrowed it down to one error. My code is as follows:
    import java.awt.event.*;
    public class WeWon
         public static void main(String [] args)
              Frame aFrame = new Frame("We Won!");
              aFrame.setSize(400, 300);
              aFrame.setBackground(Color.black);
              aFrame.setVisible(true);
              public void WeWonAboutToClose extends Frame
                   implements WindowListener
                   public aFrameClosing(String str)
                        super(str);
                        addWindowListener(this);
                   public WeWonAdapter extends WindowAdapter
                        public void windowClosing(WindowEvent e)
                             System.exit(0);
    }The error I receive is as follows:
    C:\jdk131\WeWon.java:27: '(' expected
              public void WeWonAboutToClose extends Frame
                                                  ^I think I know why I am getting the error ( I think I need to have a String arg after the name of the method) but I don't know how to go about this and still achieve what I want from this applet.
    Thanks for any insight.
    Susan

    Is this what you're looking for:
    V.V.That's EXACTLY what I was looking for! How did I go so wrong?
    Now that I see it written, I can understand it perfectly. But I always have a hard time writing code myself. Is this a common phenomenon or am I just odd?
    One thing I don't understand completely, however, is the use of the ");" on this line:
         public void windowClosing(WindowEvent e) {           
              System.exit(0);        
         });I've seen it written a number of times in other code and for the life of me, I can see no reason to insert a ");" at that point in the code. Can you explain?
    Thanks again!
    Susan

  • How to fix error codes 9808 and 1202?

    I need help fixing error codes 9808 and 1202, can anyone help PLEASE!!!!!

    This alert is often caused by a perceived security issue due to higher than expected security settings.
    -checking if date and time is correct will usually fix this issue.
    also, it may help to disable your security sofware.
    hope this helps

  • How do i fix error 21 or 1602

    i need help fixing error 21 and 1602 can some body help me please...

    The action of for those errors are included here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help

    Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help if you've the knowledge.
    Many Thanks

    Yep, i just did it again. The entire scroll-bar widget, complete with formatted text, graphics, etc., pasted itself nicely in another book. Two different files, the same widget.
    I use the scroll-bar widgets for most of my texts. (I have audio buttons on the side, and the scripts are within the widget, to the side). My only text is within widgets, and text boxes, naturally. 
    I am following your recommendation: cleaning files, etc. I am remaking the book anew. I need to convince the EPUB bot or whatever that my file looks and works nicely on all my devices. You would expect an error message when previewing the book: 'Hey Amigo, your file is flawed, stop working on it, and get back to the drawing board." Should be able to try again next Monday.

  • I did a manual restore but it gave me an error it was 3914 i need help fixing it.

    i did a manual restore but it gave me an error it was 3914 i need help fixing it.

    From this Apple support document: iTunes: Specific update-and-restore error messages and advanced troubleshooting
    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to perform unauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the headingBlocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Error 3194: Resolve error 3194 by updating to the latest version of iTunes. "This device is not eligible for the requested build" in the updater logs confirms this is the root of the issue. For more Error 3194 steps see: This device is not eligible for the requested build above.
    B-rock

  • Help fix ! booot error  AppleSMC : :smcWriteData8 ERROR

    Help fix !! boot error says
    AppleSMC : :smcWriteData8 Error: kSMCBusyMask cleared
    AppleSMC : :smcWriteData32 Error: smcwritedata8 failed
    AppleSMC : :smcWriteKeyPMIO Error: kSMCReadKeyComm/kSMCWriteKeyWithSMCComm failed
    this 3 error keeps on repeating and never ends...
    help ?

    Hello jeremytetsuya,
    Welcome to the Apple Support Communities!
    I understand that you are receiving boot errors on your Mac. In this situation I would suggest starting up using safe mode and see if you get the same errors. If you do not receive the same errors, please restart your computer from safe mode and boot up as you normally would. If you do receive the same errors during safe mode or after you boot back normally please let me know. 
    OS X Yosemite: Start up in safe mode
    Have a great day,
    Joe

  • Help me!!! Fix error mac mail

    Hi all
    I have macbook air using mac mail to send/receive, i config two account POP and IMAP. Account POP using normal but account IMAP is regular error.
    Mail is still received but attachments don't be read
    I was deleted account IMAP and reconfig, Create new user profiles and reconfig IMAP account but don't fix error.
    Please Help me!!! Thanks

    Hello,
    Is this POP account provided by your ISP? Is there an online link where the ISP provides info about how to set up their email account?
    In Mail, it is necessary to know whether the mail server expects the Username to be the portion of the email address in front of the "@", or the entire email address -- here we are talking about the entry block for Username, and not Email Address. If you are only entering the username portion, try the whole email address -- if you are using the latter, currently, try only the username portion.
    Access of the POP3 mail server, with Mail, uses only the Username and password, so the form of Username is critical.
    Ernie

  • How can I fix error code 131:4? Licensing for this product stopped working. I have windows vista home edition and CS4 Design Premium. I downloaded licensing zip file for windows but I can't seem to get it to launch. Look forward to help from anyone

    How can I fix error code 131:4? Licensing for this product stopped working. I have windows vista home edition and CS4 Design Premium. I downloaded licensing zip file for windows but I can't seem to get it to launch. Look forward to help from anyone

    Steve,
    I appreciate your answer.  While it might work, I'm a bit hesitant to remove the other programs as a possible solution since they are all currently working.
    With Acrobat 9 Pro failing with the OS 10.7 upgrade, I'm hoping that there is a less severe solution.
    Since the trigger appears to be 10.7 and may have something to do with the discontinued support of Rosetta, I could be spending a few hours working on a reinstall without a change.  Yes, it might work.  The "might" is the part that makes me hesitate.
    Is anyone else out there on OS 10.7 and running Acrobat 9 Pro?  Any issues with anyone else?
    Thanks Steve.  I do appreciate your offering a solution.  I may end up trying it if nothing else comes together.
    Mark

  • HT3743 how i can fix error 1015 in my 3g , pls help,,

    how i can fix error 1015 in my 3g , pls help,,

    You can't.  Error 1015 occurs when trying to restore a jailbroken phone.
    Jailbreaking your phone voids any warranty remaining with Apple and forfeits your right to any assistance from Apple including from this forum.
    You're on your own.  From what other people have posted, it's extremely unlikely you'll ever get your phone working again.

  • Please help me how to fix error 53 iphone 6 ios 8.1

    please help me how to fix error 53 iphone 6 ios 8.1 when update iphone 6

    Hey there fcaride,
    It sounds like you are unable to finish restoring with iTunes due to this error -1 message. Usually that is associated with security software. Use the steps from the following article to help with that:
    Get help with iOS update and restore errors
    Related errors: 1, 3, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer might have a hardware issue that stops the update or restore from completing.
    Check that your security software and settings aren't blocking your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Make sure that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.
    If the issue persists, I would next use the last section of the following article titled "If your device turns on but gets stuck during start up"
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • TS3694 How do i fix error 3194? please help!

    How do i fix error 3194? please help!

    iOS of your iPhone could be modified / hacked. No one will be able to support you in this Forum.

Maybe you are looking for

  • G5 crashes on restart

    Hi all. For a while now whenever I tell the mac to restart it closes all the open apps and then before goes to restart it crashes with white text on black runninf down the screen. The first line says system failure. ANy ideas?

  • Tickets with respect to following and the solutions.

    Hi, Please send me the solution to following topics in SD. 1)material determination/product selection. 2)Creation of Customer Master Record and Customer Account Group. 3)Material Listing and Exclusion. Please email me at [email protected] Looking for

  • Runtime error in adobe application

    Hi All, I am trying to run a simple adobe application, I am getting this error com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF      at com.sap.tc.webdynpro.clientserver.uielib.adob

  • SAMBA problem after 10.6.7 update

    After recent Mac OS X 10.6.7 update, I am unable to change permission on files and directories shared via smb. I can create new files and directories but I can't change permission. The files and directories permission has been set to 700 even though

  • Need to add more fields in Notification

    I have the following requirements in my implementation. In the QM01 transactions, we are using Z1 - Z3 Notification Types to track the Quality defects and information related to Production Order, WBS Element, Inspection Lot and Material Details. With