Strange Problem..No where the host is associated but still gives UnknownHos

hallo..
i have a strange problem...
I connect to an smtp server to send emails.
the following is the exception i get always
it gives me Unknownhostexception : aatsv001 (my PC name)
but i had never used it to send mails..nor in the email addresses(recipients)..but still it comes..
the log shows the authentication of smtp and at
354 go ahead it gives IOException..
please help..
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
250-PIPELINING
250 8BITMIME
DEBUG SMTP Found extension "PIPELINING", arg ""
DEBUG SMTP Found extension "8BITMIME", arg ""
DEBUG SMTP: use8bit false
DEBUG SMTP SENT: MAIL FROM:<[email protected]>
DEBUG SMTP RCVD: 250 ok
DEBUG SMTP SENT: RCPT TO:< >
DEBUG SMTP RCVD: 250 ok
DEBUG SMTP SENT: RCPT TO:< >
DEBUG SMTP RCVD: 250 ok
DEBUG SMTP SENT: RCPT TO:< >
DEBUG SMTP RCVD: 250 ok
DEBUG SMTP SENT: RCPT TO:< >
DEBUG SMTP RCVD: 250 ok
Verified Addresses
I removed the email addresses here totally 4
DEBUG SMTP SENT: DATA
DEBUG SMTP RCVD: 354 go ahead
java.net.UnknownHostException: aatsv001
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
     at java.net.Socket.connect(Socket.java:426)
     at java.net.Socket.connect(Socket.java:376)
     at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:386)
     at sun.net.www.http.HttpClient.openServer(HttpClient.java:602)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:303)
     at sun.net.www.http.HttpClient.<init>(HttpClient.java:264)
     at sun.net.www.http.HttpClient.New(HttpClient.java:336)
     at sun.net.www.http.HttpClient.New(HttpClient.java:317)
     at sun.net.www.http.HttpClient.New(HttpClient.java:312)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:481)
     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:472)
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:574)
     at java.net.URL.openStream(URL.java:960)
     at javax.activation.URLDataSource.getInputStream(URLDataSource.java:100)
     at javax.activation.DataHandler.writeTo(DataHandler.java:297)
     at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1089)
     at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:635)
     at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:233)
     at com.sun.mail.handlers.multipart_mixed.writeTo(multipart_mixed.java:68)
     at javax.activation.ObjectDataContentHandler.writeTo(DataHandler.java:849)
     at javax.activation.DataHandler.writeTo(DataHandler.java:305)
     at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1089)
     at javax.mail.internet.MimeMessage.writeTo(MimeMessage.java:1527)
     at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:321)
     at com.aat.PudisJobController.PMail.sendEmail(PMail.java:85)
     at com.aat.server.MessageFilterProcessing.doPostProcessing(MessageFilterProcessing.java:186)
     at com.aat.server.MessageFilterProcessing.doPostProcessing(MessageFilterProcessing.java:161)
     at com.aat.PudisJobController.PTask.doPostProcessingForStdReport(PTask.java:247)
     at com.aat.PudisJobController.PTask.saveTaskInfo(PTask.java:222)
     at com.aat.PudisJobController.PTaskWaiter.run(PTaskWaiter.java:45)
javax.mail.MessagingException: IOException while sending message;
nested exception is:
     java.net.UnknownHostException: aatsv001
     at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:353)
     at com.aat.PudisJobController.PMail.sendEmail(PMail.java:85)
     at com.aat.server.MessageFilterProcessing.doPostProcessing(MessageFilterProcessing.java:186)
     at com.aat.server.MessageFilterProcessing.doPostProcessing(MessageFilterProcessing.java:161)
     at com.aat.PudisJobController.PTask.doPostProcessingForStdReport(PTask.java:247)
     at com.aat.PudisJobController.PTask.saveTaskInfo(PTask.java:222)
     at com.aat.PudisJobController.PTaskWaiter.run(PTaskWaiter.java:45)
can u plss tell me wt actually happening?
thanx in advance
K�vi

re-post

Similar Messages

  • A strange problem found with the JCombobox???

    Hi All,
    A strange problem found with the JCombobox, its arrow button does not recognise any events (Mouse,Focus,Action ets.)
    My intention is when ever user clicks on the JCombox's arrow button load it with some values dynamically?
    I have tried it by initializing with values it still does not workl.
    I could solve this in JDK1.4 by using popupListner but I want it to work in JDK1.3.1_09.
    Any ideas on this would be great help..

    i don't really quite sure about my understanding about load dinamically...do you mean that you want to add value to combo box?and the first value will stay and never disappear?...well i haven't try that but...may be one of my suggestions work for you...
    but try these posibilities:
    1. look in the help docs...for JComboBox...find setEditable() method...try to use this method.
    2.look in the same page as 1...try to use append() method or add() method...i forgot about this...hehe...but the point is, find a method to add value to the JComboBox...
    sometimes, you have to set your combo to be editable before you're able to do something on it...but just try with or without that method...
    3.about the listener...mmm...have you add the combobox object to the listener you use?

  • Strange problem... Query runs faster, but report runs slow...

    Hi Gurus,
    We are using Report 10g on 10g Application server and solaris. we created a report on a table which has 10,000 rows. The report has 25 columns. when we run this query in Toad it took 12 sec for fetching all these 10,000 rows
    But when we run the report with Destype = 'FILE' and Desformat = 'DELIMITEDDDATA', it is taking 5 to 8 minutes
    to open in excel ( we concatenated mimetype=vnd-msexcel at the end of the url if the Destype=FILE). We removed the layout in the report as it is taking 10 to 15 mins to run to Screen with Desformat=HTML/PDF(formating pages taking more time). We are wondering why DELIMITEDDATA format is taking long time as it runs only query.
    Does RWSERVLET take more time of writing the data to the Physical file in the cache dir? Our cache size is 1 GB. we have 2 report servers clustered. Tracing is off.
    Please advise me if there are any report server settings to boost the performance.
    Thanks alot,
    Ram.

    Duplicate of Strange problem... Query runs faster, but report runs slow... in the Reports forum.
    [Thread closed]

  • I rented a movie on itunes on my HP laptop. i travel a lot and have bought tv shows and they show up in the "tv shows" tab but itunes gives me 3 options: music, tv shows, and podcasts. where is the movie? thanks for your help...

    I rented a movie on itunes on my HP laptop. i travel a lot and have bought tv shows and they show up in the "tv shows" tab but itunes gives me 3 options: music, tv shows, and podcasts. where is the movie? thanks for your help...

    ok so I asked on facebook and the problem was it wasn't selected to show in my preferences, so I just turned it on. thanks if you were going to answer the question anyway.

  • I have a MacBookPro 5.5 and an iPad 2 32GB 3G; both items are pretty recent. Today I tried connecting them via blootooth. MBP state "pairing success" whereas the iPad seems to be still searching and indicates the MBP as "not connected". That over and over

    I have a MacBookPro 5.5 and an iPad 2 32GB 3G; both items are pretty recent.
    Today I tried connecting them via blootooth. MBP states "pairing success" (only after NUMEROUS attempts!!!) whereas the iPad seems to be still searching and indicates the MBP as "not connected". That over and over.
    Also, the iPad does not seem to recognize ANY bluetooth device in the house (they ARE discoverable since my MBP DOES "see" them) like, for instance, my mini-Mac.
    Any help would be appreciated; (I hope the problem lies NOT in the bluetooth antenna, in other words not in hardware.)
    P.S. The MBP seems fine since it DID connect to Mac-mini.

    Hello:
    Was the iPad paired with another device?  If so, you need to "unpair" it from the previous device.  Bluetooth devices may be connected with only one thing at a time.
    Barry

  • I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...????

    I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...???? In the box with the disk came the product key, have put it in and it doesnt work. Please help..x

    unfortunately - you can not.  you can't even buy outlook by itself at microsoft's own website.
    does it have to be outlook?  maybe you can get away with using something else that's outlook compatible.
    how about trying Thunderbird for Mac OS?
    or maybe you can call apple and let them know you purchase the wrong version - they might give you a break and just pay the difference for the home and business version.
    good luck

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • Here's my dilemma...my iPhone will connect to my wireless router in the room where the router is located but won't outside if the room ie my living room for example...any suggestions??

    Here's my dilemma...my iPhone 4 will connect to the wireless router as long as I am in the room where the router is located but won't if I'm in a different room...any suggestions?

    iPhone 4 does not support 5 GHz
    In that case I would manually change the channel the 2.4 GHz is broadcasting.
    MacBook Pro, Mac OS X (10.8.2) 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop8.0 iPhone5_iOS6.1

  • Why so I keep getting 'blocked-plug in' message!   Very frustrating.  Never happened before.   related to Adobe Flash Player for videos.   Have deleted Adobe and put the new Adobe on, but still get message.   Seems others have had this same problem.

    Why so I keep getting 'blocked-plug in' message!   Very frustrating.  Never happened before.   related to Adobe Flash Player for videos.   Have deleted Adobe and put the new Adobe on, but still get message.   Seems others have had this same problem.

    What is your current Flash Player version: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html ?
    What is your display adapter, driver version & date?  See http://forums.adobe.com/thread/945765

  • Emails are "stuck" in my Apple Mail Outbox. I have deleted the account and reinstalled but still have the problem. Apple's "Network Diagnostics" report that it cannot connect to the SMPT server.

    Emails are l "stuck" in my Apple Mail Outbox. I have deleted the account and reinstalled but still have the problem. Apple's "Network Diagnostics" report that it cannot connect to the SMPT server. TalkTalk (Tiscali) say there is no problem with their server because I have checked and can send emails with their webmail.

    No that is not it:
    Open Mail>Preferences>Accounts, the first page has this on it
    If you click on the server name in the box (gmail in your case I assume) it opens and reveals this:
    If you select Edit SMTP Server list you get this:
    Post it here and, select the Advanced Tab (which looks like this)
    Post this page as well.

  • I have ipad-2  16 gb wifi after upgrading to latest software 4.3.5  my wifi icon is bleached and showing no wifi i tried resetting several times and also tried re booting it and i restored the software several times but still the problem remains please

    Respected sir,
    i have ipad-2 -16gb wifi. i recently upgraded to latest software 4.3.5 by using i tunes. after updating my ipad wifi icon is bleached and showing no wifi tried resetting several times and also tried rebooting it and i restored the software several times but still the problem remains please help me out.
    waiting for your response.
    i am using windows 7 operating system.
    with regards
    vinayaka

    Vinayaka-
    After all you've tried, Dah*veed is probably right about needing warranty assistance.
    But first check to be sure Settings-Airplane Mode is set to OFF, and Settings-WiFi-WiFi is set to ON.
    Try unplugging your WiFi router for a few seconds.  Then reset the iPad's network.  Go to Settings-General-Reset-Reset Network Settings.  You will need to reconnect to your WiFi.
    Fred

  • HT1379 My macbook pro 2013 is running to slow even when I am using the keyboard, it running with a delay. I upgraded the memories to 8gb but still slow what can i do to fix it.

    Good morning I am confronting serious problems with my Macbook pro 2013, that is runing to slow,  even when I am writing this email is running with some kind of delay. I upgraded the memories to 8gb but still running slow . Please let me know what I can do to solve the problem. Thanks in advance. Fernando

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed '/^ *$/d; s/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple|SCSM/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal 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 Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
    exec bash
    in the window and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If it happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • HELP NEEDED!! Recently upgraded my ipad air to the new update, charged it over night, now it will not come on? i plug in the charger but comes up the normal charging sign but still no life in it?

    HELP NEEDED!! Recently upgraded my ipad air to the new update, charged it over night, now it will not come on? i plug in the charger but comes up the normal charging sign but still no life in it? Seems as though theres either a problem it charging or starting up. Had the ipad for about a year and a month or 2.. what can i do to source the problem?

    Its just started up with the apple sign, then it goes to an off black coloured screen so its on but nothing showing just a dark screen but not jet black.. ahhh help!! thank you in advance

  • TS1389 I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Pa

    I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Paul

    Sounds like you have a "damaged track" or "damaged file".
    This worked for me today downloading Kendrick Lamar's new Album "good kid, m.A.A.d city".
    My situation: I bought the album today for my Mac,  MacBook Pro, iPad 2, and iPhone 4S devices.
    Issue: One song (only on my MacBook Pro) would not play, instead display "
    EX: left"
    Solution: 1. Manually delete the song (giving you the error) permantly from the authorized computer.
    2. Open iTunes, Click iTunes Store (left sidebar), and locate Quick Links and then click Purchased to proceed.
    3. Click "Not On This Computer", find the song that wouldn't play, and re-download it again.
    4. Check your Music Library for your song (Should download inside the associated album) and hit play.
    EX: (Song I purchased that wouldn't play because of authorization, playing)
    Enjoy!

  • I have made an in app purchase then the game has frozen but still taken my money

    For the 3rd time now i have made an in app purchase and then the app has frozen but still taken my money.
    it is getting ridiculous and i want something to be done about this

    If you haven't received the item then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    Or you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    For the game freezing, have you tried closing it via the phone's taskbar, doing a soft-reset of your phone, and if they don't fix it reported it to the game's developer ?

Maybe you are looking for

  • If my computer and ipod were stolen how do I get back the music I have already purchased?

    I purchased a new computer and ipod but can't retrieve any of my old music. If I try to go to the itunes store and click on the items I have already purchased it says "are you sure you want to purchase this again."

  • Flash builder error #3500

    It is apparently impossible to use flash builder in conjunction with air native extensions on OSX. Creating the extension context works without complaint, but calling any of the functions provided results in "error #3500: The extension context does n

  • Urgent - Show field/tab in PR05

    Hi experts, How to entry advance payment amount using PR05? I see in other people SAP standard that there are several tabs in PR05 such as receipts, advance, trip segments, comment, etc. But, in my sap, there are only 3 tab which are receipts, trip s

  • TS3660 How To Disable Automatic Login

    How To Disable Automatic Login

  • Distinguishing two jump drives?

    I have learned, from recent unpleasant experience with nonreturnable wireless peripherals, to ask questions BEFORE I buy anything new. I am considering buying a second jump drive, for easy and frequent backup of text files. (I am a writer and loathe