Bloody Errors

Hi, I have some code that I am just messing around with and it won't run... compiles fine, but gives me the "java.lang.NoClassDefFoundError: C:\Documents and Settings\me\Desktop\Code\Java\BasicText/java
Exception in thread "main" " error.
could someone help me? I run it with the code
C:\Java\bin\appletviewer.exe BasicText.class
and it is in the proper folder.
import java.awt.*;
public class BasicText extends Frame
     public static void main(String args[])
          new BasicText();
     public BasicText()
          setTitle("Basic Text");
          setLayout(new FlowLayout());
          setSize(250, 250);
          Label label = new Label("Label");
          TextArea textarea = new TextArea("Text Area", 5, 20);
          Panel panel = new Panel();
          panel.add(label);
          panel.add(textarea);
          add(panel);
          setVisible(true);

The is common problem. The command is correct, you need to set CLASSPATH or use the -cp option with the correct directory. Or you could use an IDE which sets this up for you. e.g http://www.netbeans.org or http://www.eclipse.org/
http://forum.java.sun.com/thread.jsp?forum=7&thread=529184&tstart=0&trange=30
Google has 358,000 reference for.
http://www.google.co.uk/search?hl=en&ie=UTF-8&q=java+classpath&meta=

Similar Messages

  • Constant Error Messages with Purchasing & Downloading on iTunes with iOS 7

    This is getting ridiculous. Ever since I downloaded iOS 7 when it first came out, I've had difficulties making purchases and downloading content wirelessly using iTunes on my iPhone 4S and iPad 2. Every time I tap "Buy" I get a message that says the "Content Cannot Be Purchased At This Time." I then have to close iTunes completely (double-tapping the HOME button and swiping up on the iTunes window), then re-launch iTunes, find the content again and re-hit Buy and then I finally get the button to Download Now and Download Later. Choosing Download Now, I get another error message saying "Content Cannot Be Downloaded At This Time," and I have to do the whole shut down/re-start process all over again to finally have the download start. This happens when I attempt purchases using 3G and on wifi (and I've tried several different wifi networks and I get this error all the time).
    I never used ot have problems like this on my 4S or iPad 2 before iOS 7. I tried restoring to factory settings and then moving all the content manually back from the iCloud and my computer and I still get the error. I tried signing out of my AppleID and logging back in, still get the error. I downloaded the latest iOS 7 software (currently running 7.0.4) and I STILL GET THE BLOODY ERROR. Calling AppleCare, they have no freaking clue why I'm getting this error and neither do the Genius Bar people.
    There doesn't seem to be anybody else (that I can find online) who has the same problem. But there also doesn't seem to be anybody at Apple looking in to this which is incredibly frusturating. I've been submitting Bug Reports to the Apple Feedback pages for over a year now and still no acknowledgment from Apple. I also have been having the issue where my iPhone/iPad iCal apps keep reversing my Alert preferences (which I've noticed people complaining about for over 3 years with no solution from Apple).
    This is getting out of hand. I've been a loyal Apple customer for the better part of a decade. I switched to Apple over PC because of their committment to excellence and relatively lack of bugs in their software. But lately, Apple's quality has suffered tremendously. When there are iOS software glitches that continue after 3 major updates (and several minor ones), clearly Apple engineers don't give a crap about their customers or the user experience. If these issues aren't addressed, I'm seriously going to take my business elsewhere. There is simply no excuse.

    You won't see Viber data in www.icloud.com.  App data (e.g. Viber) is included in an iCloud backup or iTunes backup which includes other information.  Kindly see this support article for more information - http://support.apple.com/kb/HT1766, https://support.apple.com/kb/ht4946 and http://support.apple.com/kb/PH12519.

  • Why am I getting "CA Headless has encountered an error" suddenly?

    In the past few days, when I am in Elements Organizer 9 I get this message.  I'm not sure what damage is being done, Organizer, Photoshop Elements and Premiere Elements still seem to work OK.  However, when I tried to back up my Organizer catalog today, I got an error message part-way through and the backup terminated, and about the same time (I was multi-tasking and didn't see when this happened) I got another CA Headless error message.
    What exactly does this mean, and what can I do about it?  And why is my backup not working?
    And why can't Adobe engineers write error messages in plain English that mere mortals can understand without having to scratch their heads (no pun intended) and slog through forums and help menus to find out what the bloody error message means?  This error message is utterly useless to me, and I'm not stupid (I earned a PhD 40 years ago, though not in software engineering ...)  This is NOT helpful.

    Unfortunately the CA Headless message re-appeared today.
    I launched Elements Organizer 9 and left it open, planning to return to it after doing some other things on my computer.  Neither of the editors were open.  After a couple of minutes, I noticed the error message.
    I hadn't actually done anything yet in Organizer, other than navigate to a specific album.  However, I should perhaps mention that under Edit>Preferences I had set Organizer to auto-analyze media when the system is idle.  The album to which I had navigated contained some new video files that I had added yesterday, and there is no evidence of any analysis having been done to them yet (no purple tag on the corner of any of the thumbnails).  So I suppose it is possible that the auto-analyzer had started to run once the system was idle and generated the error message.  I can't think of anything else that Elements 9 could have been doing that could have triggered an error message, once I'd opened the software and navigated to the album I wanted.  The error message appeared "behind" the Organizer screen, I didn't notice it until I Alt-Tabbed to the desktop.
    I haven't actually started any editing of video files yet, will do so probably later today, will report any problems encountered.
    So far the CA Headless message is no more than annoyance.  Haven't tried backing up the catalog again, but no need for that as nothing in it has changed since yesterday.
    LATER IN THE DAY -- I've spent most of the afternoon editing and combining about 15 video clips in Premiere Elements, with Organizer open in the background.  The software seems to behave normally, and I haven't had a repetition of the CA Headless error since opening PrE and beginning work on the video files.  Whatever this problem is, except for the catalog-backup issue resolved earlier in this thread, it doesn't seem to be affecting the software in ways that matter to me.  If problems return later, I'll re-open this thread, but for now I think it's answered as much as it needs to be from my perspective.
    Message was edited by: Togo1518 at 1732 EST 20110116

  • Problem with inserting data into mySQL database with jsp

    I have a jsp page that collects infromation about a users vehicle and puts the data into a mySQL database. Iv'e been messing around with it for ages & i can't seem to get it to work even though i cannot see anything wrong with the code, which can be seen below.
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ include file="Connections/connection.jsp" %>
    <%
    // *** Restrict Access To Page: Grant or deny access to this page
    String MM_authorizedUsers="";
    String MM_authFailedURL="login_form.jsp";
    boolean MM_grantAccess=false;
    if (session.getValue("MM_Username") != null && !session.getValue("MM_Username").equals("")) {
      if (true || (session.getValue("MM_UserAuthorization")=="") ||
              (MM_authorizedUsers.indexOf((String)session.getValue("MM_UserAuthorization")) >=0)) {
        MM_grantAccess = true;
    if (!MM_grantAccess) {
      String MM_qsChar = "?";
      if (MM_authFailedURL.indexOf("?") >= 0) MM_qsChar = "&";
      String MM_referrer = request.getRequestURI();
      if (request.getQueryString() != null) MM_referrer = MM_referrer + "?" + request.getQueryString();
      MM_authFailedURL = MM_authFailedURL + MM_qsChar + "accessdenied=" + java.net.URLEncoder.encode(MM_referrer);
      response.sendRedirect(response.encodeRedirectURL(MM_authFailedURL));
      return;
    String vehicle_details__registration = null;
    if(request.getParameter("txt_registration") != null){ vehicle_details__registration = (String)request.getParameter("txt_registration");}
    String vehicle_details__make = null;
    if(request.getParameter("txt_make") != null){ vehicle_details__make = (String)request.getParameter("txt_make");}
    String vehicle_details__model = null;
    if(request.getParameter("txt_model") != null){ vehicle_details__model = (String)request.getParameter("txt_model");}
    String vehicle_details__colour = null;
    if(request.getParameter("txt_colour") != null){ vehicle_details__colour = (String)request.getParameter("txt_colour");}
    String vehicle_details__tax_class = null;
    if(request.getParameter("select_tax_class") != null){ vehicle_details__tax_class = (String)request.getParameter("select_tax_class");}
    String vehicle_details__chasis_num = null;
    if(request.getParameter("chasis_num") != null){ vehicle_details__chasis_num = (String)request.getParameter("chasis_num");}
    String vehicle_details__status = null;
    if(request.getParameter("radio_status") != null){ vehicle_details__status = (String)request.getParameter("radio_status");}
    String owner_details__MMColParam = "1";
    if (session.getValue("MM_Username") !=null) {owner_details__MMColParam = (String)session.getValue("MM_Username");}
    Driver Drivervehicle_details = (Driver)Class.forName(MM_connection_DRIVER).newInstance();
    Connection Connvehicle_details = DriverManager.getConnection(MM_connection_STRING,MM_connection_USERNAME,MM_connection_PASSWORD);
    PreparedStatement vehicle_details = Connvehicle_details.prepareStatement("INSERT INTO vehicle_man_db.vehicle_details (registartion, make, model, colour, tax_class, chasis_num) VALUES ('"+ String vehicle_details__registration + "', '"+ String vehicle_details__make + "', '"+ String vehicle_details__model + "', '"+ String vehicle_details__colour + "', '"+ String vehicle_details__tax_class + "', '"+ String vehicle_details__chasis_num + "', '"+ String vehicle_details__status + "')");
    vehicle_details.executeUpdate();
    %>
    <form name="add_vehicle_form" id="add_vehicle_form">
      <p>Registration mark:
        <input name="txt_registration" type="text" id="txt_registration">
    </p>
      <p>Make:
        <input name="txt_make" type="text" id="txt_make">
    </p>
      <p>Model:
        <input name="txt_model" type="text" id="txt_model">
    </p>
      <p>Colour:
        <input name="txt_colour" type="text" id="txt_colour">
      </p>
      <p>Tax Class:
        <select name="select_tax_class" id="select_tax_class">
          <option value="AAA">Band AAA (up to 100g/km)</option>
          <option value="AA">Band AA (101 - 120g/km)</option>
          <option value="A">Band A (121 - 150g/km)</option>
          <option value="B">Band B (151 - 165g/km)</option>
          <option value="C">Band C (166 - 185g/km)</option>
          <option value="D">Band D (Over 185g/km)</option>
        </select>
      </p>
      <p>Chasis Number:
        <input name="txt_chassis_num" type="text" id="txt_chassis_num">
    </p>
      <p>Status: active:
        <input name="radio_status" type="radio" value="1" checked>
        off-road
        <input name="radio_status" type="radio" value="0">
      </p>
      <p>
        <input type="submit" name="Submit" value="Submit">
    </p>
    </form>
    <%
    Connvehicle_details.close();
    %>This is the error I am getting from the server
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 3 in the jsp file: /add_vehicle_form.jsp
    Generated servlet error:
    C:\Servers\Tomcat 5.0\work\Catalina\localhost\Assignment\org\apache\jsp\add_005fvehicle_005fform_jsp.java:113: ')' expected
    PreparedStatement vehicle_details = Connvehicle_details.prepareStatement("INSERT INTO vehicle_man_db.vehicle_details (registartion, make, model, colour, tax_class, chasis_num) VALUES ('"+ String vehicle_details__registration + "', '"+ String vehicle_details__make + "', '"+ String vehicle_details__model + "', '"+ String vehicle_details__colour + "', '"+ String vehicle_details__tax_class + "', '"+ String vehicle_details__chasis_num + "', '"+ String vehicle_details__status + "')");
    ^
    1 error
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Any help would be much appreciated.
    Thanks

    use this ...
    PreparedStatement vehicle_details =
    Connvehicle_details.prepareStatement("INSERT INTO
    vehicle_man_db.vehicle_details (registartion, make,
    model, colour, tax_class, chasis_num) VALUES
    vehicle_details .setString(1,String
    vehicle_details__registration );
    vehicle_details setString(2,String
    vehicle_details__make );
    vehicle_details .setString(3,String
    vehicle_details__model );
    vehicle_details .setString(4,vehicle_details__colour
    vehicle_details .setString(5,String
    vehicle_details__tax_class);
    vehicle_details .setString(6,String
    vehicle_details__chasis_num );
    vehicle_details .executeQuery();Even you need a screwing up... what's the point putting that String inside. That's the bloody error.

  • HELP! Cannot install IOS 8.0.2 on my IPad 2

    HI there,
    Yesterday I saw a download for IOS 8.0.2 on my IPad 2, I did click to download it and it did download but when I want to install it I receive an error message saying "verification failure as you no longer connected to the Internet" ?? I am connected to the internet!!! so now I am stuck with a sluggish Ipad, I cant install the update     I tried everything, reset network, reset all, I did switch off the Ipad several times nothing work!!! still getting that bloody error message!! please help!!

    You need to reset ipad Go to settings & reset after reset you will need to enter your Router wireless key After ipad restored go to software download and try again. I know this works because I have done this on 2 iPads No problems now working fine. Bsydd uk

  • " write access for your iTunes Media folder"

    Hello,
    My iTunes all of a sudden started to gave me this error when I tried to update my iPhone Apps:
    *iTunes couldn't download your purchase*
    *You don't have write access for your iTunes Media folder or a folder within it. Change permissions (in the Finder) and then choose Store > Check Available Downloads.*
    This is most weird since I haven't done anything to the system nor the iPhone.
    I tried to repair permissions, tried CHMOD and then booting from the installation disk and reset password, thrash preferences and the message is always there. Even weirder is the fact that when I connect my iPhone, iTunes ask me about "authorization", if I say AUTHORIZE, it gives me another error saying that it cannot be authorize because of an error, but it does not say what error!
    If I deauthorize, I'll loose more than 200 Apps, but if I authorize, even with the correct password, it simply gives me that bloody error.
    I do not know what else to do, any ideas?
    And yeah... I tried going to the iTunes list, get info and authorize myself, despite being already authorized... by the way I do not have the "apply to the contents within...or something like that, you know what I'm talking about option". My system is 10.5.8. PPC, and I do not see the relevance but the iTunes list is hosted in an external HD.
    I'll be more than thankful for any help.

    wcarcass wrote:
    I do not know what else to do, any ideas?
    check if you have read & write permissions for your music folder. in finder, right-click on it and +get info+. unlock the little padlock (you may have to enter your admin password) and change the permission settings. next, click on the little gear-shaped icon and +apply to enclosed items+ like so
    you may also give everyone read & write access.
    the important part is to *apply to enclosed items* !
    And yeah... I tried going to the iTunes list, get info and authorize myself, despite being already authorized... by the way I do not have the "apply to the contents within...or something like that, you know what I'm talking about option". My system is 10.5.8. PPC, and I do not see the relevance but the iTunes list is hosted in an external HD.
    if above don't work, try the same procedure on the folder on the external containing your media files.
    JGG

  • But we can't find the iWeb page you've requested

    This is getting FRUSTRATING!
    I have created my iWeb pages, clicked PUBLISH ALL TO .mac I get a CONGRATULATIONS message that it's loaded, I click VISIT SITE, and I get this bloody error message
    "We're Sorry but we can't find the iWeb page you've requested" It's possible that:
    · The address was entered incorrectly. Check your spelling and try again.
    · The .Mac member of this name has either created a page and removed it or has never published an iWeb site.
    · There is no .Mac member of this name. If you'd like this member name for yourself, sign up for a .Mac account right now and have your own iWeb site in minutes.
    Well, I don't know what the deal is. I have done everything I can think of, I am doing everything I am supposed to do! HELP!!!

    Nope. Says does not exist. IT DOES! LOL... trust me.
    http://web.mac.com/kendles/iweb/Welcome.html
    There is no site name between "iweb/" and "/Welcome.html, so that url can't be correct. What is the name of your site inside the iWeb app.

  • Lots of iChat Problems

    I've been having problems with iChat for a while:
    #1: Can't make a chat. I'll invite one person to a chat (to initiate one) and it says "Uninvited". My best friend and I have been having this problem for as long as we can remember. But our other best friend got a MacBook a few weeks ago and she can make one? Okay then..
    #2: I can't send certain links anymore. I get that stupid bloody error message. It's the most random links too.
    #3: I can't send paragraphs. Again I get the error message.
    #4: Audio chat/video chat will NOT work! It works initially, then breaks up and freezes iChat. My best friend and I are experiencing the SAME problem. It worked before.. perfectly! Now it just stopped working.

    Hi,
    I copied the Link from the Error Message pic and tried sending it to another Screen Name I have.
    It worked for me. Well insofar as it got me to the Web Site with a File Not Found Message.
    The Link looks like it is going to be a web page then end with .jpg which says it is a picture.
    It is possible to link to pictures.
    However each Slash represents a Folder/Level of the web site.
    The same format would also describe files and the Paths on a computer.
    As I said before people used to send links that could execute things on PCs (mainly) and some links get banned as they look like they are going to be somewhere on a computer
    So for #1 You are going to the File Menu of iChat and Go to Chatroom and creating a chatroom name and then inviting Buddies ?
    There is an alternative way of going to the Buddies menu after you have highlighted a Buddy and selecting Invite to Chat (when I do this I cannot see the Chatroom name but most likely it is allocated a number from the AIM servers)
    Re #2) that link you posted is full of Underscores and Slashes that denote the path to the file (picture).
    Does it work if you convert it to a tinyurl ?
    Re #3 an you explain what you normally do to get paragraphs and what exactly happens now (step by step would be nice).
    Re #4 Can you try a video chat with the Connection Doctor open (iChat's Video Menu)
    When the Picture starts to break up (And any Audio drop outs) does the Incoming Green Bar drop off from 100% ?
    Does the Bit rate from the Buddy Change ?
    Does the Green Bar go Amber then Red as the Bit Rate gets to Zero ?
    Do you then get a Pop Up about sending to Apple ?
    If you do what does it say in the Details (Reveal triangle on the Left).
    (More Info)
    Once you clear the Pop Up is there any message now written across the top of the Frozen Video Chat ?
    Also can you say if the issue is only with this Buddy ?
    For Instance if you add a few of the Screen Names from Table 1 do you get the same issue ?
    Can your Buddy Video to anyone else ?
    8:29 PM Thursday; June 24, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Need help ! bloody PeerGoneException error ! (240 sec)

    Hi !
    I'm testing performances of weblogic 7, and I got a PeerGoneException
    error when I use my load charge test with about 1500 clients :
    weblogic.rjvm.PeerGoneException: no message was received for '240'
    seconds
    It's normal my test takes more than 240 seconds, so WHERE do we change
    this bloody default value ?
    I found nothing on newsgroups but changing the
    DGCIdlePeriodsUntilTimeout value in the weblogic.properties (which
    doesn't exist (!), but I found this value and changed it in the
    CONFIG.XML, but I get the same error).
    Where is defined this value, how can I change it ?
    TIA for your help !
    JC

    Andy Piper <[email protected]> wrote:
    [email protected] (Grand Gana) writes:
    I'm testing performances of weblogic 7, and I got a PeerGoneException
    error when I use my load charge test with about 1500 clients :
    weblogic.rjvm.PeerGoneException: no message was received for '240'
    seconds
    It's normal my test takes more than 240 seconds, so WHERE do we change
    this bloody default value ?This actually indicates a more serious problem. PeerGone is determined
    by the absence of heartbeats between client and server. Even if your
    test takes longer than 240 seconds the heartbeats should still be
    happening. Its possible also that this is down to network contention
    or
    some similar problem.
    I found nothing on newsgroups but changing the
    DGCIdlePeriodsUntilTimeout value in the weblogic.properties (which
    doesn't exist (!), but I found this value and changed it in the
    CONFIG.XML, but I get the same error).Changing config.xml only changes the server. You may have to change theHow do you set the client side timeout value in the case of applet
    client also
    by using -Dweblogic.DGCIdlePeriodsUntilTimeout=xxx
    Where is defined this value, how can I change it ?andy

  • Error 4960 during Adobe Premier el 10 trial download/installation

    So I got this error in the end of the downloading process of the adobe premier elements 10 trial. Opens a dialog screen, attached a picture below:
    I tried canceling download, force quiting bloody download assitant, uninstaling download assistant, but still get this error when opening this program. For some resons buttons pause and stop download do not respond. Can I somehow download the premier elements trial through the direct link on the internet without any download assistants? I am russian and it is like the frst time i tried to purchase an official application and pay for it in future, but after so much irritation I am about to go with pirate version without any concern of ethics and whats so ever.. By the way I am on mac os x ver 10.7.3

    Where were you trying to download the install files too?  This often occurs when choosing the Application folder to download the install files too.  I would recommend completing solution 1 in Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Solutio n_1.  Please choose the default location of the User folder to download the install files too.
    Alternately you can follow the steps listed at http://forums.adobe.com/thread/981369 to initiate a direct download.

  • Installing Adobe Illustrator CS2 Trial - Error 201

    When I get to the end, it says there is an error 201 and please try and install again?
    I've restarted computer, and its brand bloody new!
    And to think if i paid a grand things like this wouldnt happen...

    I concur with Templeton, but be aware that CS2 runs in Rosetta emulation on an Intel mac, and aparently not that well.
    Better to wait for CS3 which is in universal binary and will run perfectly on Intel macs.

  • Error 1003 when building exe

    Hi all,
    I saw a couple of thread of other people here having the same "1003 error" when trying to build an exe with LV 7.1.1
    The exact text error is :
    Error
    1003 occurred at Open VI Reference in Dist Copy Non-VI
    Files.vi->Dist Build LLB Image.vi->Dist Build App
    Image.vi->Build Application.viPossible reason(s):LabVIEW: The VI is not executable.
    This is all the more surprising because this error will only happen on my computer !!!
    I borrowed a collegue's computer and the build went OK...
    After further investigations I noticed only one difference between my collegue's computer and mine : mine has VIPM installed.
    Could VIPM possibly be the source of this issue ??
    PS : recompling the code (ctrl+shift+run) on my CPU didn't make any change.
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

    Hi TiTou,
          You've probably solved this by now, but if not...
    A few months ago I was trying to distribute two EXEs - both of which made dynamic calls - and this error (among others) was giving me "fits".  I think it can happen if the caller has loaded a VI (.ctl or .vi) that also appears in the callee hierarchy - and the version loaded by the caller is incompatable with the callee's diagram(s.)  When the callee runs, it has to use same-named VIs already in memory.  If you see different behaviour on two different machines, are there two different versions of the caller?
    No matter what the problem really is (was,)  the attached VI will try to open all the broken VIs in a hierarchy - which can be a huge help in narrowing the problem.  Oh yeah, with the (broken) FP open, click on the broken-arrow to see an error-list that can (but-usually-doesn't) display helpful diagnostic info!  Compile this into your EXE (caller) so it runs if there's a problem running the callee.
    Cheers.
    Message Edited by tbd on 01-15-2007 10:58 PM
    Message Edited by tbd on 01-15-2007 11:00 PM
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    Util.VI.OpenBroken.vi ‏62 KB

  • How do I stop the error message coming up when I press cancel on file dialog

    I am using the file dialog and if I press cancel an error box pops up with error 43 operation cancelld by user. Can we get rid of this, as it is bloody enoying, any ideas
    cheers

    Contrary to the rest of the nice folk here, I say do NOT turn off automatic error handling!
    You will regret it if a day comes where you forgot to handle an error properly and you have a hard time determining its source.
    If you truly want to ignore the error in this mode, you can wire the error out terminal into anything (even a wall). Once an error out terminal is wired, the error will not pop up automatically. This does not mean you should use this as a standard course of action. You should normally handle your errors properly.
    Try to take over the world!

  • Error Code 21, iphone 4S stuck in DFU mode and will not restore!

    Hi All,
    My brand new Iphone 4S will not switch on unless it is connected to the charger/usb connection to the laptop, before we go any further the battery is fully charged. When you connect the phone to the charger plug you can go through the set up routine until a point is reached when it displays "conect to itunes" however, as soon as you disconect the usb cable from the charger plug to conect it to the laptop it appears to just switch off and then display the apple logo, the screen then goes blank and then the logo again, it carries on doing this indefinately.
    I can get the phone into DFU mode and itunes will recognise it, IOS 5.0.1 downloads and it attempts to restore the phone but I then get an "unknown error message (21)" I just cant get past this point, I have also tried the restore procedure on a friends Windows laptop and a MacBook Pro but still no joy.
    I have booked an appointment at my nearest Genius Bar (which is miles away) on Thursday but I could well do without having to make this trip, can anyone please advise me if there is something else to try?
    Thanks in advance.

    Thanks for the reply, yes I did disable my firewall and antivirus software staight after my first failed restore attempt but it made no difference, like you I also checked out the error code explination.
    What I cant understand is why dosent this phone does not work straight out of the box?...its brand new, I have not tried to jailbreak it, (I have recently seen this as a possible cause in another post) I just want the bloody thing to work!
    I also forgot to mention in my post that the phone will not respond to any key presses or show any signs of life unless it is conected to a power source and beleive me it has spent most of the last 2 days conected to one due to this, the battery indicator shows it is fully charged.
    Any more help is very much appreciated.

  • Error while executing objecttag in textarea.htm

    Its sad what adobe has done to dreamweaver its all broke since all the new updates and the stupid decaprecation (sorry to rant but im so upset with adobe), ok since dreamweaver CC is the worst version i have used i had to download the dreamweaver cs6 version we are giving here for cc users, it brought back a bunch of features for php and dynamic developing but its full of errors, example if i try to insert any NORMAL form field in design view i get the following javascript errors popup While executing ObjectTag in Textarea.htm, a javascript error ocurred. I can add it in code view without it giving me any error but again i find it quicker to use in design view and this makes it so bloody annoying, what solution does adobe have for this mess?
    Btw deleting cache .dat files wont fix neither renaming the configuration folder.
    I still can't understand adobe decaprecating these last versions instead of making it more compatible with any newer version of php and dynamic programming instead of making it an expensive css editor, if this continues i know a hole community that uses dreamweaver on php that we are already looking for a replace ment and if we find it its by by to adobe, since adobe doesnt listen to us the users of their products.

    Yes it is sad to see our favourites being deleted, our workflows being messed around and the seemingly endless bomb-outs.
    That was exactly my frame of mind, so I started looking for alternatives. Found a darn good one called Sublime Text. Fast, modern, good features that are constantly being updated and added to by the community.
    This was the so-called 'Grass-on-the-other-side-of-the-fence-is-greener' syndrome.
    In my quest to coming back to reality, I even tried using both DW and ST simultaneously to get the best from both worlds.
    Bugger! I am back to using DW exclusively, together with all of its nastiness.
    Difference now is my frame of mind. I am now working within the NEW confines of DW and having an exciting time learning new technologies while going about my business.
    Having learnt my lesson with ADDT and Spry, I am staying well clear of Adobe's frameworks opting for ones that will be continued into the future. jQuery replaces Spry, Foundation (or Bootstrap) replaces FGL, Webassist products replaces ADDT.

Maybe you are looking for

  • Mail attachment generated in UDF in SAP PI 7.1 - Issue with line feed

    Hello, Situation is: Implemented a scenario in SAP PI 7.1 with a mail receiver following this thread: /people/samuel.chandrasekaran2/blog/2008/10/06/xi-mail-adapter-dynamically-building-attachment-and-message-body-content-using-a-simple-udf which is

  • 2 Questions on Maps in iOS 6 on iPhone 4

    I know that certain iOS 6 Maps features are not available on on iPhone 4, but my questions are: 1. Is there a way to add the Maps to the lockscreen as advertised, or is that a 4s and above thing as well? 2. Is there a way to plan a trip with multiple

  • I cannot mount my digital camera

    So I have very old and crappy digital camera HP Photosmart 433. I use it for reading memory cards on my pc. So I plug the usb cable.. Oct 10 20:24:41 marduk usbcore: registered new interface driver usb-storage Oct 10 20:24:41 marduk USB Mass Storage

  • Can I use two apple TVs in different locations in the same house?

    Can I use two apple TVs in different locations in the same house?

  • How to handle Datatype mismatch in table and EO

    Hi I have one table which store employee details, where empId of employee is of data type varchar2. I have its equivalent EO and VO with empId as Number type. when i create a row with empId as 100 its seen as -530000000000 something of this form. How