C++ process hangs when started from Java

I am trying to execute a c++ code from java on a remote Windows machine. In order to deal with the remote part, I have created a Web service from where the actual command is run using Runtime.exec(). The c++ exe is not being called directly from the java code. I have a batch file that eventually calls the exe.
The problem is, both java and c++ processes hang. The java code on server side does handle the output stream and error stream. Also, the c++ code is logging everything in a file on Windows. The strange thing is that, when I remove the WS call and run the java code on server side as a standalone java program, it succeeds. Also, execution of the batch file alone does not hang. Here is the java code:
public class RunCPlusPlusExecutable {
public int runExecutable() {
    int exitValue = 0;
    try {
        Process p = null;
        Runtime rt = Runtime.getRuntime();
        System.out.println("About to execute" + this + rt);
        p = rt.exec("c:/temp/execcplusplus.bat");
        System.out.println("Process HashCode=" + p.hashCode());
        StreamProcessor errorHandler = new StreamProcessor(p.getErrorStream(), "Error");
        StreamProcessor outputHandler = new StreamProcessor(p.getInputStream(), "Output");
        errorHandler.start();
        outputHandler.start();
        exitValue = p.waitFor();
        System.out.println("Exit value : " + exitValue);
        if (exitValue == 0)
            System.out.println("SUCCESS");
        else
            System.out.println("FAILURE");
    } catch (IOException e) {
        e.printStackTrace();
    } catch (InterruptedException e) {
        e.printStackTrace();
    } catch (Exception e) {
    return exitValue;
class StreamProcessor extends Thread {
    private InputStream is = null;
    private String type = null;
    private InputStreamReader isr = null;
    private BufferedReader br = null;
    private FileWriter writer = null;
    private BufferedWriter out = null;
    StreamProcessor(InputStream is, String type) {
        this.is = is;
        this.type = type;
    public void run() {
        try {
            isr = new InputStreamReader(is);
            br = new BufferedReader(isr);
            writer = new FileWriter("*******path to log file********");
            out = new BufferedWriter(writer);
            String line = null;
            while ((line = br.readLine()) != null) {
                Date date = new Date();
                out.write("[" + type + "]: " + date + " : " + line);
                out.newLine();
            writer.flush();
        } catch (IOException ioe) {
            ioe.printStackTrace();
        } finally {
            try {
                if (br != null)
                    br.close();
                if (isr != null)
                    isr.close();
                if (out != null)
                    out.close();
                if (writer != null)
                    writer.close();
            } catch (IOException e) {
                e.printStackTrace();
String line = null;
            while ((line = br.readLine()) != null) {
                Date date = new Date();
                out.write("[" + type + "]: " + date + " : " + line);
                out.newLine();
            writer.flush();
        } catch (IOException ioe) {
            ioe.printStackTrace();
        } finally {
            try {
                if (br != null)
                    br.close();
                if (isr != null)
                    isr.close();
                if (out != null)
                    out.close();
                if (writer != null)
                    writer.close();
            } catch (IOException e) {
                e.printStackTrace();
The WS server is running from some admin user. And I have been running the standalone java program from some other user. It seems that the c++ executable is giving referenced memory error when being executed from WS call. There are pop-ups citing the error with OK and Cancel buttons(visible when logged in as admin). The error states
The instruction at 0x05473030 referenced memory at 0x000001d4. The memory could not be read
Any idea what is causing the problem and how to debug it? Why does this memory error comes only when the exe is run through WS call? Please note that I won't be able to debug the c++ code and the web service is an apache axis2 service.
Thanks

How can I know? Its your environment, not mine. The only thing we know is that when running the stuff through one path things blow up and when you run them through another path, things don't blow up. User rights is an obvious suspect, but not necessarily the actual problem. Generally when rights are the problem, you get some form of "access denied" exception, not a code hang.
Another likely possibility is that of network settings; perhaps your server goes through a proxy and your local applications do not, or the other way around.
Yet another likely possibility is that the version of Java used is different, or different versions of libraries are no the classpath causing differences in behavior. There is only one way to figure it out: get to know your environment very well and through solid reasoning and experimentation try to figure out where the breaking point is. It all starts with answering this question: what might be different in the environment of the web server, and outside of it? I can't know, only you can. Good luck.

Similar Messages

  • JavaFX hangs when called from Java

    Hello
    I am developing a java application with a JavaFX gui, the communication from Java works with an java interface. The communication works,but after a few updates the javaFX code hangs and subsequently the Java code also hangs.
    Is this a common problem, and so is there a common solution for this.

    JavaFX UI calls need to be done on the Event Thread. So if your Java Application has multiple threads or runs on a different Thread to need to wrap all callbacks to JavaFX in a deferAction like this:
    class YourFXClass extends YourJavaInterface {
       override public function someMethod(someArgument) {
            FX.deferAction(function() : Void {
                  // doSomething with someArgument
        }

  • Firefox does not appear on screen when started from the start menu, but task manager says the process is running

    Firefox does not appear on screen when started from the start menu or the shortcuts, but task manager says the process is running.

    No - I get the message basically saying "Can't run program while Firefox is running. Please close down Firefox & try again".
    I rebooted my computer and it all works now - but that's weird it was happening before. Kinda weirded out that it happened at all.
    To avoid that happening again, I still wanna know what to do to avoid it or fix it for next time. Thanks

  • Developer Server 6.0 hanging when launched from Netscape 4.6

    Hi, simple question to ask about OAS and Developer Server.
    My Developer Server 6.0 hanging when launched from Netscape 4.61,
    I am currently running...
    Pentium PII 200Mz running NT sp5
    Forms Server version 6.0.5.31.0 (Patch 3 applied)
    OAS version 4.0.7.1.0 (Patch applied)
    Jinitiator 1.1.7.18
    Netscape 4.61 browser
    I have all the latest versions of everything that is available,
    I have followed the instructions.
    I successfully connect to the OAS admin utility and have setup
    all the virtual to physical directory mappings under the default
    listener www. I successfully start all website OAS services.
    I have Forms server successfully started up as a process
    listening on port 9000.
    I have two statics html files created:
    a) with Jinititator 1.1.7.18
    The very first time I connected to this static html file it
    installed Jinitiator as expected. The Forms server splashscreen
    then appears.
    Jinitiator then starts up successfully, no errors appear in the
    Java console. This has proved I am talking to the listener and
    my virtual directory mappings are working.
    At this point there is a lot of disk activity and then all
    stops, the splashscreen remains and appears in the discussion
    area:
    FRM-9999 cannot access "koala.ilaco.gov.bo:9000" and
    a series of java exceptions
    I am pointing to the correct java directories (I think)
    b) with out Jinitiator
    When I try to call using URL with Netscape 4.61 I get a
    message on the status bar saying...
    Applet oracle.forms.engine.Main class oracle/forms/engine/Main
    got a security violation: Method verification error
    Can you help ?
    If you know the answer, please let me know as soon as
    posible.
    Thanks for the answer....
    Rgds,
    Polo
    null

    Bart LEBOEUF (guest) wrote:
    : Hi,
    : I've the same problem during this week. I've resolve the
    : problem by replace DLL's
    : in %ORACLE_HOME%\bin by the ifwcm60.dll from Developer CD-Rom
    : (\extras\sp4\ifwcm60.dll) and vgs60.dll
    (\extras\vgs\vgs60.dll).
    : At first time, it doesn't work. I remove my environnement
    : variables
    : FORMS60_MAPPING and FORMS60_TIMEOUT from my System Control in
    the
    : Config panel, then I reboot and surprise, it works !!!
    : (Look also in database registry of Windows with regedit
    utility
    : in
    : [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE] and remove the two
    : variables if you found them.)
    : I try on my two servers and it worked now perfectly.
    : : Bart.
    I respond your email, with my actual server configuration my
    problem is now: I get the splash screen and after form is hanged.
    My server configuration is:
    Compaq PC, with Pentium II, the software is:
    - Windows NT, with Service Pack 5
    - Oracle Application Server, v.4.0.7.1.0 Enterprice Edition,
    pathset 1
    - Developer Server v.6 patchset 3
    - My browser in this machine is Netscape 4.61
    - Jinitiator 1.1.7.18 is also used.
    My developer server is installed and running on the same machine
    that OAS is. I am using other browser in other machine (IE5)
    and trying to connect to the OAS on the first machine.
    My problems begin when I launch ifsrv60.exe. I copied
    ifwcm60.dll v.6.0.5.0.2, and other files required in the %
    ORACLE_HOME%\bin
    I forced listener Developer Server Port (
    c:\orant\bin\ifsrv60.exe -listen port=9000 )
    Now, I can connect with this process, with the following line:
    telnet koala 9000. The listener is working now.
    I tried to work with my (NonCartride-static html)forms60 form on
    WEB without Jinitiator, but I couldn't.
    With Netscape, in the status bar: Applet
    oracle.forms.engine.Main can3t stop ERROR
    With IE5, I get the splash screen and after the forms is hanged.
    If I use Jinitiator:
    With Netscape, in the status bar: Oracle Jinitiato: applet
    oracle.forms.engine.Main inited then form is hanged.
    With IE5, I get the splash screen and after that, the screen
    freezes and looks like the form is hanged.
    Any further suggestions on this?
    Polo
    null

  • FF hangs when starting up

    FF hangs when starting up; error message Process: firefox-bin [1036] Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin Identifier: firefox-bin Version: ??? (???) Code Type: X86-64 (Native) Parent Process: bash [970] Interval Since Last Report: 1304 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 0 sec Per-App Crashes Since Last Report: 1 Date/Time: 2012-02-06 10:21:47.854 -0800 OS Version: Mac OS X 10.5.8 (9L31a) Report Version: 6 Anonymous UUID: 00AE1616-697F-4365-AFF4-0979E3DD1691 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0 Dyld Error Message: unknown required load command 0x80000022

    Sorry, I do not use or ever heard of "freehand MX". All I can tell you is to make sure it is compatible w/your current OS & to post in the Adobe Forums since it is an Adobe product.
    "also if i could ask what cable would i need so i can get my emac talking to my imac, for transfering files etc."
    See Knowledge Base Article - http://docs.info.apple.com/article.html?artnum=25575 Mac OS: Moving files from your older Macintosh to a new one
    Also, if you have a High-speed connection, the easiest & fastest way is through AIM (AOL Instant Messenger).
    iChat has the same ability of transferring large files as AIM.
    http://docs.info.apple.com/article.html?artnum=150934
    Adium
    YouSendIt to email the files to yourself.

  • Itunes 10 Hangs When Started On Windows 7 Ultimate 64 bit - Sp1 Beta 178

    Hi
    Itunes 10 hangs when started on Windows 7 Ultimate 64 bit - Sp1 Beta 178
    I have tried following things :
    -Scanned for Virus + SpyWare
    -Scanned for Corrupted System Files
    -Scanned for Errors in registry
    -Cleaned up items that startup with windows
    -Installed latest Ati Catalyst 10.8 Drivers
    -Checked settings in Itunes Version 10
    My Mobile Model :
    Apple Iphone 3gs 16 Gb
    My Hardware and software :
    HP Pavilion m9660sc PC
    Intel Core I7 980X 3.33 Ghz
    DDR3 PC2-8500 6 Gb Memory
    HDD WDC WD10EADS-65L5B1
    DVD-RW TSSTcorp TS-H653Z
    LG L225WT Size 22 Screen
    AMD Radeon HD 4850 1 Ghz Memory
    Mainboard Pegatron Intel X58 Express
    Windows 7 Ultimate 64 bit
    Windows 7 Service Pack 1 Beta 178
    Adobe Reader 9.3.4 - Norwegian
    Spotify Version 0.4.7
    Microsoft Security Essentials 2.0 Beta
    Personal Ancestral File 5
    Java(TM) 6 Update Version 21
    Google Sketchup Pro 7.1
    Google Chrome Version 6.0.472.53
    Tales Of Monkey Island Version 2.0.0.0
    Kai Anders Wold - [email protected]

    Here is the latest update :
    Removing Microsoft Security Essentials 2.0 Beta fixed the itunes 10 hangs.
    Kai Anders Wold - [email protected]

  • RAC hangs when starting or stopping 2nd instance of 2 node RAC

    Has anyone seen the problem with all transactions and/or logins hanging when starting or stopping the 2nd node of a 2 node RAC database. When I shut down the 2nd instance using srvctl I occasionally get errors and long delays connecting. On our larger database with instances having a very large SGAs, trying to connect you sometimes get ORA-12537 or ORA-01033. Users experience a very long hang before getting the errors. These instances have very large SGAs of about 30GB on each node.
    In the log of the first instance we see messages like the following for quite a while.
    Global Resource Directory frozen
    Communication channels reestablished
    Master broadcasted resource hash value bitmaps
    Non-local Process blocks cleaned out
    Mon Jan 8 06:59:08 2007
    LMS 1: 0 GCS shadows cancelled, 0 closed
    Mon Jan 8 06:59:08 2007
    LMS 0: 0 GCS shadows cancelled, 0 closed
    Set master node info
    Submitted all remote-enqueue requests
    Dwn-cvts replayed, VALBLKs dubious
    All grantable enqueues granted
    Mon Jan 8 06:59:23 2007
    LMS 0: 20740 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20744 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 0: 20882 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20627 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    LMS 0: 20781 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    Thanks in advance.

    I have tested with only one node and starting and stopping is much faster without any cache fusion traffic. The application is not RAC aware, it was written without regard for RAC. As you say there may be some accessing of the same block by all nodes causing RAC to remaster blocks when a node is shut down.
    My concern is the length of time users are afftected when I am starting a node that has been offline for a while. With the large SGA I have, it appears users are affected adversely for several minutes, in affect causing an outage which we are trying to avoid by using RAC.

  • Labview OI executable hangs when started.

    Hello,
    Specs:
    2 Systems running:
    Dell Precision workstations 670
    Windows 2000
    Labview 6.1
    TestStand 2.0.1
    I have compiled the Labview custom Operator Interface (slightly modified) into an executable file (SPR_TSM.EXE) which I installed on each machine. However, on one of the machines when running the executable, the application just hangs at the initial "loading" screen without even displaying the window (just a white square). Then I need to end the process from the task manager. The only way I have found to run the application is to open the SeqEdit.exe (sequence editor) which in turns opens my application because of using the TestStandLVGUIRTS server (!?). The same application runs OK in the other system. I have tried in several user accounts and the problem persists even for users belonging to the ADMIN group. All permissions in the C: driver were set to FULL CONTROL for EVERYONE.
    Please let me know what can else I do to solve this problem. Thanks for your help.

    Thanks very much for the info. It seems to be working, however not as I expected. For this machine I have the application (spr_tsm) running from a batch file that does:
    spr_tsm /RegServer
    spr_tsm
    I tried just registering the application in the command prompt and then running the executable, but it still "hangs" when called from the shortcut. On all occasions I have confirmed that the TestStandLVGUIRTS is listed in the dcomcnfg screen.Another interesting note is that when uninstalling the application there is always an error "Write permission to the Registry denied, LABVIEW Server not unregistered" but it removes TesStandLVGUIRTS from the dcom list. Again, thanks a lot for the info!

  • Microsoft Word and Excel Hang When Pasting From Apple Applications

    I have had a problem ever since upgrading to Snow Leopard. Word and Excel hang when pasting from Apple applications like Safari and Pages. Pasting to OpenOffice does not show the problem. Pasting from Firefox does not show the problem. I have resolved font duplicates, got rid of input managers, reinstalled Office removing plist files and normal templates but the problem persists. Microsoft is saying it is not their software after looking at the crash dump created from force quit. Besides, sticking to open source software , I am at a loss for what to try next besides reinstalling Mac OS X 10.6 (I am on 10.6.2 now). Any help appreciated. I have crash dumps and snapshots of the hung process if anyone can read them. Word is using close to 100% of the CPU when hung.

    Microsoft is saying it is not their software after looking at the crash dump created from force quit.
    If their software is freezing up, it's certainly nobody else's fault. If those Apple apps are for some reason creating bad clipboard data, Microsoft's apps should be able to gracefully recover and report the problem. Error handling is probably one of the most important, and most difficult, aspects of programming, but you can't blame poor error handling on anyone but the developer. I suspect that, rather than bad clipboard data, it's more likely to be a case of Microsoft's apps simply not understanding something about perfectly valid clipboard data, because they haven't properly followed Apple developer guidelines.
    Of course, that's not a solution. I can't really provide you a solution, other than to ask what version of Office you're using. If you're using too old a version of Word, you should update. You should also let us know what kinds of stuff you're copying. More info always helps to get better answers.

  • SAP system hang when start the addon.

    Dear Expert,
    I just upgrade one of the SAP B1 server from 2007A to SAP B1 8.8 PL15, everything going smooth both server and clients.
    Except one client (new laptop with Win 7 Pro x86), this laptop fail to start the addon.
    Others clients with same specs Win 7 Pro have no problem to start addon.
    Addon started manually.
    After click start button for that addon, the system hang. If without the addon system working fine.
    If anyone have ideas to check much appreciate and thanks in advance.
    Regards,
    Mat

    Hi Bala,
    I did try your steps, but no luck. System still hang when start the addon.
    But, I can start SAP addon , example i try Screen Painter, and can start successfully. Only our addon cannot start.
    I'm not suspect our addon because others client working smooth, even the server also working fine.
    I did re-install DIAPI, even re-install SAP client a few time, but still fail to start addon (delete SAP client folder before install).
    Any one face this problem?
    Regards,
    mat
    Edited by: Mat Mat on Apr 21, 2011 10:43 AM

  • So aslmanager taking 99% and Console.app hangs when started

    So aslmanager taking 99% and Console.app hangs when started
    anybody know why aslmanager needs 99% of CPU and 2+ GB footprint?

    ok, i found a solution that worked for me. this may or may not be the problem you are having but give this a shoot. i think in my case the asl database got corrupted. unline tiger and below this database is not stored in asl.db in leopard. in leopard, the entire /var/log/asl directory is the database. so to remove the database and start from scratch, you need to
    sudo launchctl stop com.apple.syslogd
    sudo launchctl stop com.apple.aslmanager
    sudo mv /var/log/asl/* ~/tmp (you might as well use rm but i wanted to be safe)
    sudo launchctl start com.apple.syslogd
    For good measure I also ran the maintenance scripts:
    sudo periodic daily weekly monthly
    My machine has been dead quiet for hours now. darn, it's back to the kitchen for making my toast.
    so, what did we learn? Mac, PC - same thing; both are great until you have problems. only with pc's you have a lot more resources to tap into...
    Cheers,
    Haje

  • Firefox hangs when starting, Firefox window title bar says "Firefox (not responding)". (was: Firefox crashes)

    Firefox hangs when starting, during session restore. Uninstalled then installed new Firefix. Same problem. Firefox window title bar says "Firefox (not responding)". It just hangs, won;t display even one page. What to do? Tried -safe-mode, smae result.

    I keep too many tabs open and whilst trying to download a pdf file Firefox 8.01 hung and when I restarted it the Embarrassing page opened. I knew which tab I needed to delete but as soon as I tried to navigate to the errant tab it said "Not Responding" and nothing I could do would make it respond. I tried command line opening in safe mode and the same thing happened.
    I have read the other posts but cannot send a crash dump as it is "Not Responding" and does not get far enough to crash.
    IanH

  • WS-ReliableMessaging when starting from WSDL

    I'm trying to enable WS-ReliableMessaging for a service for which I started
    from the WSDL. I used to start from the JWS file and so I just added the
    @Policy annotation to enable WS-RM, but now I'm starting from the WSDL
    (using the wsdlc ant task to generate the JWS and interface JWS) and I can
    no longer enable WS-RM. I cannot add a @Policy annotation because then it
    won't compile (because of the interface). I've also tried adding other WS-RM
    (optional) annotations and even embedded the policy directly into the WSDL,
    but no luck.
    Does anyone know how to enable WS-RM when starting from a WSDL under
    WebLogic?
    Thanks.
    Toon

    Hi dvohra21,
    The 3rd party has advice me tha the wsdl is not available on the specified ip:port on which the web service is running. If I make a call to the web service named "fvdbscan" as per your question, i.e., if i put the in a web browser http://192.168.1.4:1063/fvdbscan?wsdl , i get the following:
    <SOAP-ENV:Envelope>
      <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
          <faultcode>SOAP-ENV:Client</faultcode>
          <faultstring>HTTP GET method not implemented</faultstring>
        </SOAP-ENV:Fault>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Further more, as you can see in the atteched image, the "JDeveloper Test Web Service" i.e., the HTTP Analyser, option works fine when a call a funtion in the web servicce.
    However, when I run the client, ( which as you can see has zero code expect for that generated by the JDeveloper wizard), it throws an excception, as showned below.
    Here you can see the WebServiceClient generated by the JDeveloper wizard and you can see the urn it has created which is not valid.
    Thank you for your attention.

  • PS Hangs When Starting

    PS hangs when starting by clicking icon on Windows 8.1 Pro Taskbar: Grayed Welcome screen with nothing clickable. If open any image any format only one layer called "Index" is locked and cannot unlock. Under Layer menu only one submenu available and that is "Layer Style..." and when that is hovered only one option is available and that is "Global Light..."
    Is this some psycho religious fanatic virus? What is going on?

    Maybe a Preferences reset will clear it up.
    Start Photoshop and very quickly hold down Ctrl-Alt-Shift. When the "Delete Photoshop Settings File" dialog appears, release those keys and click "yes" and let Photoshop finish loading.
    You have to be quick with those keys, so it may take a few tries.

  • Ternimating a process that is started from insite a java program

    Hi,
    I have a question:
    I am using Java 1.1 running on a HP-UX platform(HP-UX 11.0).
    I start a "unix shell script" from inside a java process. Everything starts and runs perfectly fine. If for some reason I MANUALLY kill the java program with a "kill" command, the unix process that was started by the java process is not getting killed. (effectively the signal is not getting passed on to the child process). Is there a way to fix this?
    Thanks in Advance.
    Srikanth
    [email protected]

    Here is what the java API docs say about the Process class:
    The Runtime.exec methods create a native process and return an instance of a subclass of Process
    that can be used to control the process and obtain information about it. The class Process
    provides methods for performing input from the process, performing output to the process,
    waiting for the process to complete, checking the exit status of the process, and destroying
    (killing) the process.
    The Runtime.exec methods may not work well for special processes on certain native platforms,
    such as native windowing processes, daemon processes, Win16/DOS processes on Win32, or
    shell scripts. The created subprocess does not have its own terminal or console. All its
    standard io (i.e. stdin, stdout, stderr) operations will be redirected to the parent process
    through three streams (Process.getOutputStream(), Process.getInputStream(), Process.getErrorStream()). The
    parent process uses these streams to feed input to and get output from the subprocess.
    Because some native platforms only provide limited buffer size for standard input and output
    streams, failure to promptly write the input stream or read the output stream of the
    subprocess may cause the subprocess to block, and even deadlock.
    The subprocess is not killed when there are no more references to the Process object, but
    rather the subprocess continues executing asynchronously.
    There is no requirement that a process represented by a Process object execute
    asynchronously or concurrently with respect to the Java process that owns the Process object.
    [/b[
    So the docs state that this class may not work with shell scripts. Which means that it may be no way to deal with this.
    Good luck
    Calin

Maybe you are looking for

  • Multiple Catalogs in B2B scenario - Is it possible?

    We have a customer business requirements to create virtual catalogs for channel partners. What I mean by virtual catalog is that a specific channel partner gets to see only a list specific products. In other words create custom catalog for each chann

  • Changed wav file names – files unrecoverable

    Hi. I was asked to import some important imterviews made on an iPod mini and an ExtremeMac Micromemo onto a Mac, but, as requested, I change the file names first. Since changing the file names the files are completely unplayable, undownloadable and u

  • Third Party Logistics

    Hello Experts, I need the configuration data for 3rd Party Logistics.I couldnt able to find in forum also from Google. Does anybody have data. Thanks Shri.. Edited by: Lakshmipathi on Apr 28, 2011 9:03 AM Please avoid using abbreviated words and use

  • Mail.app not recognizing/only partially recognizing attachments

    Hi, Since upgrading to OS X 10.5, mail.app intermittently doesn't fully recognize attachments. The mail.app *Message Viewer* window correctly lists the email subject and the no. of attachments. But viewing the message shows no attachment, nor is ther

  • Puchased Songs taking up too much space

    I have recently puchased a couple songs from IStore. The file size says 9.9Mb but when I go to sync with the IPOD it says I need 60MB of space available to add the one song. When I unselect the song, everything syncs fine. My songs usually take up 5-