Error message that I don't understand

hello guys
I have these programs in C++ and in Java that interact;
package Classes;
import java.io.*;
import java.lang.*;
import java.awt.*;
public class MyClass {
public native int WriteMessage(int c);
public void run(int mes){
mes=0;
WriteMessage(mes);
public static void main(String[] args)throws IOException {
int x;
int y=0;
String inputString = new String();
char Car;
MyClass m = new MyClass();
System.out.println("give x");
Car=(char)System.in.read();
while(Car >= '0' && Car <= '9'){
inputString = inputString + Car;
Car = (char)System.in.read();
x = Integer.parseInt(inputString);
y=m.WriteMessage(x);
System.out.println("new y:"+y);
and the C++ program is:
#include <jni.h>
#include "MyClass.h"
#include <iostream.h>
JNIEXPORT jint JNICALL
Java_MyClass_WriteMessage(JNIEnv *env, jobject obj, jint message){
cout<<"new message:"<<message;
message=message+10;
return message;
and it gives me this error message:
Exception in thread "main" java.lang.NoClassDefFoundError: MyClass (wrong name: Classes/MyClass)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
What must I understand and what can I do to make it work?
I work on Solaris
Thank u

For starters, your program apparently doesn't call "loadLibrary" to load the shared library implementing your native method.

Similar Messages

  • Error Message that i don't understand please help

    Hi,
    Please can you help me out to figure out what this error message means. I'm novice to mac os x world and i dont know much, my computer gets freezing every now and then, and will shutdown itself. Please find below error message and please if you have time to look at it and just explain to me what do i need to do, or where is the problem with it.
    Thanks in advance
    Interval Since Last Panic Report: 252477 sec
    Panics Since Last Report: 2
    Anonymous UUID: 1F56D626-1B8C-4DA0-BC7B-298FB99E2715
    Wed Feb 16 11:38:52 2011
    Machine-check capabilities (cpu 0) 0x0000000000000806:
    family: 6 model: 15 stepping: 6 microcode: 199
    Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
    6 error-reporting banks
    threshold-based error status present
    Machine-check status 0x0000000000000004:
    machine-check in progress
    MCA error-reporting registers:
    IA32MC0STATUS(0x401): 0xb200004000000800 valid
    MCA error code: 0x0800
    Model specific error code: 0x0000
    Other information: 0x00000040
    Threshold-based status: No tracking
    Status bits:
    Processor context corrupt
    Error enabled
    Uncorrected error
    IA32MC1STATUS(0x405): 0x0000000000000000 invalid
    IA32MC2STATUS(0x409): 0x0000000000000000 invalid
    IA32MC3STATUS(0x40d): 0x0020000000000000 invalid
    IA32MC4STATUS(0x411): 0xd000000000020151 valid
    MCA error code: 0x0151
    Model specific error code: 0x0002
    Other information: 0x00000000
    Threshold-based status: No tracking
    Status bits:
    Error enabled
    Error overflow
    IA32MC5STATUS(0x415): 0xb200121014040400 valid
    MCA error code: 0x0400
    Model specific error code: 0x1404
    Other information: 0x00001210
    Threshold-based status: No tracking
    Status bits:
    Processor context corrupt
    Error enabled
    Uncorrected error
    panic(cpu 0 caller 0x2a9d27): Machine Check at 0x17e960cc, thread:0x5e7fb7c, trapno:0x12, err:0x0,registers:
    CR0: 0x80010033, CR2: 0x17e97000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x0000006d, EBX: 0xb073ad14, ECX: 0x1d52c034, EDX: 0x00000002
    ESP: 0xb073ad14, EBP: 0xb073ad2c, ESI: 0x1d52c1bc, EDI: 0x22e0dd60
    EFL: 0x00010206, EIP: 0x17e960cc
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x819e18 : 0x21b50c (0x5d4438 0x819e4c 0x223974 0x0)
    0x819e68 : 0x2a9d27 (0x595f04 0x595ff1 0x17e960cc 0x5e7fb7c)
    0x819f58 : 0x2a1912 (0x1 0x0 0x0 0x0)
    BSD process name corresponding to current thread: WebKitPluginHost
    Mac OS version:
    10J567
    Kernel version:
    Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CA9)
    System uptime in nanoseconds: 602770527130
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.filesystems.autofs 2.1.0 - last loaded 366723211188
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.InternalModemSupport 2.6.2
    com.apple.driver.AudioAUUC 1.13
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AppleUpstreamUserClient 3.4.5
    com.apple.driver.AppleIntelNehalemProfile 11
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AppleIntelGMA950 6.2.6
    com.apple.driver.AirPort.Atheros 411.19.4
    com.apple.driver.AppleGraphicsControl 2.8.68
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.iokit.AppleYukon2 3.2.1b1
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AirPort.Atheros21 424.14.5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.driver.AppleIntelIntegratedFramebuffer 6.2.6
    com.apple.driver.CSRHIDTransitionDriver 2.3.8f7
    com.apple.driver.AppleIRController 303.8
    com.apple.driver.AppleUSBTrackpad 200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver 200.3.2
    com.apple.driver.AppleUSBTCKeyboard 200.3.2
    com.apple.driver.USBCameraFirmwareLoader 1.1.0
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleUSBEHCI 4.1.7
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AppleUSBUHCI 4.1.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.3.8f7
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.AppleHDAPlatformDriver 1.9.9f12
    com.apple.driver.AppleHDAHardwareConfigDriver 1.9.9f12
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IO80211Family 312
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.CSRUSBBluetoothHCIController 2.3.8f7
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.8f7
    com.apple.iokit.IOBluetoothFamily 2.3.8f7
    com.apple.driver.AppleUSBMergeNub 4.1.5
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOUSBFamily 4.1.7
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: AirPort Extreme, Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1600BEVT-22A23T0, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N6
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000

    Welcome to Discussions, proartpro
    You have encountered a "kernel panic".
    Start here for help resolving your kernel panic: http://www.thexlab.com/faqs/kernelpanics.html
    Don't be concerned that it refers to OS X 10.5. The suggestions also apply to your 10.6.x Mac.
    If you want more info, the following will give you as much as you want:
     • Another KP help site: http://www.index-site.com/kernelpanic.html
     • Apple's KP knowledge base article: http://support.apple.com/kb/HT1392
     • Apple's 10.6 help article: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8965.html
     • In-depth KP info: http://developer.apple.com/mac/library/technotes/tn2002/tn2063.html
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.6); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.6)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod4touch4.2.1

  • HELP - Error message that I don't understand

    When trying to burn an iMovie project to DVD through IDVD I get this error message about 5 minutes in to the process every time:
    Error during rendering/encoding
    There was an error during rendering/encoding of the menu/slideshows. The burning process has been cancelled.
    I am a novice user & trying to make a DVD for all of my family back in the UK to send for Xmas - so URGENT now!!!
    Can anyone advise what I'm doing wrong?
    I have checked the disk tree and there aren't any errors showing up there as red crosses or black/yellow warning tape signs.
    The DVD set up is very basic - no menus or extras - just an iMovie project that I exported from iMovie OK. I have been able to do a version for iTunes so I just don't get why this won't work and the error message is super unhelpful.

    Hi JaneyHammond
    Welcome to apple discussions. There's an old saying, "The faster I go, the behinder I get". This may apply here because I can tell you from experience that One Step and Magic Dvd are not any faster at capturing / encoding video to dvd-r than creating a dvd via the traditional approach. I don't recommend One step or Magic as a beginner.
    Suggestion only: If you're a novice, then please create a typical iDvd project via Create an iDvd Project / apple's web site / iDvd tutorials (as opposed to a OneStep or Magic Dvd). Learn the basics first in order to make a standard dvd and then mess with the other approaches. Not the other way around.
    http://support.apple.com/kb/TA27570
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/6770.html
    http://support.apple.com/kb/HT1583?viewlocale=en_US
    http://support.apple.com/kb/TS2178
    http://www.apple.com/ilife/tutorials/#idvd-burn
    http://www.apple.com/ilife/tutorials/idvd/tutoriallist.html
    Hope this helps but if not just come on back.
    Message was edited by: SDMacuser

  • I'm trying to rip a CD to iTunes and am getting an error message that I don't have privleges to make changes to the songs.  Suggestions on how to fix?

    I'm trying to rip a CD to iTunes and am getting an error message that I don't have privileges to make changes to the song.  Suggestions on how to fix the problem?

    Hey mprangle,
    Thanks for the question. The following resources may help to resolve your issue:
    Trouble adding music to iTunes library or importing audio CD
    http://support.apple.com/kb/TS1387
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/TS1277
    Thanks,
    Matt M.

  • I am having difficulty downloading an app.  I have enough credit on my account to cover the cost but I am receiving an error message that I don't.  Any suggestions?

    I am having difficulty downloading an app.  I have enough credit on my account to cover the cost but I am receiving an error message that I don't.  Any suggestions?

    In determining whether you have enough, did you include the sales tax on the app?

  • I'm trying to simply download iTunes.  I keep getting error messages that I don't have apple support

    I have tried to download iTunes on my computer several times.  I keep getting an error message that it can't download it.  Also having issues with my iPod touch.  It is frozen and just shows:iPod is disabled connect to iTunes.  The problem is, I can't connect to iTunes because I cannot get it downloaded to my computer.  Please help.

    UNKNOWN/COMPONENTS/DA42BC89BF25F5BD0AF18C3B9B1A1EE8/6A262021B4A79884EA585F5E86D8 6338.
    Verify that you have sufficient access to that key, or contact your support personnel.
    This was the exact error message.  I did contact Apple and was on the phone a very long time with them.  It did not fix the problem, however, it is an HP Windows 7 issue it looks like.
    Thank you for your assistance.

  • How do I get FF to work with Mod Organizer (for mods used with ES: Skyrim)? I get an error message that it can't understand the address given.

    I am an avid Elder Scrolls fan and am using the new STEP 2.2.9 setup. They've gone to Mod Organizer (MO) and I cannot seem to get my FF working with the download mod portion of things. I click the "earth" icon, which takes me immediately to the Nexus Mod files page but when I choose a file to download after clicking "Download with Manager" I get this error message:
    The address wasn't understood
    Firefox doesn't know how to open this address, because one of the following protocols (nxm) isn't associated with any program or is not allowed in this context.
    You might need to install other software to open this address.
    The address given, when clicking "Download with Manager" begins with nxm://Skyrim/mods/ The address is such due to trying to download with the manager.
    Any help will be greatly appreciated! I've pulled my hair out for the last few hours trying to find a fix. I've disabled Adblock, all other popup blockers and enabled the main address in my exception rules. It's just not working. Ugh!
    Thank you in advance!

    In order to use ''nxm://'' links, Nexus Mod Manager must be installed and associated with the ''nxm'' protocol.
    * http://www.nexusmods.com/skyrim/mods/modmanager/
    In case of problems with this third-party program, please refer to its support forum:
    * http://forums.nexusmods.com/index.php?/forum/1413-nmm-code-development-chat

  • Error message that I don't have permission

    I just updated to maverick and I don't have access to most of my folders, my desktop included.  There is a little red "do not enter" icon in the lower left corner of the folders.  Help!

    dianeoforegon the default repair permissions doesn't touch the users files, it only deals with installed app data.
    schulberger, to reset the home folder permissions…
    Boot holding cmd+R. Recovery mode should startup (assuming you have a recovery partition).
    Select Terminal from the Utilities menu.
    Enter the word…
    resetpassword
    … & hit return.
    A GUI app will open, select the main boot HD.
    Select your user account in the popup menu.
    Then click the Reset button at the bottom right. It will "Reset Home Folder Permissions & ACL's"
    Repeat for the other users.
    Quit ResetPassword from the menu,
    Quit Terminal
    You can also select Disk Utility and repair the system permissions & repair any disk damage that is reported via 'verify disk'.

  • I am getting an error message that I don't have enough space to download what's in my queue.  How do I delete the files waiting to be downloaded...they are tv shows.

    How can I delete files that are waiting to be downloaded?   I no longer want them and they won't all fit.

    If downalods won't fit on yrou computer, ou should clear up your drive by removing unsed programs and documents.
    As a general rule, you should keep 10%-15% free drive space on your boot drive.

  • I'm running snow leopard. The try to open any .mov file in Quicktime, and I get an error message that says, "The document xyz.mov could not be opened. The movie is not in a format that Quicktime player understands. I'm a recent upgrade to Snow Leopard.

    I'm running snow leopard. The try to open any .mov file in Quicktime, and I get an error message that says, "The document xyz.mov could not be opened. The movie is not in a format that Quicktime player understands. I'm a recent upgrade to Snow Leopard.
    Help!
    Thanks, Mark

    Unfortunately, the error message gives no details about what codec might be missing or what it needs.
    If the file can't be opened in QT, it only means you cannot use the QT "Inspector" window to check what compression formats were used to create the file. It does not mean you can't use the Finder "Information" window to check on the compression formats or use a third party media information window (e.g., like VLC which will open many compression formats not supported natively by QT) to determine what kind of data is included in the MOV wrapper. If the file cannot be opened in any app, it is usually a good sign that the file itself is corrupted.
    It's a stupid error message. Apple should do better than that.
    Error trapping is quite extensive but there are still many areas which require human oversight. The message is telling you that either the container has a problem (e.g., not properly terminated, non-standard, or corrupted) or that one or more of the compression formats used is not supported by your current codec component configuration or that the data was encoded using non-standard settings or preferences not supported by QT or that the fourCC code does not match the data contained in the file or that there are timecode inconsistencies, etc., etc., etc. In short there are a near infinite number of possible problems for which it would be very difficult/nearly impossible to program error trapping depending on your sourcing of content and how you process it before it reaches the player app. Think of it like trying to play a BD disc in an DVD player.
    I'll call Apple support when I get a chance.
    Chances are good that they will end up sending you back here. In any case, it is often a good idea to post a sample file for examination by other QT users. At the very least, they should be able to tell you if the sample file will play on other systems which would indicate whether or not the file itself is bad and under the best of circumstances whould allow them to examing the file in detail for various common problems.

  • I can not dowload the new updated software for my Ipod touch 4G. When i do I get an error message that says Network connection has timed out. I have done the trouble shooting steps. Downloaded the latest version of Itunes, and checked network connection

    I can not dowload the new updated software for my Ipod touch 4G. When i do I get an error message that says Network connection has timed out. I have done the trouble shooting steps. Downloaded the latest version of Itunes, and checked network connection

    Disabling the computer's antivirus and firewall during the download and update usually resolves the timeout error.

  • I can't seem to open (view) my photos.  I get an error message that says "the file couldn't be opened because you don't have permission to view it. To view or change permission, select the item in the finder and choose File. Get info."

    I can't seem to open (view) my photos.  I get an error message that says "the file couldn't be opened because you don't have permission to view it. To view or change permission, select the item in the finder and choose File. Get info."  I have never had this happen before?  Thanks!

    Try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - Run Option #1, Repair Permissions.
    OT

  • I am getting an error message that "A copy of Firefox is already open. Only one copy of Firefox can be open at a time" and I don't have any copy open.

    I am getting an error message that "A copy of Firefox is already open. Only one copy of Firefox can be open at a time" and I don't have any copy open. How do I correct this problem? I really like firefox because it runs many technical programs on the web that do not work with safari. I have FireFox version 32.0.1 installed on my MacPro PowerBook OS X 10.7.5. My activity monitor does not show any FireFox activity, so do not know what it is seeing

    This worked, I used the method described in this link http://forums.mozillazine.org/viewtopic.php?t=365156, and opened the Mozilla profile screen with the terminal on my mac, using the language given in the links. Then I duplicated my original profile to save the bookmarks, etc. Put them in a folder listed Duplicate profile with the date. With the open profile screen, I deleted my original profile, created new profile folder and then a new profile. Note that profile cannot be created in the system library, it must be created on the disc, because the library will not allow writing into it. After I created my new profile folder, I dragged all my old information into it, and it worked. Firefox closed and the error disappeared. You must be VERY careful to make sure Firefox is closed anytime you are doing anything with the profile folders. I think that is what caused my original problem.

  • I downloaded an album and one single song just fine and then bought a second song and I keep getting an error message that says, You don't have enough access priviledges.  What can I do to download this song?

    I downloaded an album and one single that I purchased just fine and then purchases another single and I keep getting an error message that says, You don't have enough access priviledges.  What can I do to get this song?  I am just going to have to ask for a refund and forget it?

    What version of iPhoto do you have installed?  Is if one of the versions shown as not compatible in this screenshot?
    If it is then go to the App Store and download iPhoto 9.5.  It will be free if you have an iPhoto 9 or later verson currently.
    OT

  • HT201302 I am trying to upload pictures from my phone to my computer and I'm getting an error message that a photo is corrupted so it can't download.  I don't know how to tell which of the photos is corrupted so that I can delete it and try again?  Thanks

    I am trying to upload pictures from my phone to my computer and I'm getting an error message that a photo is corrupted so it can't download.  I don't know how to tell which of the photos is corrupted so that I can delete it and try again?  Thanks!

    If this is an iCloud account the Outbox only appears when sending an email, so if it is still trying I suppose it should be showing now (not sure though, hard to replicate this)
    What type of email account?

Maybe you are looking for

  • Material statuses error message should go after entering Trackin No in PO

    Hi All, I have created one Material statuses with error message, I have created material with the use of that material statuses.. Its working fine,At the creation of PR, PO I'm getting that Error message.. My requirement is if I enter Requirement Tra

  • MAX file location

    I have a PXI Chassis configured via MAX and I need to be able to back up the configuration without going to MAX and exporting. I've looked at information on this board that mentions niconfig.daq, but I'm guessing this for Traditional DAQ ? It doesn't

  • ThinkVantage Toolbox - Update fails

    Laptop = T61 OS = WinXP Pro SP3 ThinkVantage Toolbox v6.0.5514.61 Automatic updates is on - when it runs unattended, I get the following error msg in an untitled Windows dialog box: "The system cannot find the file specified.  (Exception from HRESULT

  • Syncing contacts of my BB Torch 9800 to BB Curve 8520

    Hi, I recently got a BB Curve from the company I work for. I also own a BB Torch 9800 (my personal phone) which I use to use for official purpose. Now, I need help in transferring all my contacts to my BB Curve. Request guidance. Thanks.

  • Can't pin footer menu to bottom in mobile website

    Hi there, I am designing my first mobile version of a website. I created a footer menu that must stay at the bottom all time while the other content above is scrolling. This does not work. The option to pin the element is not available (stays grey an