SQLDeveloper 3.1 on Mac OS X Lion

Hi guys,
sorry for reposting, but this is really pressing -- doesn't anyone use SQLDeveloper on Mac OS X Lion?
I have a pretty recent Mac OS X System (10.7.3, today updated from 10.7.2 -- the problem existed there as well) with Java 1.6.0_29:
localhost:~ bgd$ /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
I installed SQLDeveloper 3.1.0.7.42 on this system and I've encountered the following two problems:
1. the connections aren't saved. Everytime I delete the ".sqldeveloper" directory in my homedir, SQLDeveloper starts without any problems. I can add a connection, test it, connect to the database and even saving it doesn't show any errors. A "connections.xml" file is generated but empty:
localhost:~ bgd$ find .sqldeveloper/ -name connections.xml -ls
1733256 0 -rw-r--r-- 1 bgd bgd 0 Feb 9 17:43 .sqldeveloper//system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml
If I start the SQLDeveloper w/o deleting the "~/.sqldeveloper" directory I always get the following errors:
oracle.jdeveloper.db.DatabaseConnections DatabaseConnections has no JNDI context so cannot list connections.
oracle.jdevimpl.db.adapter.DefaultContextWrapper Failed to create naming Context for db connections at url: file:/Users/bgd/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml
oracle.jdevimpl.db.adapter.DefaultContextWrapper Failed to create naming Context for db connections at url: file:/Users/bgd/.sqldeveloper/system3.1.07.42/o.jdeveloper.db.connection.11.1.1.4.37.59.48/connections.xml
The connections.xml file remains empty, no matter how may connections I add and "save".
2. After I make a connection to a database, I try the "SQL Worksheet" option (either by right-clicking the DB Connection or thru the menu "Tools->SQL Worksheet"). But nothing happens (except for the dialog "Select connection" when calling thru the "Tools" menu) -- no new window, no "SQL Workshop" space on the right canvas, nothing.
I've googled the first problem (the second one is pretty hard to "formulate") and, based on the results, I also tried the following:
- Set the right Java Home in sqldeveloper.conf and sqldeveloper-Darwin.com:
SetJavaHome /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
- tried to add the following lines to sqldeveloper.conf and sqldeveloper-Darwin.conf:
AddJavaLibFile ../../lib/java/api/jaxb-api.jar
AddJavaLibFile ../../lib/java/api/jsr173_api.jar
AddJavaLibFile ../../j2ee/home/lib/activation.jar
AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb-xjc.jar
AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb-impl.jar
AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb1-impl.jar
- I checked, but there is no ORACLE_HOME variable set on my system
- Right now the java process looks like:
bgd 1411 0.0 3.9 3831552 326400 ?? S 6:11PM 0:23.03 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Xmx640M -Xms128M -Xverify:none -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -XX:MaxPermSize=256M -Doracle.jdbc.mapDateToTimestamp=false -Dide.AssertTracingDisabled=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.config.file=logging.conf -Dsqldev.debug=false -Dcom.apple.mrj.application.apple.menu.about.name=SQL_Developer -Dcom.apple.mrj.application.growbox.intrudes=false -Dcom.apple.macos.smallTabs=true -Dapple.laf.useScreenMenuBar=true -Xbootclasspath/p:../../rdbms/jlib/ojdi.jar -Dide.conf="/Users/bgd/Downloads/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf" -Dide.startingcwd="/Users/bgd/Downloads/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin" -classpath ../../ide/lib/ide-boot.jar oracle.ide.boot.Launcher
Any hints what could be wrong? I'm running out of ideas here...
Regards,
Bogdan

Hello John, hello Brian,
thanks for the fast answer!
So, I've "cleaned up" the conf files. Now they look like this:
SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper-Darwin.conf:
AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
AddVMOption -Dcom.apple.macos.smallTabs=true
AddVMOption -Dapple.laf.useScreenMenuBar=true
SetSkipJ2SDKCheck true
SetJavaHome /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
AddVMOption -Xbootclasspath/p:../../rdbms/jlib/ojdi.jar
SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf:
IncludeConfFile ../../ide/bin/ide.conf
SetJavaHome /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
AddVMOption -Dsun.java2d.ddoffscreen=false
AddVMOption -Dwindows.shell.font.languages=
AddVMOption -XX:MaxPermSize=256M
AddVMOption -Doracle.jdbc.mapDateToTimestamp=false
IncludeConfFile sqldeveloper-nondebug.conf
The properties in "About SQL Developer":
sun.boot.class.path     ../../rdbms/jlib/ojdi.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar
java.ext.dirs     /Users/bgd/Library/Java/Extensions:/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext
It is a new Mac OS X Lion installation, but I've restored my home directory from a previous Mac OS X installation -- it is possible that some "old" files from the old installation (where I've also used SQL Developer, but deleted it) are interfering with the new one.
Greetings,
Bogdan

Similar Messages

  • Mac OSX Mountain Lion crashes randomly.

    I've made a clean install of Mac OSX Mountain Lion in my 15" Macbook Pro late 2009 laptop. I kept reciving these intermittent lock ups and then the Macbook pro reboots (while thankfully saving whatever it needed to save before it reboots) by itself with a message saying that the macbook pro had a problem and had to restart automatically. Did any of you have the same problem? and if so do you have a solution to fix it?

    I am having the same issue with my late 2010 model macbook pro 15 inch. When the computer restarts, the Problem Report for OS X screen comes up with the following in the Details section (third time this has happened in the last 3 hours or so, any help would be great:
    Interval Since Last Panic Report:  41834 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    383CDF66-BAA3-435A-9D01-B4EDB6118596
    Thu Jul 26 22:11:52 2012
    panic(cpu 2 caller 0xffffff7f85161c85): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8118b4d000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80f59a2f70 : 0xffffff8004a1d5f6
    0xffffff80f59a2fe0 : 0xffffff7f85161c85
    0xffffff80f59a3070 : 0xffffff7f8525b5b7
    0xffffff80f59a30d0 : 0xffffff7f8525b62b
    0xffffff80f59a3140 : 0xffffff7f85570883
    0xffffff80f59a3280 : 0xffffff7f8528175d
    0xffffff80f59a32b0 : 0xffffff7f8516b9e6
    0xffffff80f59a3360 : 0xffffff7f851670b8
    0xffffff80f59a3550 : 0xffffff7f851682e4
    0xffffff80f59a3620 : 0xffffff7f86251494
    0xffffff80f59a36e0 : 0xffffff7f86281f8b
    0xffffff80f59a3770 : 0xffffff7f86267638
    0xffffff80f59a37d0 : 0xffffff7f86267efc
    0xffffff80f59a3820 : 0xffffff7f862682e6
    0xffffff80f59a38c0 : 0xffffff7f86268d06
    0xffffff80f59a3900 : 0xffffff7f86223f31
    0xffffff80f59a3a80 : 0xffffff7f862652ee
    0xffffff80f59a3b40 : 0xffffff7f86222a3a
    0xffffff80f59a3ba0 : 0xffffff8004e64929
    0xffffff80f59a3bc0 : 0xffffff8004e65ed0
    0xffffff80f59a3c20 : 0xffffff8004e638ef
    0xffffff80f59a3d70 : 0xffffff8004a981a1
    0xffffff80f59a3e80 : 0xffffff8004a20abd
    0xffffff80f59a3eb0 : 0xffffff8004a10448
    0xffffff80f59a3f00 : 0xffffff8004a195fb
    0xffffff80f59a3f70 : 0xffffff8004aa5ad6
    0xffffff80f59a3fb0 : 0xffffff8004aced13
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850fa 000->0xffffff7f853fcfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f850e6000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f850a3000
             com.apple.nvidia.nv50hal(8.0)[9CD95A4A-FD94-349E-A4B6-FC3B74E197F5]@0xffffff7f8 540a000->0xffffff7f8572cfff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850 fa000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
             com.apple.GeForce(8.0)[91C40470-82BA-329A-A9D7-4C70F28275FD]@0xffffff7f86216000 ->0xffffff7f862d8fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850 fa000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f850e6000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f850a3000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12A269
    Kernel version:
    Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel UUID: 8D5F8EF3-9D12-384B-8070-EF2A49C45D24
    Kernel slide:     0x0000000004800000
    Kernel text base: 0xffffff8004a00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 4410256819990
    last loaded kext at 61111055965: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7f86d9a000, size 229376)
    last unloaded kext at 168006988398: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f85a7e000, size 65536)
    loaded kexts:
    com.logmein.driver.LogMeInSoundDriver          1.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.ntfs          3.10
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.GeForce          8.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AppleIntelHDGraphics          8.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleMuxControl          3.2.6
    com.apple.driver.AppleIntelHDGraphicsFB          8.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.0
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AirPort.Brcm4331          600.15.20
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.20)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: MATSHITADVD-R   UJ-898, 8.47 GB
    Serial ATA Device: ST9500420ASG, 500.11 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

  • How do I use the AirPlay Mirroing on my mac with Mountain Lion ?

    How do I use the AirPlay Mirroing on my mac with Mountain Lion ?
    I watched the video about Mountain Lion, but the airplay icon can't appear on my menu bar.
    WHY ?

    i have a MacBook Air (Early 2011)
    and it doesn't support the airplay mirroring ,,, the only things that the failed to do is  " MENTION IT "
    it wouldn't hurt anyone if they just say it's limited to Late macs ,,,, i really wanted that feature and i updated my mac so i can watch movies on my HD screen ,,,,
    i hope they made and update for it ,,, otherwise i have to wait another 4 months to get a new macbook pro

  • I am trying to get Zen-Cart on my mac mini server lion 10.6

    I am trying to get Zen-Cart on my mac mini server lion 10.6 and am stuck getting mysql installed.
    Bassiclly what I am trying to do is have a cart for my site I host locally  I used iWeb to creat the site and it has no cart plug in I am aware of which makes it useless for ecommerce.  Other than that it is nice to use maybe im missing somethin?  So I am looking for solutions to get Zen Cart installed (easilly) to include mysql since OSX does not have it.  Some questions
    Is there a good free packaged installer for mysql and or zencart?
    is there a better OS cart solution for OS X ?
    Can iWeb be updated by me to host an e cart, or is there a plug in I can get?
    Other?

    Hello,
    Is this Win 7 32 bit version?
    If so & you don't want to upgrade to the 64 bit version...
    There is Parallels...
    http://www.parallels.com/
    VmWare Fusion...
    http://www.vmware.com/mac
    VirtualBox...
    http://www.virtualbox.org/wiki/Downloads

  • Updated my mac to mountain lion 10.8.3 and now my app store, mail or facetime won't open. Also, I am not longer able to play videos through firefox. I tried downloading the combo for mountain lion and it refuses to install? Can anyone help me?

    updated my mac to mountain lion 10.7.8.3 and now my app store, mail or facetime won't open. Also, I am not longer able to play videos through firefox. I tried downloading the combo for mountain lion and it refuses to install saying that I need to see developer. Whenever I try to open my appstore, mail or facetime it says that the programmes need to be installed and might not be compatible with this version of mac operating system. Can anyone help me?

    It's not a bad install of Mountain Lion. I've had the same thing happen to me, but it affected not only Mail, but a variety of other programs including iPhoto and MS Office, where I had to delete preferences, caches, and reinstall the OS as well as the program itself. I'm still having issues with Mail, so I've gone to another program.
    Everything was fine upon the initial install. I restarted my iMac about two weeks after the install, and that's when the issues began to happen. I've reinstalled Mountain Lion twice, but the same issues arise.
    As I mentioned above, you'll need to figure out which preferences are causing the issue, then reinstall the program, as a fresh reinstallation will do you no good unless you wipe the drive completely.
    Here's a thread that helped me with iPhoto:
    https://discussions.apple.com/thread/4794375?start=0&tstart=0

  • My 2008 Mac Pro running Lion will not play HDV1080i60 footage in FCP 7. When I open the sequence settings, all HDV codecs are hdv1, hdv2, hdv3, and so forth. Anyone have any idea how to fix this?

    My 2006 - 2008 Mac Pro running Lion will not play HDV 1080i60 footage in FCP 7. When I open the sequence settings, all HDV codecs are hdv1, hdv2, hdv3, and so forth. However, when I open the project on my other Mac Pro running Snow Leopard and FCP 6, the footage works fine as it does on my newer Imac running Mavericks and FCP 7. I have tried a Quicktime update on the Mac Pro that the footage doesn't work on but it says that I already have the newest version of Quicktime installed. I have also tried reinstalling the Final Cut Pro Studio twice, still no fix. I'm completely out of solutions and need to be able to edit HDV footage on this machine. Any help would be great. Thanks.

    there was a recent software update that seemed to screw HDV up.  Do some searching here over the last month or 2 and you'll find a bunch of posts and some possible solutions.
    Worst case scenario, do as Shane suggests.  But might I suggest you take a look at the user tips section of the forum.  there are some great tips on how to prevent these sorts of problems by cloning your startup drive, etc.

  • I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    zoominnana wrote:
    Can I set up 2 different time capsule backups? one for the lion partition and one for the snow leopard partition?
    No, you can't partition a Time Capsule's internal HD.  Both partitions will back up to the same sparse bundle. keeping the backups for each partition separate.
    Time Machine will not take the two OSX partitions as two different computers, but for best results, exclude the Snow Leopard drive from backups on the Lion partition, and exclude the Lion partition from backups on the Snow Leopard partition.
    There may be some files on the Lion partition that Time Machine on Snow Leopard won't like, among other things.  See #10 in  Time Machine - Frequently Asked Questions for details.

  • How do I set up my Time Machine and Mac Mini with Lion Server so i have one wifi loop in the house?

    HELP!
    So I have had a Time Machine wifi loop at the house for approx. 6 years. I run two Macbooks, 2 iPhones, 2 iTouch and a Samsung Smart Blueray on the loop.
    I just bought a Mac Mini with Lion Server. When setting it up I'm not sure what or how I managed to do, but I now have 2 wifi loops, one doesn't lock and niether will support the Samsung BlueRay. Also, each time I want to go online with one of the other Mac devices i have to relog into the wifi loop.
    Can someone please walk me through the fix. The mac Mini is plugged straight into the Time Machine to recevie its internet connection.
    Thanks!
    John

    You often see this limit of 10 clients in wireless hotspots but I have yet to see it in an adsl modem.. most strange way to pay for a service that is really irrelevant how many clients you use.
    Have a go .. I recently setup a TC to help a guy run his Roku.. and this setup worked well.. I have no idea if it can work in your case.
    Lets say the IP you get is 192.168.2.1-10 .. doesn't matter what it really is. And the adsl modem is 192.168.2.254
    (Assuming they are private addresses.. if they are public IP you can just use the DHCP and NAT. )
    But go to the airport utility.. I think you need to run v5 at least to change DNS.. but you can do the same thing in v6 using static but no dns changes.
    Now you set the IP of the TC manually.. This address might need to be in the dhcp range of the modem to work. You can set the DNS to same IP as the router address.. ie home address of the modem. Or you can use another DNS.. whatever you like.
    Then set DHCP for clients that will join.. this can then expand the scope of addresses..
    It worked without a NAT error.. although I am not sure exactly how.. on paper it should not be able to work but did.. have a go.. otherwise there is perhaps another way.. but it is complicated.
    Give us an example from a computer plugged into the modem of what IP .. subnet mask .. Gateway and DNS you get. Then I can fine tune the values for it.

  • Hi...I have a Macbook mid-2009 which has both Mac OS Mountain Lion and Windows 8.1 32-bit?Is there a way to install bootcamp on the windows side?

    I have both  Mac OS Mountain Lion  and  Windows 8.1 32-bit installed....The machine is Macbook Mid 2009...Whatever i do i can't install and use bootcamp on the Windows side.........Apple Support says it only supports Windows 64-bit  which my machine cannot install.......and when i tried to install Bootcamp 4 it says it only supports Windows 7 .........Is there no way to install and use Bootcamp without buying another computer?

    Boot Camp - Apple Support
    Boot Camp- System requirements for Microsoft Windows operating systems

  • Is there a way to limit the frequency of the "autosaving drafts" feature in Mac Mail on Lion?

    Using Mail Version 5.0 (1244.2/1244.3)
    On MacBook Pro with Lion 10.7.1
    Wondering if Is there a way to limit the frequency of the "autosaving drafts" feature in Mac Mail on Lion?
    Looked all thru preferences and googled the crap out of this and can't seem to find the answer I want.
    Basically, I have my mailbox behaviors set up exactly the way I want them. (ie deleted messages get saved to my "Trash" folder on the server) I do not think I should have to change them, but because of the autosave feature saving almost every 3 characters typed, I have an over abundance of versions saved in my Trash folder. This problem would be solved were there a preference somewhere I could select to save drafts "manually only" or "opened messages save when quitting" or something along those lines.
    Is this a preference setting already that I am missing?
    I would settle for a rule, just not sure what perameters should be set for this to work.
    Help

    Typically a server has a settable parameter to limit concurrent connections. Check the server's documentation.

  • How do I get Mac Pro with Lion Server to restart at a set time when users are connected?

    I have recently configured a Mac Pro with Lion Server, and have set it to restart automatically every morning at 3am. When I arrive in the morning, I notice that it has not rebooted, usually because it states there are users connected. Is there a way to automatically disconnect users so that the machine will reboot.  No one is ACTIVELY connected at this time of the morning, but may still be logged in somewhere. I did see where I can log out users after a set period of time when using Workgroup Manager to manage a computer or computer group, but I don't use the server to manage all of the computers that have users log in.
    Thanks!

    Well, it doesn't necessarily have to be each and every night, but it was for the sole purpose of preventing sluggishness. We had it set up before, as Snow Leopard Server and it would restart every night. It would occasionally be slow and need rebooting, however a manual reboot was not possible by most people in the store as they did not have credentials to screen share and restart it - which would result in holding down the power button to shut it down.
    The server is used for the sole purpose of logging in about 50 users just so they can customize their experience, as well as saving items to their own home folders.  The store is closed during the night, and there is no reason anyone would be accessing it during the night.

  • I have a Mac Pro using Lion, with a SSD for system.  Restored drive from backup.  Now logon password doesn't work.  Account password still works.  Changing password in user group preferences no longer works to change logon password.

    I have a Mac Pro using Lion, with SSD for system drive.  Drive stopped booting, but otherwise appeared healthy.  Restored from system backup.  Now drive seems to work properly, BUT my logon password no longer works.  Password OK for account; can access system preferences, and change user password there BUT logon still refuses to accept password.  No luck changing password for that account after adding new administrator account and logging on from that account.  Suggestions?  Thanks.

    If you redirect Accounts to another location (not on the Boot Drive) you need to direct them back there again after a restore.
    SystemPreferences > Accounts/User&Groups > ...
    ... Unlock the lock, then hold down Control as you click on an Account to get access to the Advanced Options pane.

  • Anyone unable to print from Mac Pro using lion 10.7.2 to HP LaserJet M1319f mfp

    I'm unable to print from Mac Pro using lion 10.7.2 to HP LaserJet M1319f mfp. The HP website says that the HP LaserJet M1319F MFP is compatible with Lion 10.7.2.  Every time I try to perform a Test print I get an Error msg.  I'm using driver version 1.3.0.261

    https://discussions.apple.com/message/23765195#23765195

  • Recently upgraded Mac 24" to Lion (clean install) and now no external hard disks work with Time Machine

    Recently upgraded Mac 24" to Lion (clean install) and now no external hard disks work with Time Machine.
    installed new internal disk first with fresh 10.7.3 Lion software. Also upgrade ram to 4GB. Work great, super fast.
    BUT.... my WD 1TB firewire400 external disks no longer work with the Lion enabled machine now.
    FURTHER... I read somewhere that WD is problematic with Lion but Seagate was not... so I went and bought a new 3TB Seagate GoFlex.
    When it didnt work properly either, I patiently searched and found a software/firward upgrade and applied.
    I re-partitioned disk to extened/journaled standard, etc.
    Then assigned the particition to Time Machine. Drive turned the blue/grey color, so I thought it would work.
    But, it has now been in "preparing" mode in Time Machine for HOURS....
    What is up Apple? So dissappointed. Ive read these type of problems are notorious with Lion and I wish I never upgraded.
    Are you trying to make issues with External disks, to drive people to iCloud?  That trick ont work in me. I will not reward bad behaviour Apple.
    Please provide a fix... I wasted hours/days screwing around with this, instead of using the Mac for what its intended!

    Solved by Pondini, on another thread I opened...
    Answer:
    Sounds like either:
    A directory problem on your internal HD.  Verify your internal HD, and Repair any other volumes being backed-up per #A5 in Time Machine - Troubleshooting.
    Something in OSX may be damaged.  You've tried the "combo," so a fresh copy of OSX (that won't disturb anything else) would be worth a try (and you don't need a tech for that).  See Installing the ''combo'' update and/or Reinstalling OSX.

  • Back To My Mac not waking remote mac in Mountain Lion iCloud

    Back To My Mac will not connect to a remote mac in Mountain Lion unless that mac is awake. I have the "Wake for network access" button checked. Once I have somebody touch a keyboard to wake up the remote mac I can share screens, and share files, but this is obviously a problem if nobody is around to wake up the remote machine. I have screen sharing and file sharing checked, and I'm allowing access to the hard drive to myself as a user. This was not a problem in Mobile Me, but seems to be a problem in iCloud.
    Additionally, if I manually type in the the WAN IP address for the remote mac, it will connect to it's associated Time Capsule, but will not connect to the mac itself. All macs are 10.8.1.
    Any ideas what's going on?

    Hi Dan97103!
    I have an article here for you that can help you troubleshoot this issue with your Back to My Mac functionality:
    OS X: Using and troubleshooting Back to My Mac with your iCloud account
    http://support.apple.com/kb/ht4907
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

Maybe you are looking for

  • Narrow Casting Vs Widening Casting

    Hello, Can anybody please explain me the difference with an example between <b><i>Narrow Casting</i></b> and <i><b>Widening</b></i> <i><b>Casting</b></i> in ABAP Objects. Regards Kalyan

  • Error Message in Applet

    Does anyone know what could cause the following error message? I have tried putting "System.err.println("Test");" into my code, so that when I run it in TextPad I can see what is going on. However, even if I put it as the first line of init, nothing

  • Cannot disable color management in printer preferences dialog

    Hi, I'm evaluating PSE11 on a MacBook Pro running OS X 10.7.5.  I'm trying to print to an HP Officejet 6500 for which I have an ICC profile.  When I set Color Handling to "Photoshop Elements Manages Color" I receive the reminder that I must ensure th

  • Position showing in PA30 not PPOME

    Hi, I am using ECC6 and we have a problem where some times when an action is run we can see the employee is linked to their position via their PA record , however in PPOME the employee is not showing as occupying the position. If I run RHINTE00 repor

  • Loud fan noise-Macbook Pro

    I'm due for a new battery and I was wondering if that was causing a loud fan noise. this is my activity monitor: Active Memory: 1.47 GB Free Memory: 1,012.1 MB Wired Memory: 608.8 MB Used Memory: 2.88 GB Inactive Memory: 835.2 MB Total VM: 132.11 GB