Jdeveloper 10.1.3.2 + Mac OSX 10.1.4.8 = SecurityException?

I just downloaded Jdev 10.1.3.2 and tried to get it running on my Mac. It all runs fine if you run the <jdev_home>/jdev/bin/jdev UNIX script.
Unfortunately, when I try to quit the application, I get a SecurityException for which I can't find a solution.
Exception in thread "AWT-EventQueue-0" java.lang.SecurityException
        at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
        at java.lang.Runtime.exit(Runtime.java:88)
        at java.lang.System.exit(System.java:868)
        at com.apple.eawt.Application$6.run(Application.java:388)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Is there a short-term solution for this (except from waiting until the DMG is available) ?
TIA

Hi,
This is a known issue that we're tracking as bug 4967012. Unfortunately, I'm not aware of a workaround, short of forcibly terminating JDeveloper.
The DMG files should hopefully be available early next week.
Thanks,
Brian

Similar Messages

  • Error when re-deploy WLS in Jdeveloper 11g v.11.1.1.2.0 on Mac OSX

    Hi,
    Would appreciate if anyone can help me for the following issue:-
    After installed JDeveloper 11g v.11.1.1.2.0 on Mac OSX by following:-
    http://blogs.oracle.com/shay/2009/04/installing_jdeveloper_11g_on_m.html
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4
    I have no problem when I start and run WLS + application at the first time. However, I got the following error when I "RE-DEPLOY" the application by pressing run button again.
    <Aug 3, 2010 3:35:35 PM GMT+00:00> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at Aug 3, 2010 3:35:35 PM GMT+00:00. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Aug 3, 2010 3:35:35 PM GMT+00:00 SERVER = DefaultServer MESSAGE = [ServletContext@971160771[app:Receivable module:Receivable-ViewController-context-root path:/Receivable-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.StringIndexOutOfBoundsException: String index out of range: -2
         at java.lang.String.substring(String.java:1937)
         at java.lang.String.substring(String.java:1904)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils._getNSComponentSelector(CSSGenerationUtils.java:632)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils.getNamespacedSelectors(CSSGenerationUtils.java:525)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getShortStyleClassMap(FileSystemStyleCache.java:1086)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getStyleSheetDocument(FileSystemStyleCache.java:652)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getEntry(FileSystemStyleCache.java:421)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.getStyleSheetURIs(FileSystemStyleCache.java:177)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.StyleSheetRenderer.encodeAll(StyleSheetRenderer.java:97)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1501)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderSkinStylesheet(DocumentRenderer.java:1835)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:781)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1501)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = jackp-mac.perfitcomputer.com TXID = CONTEXTID = TIMESTAMP = 1280849735294
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000

    After following "known issue" from this link http://crmondemand.oracle.com/technetwork/developer-tools/jdev/knownissues-096030.html
    the problem has been fixed.

  • JDeveloper on Mac OSX

    Hello!! , i've tried to install Jdeveloper 11.1.1.2.0 on my Mac OSX, but without success....
    Any advice ??

    Take a look at:
    http://www.oracle.com/technology/products/jdev/htdocs/11/11.1.1.1/knownissues.html#install4
    You can also may take a look :
    http://blogs.oracle.com/shay/2009/04/installing_jdeveloper_11g_on_m.html
    Good luck mate !

  • JDeveloper 10.1.2.1.0 Build 1913 on Mac OSX

    Every time I try to use the embedded oc4j I get an ArrayIndexOutOfBoundsException. Here are the top two lines of the stack trace.
    06/01/20 18:19:38 java.lang.ArrayIndexOutOfBoundsException
    06/01/20 18:19:38      at oracle.xml.parser.v2.XMLText.xdkGetNodeValue(XMLText.java:857)
    I am running Mac OSX 10.3.9
    Any help would be appreciated.
    Dan Davies

    I did not try myself, but what may help is to pass the -Djava.io.tmpdir=/tmp parameter to JDeveloper. I know this helped with some other problems related to the latest Mac JDK update. The problem is that this update uses a different temp dir, which contains some weird characters, and not all software is prepared for those.

  • Using iSQL*Plus with MAC OSX

    I have Oracle 9.2.0.1.0 installed on OSX together with JDeveloper.
    I have also done an apachectl start so that when I point the browser at http://localhost:80 I get the Apache admin screen.
    The problem is that pointing at http://localhost:80/isqlplus gives the message: The requested URL /isqlplus was not found on this server.
    I think that isqlplus is not installed properly and is not registered with the server. I could not see any conf file in the directory $ORACLE_HOME/Apache. However there is a file called isqlplus.conf.sbs in the $ORACLE_HOME/sqlplus/install directory that looks like it needs to be used.
    What should I do to get this running please?

    Hi Alison
    I think you are right to suspect that the Apache I have is not supplied by Oracle. There was no installer for MAC OSX it was a much more manual effort; I dowloaded the release from the Oracle web site and then unzipped the archive, created the oracle user and account from the unix prompt and ran the scripts to create the database objects.
    I searched for httpd.conf and I find the following:
    [Paula-Prestons-Computer:/] root# find . -name "httpd.conf"
    ./private/etc/httpd/httpd.conf
    [Paula-Prestons-Computer:/] root#
    [Paula-Prestons-Computer:/] root# grep -i sql ./private/etc/httpd/httpd.conf
    [Paula-Prestons-Computer:/] root#
    and I think this is the Apache that is bundled with the OSX operating system as it has nothing about sql in it.
    Thanks for your efforts, any more news or info you get would be appreciated.
    Paul.

  • SOA Suite on Mac OSX 10.6.8

    Has anyone setup SOA suite on MAC OSX 10.6.8?
    Any pointers to getting started will be a great help.
    Thanks in advance.

    Maybe this could help?
    http://redstack.wordpress.com/2011/01/27/installing-weblogic-server-on-mac-os-x/
    Apart from that, I had a friend install other items, like JDeveloper and Oracle XE on his Mac OS, was not much different from the usual windows installation.
    Hope this helps!

  • Wifi have a problem on Mac OSX 10.9

    Hi!
    My Mac is a 2012 model and I am having a problem to ask is due to hardware or software errors. I'm using Mac OSX 10.9.1 and sometimes the wifi connection is lost completely. Turn Off I have wifi on my computer and turn it on its new wifi working again. Can you tell me what that error is due to hardware or OSX 10.9 or not and how to overcome? But when i run my computer on windows by bootcamp driver newest it not problem!
    Thanks

    Hi Imad
    This may not be a Mavericks issue.  We've had a small number of Mac users (including me) hit a lock up with 12.1.2 similar to what you've described on Mountain Lion and we've not been able to reproduce it consistently yet.
    Can I get you to do me 4 things please?:
    Launch JDeveloper from <jdev_home>/jdeveloper/jdev/jdev (this will open a terminal window to run JDev from)
    a) Repeat the cause of the issue.  Once JDev has locked up, without closing it down, in the terminal window that is running JDev type "Ctrl \".  This will produce a full thread dump.  Copy the complete contents to a file.
    b) Via your Apple menu -> About this Mac -> More Info -> System Report option, select Print, then print/save the output to a PDF file.  This will give us a complete dump of your machine's configuration.
    *Please note that this will likely reveal information about you as an individual.  It's my intention to place that output in the internal bug tracking this issue so the developers can check your Mac's configuration.  If you're not comfortable with that, we can instead get you to lodge an SR with Oracle Support who have the requisite privacy policies in place.  Your call*
    c) Email both files to me at chris DOT muir AT oracle DOT com, or alternatively place them on DropBox or similar and just send me links.
    d) Update this thread to say you've posted the content, which if it gets blocked by a firewall I'll know to chase this up.
    Finally there is a work around which isn't ideal, simply don't open the pages in Design/Preview mode.  Via Preferences -> File Types you can change the default behaviour when opening a file so it shows source code instead.
    Thanks & regards,
    Chris Muir
    ADF Product Management

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • Why can't I open a GarageBand recording on my iPhone in GarageBand on Mac OSX?

    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5.  What gives?
    Not only will it not open (and the software on my Mac platform is way more recent than on my iPhone, so you'd think it would be upward compatible), but when I try to open this iOS-created file on the Mac, it asks me where I want to save it ... it's already saved, I'm just trying to open it.
    I've looked at the reviews for the latest GarageBand, which it tells me I need to upgrade to, and they are terrible!  Many report that they wish they hadn't upgraded and that they could get back to an older version of GarageBand on their Mac.
    Does this mean I'm stuck and the two GarageBand platforms are not compatible and that I won't be able to open this file?  ... other thanes an mp3 in iTunes ...
    Thanks for any insights you can give me.

    BigMacUser wrote:
    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5. 
    [...] when I try to open this iOS-created file on the Mac, it asks me where I want to save it
    it sounds like it's opening fine, but you're just not letting it finish.
    it's asking you to save a version of the song for the mac; if it saved over the original file, it could no longer be opened on the iOS device, if you needed to alter something later

  • Firefox no longer working with Mac OSX 10.4.11

    i'm using Mac OSX 10.4.11 and Firefox 3.6.12. As i understand it any of ur upgrades no longer work with this computer system. ( I tried to upgrade last week and ur site said upgrades no available gfor my platform version. Last week every time i conducted a search (default Google) i was redirected to http://search.creativecommons.org/?q=crossword+puzzles&sourceid=Mozilla-search.what gives? Have I been hijacked? also sites that I use daily are clipped and entire pages are smaller than usual . see www.shockwave.com
    If u are no longer supporting Mac users, please let us know in advance or at least post it on ur site. Can no longer use Firefox...

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Cmd+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    Firefox > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    If you open about:crashes, you should get links to online crash reports. You could post some of the crash IDs for review by volunteers here.
    Given the timing, another issue might be some ads or media in the page. There are some add-ons to block such things...

  • I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto '09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn't need it). I am totally happy with the

    I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto ’09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn’t need it).
    I am totally happy with the way iPhoto organizes my photos and how I can work with iMovie to create slide shows with music from iTunes, etc.
    I have been shooting mostly high resolution jpegs and I continue to learn more and more about photography, post processing etc. I realize that the small adjustments I can make in iPhoto are good, and are adequate most of the time. However, a have started to experiment with shooting RAW images and would like to go the next step, ie. post processing.I am totally technically challenged and need SIMPLE, INTUITIVE programs and am certainly NOT anywhere ready for Photoshop CS whatever!
    After having these programs sit on my computer, I decided to try to see if I could figure them out. When I opened Aperture, this is what first comes up.
    “Welcome to Aperture 3.2
    Your library needs to be upgraded to work with this version of Aperture. Once upgraded, you will not be able to use this library with previous versions of Aperture.
    Upgrading a library from previous versions of Aperture 3 generally takes a few minutes or less, though larger libraries will take longer. After that, Aperture 3.2 will upgrade your library's thumbnails, but you can use the application during that time.
    Tip: To open a different library, quit Aperture and hold the Option key down while starting Aperture
    Current Library Location:
    Jadzia (home)   -----Pictures------Aperture Library
                                                      QUIT             UPGRADE”
    I have heard horror stories  about moving your entire library to Aperture, ending up with 2 libraries, etc. etc. hence my previous reluctance in attempting Aperture. In addition, many of my photography friends are saying: Go with Lightroom 3.....you’ll love it!
    So here is my dilemma.  I don’t want to mess around with my iPhoto library. All I want to be able to do, is to isolate a few photos, export them to Aperture, Elements, and work on them there, then bring them back into iPhoto.
    Can I do this? Should I forget about Aperture and Elements and look at purchasing yet another program like Lightroom?

    Export those few photos via the File ➙ Export ➙ File Export menu option with Kind = Original to the Desktop.  Then import them into the Aperture library. That would keep one copy in your iPhoto library and another in your Aperture library to edit, etc.
    You can use Photoshop Elements 9 from within iPhoto as your editor of choice. However, if you edit a raw file in iPhoto with PSE9 the resulting edited version must be saved outside the iPhoto Library and imported back in as a new file.  For editing jpegs just do a Save (not a Save As) and it all will be kept within iPhoto. 
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • Canon  Vixia HV30 capture issue on CS6 (Mac OSX)

    This might be (hopefully) something in setup, but under Mac OSX Lion (10.7.4) / Premiere CS6, i am unable to capture video from my Canon Vixia HV30 - it's either i get a monstruous noise or simply get a 'capture device offline' message.
    No one ever had a similar problem even withanother cam here? I posted weeks ago but never got any reply.
    Am using the same cam under Windows with Premiere CS4 and never faced such an issue.
    Matter of some sort of CODEC ?  Does not seem to require any specific driver for Mac based on Canon website.
    Any suggestion?
    Thanks,
    Rob

    Solved... (Almost!)
    Someone pointed out that Canon has a software (they said there was no driver for Mac OS X so I had stopped looking...) But if it may help others, there is a ''CameraWindow'' for Mac OS X 10.6, 10.7 and 10.8  available. 
    As soon as I installed it, I could capture both from Adobe Premiere CS6 and iMovie.
    One problem remaining though : the noise (feedback-like) that gets out from... the system's sound card ! (when capture is ongoing). I have to shut down the volume completely.  Never had this issue under Windows, need to figure out why this happens now.
    Jeff thanks again for your assistance, even though the solution was somewhere else.
    If anyone has a clue for the noise issue ... please let me know
    Rob

  • 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

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

  • HT1893 After installing Mac OSX Snow Leopart 10.6.3 my HP Photosmart C5500 won't scan to computer.  The printer is working. What do I have to do to be able to scan again?

    After installing Mac OSX Snow Leopart 10.6.3 my HP Photosmart C5500 won't scan to computer.  The printer is working. What do I have to do to be able to scan again?

    Often, you have to download updated vendor software drivers when you switch operating systems. HP doesn't list a C5500 on their web site, however, here's the link to the OS X 10.6 C5540 software.  If you have one of the other C55xx models, look for the updated driver/scan software on their software/driver download section of HP.Com.

Maybe you are looking for

  • Can't create new contact in OS7

    My husband has a new iPhone 5c. Some of the calls in his recent call list give the option of "create new contact" when you press on the "i" next to the phone number of the recent call. Other calls give the option of sharing the contact, but not creat

  • Should we get XSan or Drobo

    Our company has a small publishing department and they all use Macs. We only have 6 Macs, all desktops or power books, but no Xserves. Right now, we're looking into getting centralized storage just for the Macs. We currently use a shared Windows serv

  • Unable to find specied column in result set.

    i m trying to display database values in textboxes on SelectedIndex_Changed event of list box control but i am getting "Unable to find specified column in result set" again n again.. why this is so??????

  • Can See Songs in Library & Playlist, but error Message of "file not found"!

    Though I can actually find the songs in my "My Documents" and individual user files, I can no longer play directly from i-Tunes like before. I installed 7.0 and also was using a sync program (Winamp)and I may have really screwed things up! Any sugges

  • Transfer data in session

    Hi, I customize the page of login with one application made in Struts. This application is layer that searchs some data in database, as number of the emp, center of cost and places in session. But as the Portal creates one session, i not obtains to p