64 bit sqlplus not work on 32bit machine

We have 10g DevSuite on a 32-bit machine (with 32 bit solaris 9). Forms and reports are running fine, except sqlplus. The 64-bit sqlplus will cause "exec format error" when issued.
How to solve the problem? Can we install 32-bit sqlplus on the same server?
Anyone had this kind of problem before? Please advise!
Thanks!

You can install a client for sqlplus 32 bits in a new ORACLE_HOME, you can create a filesystem like this: /oracle10/client/bits32 and inside it install this client from your dvd, I just do not remember well if client is inside db dvd or in a companion dvd. It depends on the release.
Pao.

Similar Messages

  • Adobe download assistant will not work on my machine?

    Adobe download assistant will not work on my machine. When i try to start it i get a message saying "Sorry an error has occurred. This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance." Any ideas what to do

    Are you using Mac OS?  If so please try removing the Adobe Download Assistant from your Applications folder and try again.  This issue is documented in the Known Issues section of Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html.

  • Minetest translation does not work on my machine.

    Hey there.
    After trying my luck in the official Minetest forums a week ago and got nothing more than the initial “try this-and-that” thing as response in the German discussion section and no reply at all in the regular discussion section I decided to ask on Reddit on last Saturday afternoon, too. On Reddit my question only got 3 upvotes and no comments.
    Since no-one seems to know what’s going on I decided to post my question here, too.
    It sems like the translation feature in Minetest does not work on my machine for unknown reason.
    The language files are there and according to it’s oputput and the PKGBUILD Minetest was compiled with gettext support. LANG and LC_MESSAGES are properly set (I even tried LC_ALL). Localization works properly in all other applications that support localization.
    Here’s some relevant system information.
    $ uname -rms
    Linux 3.16.1-1-ARCH x86_64
    $ minetest --version
    Minetest 0.4.10
    Using Irrlicht 1.8.1
    Build info: VER=0.4.10 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR=/usr/share/minetest
    $ pacman -Ql minetest | grep locale/de
    minetest /usr/share/locale/de/
    minetest /usr/share/locale/de/LC_MESSAGES/
    minetest /usr/share/locale/de/LC_MESSAGES/minetest.mo
    $ locale
    LANG=de_DE.utf8
    LC_CTYPE="de_DE.utf8"
    LC_NUMERIC="de_DE.utf8"
    LC_TIME="de_DE.utf8"
    LC_COLLATE="de_DE.utf8"
    LC_MONETARY="de_DE.utf8"
    LC_MESSAGES="de_DE.utf8"
    LC_PAPER="de_DE.utf8"
    LC_NAME="de_DE.utf8"
    LC_ADDRESS="de_DE.utf8"
    LC_TELEPHONE="de_DE.utf8"
    LC_MEASUREMENT="de_DE.utf8"
    LC_IDENTIFICATION="de_DE.utf8"
    LC_ALL=de_DE.utf8
    $ cat /etc/locale.gen
    de_DE.UTF-8 UTF-8
    en_DK.UTF-8 UTF-8
    en_US.UTF-8 UTF-8
    According to the discussion in the German discussion section in the Minetest forums I tried to set language = DE (and variants like de_DE with or without .utf8 in all possible variants) in minetest.conf but it didn’t change anything. Also: Here’s the output of running Minetest with --verbose parameter.
    16:47:01: INFO[main]: Using system-wide paths (NOT RUN_IN_PLACE)
    16:47:01: INFO[main]: path_share = /usr/share/minetest
    16:47:01: INFO[main]: path_user = /home/dirk/.minetest
    16:47:01: INFO[main]: minetest with SER_FMT_VER_HIGHEST_READ=26, VER=0.4.10 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR=/usr/share/minetest
    16:47:01: INFO[main]: logfile = /home/dirk/.minetest/debug.txt
    16:47:01: VERBOSE[main]: httpfetch_init: parallel_limit=8
    16:47:01: INFO[main]: Message locale is now set to: LC_CTYPE=de_DE.utf8;LC_NUMERIC=C;LC_TIME=en_DK.utf8;LC_COLLATE=de_DE.utf8;LC_MONETARY=de_DE.utf8;LC_MESSAGES=de_DE.utf8;LC_PAPER=de_DE.utf8;LC_NAME=de_DE.utf8;LC_ADDRESS=de_DE.utf8;LC_TELEPHONE=de_DE.utf8;LC_MEASUREMENT=de_DE.utf8;LC_IDENTIFICATION=de_DE.utf8
    Irrlicht log: Irrlicht Engine version 1.8.1
    Irrlicht log: Linux 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    Irrlicht log: Using renderer: OpenGL 3.3.0
    Irrlicht log: GeForce 9600 GT/PCIe/SSE2: NVIDIA Corporation
    Irrlicht log: OpenGL driver version is 1.2 or better.
    Irrlicht log: GLSL version: 3.3
    16:47:01: INFO[main]: text_height=22
    16:47:01: INFO[main]: Searching worlds...
    16:47:01: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:01: INFO[main]: Spielwelt
    16:47:01: INFO[main]: 1 found.
    16:47:01: INFO[main]: Waiting for other menus
    16:47:01: INFO[main]: Waited for other menus
    16:47:01: INFO[main]: Audio: Initializing...
    16:47:01: INFO[main]: Audio: Vorbis extension NOT present
    16:47:01: INFO[main]: Audio: Initialized: OpenAL 1.1 ALSOFT 1.16.0, using OpenAL Soft
    16:47:01: INFO[main]: GUIEngine: Initializing Lua
    16:47:01: VERBOSE[AsyncWorkerThread_0]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_0]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_1]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_1]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_2]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[main]: SCRIPTAPI: Initialized main menu modules
    16:47:01: VERBOSE[main]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_2]: Initializing Asynchronous environment
    16:47:01: VERBOSE[AsyncWorkerThread_3]: Loading and running script from /usr/share/minetest/builtin/init.lua
    16:47:01: INFO[AsyncWorkerThread_3]: Initializing Asynchronous environment
    16:47:01: INFO[main]: Searching worlds...
    16:47:01: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:01: INFO[main]: Spielwelt
    16:47:01: INFO[main]: 1 found.
    16:47:01: VERBOSE[main]: OpenALSoundManager::maintain(): 0 playing sounds, 0 sound names loaded
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.0.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.1.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.2.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.3.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.4.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.5.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.6.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.7.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.8.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.9.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /home/dirk/.minetest/sounds/main_menu.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.0.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.1.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.2.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.3.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.4.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.5.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.6.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.7.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.8.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.9.ogg for decoding
    16:47:01: INFO[main]: Audio: Error opening /usr/share/minetest/sounds/main_menu.ogg for decoding
    16:47:01: INFO[main]: OpenALSoundManager: "main_menu" not found.
    16:47:05: INFO[main]: Audio: Deinitializing...
    16:47:05: INFO[main]: Audio: Deinitialized.
    16:47:05: INFO[main]: GUIEngine: Deinitializing scripting
    16:47:05: INFO[main]: Searching worlds...
    16:47:05: INFO[main]: In /home/dirk/.minetest/worlds:
    16:47:05: INFO[main]: Spielwelt
    16:47:05: INFO[main]: 1 found.
    16:47:05: INFO[main]: Updating configuration file: "/home/dirk/.minetest/minetest.conf"
    16:47:05: INFO[main]: Skipping writing of /home/dirk/.minetest/minetest.conf because content wouldn't be modified
    16:47:05: INFO[main]: Updating configuration file: "/home/dirk/.minetest/minetest.conf"
    16:47:05: INFO[main]: Skipping writing of /home/dirk/.minetest/minetest.conf because content wouldn't be modified
    16:47:05: VERBOSE[main]: httpfetch_cleanup: cleaning up
    … or on nopaste.info for better readability.
    Since it seems to work for everyone else (otherwise there might be more replies to my quesions in several places, I guess *g*) I’m pretty sure that’s a local problem on my machine. But since gettext properly works on my machine in all and every application that use it I have no clue at all where to start debugging.
    Hints are highly appreciated Thanks in advance!
    Kind regards,
    Dirk

    Hi there...
    It gives me a URL that begins with http:// Safari does something strange, ie. flashes the page, and then complains about not recognizing photo://
    It seems that it has not figured out that it needs to open iPhoto 6.
    Regardless, the provided link is not viewable when cutting and pasting into safari, neither.
    I am using the latest and greatest 10.4.4, Safari is 2.0.3.

  • Win 7 pro 64 bit does not work nice with tv tuners

    my win 7 pro 64 bit will not work with three recommened tv tuners, though not specific to 64 bit . I know one works great withmy old 32 bit xp system. all three different recommended tuners crashed my system three times amd informed me the flash player that comes in the software is not compatable with my system. also flash player stand along in my system will not work right all the time. worked so well in my old system? any thoughts on this dilemma. really do not want to return my new diamond tv wonder hd 750 card. otherwise this system blazes very appy with it, thanks.

    This forum is for Firefox support, you should try the customer support for the manufacturers of the TV tuner cards.

  • Why can I not import pictures any more? Lightroom says "Your Lightroom 5 64-bit does not work correctly"

    Why can I not import pictures any more?
    Lightroom says "Your Lightroom 5 64-bit does not work correctly"
    Technical informations:
    PC with Windows 7 64-bit, Lightroom 5.7.1 64-bit installed.
    What I have done:
    I downloaded the newest LR 5.71 and installed it again - mode repair; without success
    I checked my PC with Norton 360: full scanning and optimizing registry
    I restarted the PC and than I installed the LR 5.7 again - repair
    Trouble 1:
    Two days ago I could work with my LR 5 and to import pictures from a SD was no problem. Now I can start LR 5 and I can watch/modify pictures, but as soon as I try to import new pictures LR 5 stops and gives the message "your LR 5 64-bit does not work correctly - searching for solution". I have not changed anything in my computer since lasttime LR 5 worked properly, only the registry was optimized by Norton 360.
    Trouble 2:
    I live in Switzerland and my language ist German. I dit not find a place where I can present my problem in German, e.g. a phone number oder email-address oder german-chat. My English is to week for a discussion for computer problems and do understand it.
    Help:
    I would very appreciate if anybody can help me, either to trouble 1 or to trouble 2. Thanks.

    Sehen Sie diesen Beitrag:
    Photoshop CS4 & Lightroom 2.6 X64 funktionieren nicht mehr
    Wacom Tablet-Treiber-Problem?

  • Vista PDF Preview handler installed on Win 7 32 bit does not work.

    There is no discoverable information regarding failure to preview Adobe PDF files on Win 7 32 bit. The advice for 64 bit does not work. Adobe continues to install the Vista preview handler on my Windows 7 computer, which I suspect is the issue. Is there any way to find and install the Windows 7 32 bit handler or is there a registry hack that permits 11 to access the vista version or what? This is a repeat post, as I cannot locate the first and assume that there have been no responses, as I  have received no alerts.
    If you have an answer I will name my first born for you. He is 41 and object loudly, but no price to great.....

    I have fifteen minutes to mark this as a question, despite the fact that no question link or icon exists. Adobe?

  • Lightroom 5.6 would not open. I only get a flash picture then I get an error message. See below message: [Window Title] Adobe Photoshop Lightroom 64-bit [Main Instruction] Adobe Photoshop Lightroom 64-bit does not work more [Content] there was a problem m

    Lightroom 5.6 would not open. I only get a flash picture then I get an error message. See below message: [Window Title] Adobe Photoshop Lightroom 64-bit [Main Instruction] Adobe Photoshop Lightroom 64-bit does not work more [Content] there was a problem making the program no longer work properly. The program is closed and there is a notification if a solution is available.

    I may have just solved my own problem. Right after posting this I googled bezel lightroom and found this: Flickr: Discussing The word 'bezel' appears in the taskbar. in Adobe Lightroom
    I changed the setting in the view menu and now everything appears to be working fine. I cannot explain why it stopped working before because I hadn't made any previous changes to the view options.
    Still am curious about the memory usage, though.

  • Bah! Publishing or "test movie" do not work on new machine

    Bah! Publishing or "test movie" do not work on new machine. I
    repaired all permissions, saved as different file names, and I
    still get a "Be sure destination file is not locked..." This even
    happens on Adobe's sample files! Fresh install (CS 4), fresh
    operating system, new iMac. Thank you for your help, guys and
    gals.

    Nevermind, I got it. I had to change the publishing directory
    to a different one.

  • Reg.exe FLAGS command not working in 32bit environments

    I am trying to run the command REG FLAGS "hklm\Software\SomeKey" SET DONT_VIRTUALIZE and each time I run it on a 32bit version of windows 7 in our environment I get the help screen. Even if I put in a bad path instead of getting a message
    that the path was wrong I get the help screen.   When I run it on my computer (Windows 7 64bit) it works as expected.
    It does the same thing when I try REG FLAGS "hklm\Software\SomeKey" QUERY.  Its like the 32 bit version doesn't know what FLAGS is although it is present in the help screen.
    Ideas?  Suggestions?  Recipie ideas?

    Hi Beast of Burden,
    I have tested the reg flags in my Windows 7 32 bit Enterprise and it can run well .
    Please note that the REG FLAGS can only be appiled to the "HKLM\Software"[\SubKey].Have you verified that the subkey existed in the 32 bit machine ?We can try the other subkey to have a check for example the "classes" subkey.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    I understand about the HKLM\Software restriction and I have limited my testing to that key (and sub keys). As I said, when I enter a valid key it does nothing but show me the syntax screen.  Generally while I am testing I am using the REG FLAGS <key>
    QUERY command. 
    When I am on a machine where the command is working correctly, I will either see the flags for the eky specified or a message saying that the key was invalid (should I intensionally try a bad key).   On machines where it is
    not working I always see the syntax screen regardless if the key existed or not. 
    I am wondering if there is a patch or registry key that controls this behaviour.

  • 10g forms developed using windows machine is not working in Solaris machine

    I have developed a form using the following version of Oracle Developer suit 10g Fomrs using WINDOWS machine.
    My Application server is in a SOLARIS machine. All the .fmx are copied in the same SOLARIS machine in a directory.
    I have copied the form (.fmx) in the same directories where the other forms are, in the SOLARIS machine.
    Now i click on the menu item (menu item was already present there before developing the form in the menu. I did not have to create a new menu item in the Menu) in the windows machine.
    The form doesnt appear.
    Could you please tell me wheather i have to compile the form that i have developed in WINDOWS machine in some format of SOLARIS machine, or I have to do something else so that on the click of Menu item in Windows machine that form appears. Or Ihave to develop the form using SOLARIS machine?
    Please help me.
    I am working on the following version of Oracle Developer suit 10g Fomrs
    orms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production

    hi
    still its not working
    Please I need help
    bash-2.05$
    bash-2.05$ /u02/oradata/data/PROJ/APPS/bin/frmcmp userid=xxx/xxx@xxx batch=yes module=AB.fmb module_type=form compile_all=yes window_state=minimize
    FRM-91500: Unable to start/complete the build.
    bash-2.05$
    I have set the following environment variables.
    LD_LIBRARY_PATH=/u02/oradata/data/PROJ/APPS/lib32:/u02/oradata/data/PROJ/APPS/jdk/jre/lib/sparc:/u02/oradata/data/PROJ/APPS/jdk/jre/lib/sparc/native_threads:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/lib/sparc/client:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/lib/sparc:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/../lib/sparc:/usr/lib:/usr/ccs/lib:/u01/oracle/product/10.2.0/lib:/usr/lib
    ORA_NLS10=/u01/oracle/product/10.2.0/nls/data
    JAVA_HOME=/u02/oradata/data/PROJ/APPS/jdk
    ORACLE_HOME=/u02/oradata/data/PROJ/APPS
    ORACLE_TERM=vt100
    FORMS_PATH=/u02/oradata/data/PROJ/APPS/forms
    TERM=vt100
    PATH=/usr/bin:/usr/ccs/bin:/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/boapp/oracle/product/9.2.0/bin:/usr/lib
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    TNS_ADMIN=/u02/oradata/data/PROJ/APPS/network/admin
    OSTYPE=solaris5.9
    regards

  • DaRT with Windows 8.1 not working on some machines

    Problem: x64 bit DaRT8/801/8.1 not recognizing the OS and utlities are greyed out/unavailable on some machines.
    System: Windows 8.1 x64
    Steps taken:
    Tried different DaRT toolset versions, set BIOS SATA operation to different modes, tried both UEFI and Legacy mode secure boot mode off/on, created the DaRT image with Windows 8 installation media and Windows 8.1, tested the DaRT boot iso on Virtual Machines
    and it worked, all the utilities available.
    Eventually gave up and booted into MiniXP from Hirens boot CD and reset the local account password with NTpass tool.
    Why would DaRT work on some machines and not on others?

    How was the SATA configured originally? If it was configured for RAID/AHCI and the DaRT disk does not have the RAID/AHCI driver the operating system may not be detectable, even if the mode is changed in the firmware.
    Brandon
    MDOP on the Springboard Series on TechNet

  • Apache not working after time machine restore

    i had major problems upgrading to 10.5.3. after trying everything and hoping to avoid reverting to a backup, it was apparent i would have to revert. turns out, it was quite easy since i had a recent TM backup. now, i'm back to 10.5.2 fine, but for what ever reason i cannot getweb sharing ... my apache site ... running.
    i've checked to see that all the necessary config files are there and my content is all there and in the system preferences, web sharing is on. but when i go to 192.168.1.11 (which happens to be the internal IP address for this machine), i get nothing.
    not being super apache experienced, i'm lacking the troubleshooting knowledge to figure out why it's not working.
    please advise.
    thanks!!!!

    thanks. yes, currently, i'm back to running 10.5.2.
    here's the contents of org.apache.httpd.plist:
    Davids-Computer:launchdaemons dac$ cat org.apache.httpd.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>org.apache.httpd</string>
    <key>OnDemand</key>
    <false/>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/httpd</string>
    <string>-D</string>
    <string>FOREGROUND</string>
    </array>
    <key>SHAuthorizationRight</key>
    <string>system.preferences</string>
    </dict>
    </plist>
    Davids-Computer:launchdaemons dac$
    and as far as system.log, there's definitely a problem... it's quite long with the following repeated over and over seemingly non-stop:
    Jun 5 06:15:54 Davids-Computer org.apache.httpd[17922]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:15:54 Davids-Computer org.apache.httpd[17922]: Unable to open logs
    Jun 5 06:15:54 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17922]): Exited with exit code: 1
    Jun 5 06:15:54 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17923]): posix_spawnp("/Library/Application Support/Memeo/WD Anywhere Backup/Daemons/WDMemeod", ...): No such file or directory
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17923]): Exited with exit code: 1
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:04 Davids-Computer org.apache.httpd[17924]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:16:04 Davids-Computer org.apache.httpd[17924]: Unable to open logs
    Jun 5 06:16:04 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17924]): Exited with exit code: 1
    Jun 5 06:16:04 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17926]): posix_spawnp("/Library/Application Support/Memeo/WD Anywhere Backup/Daemons/WDMemeod", ...): No such file or directory
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17926]): Exited with exit code: 1
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:14 Davids-Computer org.apache.httpd[17927]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:16:14 Davids-Computer org.apache.httpd[17927]: Unable to open logs
    Jun 5 06:16:14 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17927]): Exited with exit code: 1
    Jun 5 06:16:14 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Davids-Computer:log dac$

  • Iphoto not working after time machine install

    I have a first gen intel iMac and the hard drive had a sudden failure I was not overly concerned about my Data as I use time machine. I had a new Hard Drive installed and I used time machine to install back to snow leopard. all seems fine for a few days and every thing (software and hard ware (scanner)) was working fine. then I opened iPhoto to add a few new photos and all I get is the spining beach ball the library is 26 gig in size and was working fine before. I am at a loss as I still have all 9745 original photos on back up drive but not in order like in iPhoto and really don't want to recreate my library all over again. I've done disk permissions and only seem to have a problem with Java any body got any ideas?

    Hi there Guys
         I don't know if this is a true fix but my iPhoto 11 is now working iPhoto had an update and I did it to both my iPhoto programs (mac book and iMac) I then opened the not working librery on the laptop and it said the library need to be updated it did this and opened okay and all was working fine (I copied library on to a portable FireWire HD) when I copied it back to my iMac it said the same and went through the update and is now working fine.

  • IMac password not working after time machine recovery

    Just got a new hard drive - used Time Machine to reinstall the files - now my password does not work - suggestions? 
    Running latest iOS 
    Thanks...

    Try this:
    http://support.apple.com/kb/PH11390?viewlocale=en_US

  • Encoding ISO-8859-1 does not work on linux machine

    Hi all
    I have an xsl with encoding ISO-8859-1 .So in this xsl I put special character like &#8364; that rappresent the Euro (money) symbol.
    So when I use that xsl on a window machine everithing is all right.When I use a Linux machine that code are not correctly mapped..
    Why?
    Help
    Regards

    actually I have a different mapping for �....on
    window it maps the space...on linux it maps A^....
    Any idea?How exactly are you determining that it is not working?
    Are you printing it to the screen? Are you using String.getBytes() and then printing the byte value? What are you doing?

Maybe you are looking for