What might cause this execption?

trying to run a simple client, almost stright from the Axis User Guide and I get is error every time. It has no problem building the program but running it is another story. What might be causing it?
//simple client
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import javax.xml.namespace.QName;
public class TestClient {
     public static void main(String [] args) {
          try {
               String endpoint =
               "https://server.com";
               Service  service = new Service();  // this is line 11 from exception
               Call  call = (Call) service.createCall();
               call.setTargetEndpointAddress( new java.net.URL(endpoint) );
               call.setOperationName(new QName("server.com", "Login"));
               String[] ret = (String[]) call.invoke( new Object[] { "1000005", "1111" } );
               System.out.println("Sent Message, recieved :");
               for(int i = 0; i < ret.length; i++){
                    System.out.println(ret);
          } catch (Exception e) {
               System.err.println(e.toString());
Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.lo
gging.LogFactory
at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:4
5)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory
.java:41)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java
:33)
at org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
at TestClient.main(TestClient.java:11)

it's in there.... still does not work.. uhm...thanks for the idea thoguh
You don't set a CLASSPATH with Tomcat. It ignores
your system CLASSPATH if you have one, so if that's
what you mean by "in there", that's not helping you.
You need to find the JAR with that .class file in it
and put it in TOMCAT_HOME/common/lib. That way every
context running on that Tomcat server will see it.
If that's what you have, then I don't know why you're
getting this error.
%He's beyond that - just didn't have commons-logging.jar, now he does.
OP - I don't know about your next problem, but it's only a "warning" - looks like if you're not trying to do attachments with the API, you'll be fine. Otherwise, apparently you'll need some J2EE jar in your run-time classpath - is that happening on the client side, or the server side (shouldn't be the latter, as it is running in a J2EE container, so I wouldn't expect it to complain about not finding those classes)

Similar Messages

  • HT203164 I am getting an error 2131, attempt to burn a disc failed.  What might cause this?

    I am getting an error 2131, attempt to burn a disc failed.  What might cause this?

    Maybe you should post in the iTunes forum or other appropriate forum. This is the iPod touch forum and the iPod can't burn CDs.

  • The Apple ID Password request pops up constantly, I am not purchasing or updating apps, what might cause this to happen?

    What might cause this problem?

    You may have an app that is trying to update or download that needs the password to continue... once you enter it it will time out so you don't have to worry about putting it in.
    Enter it and it should store it for 15 minute only and after that time you'd need to enter it again to buy something.
    Updates do not require password anymore but purchases do

  • Creating new VM ends with Error code 3430 and 3040 in Hyper-V log. Does anyone have any insight into what might cause this?

    The new VM is being created via a P2V process run from SCVVM. It reaches a completion of 60% and dies. I asked about this in another question detail of the VVM can be seen at this link:
    http://social.technet.microsoft.com/Forums/en-US/virtualmachinemgrp2vv2v/thread/71aae7dc-13b5-46f1-b794-cc1b8085541f
    Running Win2008 R2 w/ Hyper-V role enabled & SCVVM 2008R2
    In any event I checked the Hyper-V logs to see if they might shead any light on the problem and there were two error messages associated with the attempted conversion. The first Event ID 3430
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          5/23/2011 4:51:25 PM
    Event ID:      3430
    Task Category: None
    Level:         Error
    Keywords:     
    User:          NETWORK SERVICE
    Computer:      Virtual-Mgt.amrinc-corp.local
    Description:
    'test1' failed to set/change partition property: The system cannot find message text for message number 0xtest1 in the message file for 18568CA2-82E9-4A9F-B462-701D8FB4C447. '0x8007013D'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-Worker" Guid="{51DDFA29-D5C8-4803-BE4B-2ECB715570FE}" />
        <EventID>3430</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-05-23T21:51:25.956775200Z" />
        <EventRecordID>1</EventRecordID>
        <Correlation />
        <Execution ProcessID="3316" ThreadID="2716" />
        <Channel>Microsoft-Windows-Hyper-V-Worker-Admin</Channel>
        <Computer>Virtual-Mgt.amrinc-corp.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <UserData>
        <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
          <VmName>test1</VmName>
          <VmId>18568CA2-82E9-4A9F-B462-701D8FB4C447</VmId>
          <ErrorCodeString>%%2147942717</ErrorCodeString>
          <ErrorCode>0x8007013D</ErrorCode>
        </VmlEventLog>
      </UserData>
    </Event>
    And the second Event ID 3040
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          5/23/2011 4:51:25 PM
    Event ID:      3040
    Task Category: None
    Level:         Error
    Keywords:     
    User:          NETWORK SERVICE
    Computer:      Virtual-Mgt.amrinc-corp.local
    Description:
    'test1' could not initialize. (Virtual machine ID 18568CA2-82E9-4A9F-B462-701D8FB4C447)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-Worker" Guid="{51DDFA29-D5C8-4803-BE4B-2ECB715570FE}" />
        <EventID>3040</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-05-23T21:51:25.956775200Z" />
        <EventRecordID>2</EventRecordID>
        <Correlation />
        <Execution ProcessID="3316" ThreadID="2716" />
        <Channel>Microsoft-Windows-Hyper-V-Worker-Admin</Channel>
        <Computer>Virtual-Mgt.amrinc-corp.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <UserData>
        <VmInitialize xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
          <VmName>test1</VmName>
          <VmId>18568CA2-82E9-4A9F-B462-701D8FB4C447</VmId>
        </VmInitialize>
      </UserData>
    </Event>
    I have blownout the server and reinstalled the operating system and SCVVM and applied all the current updates to no avail. I have the exact same issue again. The problem seem to be at least on the serface an authority problem because I have no problem creating
    new VM via the P2V process on an old Virtual Server running on Win2003R2.
    Oh yes I can create new virtual machines on the system in question and move them to the library as was suggested to verify in a Blog post so I am really wondering what the problem is?
    Configuration Analyzer Just gave me a warning about reporting not being setup on the VVM which it isn't so no suprise there?
    Any information that might help me figure this would be greatly appreciated

    I've looked at both threads, and there simply isn't enough information for me to tell you what is wrong.  Please collect a trace (instructions in General forum) and open a case with CSS.  CSS can provide more in depth analysis than what a forum
    post allows. 
    As a shot in the dark, I have seen the issue outlined in the following KB article cause this exact same error message and symptom,
    http://support.microsoft.com/kb/967902
    Best Regards, Mike Briggs [MSFT] -- posting provided "AS IS" with no warranties and confers no rights

  • What might cause this cross version, & cross platform inability to edit PDF?

    Basic info: Our office is PC based using WIndows XP and Acrobat Pro 7.0 and I have created a simple PDF that is totally unrestricted to a book publisher. Latter is MAC based using X Pro and is able to open and move around our PDF, but is unable to use highlighter, comments, edit, etc. Publisher works with PDF files alot and claims that they have never had problems with any other submissions. The only "unusual" think I did in creating the PDF of a simple word doc is that in Acrobat Pro 7 I changed Initial View tab that File Title should display rather than the default file name; and in Properties filled in Title and Author fields. My hunch is that this simple change might be causing the symptoms being experienced.
    While I am primarily looking for a solution, without trying to determine the cause it seems tougher to find solution other than trial-and-error.
    Details: PDF does NOT have any interactive features and is 99% text with a few inserted JPG images. I realize in writing this there is another perhaps unusual aspect. Namely, we are still using MS Word 2003, AND we always make a copy of normal.dot, rename this to book_title.dot and have the word doc file for the book use that _____.dot so that in this way, the Styles that use and update are isolated to that particular book and its associated word.doc.  I mention this, but don't think this is the culprit.
    The steps in the whole process have been:
    1) Close word doc for the book.
    2) In Acrobat Pro create PDF from word.doc file
    3) Make changes to Initial View, and Properties
    4) Save PDF using Pros "Smallest File Size" choice.
    In our office, we have opened a copy of the PDF sent to publisher in Adobe Reader and all looks "normal." We have opened it on a stand alone laptop (not connected to our server) and with Acrobat Pro 7 we are able ourselves to use highlighter, comments, editing, etc.
    This really has me stumped. To add potentially further challenge with "compatibility" our office and publisher are in USA. Publisher needs to add some comments to the PDF file and then it will be sent to several different people in Europe to use the PDF file to make a translation of the book, and we have not even tried that step yet.
    Since our office is 7.0 and not X, am I correct that the latter still allows one to create PDF and have Initial View show pdf Title rather than pdf File Name?
    Your thoughts/suggestions are greatly appreciated.

    @BillI I agree that it is puzzling. I think that @George has the answer and solution, unfortunately publisher will not look at things until this coming Tuesday so can not yet mark his post as "the correct answer" and be done with all of this craziness.
    ============
    After writing above, I tried to learn some basics about PDF/A and now have some additional ?s to understand and unravel this puzzle fully.
    1) PDF/A is a newer "more robust" pdf standard, right? In creating PDF file in Acrobat Pro 7.0, is there actually an option to check box that you want the conversion to meet this standard? In creating the PDF that has been problematic for publisher to edit, I, as the author, did NOT intentionally create a PDF/A file.
    I did embed fonts (which for this document were kept to Times) to increase compatibility.
    I did NOT restrict the PDF file i.e. Printing, Commenting, etc. were allowed.
    It was also created as a Tagged PDF
    I believe it is true that the extension .pdf does NOT tell you whether a file is PDF/A. You need to look at the properties of the actual file, OR with more current versions some Adobe products there is a color bar that would let you know.
    2) If @George has the solution, I am delighted but still has me puzzled. If I did NOT actually create a PDF/A file, could the publisher themselves have done this in their MAX Acrobat X software, and then locked themselves out from using it? Let me try to explain ...
    A) I sent PDF file, that we ourselves are able to edit in Acrobat Pro 7.0 on a different workstation from what had created the file in the first place. However 7.0 does not have the user preference that @George refers to.
    B) Publisher opens original PDF file and then does a SaveAs, so that they would preserve what I had sent as an original. Can they have their MAC Acrobat X setup with predefined job options that would automatically create a PDF/A file? If yes, then even if I as the creator had not made a PDF/A file, the publisher (downstream) had done this with their SaveAs step. Then thereafter because of the setting that @George points to, they had locked themselves out of editing things.
    ======
    I appreciate anyone who tries to add clarity to this. I think I had already mentioned in one of my posts, that solving this between us and Publisher in just the USA is only the first set of steps in this chain. The PDF file that publisher will add comments to, will then be sent to Europe to someone who is translating the book, and I have no idea of what operating system nor what version of Adobe they are using (and they might even be using Adobe).
    Even if @George has solved the problem at the level of the Publisher, I expect that for the entire workflow that everything should be kept as a plain and simple PDF file, and have nothing in PDF/A "mode." For the current use we are not really trying to create a more archival storage of the content and appearance and so it seems that PDF/A has no advantage AND is creating some "compatibility" and usage problems.

  • HT204368 I have a blueant Q2 bluetooth.  Previously I had a Plantronics, and a Jawbone.  All three headsets use up the battery in 4 to 5 1/2 hours.  Actual talk time only about 5  to 10 minutes maximum. What might cause this.

    My bluetooth battery dies in approx. 4 - 5 hours. it's supposed to have 5 hrs talk time, 100 hrs. standby.  At the time it dies I've only used about 5 -10 minutes of actual talk time.  This is the 3rd bluetooth that has done this.  I could use some help here.  Thanks.

    Hi,
    I don't have the same problem as you but I know how to conserve energy battery.   Don't pay $49 extra service as it is a waste of money.  They don't do much and most likely at last they will tell you to contact your carrier and worst of all you need to send in your phone to have it check out.  It is a waste of time and they will give you a temporarily use phone that may not be a smartphone and worst of all you have to a fee and a deposit to use the temporarily phone.  It is not fair.  Don't you agree that the Carrier and Blackberry should pay for the issues?  Why does the customer have to pay for it?  It is not fair and there is no logic to it. the $49 is just for Blackberry to make more money to increase their bottom line in my opinion.  What ever the reason it is, it just does not feel right for the customer to absorb the cost.  Afterall, the customer did not cause the problem.  Right? Then, why does the customer have to pay for an issue, which customer did not cause?  why and why?  It all comes down to one logical conclusion.  Blackberry is not act on the Customer's best interest. To me, it seems like th bottom line and profits are more important than the customer needs.  WRONG WRONG WRONG AND WRONG BELIEVE.  Without the CUSTOMER, there is no BLACKBERRY.  It is  that simple.
    Here is how:
    1) Don't over charge the phone.  Once the phone charge.  Unplugg the the charger and let the battery drain until the last bar in yellow shows.
    2) watching too much videos drain the battery.  Be aware of it
    3) Turn off all application you don't use,  Facebook, Linked in for example.  Just sign out.
    4) Change the display intensity to minimum
    5) vibration mode and call sound drains the battery quickly.  Choose sound mode only. 

  • What might cause this ftp put error?

    In JCAPS5.1.3 I got an error:
    FtpFileClientImpl.put(): No connection is available. The ConnectionEstablishmentMode is [Automatic].
    Unforunately any stacktrace is lost. Can anyone give some hints as to why the automatically connecting connection wasn't available?
    thanks
    Rohan

    it's in there.... still does not work.. uhm...thanks for the idea thoguh
    You don't set a CLASSPATH with Tomcat. It ignores
    your system CLASSPATH if you have one, so if that's
    what you mean by "in there", that's not helping you.
    You need to find the JAR with that .class file in it
    and put it in TOMCAT_HOME/common/lib. That way every
    context running on that Tomcat server will see it.
    If that's what you have, then I don't know why you're
    getting this error.
    %He's beyond that - just didn't have commons-logging.jar, now he does.
    OP - I don't know about your next problem, but it's only a "warning" - looks like if you're not trying to do attachments with the API, you'll be fine. Otherwise, apparently you'll need some J2EE jar in your run-time classpath - is that happening on the client side, or the server side (shouldn't be the latter, as it is running in a J2EE container, so I wouldn't expect it to complain about not finding those classes)

  • I'm trying to download the latest version of iTunes.  I get an "SoftwareUpdate.exe - Entry Point Not Found error".  Any idea what might cause this?

    THe error box says procedure entry point not found....then a string of code that "could not be located in the SoftwareUpdateFiles.dll".
    I'm try to update my software so I can sync my iPhone with my current iTunes library.
    any help greatly appreciated.

    Let's first try a repair install of your Apple Software Update.
    In your Add or Remove Programs control panel, select Apple Software Update, click "Change" and then click "Repair".
    Does the repair go through okay? If so, try another iTunes update. Does it install properly this time?

  • Even though I can load the Netflix website, none of the movies will play. Netflix will, however, play in Safari. What might cause this?

    When I play an instant view movie, I get an all black window with no loading cues. Window doesn't change.
    Mac OS 10.6.8
    Firefox V 9.0.1 (currently up to date)
    Safari V 5.1.2
    Silverlight (latest version, recently upgraded. Main problem started after upgrade)
    Prior to upgrading to the latest version of Silverlight, the show I played skipped, the video was missing and the audio played, or the video just froze. This led me to upgrading the plug-in, after which I couldn't play anything in Firefox.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    -> Video or audio does not play
    * http://kb.mozillazine.org/Video_or_audio_does_not_play
    Check and tell if its working.

  • When loading certain websites the text appears funny and I get these strange large black page breaks. Does anyone know what might cause this?

    Here's a screen cap of what I normally see: http://i41.tinypic.com/4tq52a.jpg
    I can see websites that appear like that on Chrome as they should appear, but for some reason Firefox gives me all of that mess. It happens a lot on blogs, if that makes a difference. Also, I tried disabling my add-ons, but to no avail. Anyone got any ideas?

    That is a font problem. Firefox can't find the font and shows little boxes with the hex code instead.
    Try to set the pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to false on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

  • Unable to access endpoints error. What might cause it?

    I got the below error
    “Unable to access the following endpoint(s): https://secure-ausomxdsa.crmondemand.com/Services/Integration”
    I copied and pasted the below url into a browser and I got the “Page Not Found” error
    https://secure-ausomxdsa.crmondemand.com/Services/Integration?wsdl
    Do you know what might cause this error?
    Thanks

    Hi, ok now I see, no you don't if you use bpel, but anyway the ?wsdl url is not reachable in on demand. Url https://secure-ausomxdsa.crmondemand.com/Services/Integration is right if you are on pod "dsa". I'm not that familiar with bpel but as far as I know it's simply loading the wsdl into your bpel process and use WS-Security for server side session handling. If you don't send security headers you have to define a login step first but normally this is not necessarry if you add ws security header in your requests.
    Best Regards
    SL

  • Headphone jack not working on new Macbook Pro what is causing this?

    My 17 inch Macbook Pro is less than two weeks old. The headphone jack does not recognize the headphones about half the time. This occurs with several pairs of headphones and yes, they are ther right size. This is really frustrating on a brand new 3500 dollar machine. What is causing this? It almost seems as if the headphones cannot make contact due to the fact that the connection is too far recessed. I don't live near an Apple store so dealing with this is going to be a P.I.T.A. Anyone have any ideas on how I might fix this issue? Thanks!

    Hi, and thanks for your reply. I didn't have a red light emitting from the jack. I had already checked in the sound preferences to make sure the settings were correct. The headphones were not being recognized. This was not working with several differing sets of headphones. I made a phone appt. with Applecare. The laptop PRAM was reset and it works. There is still a bit of a delay when I plug in the headphones before they are recognized and I do feel the port is just a bit "off" as the no headphones plug all the way in. They seem to just sit almost flush but, not quite. However, resetting it resolved the issue to a satifactory level. Applecare said the issue was that not enough power was getting to that function on my laptop. They gave me the case number and I can use it if I have any further problem when I take the laptop in with me to any Apple service center. I was quite satisfied with how this was handled by Apple and if I have anymore issues will follow up.
    I love  this laptop but, even though this is working now I do feel that port is somewhat recessed a bit much.
    I also want to add that this is my first Mac and despite having had this issue I was extremely impressed with the Applecare call that I got to help resolve this. One of the reasons I went with a Mac was the reputation for service Apple has. I was fed up with Sony to the hilt. I was glad I went with this Mac despite the headphone issue because had I still been with Sony, I'd have been give a major run around to deal with this issue. So far, Apple has tried everything possible to help me with this and assured me should I have any further issue they will immediately resolve it or give me a new machine. WAY better than dealing with Sony! I do not regret going with this MAC headphone issue or not!

  • My MacBook Pro has been having difficulties at startup.  It sometimes locks and doesn't get past the white screen.  It has also locked up several times and gotten a green stripes across the entire screen.  What is causing this and how do I fix it?

    My MacBook Pro has been having difficulties at startup.  It sometimes locks and doesn't get past the white screen.  It has also locked up several times and gotten a green stripes across the entire screen.  What is causing this and how do I fix it?

    You don't, take it to Apple for repair.
    This might interest you if it's too old to fix.
    My computer is not working, is my personal data lost?

  • I have an Apple MacBook Pro and when surfing the web my computer will slow to a crawl and I will have a multi-colored spinning wheel visible until my latest request is handled.  What is causing this and is there a way to prevent this from occuring

    I have a MacBook Pro.  When surfing the web it will eventually slow to a crawl.  When this occurs, there will be a small multi-colored wheel spinning until my latest command is handled.  What is causing this and is there a way that I can modify or prevent this from happening?  Is there a setting that will prevent this?

    When you next have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Scroll back in the log to the time you noted above. Select any messages timestamped from then until the end of the episode, or until they start to repeat. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Trash will not delete from trash folder! What can cause this effect?

    Trash will not delete from trash folder! What can cause this effect?

    u can actually force it to delete, oviously i assume you dont have the application or data etc open neware else?
    try restarting your computer, go into finder close all your open applications etc, servers, **** even clear your data in your web browser, do a disk utility check and verify your drives and repair em if nessicary.
    as chamar suggested look at http://www.thexlab.com/faqs/trash.html
    i had the same problem before but with a good 5-10 minutes of googling i was able to solve it..
    best of luck

Maybe you are looking for

  • Xorg Fails to Start (Catalyst 13.11 Beta)

    Hello, I have just installed the new catalyst 13.11 beta drivers. I blacklisted radeon, enabled nomodeset, and disabled kms. When I start X it gives me the "oh no something has gone wrong..." screen. Here is my X log [ 778.047] X.Org X Server 1.13.4

  • App level vs. user level scripts error

    I am working on a trusted function to save a LiveCycle (pdf) file based on a field name. Upon research I have read that I am supposed to find the "app" and "user" folder level scripts. To find these scripts I should run the following script in the Ac

  • Toshiba 39L4353RB 7.1.56.36.01.1 TimeShift and Rec problems.

    Hello. I have Toshiba 39L4353RB with latest aviable f/w 7.1.56.36.01.1 for this model. There are not options for TimeShift and Recording in Menu. I have selected country Germany, DVB-C with CAM-module (digital TV). I have insert USB HDD, but there wa

  • HT4528 phone will not charge covered under warranty

    Does anyone know what if you have had the Iphone 4S for 6 months and it won't charge, who you go to? Is this covered under the warranty?

  • What can I do if my ipod was stolen?

    My ipod was stolen about a week ago and i dont have icloud compelety set up on it.