[Bug] JDeveloper Crash on Recompile

I moved static methods from one class to another while the debugger was running. I then clicked Alt-F9 to recompile (without stopping the debugger).
JDeveloper 11.1.1.1.0 crashed with the following:
*... removed a long list to make the 30,000 character limit ...*
Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
Invoking command: Cut[ from oracle.ide.ceditor.CodeEditor ]
Performing action Find...[ from oracle.ide.ceditor.CodeEditor ]
Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
Performing action Undo Cut[ from oracle.ide.ceditor.CodeEditor ]
Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
Performing action Rebuild ClassAnalyzer.jpr[ from oracle.ide.ceditor.CodeEditor ]
Uncaught exception
java.lang.NullPointerException
  o.ii.log.TabbedPage$TabbedPageImpl$CurrentPageComponentListener.componentResized(TabbedPage.java:1318)
  o.i.log.DefaultLogPage.forceResizeNotification(DefaultLogPage.java:622)
  o.i.log.DefaultLogPage.clearAll(DefaultLogPage.java:605)
  o.j.compiler.CompilerPage.mas$clearAll(CompilerPage.java:83)
  o.j.compiler.CompilerPage$4.run(CompilerPage.java:1250)
  o.j.compiler.CompilerPage.clearAll(CompilerPage.java:1257)
  o.j.compiler.JCompiler$8.run(JCompiler.java:1157)
  j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
  j.a.EventQueue.dispatchEvent(EventQueue.java:597)
  j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  j.a.EventDispatchThread.run(EventDispatchThread.java:122)

Full stack trace.
java.lang.NullPointerException                                                 
        at oracle.ideimpl.log.TabbedPage$TabbedPageImpl$CurrentPageComponentListener.componentResized(TabbedPage.java:1318)                                    
        at oracle.ide.log.DefaultLogPage.forceResizeNotification(DefaultLogPage.java:622)                                                                      
        at oracle.ide.log.DefaultLogPage.clearAll(DefaultLogPage.java:605)     
        at oracle.jdeveloper.compiler.CompilerPage.mas$clearAll(CompilerPage.java:83)                                                                          
        at oracle.jdeveloper.compiler.CompilerPage$4.run(CompilerPage.java:1250)
        at oracle.jdeveloper.compiler.CompilerPage.clearAll(CompilerPage.java:1257)                                                                            
        at oracle.jdeveloper.compiler.JCompiler$8.run(JCompiler.java:1157)     
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)                                                                      
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)                                                                   
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)      
Exception occurred during event dispatching:                                   
java.lang.NullPointerException                                                 
        at oracle.jdeveloper.compiler.CompilerPage.getFileNode(CompilerPage.java:1073)                                                                         
        at oracle.jdeveloper.compiler.CompilerPage.addMsg(CompilerPage.java:828)
        at oracle.jdeveloper.compiler.CompilerPage.mav$addMsg(CompilerPage.java:83)                                                                            
        at oracle.jdeveloper.compiler.CompilerPage$3.run(CompilerPage.java:689)
        at oracle.jdeveloper.compiler.CompilerPage.processAsyncMsgQueue(CompilerPage.java:696)                                                                 
        at oracle.jdeveloper.compiler.CompilerPage.finishAsynchronousLogging(CompilerPage.java:649)                                                            
        at oracle.jdeveloper.compiler.IdeLog.unregisterAsynchronousLogPage(IdeLog.java:374)                                                                    
        at oracle.jdeveloper.compiler.JCompiler._logOutEndBuild(JCompiler.java:1192)                                                                           
        at oracle.jdeveloper.compiler.JCompiler.mav$_logOutEndBuild(JCompiler.java:77)                                                                         
        at oracle.jdeveloper.compiler.JCompiler$9.run(JCompiler.java:1215)     
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)                                                                      
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)                                                                      
        at java.awt.Dialog$1.run(Dialog.java:1047)                             
        at java.awt.Dialog$3.run(Dialog.java:1099)                             
        at java.security.AccessController.doPrivileged(Native Method)          
        at java.awt.Dialog.show(Dialog.java:1097)                              
        at java.awt.Component.show(Component.java:1447)                        
        at java.awt.Component.setVisible(Component.java:1400)                  
        at java.awt.Window.setVisible(Window.java:824)                         
        at java.awt.Dialog.setVisible(Dialog.java:987)                         
        at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)         
        at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)         
        at oracle.ideimpl.feedback2.client.ui.CustomerFeedbackDialog.runDialog(CustomerFeedbackDialog.java:110)                                                
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showCustomerFeedbackDialog(FeedbackManagerImpl.java:421)                                        
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showFeedbackDialog(FeedbackManagerImpl.java:345)                                                
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl$1.run(FeedbackManagerImpl.java:210)                                                             
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Exception occurred during event dispatching:
java.lang.NullPointerException
        at oracle.jdeveloper.compiler.CompilerPage.getFileNode(CompilerPage.java:1073)
        at oracle.jdeveloper.compiler.CompilerPage.addMsg(CompilerPage.java:828)
        at oracle.jdeveloper.compiler.CompilerPage.mav$addMsg(CompilerPage.java:83)
        at oracle.jdeveloper.compiler.CompilerPage$3.run(CompilerPage.java:689)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
        at java.awt.Dialog$1.run(Dialog.java:1047)
        at java.awt.Dialog$3.run(Dialog.java:1099)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Dialog.java:1097)
        at java.awt.Component.show(Component.java:1447)
        at java.awt.Component.setVisible(Component.java:1400)
        at java.awt.Window.setVisible(Window.java:824)
        at java.awt.Dialog.setVisible(Dialog.java:987)
        at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
        at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
        at oracle.ideimpl.feedback2.client.ui.CustomerFeedbackDialog.runDialog(CustomerFeedbackDialog.java:110)
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showCustomerFeedbackDialog(FeedbackManagerImpl.java:421)
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showFeedbackDialog(FeedbackManagerImpl.java:345)
        at oracle.ideimpl.feedback2.client.FeedbackManagerImpl$1.run(FeedbackManagerImpl.java:210)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Similar Messages

  • Jdeveloper Crashes when creating ADFBC on timesten

    Hi
    I am working on Jdev Studio 11.1.1.6.0 .
    I have created Timesten Connection to a Timesten database which is TimesTen 11.2.2.4.1 for Linux x86 (64-bit).
    When I try to create Entity Object in a ADF application from this connection for an existing table the Jdeveloper crashes without giving any error.
    Has anyone faced the same issue ?
    Is ADF supported for Timesten ?
    thanks
    Anup

    Hi,
    this may be specific to your setup. I suggest to try JDeveloper 11.1.1.3 and if this still reproduces, file a bug with support
    Frank

  • Whether the fix(in Bug 883973 - crash in JSFunction::getExistingScript) is indeed being back-ported to a Firefox 24.x ESR release?"

    Please continue with the existing question Firefox crashes [/questions/990856#answer-547733]
    whether the fix(in Bug 883973 - crash in JSFunction::getExistingScript) is indeed being back-ported to a Firefox 24.x ESR release?"

    Please continue with the existing question ''Firefox crashes'' [/questions/990856#answer-547733]
    '' whether the fix is indeed being back-ported to a Firefox 24.x ESR release? ''
    I will close this as a duplicate.
    To answer this you should of course try the latest Firefox 24.4 esr not the plain Firefox 24 from the Release channel.

  • JDeveloper crashes with triggers

    Hi,
    I still have a problem while trying to edit a trigger body from inside JDeveloper. In Connections-Navigator I can choose a trigger, but if I want to edit it, the IDE crashes without any warning. I even tried to create a new trigger, but the effect is the same. I have to mention that I'm using a Oracle 8i database. Of course I can use SQL*Plus for editing, but is this a bug? Thanks for your answers.

    Hi Shay,
    unfortunately I've got no message. The IDE is completely blocked out. I'm running it on a Windows XP Prof machine, so I have to kill the process (task manager), in order to get it running again. I think the problem might be the DBMS version (8i), because I tried it also connecting to a 10g and it works fine. Are there any restrictions regarding the version of the DBMS while trying to edit a trigger? By the way, right clicking on an existing trigger blocks the IDE too.
    Wait, I've let it run and now I've got the trigger in the editor, but after about 15 min. Now it's blocked again (CPU activity:0; memory usage: 73012 KB). Now special scanning activity from the antivirus program.

  • Huge CPU and HDD load without a reason. And lots of bugs, lags, crashes and freezes

    So with latest updates Firefox became as shitty as Google Chrome and other browsers made by marketers instead of programmers.
    Everyday I see crashes, lags, freezes. If I open more than 5 tabs - lags with flash-video guaranteed. If I open large pages (9Gag) - there's a big chance of "black screening" of all the tabs until restart.
    Why previous versions worked fine? In the same hardware.
    Here's screenshot of taskmanager while Firefox doing that "blackscreening":
    http://i.imgur.com/ufobuct.png
    Why do I have to restart my browser each 30 minutes to prevent that bugs? Why my CPU and HDD loaded as hell by fckng browser when I can't even use this browser?
    What a hell are you doing there, developers?

    I thought it will be attached automatically when I installed addon for this and saw "attach something" button.
    Сведения о приложении
    Имя: Firefox
    Версия: 33.1
    User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
    Многопроцессные окна: 0/1
    Сообщения о падениях за последние 3 дня
    Идентификатор сообщения: bp-f1d1d0fe-5932-4983-a2ed-066c12141124
    Дата отправки: 45 минут назад
    Все сообщения о падениях (включая 1 ожидающее отправки сообщение в заданном диапазоне времени)
    Расширения
    Имя: Adblock Plus
    Версия: 2.6.6
    Включено: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Имя: All-in-One Gestures
    Версия: 0.26
    Включено: true
    ID: {8b86149f-01fb-4842-9dd8-4d7eb02fd055}
    Имя: goo.gl lite
    Версия: 1.8.1
    Включено: true
    ID: [email protected]
    Имя: OmniSidebar
    Версия: 1.4.7
    Включено: true
    ID: osb@quicksaver
    Имя: Reddit Enhancement Suite
    Версия: 4.5.2
    Включено: true
    ID: jid1-xUfzOsOFlzSOXg@jetpack
    Имя: Speed Dial [FVD] - New Tab Page, Sync...
    Версия: 6.6.3
    Включено: true
    ID: [email protected]
    Имя: Thumbnail Zoom Plus
    Версия: 3.1
    Включено: true
    ID: [email protected]
    Имя: AS Magic Player
    Версия: 1.1.41
    Включено: false
    ID: [email protected]
    Имя: GKeep Panel
    Версия: 1.0.0
    Включено: false
    ID: [email protected]
    Имя: MEGA
    Версия: 2.0.195
    Включено: false
    ID: [email protected]
    Имя: Pocket
    Версия: 3.0.5
    Включено: false
    ID: [email protected]
    Имя: Private Tab
    Версия: 0.1.7.3
    Включено: false
    ID: privateTab@infocatcher
    Имя: Stylish
    Версия: 1.4.3
    Включено: false
    ID: {46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
    Имя: Super Start
    Версия: 7.3.2
    Включено: false
    ID: [email protected]
    Имя: Thin Bookmarks
    Версия: 1.1
    Включено: false
    ID: [email protected]
    Имя: Troubleshooter
    Версия: 1.1a
    Включено: false
    ID: [email protected]
    Графика
    Аппаратно ускоренные окна: 1/1 Direct3D 11 (OMTC)
    Версия драйвера: 9.18.13.4052
    Версия драйвера (GPU #2): 10.18.10.3379
    Визуализатор WebGL: Google Inc. -- ANGLE (NVIDIA GeForce 9400 GT Direct3D9Ex vs_3_0 ps_3_0)
    Дата разработки драйвера: 7-2-2014
    Дата разработки драйвера (GPU #2): 12-18-2013
    Драйвера видеокарты: nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um
    Драйвера видеокарты (GPU #2): igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Код производителя: 0x10de
    Код производителя (GPU #2): 0x8086
    Код устройства: 0x0641
    Код устройства (GPU #2): 0x0152
    Объём видеопамяти: 512
    Объём видеопамяти (GPU #2): Unknown
    Описание видеокарты: NVIDIA GeForce 9400 GT
    Описание видеокарты (GPU #2): Intel(R) HD Graphics
    Direct2D включён: true
    DirectWrite включён: true (6.2.9200.16384)
    GPU #2 активен: false
    windowLayerManagerRemote: true
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Важные изменённые настройки
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.parent_directory:
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 2
    browser.newtab.url: chrome://fvd.speeddial/content/fvd_about_blank.html
    browser.places.smartBookmarksVersion: 7
    browser.search.update: false
    browser.search.useDBForOrder: true
    browser.sessionstore.upgradeBackup.latestBuildID: 20141106120505
    browser.startup.homepage: about:superstart
    browser.startup.homepage_override.buildID: 20141106120505
    browser.startup.homepage_override.mstone: 33.1
    browser.tabs.closeWindowWithLastTab: false
    browser.tabs.warnOnOpen: false
    browser.urlbar.default.behavior: 2
    browser.urlbar.maxRichResults: 15
    dom.mozApps.used: true
    extensions.lastAppVersion: 33.1
    font.internaluseonly.changed: true
    font.size.variable.x-western: 12
    general.autoScroll: false
    gfx.direct3d.last_used_feature_level_idx: 1
    media.gmp-gmpopenh264.enabled: false
    media.gmp-gmpopenh264.lastUpdate: 1412259930
    media.gmp-gmpopenh264.path: C:\Users\Анатолий\AppData\Roaming\Mozilla\Firefox\Prof
    media.gmp-gmpopenh264.version: 1.1
    media.gmp-manager.lastCheck: 1416766734
    media.mediasource.enabled: true
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1416838694
    places.history.expiration.transient_current_max_pages: 92895
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.flash: 1
    plugin.state.npace_plugin: 1
    plugin.state.nprcplugin: 0
    print.printer_doPDF_v7.print_bgcolor: false
    print.printer_doPDF_v7.print_bgimages: false
    print.printer_doPDF_v7.print_colorspace:
    print.printer_doPDF_v7.print_command:
    print.printer_doPDF_v7.print_downloadfonts: false
    print.printer_doPDF_v7.print_duplex: -2147483578
    print.printer_doPDF_v7.print_edge_bottom: 0
    print.printer_doPDF_v7.print_edge_left: 0
    print.printer_doPDF_v7.print_edge_right: 0
    print.printer_doPDF_v7.print_edge_top: 0
    print.printer_doPDF_v7.print_evenpages: true
    print.printer_doPDF_v7.print_footercenter:
    print.printer_doPDF_v7.print_footerleft:
    print.printer_doPDF_v7.print_footerright: &D
    print.printer_doPDF_v7.print_headercenter:
    print.printer_doPDF_v7.print_headerleft:
    print.printer_doPDF_v7.print_headerright: &U
    print.printer_doPDF_v7.print_in_color: true
    print.printer_doPDF_v7.print_margin_bottom: 0
    print.printer_doPDF_v7.print_margin_left: 0
    print.printer_doPDF_v7.print_margin_right: 0
    print.printer_doPDF_v7.print_margin_top: 0
    print.printer_doPDF_v7.print_oddpages: true
    print.printer_doPDF_v7.print_orientation: 0
    print.printer_doPDF_v7.print_page_delay: 50
    print.printer_doPDF_v7.print_paper_data: 9
    print.printer_doPDF_v7.print_paper_height: 11,00
    print.printer_doPDF_v7.print_paper_name:
    print.printer_doPDF_v7.print_paper_size_type: 0
    print.printer_doPDF_v7.print_paper_size_unit: 1
    print.printer_doPDF_v7.print_paper_width: 8,50
    print.printer_doPDF_v7.print_plex_name:
    print.printer_doPDF_v7.print_resolution: 391
    print.printer_doPDF_v7.print_resolution_name:
    print.printer_doPDF_v7.print_reversed: false
    print.printer_doPDF_v7.print_scaling: 1,00
    print.printer_doPDF_v7.print_shrink_to_fit: true
    print.printer_doPDF_v7.print_to_file: false
    print.printer_doPDF_v7.print_unwriteable_margin_bottom: 0
    print.printer_doPDF_v7.print_unwriteable_margin_left: 0
    print.printer_doPDF_v7.print_unwriteable_margin_right: 0
    print.printer_doPDF_v7.print_unwriteable_margin_top: 0
    privacy.cpd.cookies: false
    privacy.cpd.sessions: false
    privacy.donottrackheader.enabled: true
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 0
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1415784066
    Важные заблокированные настройки
    JavaScript
    Инкрементальный GC: true
    Поддержка доступности
    Активирована: false
    Отключение поддержки доступности: 0
    Версии библиотек
    NSPR
    Ожидаемая минимальная версия: 4.10.7
    Используемая версия: 4.10.7
    NSS
    Ожидаемая минимальная версия: 3.17.2 Basic ECC
    Используемая версия: 3.17.2 Basic ECC
    NSSSMIME
    Ожидаемая минимальная версия: 3.17.2 Basic ECC
    Используемая версия: 3.17.2 Basic ECC
    NSSSSL
    Ожидаемая минимальная версия: 3.17.2 Basic ECC
    Используемая версия: 3.17.2 Basic ECC
    NSSUTIL
    Ожидаемая минимальная версия: 3.17.2
    Используемая версия: 3.17.2
    Экспериментальные возможности
    -----------------------------

  • [Serious BUG] Youtube crashes to death; fresh Windows 7 install; firefox and plugins updated; plugin-container.exe disabled; noway

    This happens to me and to two friends of mine. So it's hardly a coincidence.
    I have done a fresh Windows 7 install (for other reasons) so I thought this problem (which I had since about version 8.0) would disappear. I was wrong.
    Firefox and plugins are updated:
    Firefox 13.0
    Shockwave Flash 11.3 r300
    GPU video drivers are also updated.
    I came across the "plugin-container.exe solution" but it didn't solve the problem.
    How to reproduce the bug.
    Visit Youtube and click on some video. Minimize Firefox. Wait some seconds. Next time you restore the window Firefox crashes, you have to kill plugin-container.exe from the task manager OR you have to restart the entire browser in case you've disabled the plugin container.
    The same bug should occur when having various tabs open and one of them is Youtube with a video playing. But also when Firefox has no focus and you have other windows on top of it (and a Flash video running or even paused).
    Since this does happen:
    -with a fresh install;
    -with everything updated;
    -even disabling the plugin controller;
    it seems very very strange to me that this problem is STILL present since version 8.0 (or even before) and that there is so few reports of this bug around the internet.
    I'm not complaining here, I'm just showing my perplexity about almost noone having this bug which is ruining my (and my friends') Firefox experience since the past years.
    My purpose here is:
    * to let you know about this problem;
    * to know if other are experiencing it;
    * hopefully to keep giving support to this thread and answer to your questions about this bug so to help this thing being fixed;

    For problems that occurred with Flash 11.2 and earlier, you might want to consider disabling graphics hardware acceleration in both Flash and Firefox.
    '''Flash'''
    Right-click any video in Flash Player and choose Settings.
    Clear the checkbox for "Enable hardware acceleration"
    '''Firefox'''
    Save all work (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    Restart Firefox.

  • BUG JDeveloper with OTPC extension lockup

    I am using JDeveloper 11.1.1.1.0 with Oracle Team Productivity Center 11g on Windows XP. I am also connecting to a locally installed Oracle Team Productivity Center server running on a WebLogic 11g Server with Oracle 10g Express database although that is probably irrelevant. I am launching JDeveloper in the Default Role.
    I encountered a bug that consistently causes a lockup which forces a force quit. Below are the steps to reproduce:
    1) In the Team Navigator view navigate to Team Administration
    2) Go to the Repositories tab
    3) Click Work Item and then the Plus to add a new repository
    4) Select the Jira connector (only one I have installed and probably irrelevant) and click the Plus to add
    5) Close Team Administration and Reopen to Repositories tab
    6) Click the new repository you created
    7) Ctrl-Left Click on the 'New Repository Server' field in the Name column of the Repository Servers table
    8) On the warning dialog that popups click OK or X
    9) The dialog text and OK button dissapears and the dialog can not be closed through hitting X or verbal threats
    Surprisingly this does not occur if the field is Left Clicked (without the Ctrl)
    I also encountered a second issue during Oracle Team Productivity Center Server install. The gist of it is that selecting that you want a Connector to be installed the Next button does not work upon reaching the select sources page. If you change to install from local file then the Next button works again. Here is exception from tpcinstaller.log:
    java.lang.NullPointerException
         at javax.ide.extension.ExtensionRegistry.findExtension(ExtensionRegistry.java:60)
         at oracle.ideimpl.extension.ExtensionManagerImpl.getSystemDirectory(ExtensionManagerImpl.java:329)
         at oracle.ide.config.Preferences.getPreferenceDirectory(Preferences.java:89)
         at oracle.ide.config.Preferences.getPreferences(Preferences.java:60)
         at oracle.ide.webbrowser.WOCAuthenticator.getRememberedAuthentication(WOCAuthenticator.java:71)
         at oracle.alminternal.installer.util.DownloadUpdates.authenticateOTN(DownloadUpdates.java:233)
         at oracle.alminternal.installer.util.DownloadUpdates.copy(DownloadUpdates.java:302)
         at oracle.alminternal.installer.util.DownloadUpdates.download(DownloadUpdates.java:169)
         at oracle.alminternal.installer.Installer.downloadRemoteBundles(Installer.java:259)
         at oracle.alminternal.installer.ui.InstallerWizard$InstallerWizardValidateListener.wizardValidatePage(InstallerWizard.java:2283)
         at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
         at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard._validatePage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2475)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1045)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Edited by: user11232535 on Oct 30, 2009 1:42 PM

    Hi,
    Thanks for this feedback, I am looking into it and will get back to you. Have you been able to work around this issue and continue to use TPC with your JIRA repository?
    rgds
    Susan
    susanduncan.blogspot.com

  • Annoying bug - program crashes when "Paste as Background" is used

    Guys, I have a nasty bug which is making edits VERY time-consuming, and I'm hoping that someone can help.
    When I wish to replace a slide background, either with a new background copied from Paint, or from another slide (using the Copy Background function), it basically crashes every single time if I try and perform this more than once.  (ie. I can change one background, save, close down the program entirely, restart, and I'm fine.  If I try to do a second "paste as background", the screen freezes up badly, the slide being pasted into in filmstrip view goes white, and I cannot save the changes, though it appears to save.  See the images below.
    It's gotten worse as the project has increased in size.  It's now pretty big - 182 slides - though I would have expected the software to handle it.  It was occurring noticeably when the project was only 50 odd slides though.
    Thanks guys
    Lynton
    1) I copy.
    2) I paste.
    3) It's crashed.  Screen frozen, slide being pasted into white in filmstrip view.  Saving is not possible.
    4) If I restart the entire program it works OK again and I can retrieve the project up to the PRIOR save (ie. I lost work!!).  If I close just that project I get the following error, and I can't open effectively.  This error presumably holds the key to what just went wrong with the crash.

    Hi there
    Sorry, but once you surpassed about 65 slides you entered the danger zone. Frankly, I'm surprised that's the only issue you are seeing with that many slides!
    The recommendation is to keep projects somewhere between 50-65 slides.
    Bottom line is that you need to break the project apart into different sections and make smaller segments you link together.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • BUG: JDeveloper code editor shows valid static import call as error

    I've noticed what appears to be a bug in the JDeveloper code validator when dealing with static imports.
    The following classes demonstrate the problem:
    package test;
    public class Parent {
      public static void parentMethod() {
        System.out.println("called parentMethod.");
    package test;
    public class Child extends Parent {
      public static void childMethod() {
        System.out.println("called childMethod.");
    package test;
    import static test.Child.*;
    public class StaticInheritanceTest {
      public static void main(String[] args) {
        Child.childMethod();
        Child.parentMethod();
        childMethod();
        parentMethod();  //<-- this line is highlighted as an error
    }Notice how on lines 7 and 8 of StaticInheritanceTest, the code validator does recognise that both parentMethod and childMethod are static methods of the Child class.
    Since 'Child' has been statically imported, then parentMethod should be available. Although parentMethod is presented as an 'auto-suggest' at line 11 in StaticInheritanceTest, when you try to call it the code editor shows the call as an error and the Ctrl-Click (to drill down into the method) doesn't work.
    When I run the class, it compiles successfully and runs with the following output:
    called childMethod.
    called parentMethod.
    called childMethod.
    called parentMethod.This might seem like an obscure and theoretical problem, but I've hit this whilst using Mockito, which uses exactly this kind of inherited static method to provide matchers.

    Hi,
    thanks. Will file a bug. This seems to be a designtime only issue that does not present a show stopper.
    Frank

  • Strange JDEVELOPER crash scenario...

    This crash scenario only happens on one of my machines, all XP SP2.
    1. I have an ODBC connection to a (localhost) MySQL DB.
    2. I make a DB connection in JDEVELOPER (10.1.2.17.84) using the ODBC connection.
    3. On creation, the connection tests itself (successfully) and then appears in the DB connection list.
    4. When I try to open the connection to see the tables, JDEVELOPER immediately (and I do mean IMMEDIATELY) crashes. It does not hang, it just crashes.
    5. It happens with MySQL 4 and MySQL 5 (not both installed at the same time.)
    6. I also have a connection to an MS mbd, which works fine.
    Has anyone seen this before? How can it be remedied?
    Thank you very much,
    David Littman
    [email protected]

    Thank you for the reply. I was using the regular MySQL ODBC connector drivers packaged with the MySQL Connector download.
    I downloaded the newest version (one minor rev beyond the one I had on my system) and it began working fine.
    I do not know if this is a general incompatibility but if it is it might be useful to document it.

  • BUG: JDeveloper 10.1.3.0.3 EA - Exception in switch using enum

    Hi,
    I was encountered runtime exception in switch statement, if I use enum.
    In the next example the exception:
    Exception in thread "main" java.lang.ClassFormatError: Invalid field attribute index 0 in class file com/crcdata/enumtest/client/EnumTest$1
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at com.crcdata.enumtest.client.EnumTest.main(EnumTest.java:13)
    is thrown on line "switch (season)".
    package com.crcdata.enumtest.client;
    public class EnumTest {
      public enum Season { WINTER, SPRING, SUMMER, FALL }
      public EnumTest() {
      public static void main(String[] args) {
        EnumTest enumTest = new EnumTest();
        Season  season = Season.WINTER;
        switch (season) {
          case WINTER:
            System.out.println("Season: " + season.name());
            break;
          default:
            System.out.println("Another season");
            break;
    }This exception occur only if use ojc compiler. The javac compiler is OK.
    Versions:
    JDeveloper 10.1.3.0.3 EA
    J2EE 1.5.0_05
    Regards,
    Petr

    Thanks for reporting this. I filed bug 4720493 on this.

  • Bug: Jdeveloper 10.1.3.2.0 !!

    I am not sure if it is a bug or not, but my jdeveloper 10.1.3.2.0 did like this:
    http://blogs.oracle.com/Didier/2006/11/22
    can anyone explain the matter?
    Bassam

    Noooooo nothing works
    But I am getting this error:
    Error exercising tag : f:facet
    javax.servlet.jsp.JspException: Cannot find FacesContext
    This is my web.xml
    ============================
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>SRDemo Sample 10.1.3 web application</description>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>oracle.srdemo.view.DataBindings</param-value>
    </context-param>
    <context-param>
    <!-- Maximum memory per request (in bytes) -->
    <param-name>oracle.adf.view.faces.UPLOAD_MAX_MEMORY</param-name>
    <!-- Use 5000K -->
    <param-value>5120000</param-value>
    </context-param>
    <context-param>
    <!-- Maximum disk space per request (in bytes) -->
    <param-name>oracle.adf.view.faces.UPLOAD_MAX_DISK_SPACE</param-name>
    <!-- Use 10,000K -->
    <param-value>10240000</param-value>
    </context-param>
    <context-param>
    <description>Parent directory location of SRDemo fileuploads</description>
    <param-name>SRDemo.FILE_UPLOADS_DIR</param-name>
    <param-value>/tmp/srdemo_fileuploads</param-value>
    </context-param>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jspx</welcome-file>
    </welcome-file-list>
    <jsp-config/>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>ALL Manager</web-resource-name>
    <url-pattern>faces/app/management/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>manager</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>AllStaff</web-resource-name>
    <url-pattern>faces/app/staff/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>technician</role-name>
    <role-name>manager</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>SRDemo Sample</web-resource-name>
    <url-pattern>faces/app/SRAbout.jspx</url-pattern>
    <url-pattern>faces/app/SRCreate.jspx</url-pattern>
    <url-pattern>faces/app/SRCreateConfirm.jspx</url-pattern>
    <url-pattern>faces/app/SRCreateDone.jspx</url-pattern>
    <url-pattern>faces/app/SRFaq.jspx</url-pattern>
    <url-pattern>faces/app/SRFileUpload.jspx</url-pattern>
    <url-pattern>faces/app/SRHelp.jspx</url-pattern>
    <url-pattern>faces/app/SRList.jspx</url-pattern>
    <url-pattern>faces/app/SRLogout.jspx</url-pattern>
    <url-pattern>faces/app/SRMain.jspx</url-pattern>
    <url-pattern>faces/app/SRWelcome.jspx</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>user</role-name>
    <role-name>technician</role-name>
    <role-name>manager</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>infrastructure/SRLogin.jspx</form-login-page>
    <form-error-page>infrastructure/SRLogin.jspx</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <description>Customers of ACME corp</description>
    <role-name>user</role-name>
    </security-role>
    <security-role>
    <description>Employees of ACME corp</description>
    <role-name>technician</role-name>
    </security-role>
    <security-role>
    <description>The boss</description>
    <role-name>manager</role-name>
    </security-role>
    <resource-ref>
    <res-ref-name>jdbc/SRDemoDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-ref>
    <res-ref-name>jdbc/SRDemoCoreDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    ====================================

  • XYGraph Cursor legend bug instantly crashes LabView 2012

    Hi!
    I am just facing a very annoying bug.
    Please find my example VI attached, I would like to know wheather you can confirm the bug? Run the VI if you wish to see some curve (actually the bug appears even if you do not put any data on the graph, if you do, just the same) and after that try to click on the cursor legend vertical scrollbar to scroll up or down to see the cursor names.
    It instantly crashes my LabView 2012 Full version:  12.0.1f2 (32-bit). This XYGraph always crashes LabView... I cannot go on with my project, now I will just try to bypass the error, I will try to delete the cursors, and add them again...
    Anyhow, very strange and annoying behaviour...
    Anyone could repeat the same bug?
    Thanks for support!
    Solved!
    Go to Solution.
    Attachments:
    XYGraph_bug_test1.vi ‏149 KB

    hello,
    please find attached my example VI, where I would like to programmatically set the label position of a cursor. Why my code does create at every run a new cursor with the same name?
    thanks!
    Attachments:
    cursor_offset_label_via_propertynode.vi ‏12 KB

  • Jdeveloper Crashing When Viewing History

    When I try to view history for certain files from a project that is using version control with CVS the application throws an exception and asks me hot to proceed. I am using JDeveloper 11g 11.1.1.1.0. The exception is:
    java.lang.ArrayIndexOutOfBoundsException: 1
         at oracle.ide.vhv.rlog.RlogFormat.parse(RlogFormat.java:146)
         at oracle.jdevimpl.vcs.cvs.util.log.CVSLogParser.parse(CVSLogParser.java:77)
         at oracle.jdevimpl.vcs.cvs.util.log.CVSLogReadWorker.getEntries(CVSLogReadWorker.java:104)
         at oracle.jdevimpl.vcs.cvs.util.log.CVSLogModel.getEntries(CVSLogModel.java:155)
         at oracle.jdeveloper.history.HistoryManager.buildModel(HistoryManager.java:348)
         at oracle.jdevimpl.history.HistoryViewer.refresh(HistoryViewer.java:432)
         at oracle.jdevimpl.history.HistoryViewer.refresh(HistoryViewer.java:425)
         at oracle.jdevimpl.history.HistoryViewer$3.run(HistoryViewer.java:284)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    How do I get around this?

    I have a similar deal. I'm using the MiniPort VGA adapter for a secondary LCD screen and it crashes in the same fashion, sometimes it takes 30 mins, sometimes it takes 8 hours for it to happen. Please let me know if you figure out a solution, i'll do the same.

  • Possible code bug causing crash on Wine/Linux

    As I am running Linux, I don't expect support as such but thought I would offer a possible contribution to the beta program as follows:
    When starting Safari under Wine (an implementation of the Win32 API) on Linux, I get the following debug message:
    DIB_GetBitmapInfo (44): unknown/wrong size for header
    What I understand this to mean is that the Windows function GetBitmapInfo is being passed a dodgy parameter.
    This is followed by a crash for me, but I guess on Windows, is quietly ignored.
    I have seen a report on CodeProject regarding an identical crash caused by a coder setting the biSize member of the bmiHeader (BITMAPHEADERINFO) element of a BITMAPINFO structure to the incorrect size. In the example given, it had been set to sizeof(BITMAPINFO) rather than sizeof(BITMAPINFOHEADER)
    e.g.
    bmpInfo.bmiHeader.biSize = sizeof (BITMAPINFO);
    instead of
    bmpInfo.bmiHeader.biSize = sizeof (BITMAPINFOHEADER);
    For any devs. interested as to whether there may be a bug, the call stack generated by Wine, showing the offsets from the base address of coregraphics.dll (loaded at 0x6b000000) is as follows, with the crash actaully occurring at '=> 1'
    Backtrace:
    =>1 0x6b262e97 in coregraphics (+0x262e97) (0x0033ed38)
    2 0x6b0f9da4 in coregraphics (+0xf9da4) (0x0033f31c)
    3 0x6b1e0fff in coregraphics (+0x1e0fff) (0x0033f4bc)
    4 0x6b1d19ee in coregraphics (+0x1d19ee) (0x0033f578)
    As I say, I'm not expecting any feedback on this - I'm just being neighbourly I also fully accept that I may be completely wrong in my assessment of the issue.
    Dell Inspiron   Other OS  

    There was an even earlier build than the two mentioned.
    Talk about "early revisions" I guess so, and it doesn't look like there will be a unified version tomorrow.
    I recall AYM had a note about video performance and in that instance, the build on the DVD was never than what was on the hard drive and within a week or so disk drives carried the "new, improved" video on disk as well.
    There may be other changes that go hand-in-hand other than build, too. Did they look at the Boot ROM and SMC Version of the systems?
    Boot ROM Version: MP11.005C.B00
    SMC Version: 1.7f6

Maybe you are looking for