Jsp and Jspx  generates error when attempting to open for edit.

This occurred trying to open index.jsp.(Happens trying to .jsp or .jspx files)
Here’s what the "Details>>" button showed
java.lang.NullPointerException
     at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:360)
     at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:351)
     at oracle.jdevimpl.webapp.model.content.DocumentInfoManager.getDocumentInfo(DocumentInfoManager.java:176)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.getDocumentInfo(HtmlEditor.java:592)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1197)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
     at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
     at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
     at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
     at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
     at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
     at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
     at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
     at oracle.ideimpl.editor.EditorManagerImpl.handleEvent(EditorManagerImpl.java:1944)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
     at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
If it helps, I also get message when I Selected Project Properties -> JSP Tag Libraries
java.lang.ArrayIndexOutOfBoundsException: 2835
     at oracle.ide.net.JarIndex.buildIndex(JarIndex.java:538)
     at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:270)
     at oracle.ide.net.JarURLFileSystemHelper.tryGetJarIndex(JarURLFileSystemHelper.java:425)
     at oracle.ide.net.JarURLFileSystemHelper.exists(JarURLFileSystemHelper.java:125)
     at oracle.ide.net.URLFileSystem.exists(URLFileSystem.java:498)
     at oracle.jdevimpl.webapp.jsp.libraries.TldUtils.findLibraries(TldUtils.java:607)
     at oracle.jdevimpl.webapp.jsp.libraries.TldUtils.findLibraries(TldUtils.java:549)
     at oracle.jdevimpl.webapp.jsp.libraries.LocalJspLibraryManager.updateDistributedLibraries(LocalJspLibraryManager.java:1231)
     at oracle.jdevimpl.webapp.jsp.libraries.LocalJspLibraryManager.scan(LocalJspLibraryManager.java:1199)
     at oracle.jdevimpl.webapp.jsp.libraries.LocalJspLibraryManager.scan(LocalJspLibraryManager.java:1180)
     at oracle.jdevimpl.webapp.jsp.libraries.LocalJspLibraryManager.init(LocalJspLibraryManager.java:350)
     at oracle.jdevimpl.webapp.jsp.libraries.LocalJspLibraryManager.getManager(LocalJspLibraryManager.java:91)
     at oracle.jdevimpl.webapp.jsp.libraries.wizards.TagLibrariesPanel.onProjectPanelEntry(TagLibrariesPanel.java:250)
     at oracle.ide.model.panels.ProjectSettingsTraversablePanel.onEntry(ProjectSettingsTraversablePanel.java:87)
     at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
     at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
     at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java)
     at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
     at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
     at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
     at javax.swing.Timer.fireActionPerformed(Timer.java:271)
     at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:515)
     at java.awt.Dialog.show(Dialog.java:536)
     at java.awt.Component.show(Component.java:1300)
     at java.awt.Component.setVisible(Component.java:1253)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
     at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:223)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:89)
     at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:80)
     at oracle.jdeveloper.model.JProjectStructureController.handleEvent(JProjectStructureController.java:111)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
     at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Is this fixable?

I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

Similar Messages

  • Itunes application error when attempting to open for first time. HELP

    Running windows xp pro, just bought new ipod classic, installed itunes software. When attempting to open for first time i get an itunes.exe - application error, error message that reads "The instruction at "0x100001040" referenced memory at "0x100001040". The memory could not be "read". Click ok to terminate the propgram. Click on CANCEL to debug the program. I have tried re-installing several times, cleaned temp etc. Nothing. Please help, i really want to start using my new ipod.

    You have to unhide your library folder and adjust the user permissions to allow write access.
    Mylenium

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • Recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124

    recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124
    chat with customer service at book company i purchased file:
    "Me: I installed the proper adobe software, adobe digital editions 3.0 (now have updated to 4.0) on my mac running os 10.85 however I am getting the following error code when i try to open the file:
    "Error getting License. License Server Communication Problem:
    E_LIC_LICENSE_SIGN_ERROR"
    Charles P.: Okay, what you need to do unfortunately, is contact Adobe at  http://www.adobe.com and they will need to get your license issue resolved.
    Charles P.: Is there anything else I can assist you with today?
    Me: title of error is    Unable to Download
    Me: i dont see how that would be an adobe problem?
    Charles P.: I understand, but it appears that the reason for the download issue is because of the license error the license is related to the Adobe Digital editions software. I understand how this could be confusing but it's due to the authorization of the ADE software. Adobe would need to correct your account issue with the license
    Me: ok but i thought this was a free license from adobe??!!  this is just a digital editions reader, right??
    Charles P.: That is correct it is a free license but your account has to be associated with one license and yes the Digital edition is a ebook reader that our ebooks use for you to view

    Well, just for the halibut I tried opening the book again today and , GLORY BE!,  it worked.
    Guess it may have taken overnight for Adobe to OK my license to their free ADE software. Also works now using Bluefire app as the reader on my android phone, although it was a pain
    to get the book file in the right file folder for bluefire to see it.
    I hope that time also heels the issue with all other Error Getting License users.
    panman

  • Error when attempt to open Photoshop in Windows Vista, "Some of the application components are missi

    Using Windows Vista-32. Installed CS4 suite & used Photoshop and other components but randomly one day it stopped working. Clicked to open and received error, "Some of the application components are missing from the application directory, Please reinstall the application."
    I uninstalled & reinstalled entire Suite and just Photoshop several times with no success. When I reinstall, I receive error message,
    Adobe Photoshop CS4 English Language Pack
    Error:
    Error 2.
    LangPack (English) for DeviceCentral
    Error:
    Error2.
    Solutions I have used include:
      -  replacing System Color Profile library by creating a different folder on desktop...
      -  replacing Backup Key for Adobe CS4
      -  Administrators & System are listed & permissions for security are set to Full Control
    PLEASE HELP! I have assignment Due Tomorrow & Can't Access Software I PAYED Big $$$$ FOR!
    Phone support won't help w/o paying a fee???

    You've done something to your system, or it's possibly gotten a malware infection.
    You can't even reinstall Photoshop?  Have you tried completely removing it, including running the Creative Suite Removal script? 
    How recently did it work?  Have you tried System Restore?
    -Noel

  • Error when attempting to open Numbers file

    I have Numbers v2.2.2 running on IOS and v3.2.2 on OSX 10.9.4. and I am getting an error message when trying to open file: "Spreadsheet can't be imported. Document was created with an unsupported version" The file which was stored on iCloud had been previously opened several times in the past 24 hours with both an iPad and iMac.

    In a correctly formed document we get
    index.xml.gz or index.xml
    some times we get an odd index-new.xml
    Just rename it as index.xml.
    In other cases, the document is dead.
    Nobody would be able to return the disapeared file.
    An efficient way to get this result is to store a document on a network and give access to several users.
    Yvan KOENIG (from FRANCE vendredi 27 février 2009 22:45:52)

  • My PowerBook G4 pops up an error when attempting to open a file downloaded from the internet. Help?

    When I attempt to open the application that IS compatible with Mac it says "Safari can't open the file "blank" because there is no available application to open it" How can I get an application to open it?

    What kind of file? Have you tried setting an application to open it in Get Info?

  • 0xc0000022 Error when attempting to open, but works in safe mode

    Hello All,
    I have had an issue opening IE and Firefox from my laptop computer for a few months now...When I click on IE to open a browser window it appears to initiate, the window opens, stays white, show the mouse icon like it is calculating something and then it disappears...on the flip side if I click on the Firefox icon the browser window never appears and I get an error message stating 0xc0000022. I have tried everything I can to remedy this issue from uninstalling firefox and IE from my machine and re-installing to making sure profile folders, etc have been deleted after an un-install of firefox. I did notice that if I go to RUN and attempt to access the firefox profile manager that I get the same error code popping up.
    I believe it has something to do with a system update, thinking microsoft update from around August. With that being said I have gone in and removed every update I saw from August and still no luck. Not sure if it helps, but I did notice that I had installed (automatically) the 2975719 microsoft update, which was on a list of not ones you want....
    I would appreciate any help I can get to have both of these browsers operate once again! I am currently using Chrome (which I was able to install after all of this began), but I really need the other browsers for testing for my job, so again any help would be greatly appreciated!
    Using Sony Vaios laptop and Windows 8.1...
    Firefox works fine when in safe mode (with and without networking). I have also tried to disable graphics acceleration and nothing seems to work.
    Thanks ahead of time!
    Brandon

    I wonder whether anyone has good documentation or a good comparison tool for Windows Safe Mode vs. regular mode? Microsoft's help article isn't really that helpful:
    ''If the problem doesn't occur when you restart your PC in safe mode, you can be confident that the basic settings, files, and drivers in Windows aren't causing the problem. Then, use the process of elimination to help you find the cause of the problem. Try starting all of the apps on your desktop that you commonly use one by one (including the apps in your Startup folder) to see if a specific app might be causing the problem. If one of the apps is causing the problem, uninstall it or contact the software publisher.''
    One possibly useful tool would be Autoruns, which lists what starts automatically and allows you to disable things. You can find it on Microsoft's site here: http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    Based on experience in the Windows XP days, I don't have much confidence in Windows' System Restore feature, so I'm not sure whether to suggest it in this case. If you are inclined to try it, please make a backup of your Firefox settings because that folder will get rolled back, which could cause data loss (e.g., recent bookmarks, history, etc.). See: [[Back up and restore information in Firefox profiles]].

  • I receive this error when attempting to open up HP Solutions.

    I have an HP Officejet Pro L7590.  It worked fine on my previous HP computer with Windows XP PRO.  I got  an HP computer wiht Windows 7 Pro and updated the driver and it worked as well.  At some point I started getting the following message and now can't open the HP Solution Center.  I tried uninstalling the software and reinstalling. 
    I gave up and used my Sony Laptop with Windows 7 Pro and it worked for 2 years but now I have a different message on that computer which I will address if we can fix this one first.
    parsing error in file c:\ program files (x86) hp\digital\imaging\bin\hpqscloc\1033.xml

    Hi Ralph_Go, and welcome to the HP Forum,
    I understand that you are getting a Parsing error. I will try my best to help you resolve this issue.  I recommend following the steps in cpwizard post for Re: Parsing error in file C:\Program Files (x86)\hp\Digital Imaging\bin\hpqscloc\1033.xml.
    You will be downloading the HP Officejet Pro Full Feature Software and Driver for the HP Officejet Pro L7590 All-in-One Printer.
    I hope this helps, let me know how it goes.
    Thank you,
    I worked on behalf of HP.

  • I try to connect my 4s iphone to computer and get an error when trying to open my phone in iphoto. The thumbnails don't show up

    Trying to connect my iphone to my imac and getting nothing but grey thumbnail outlines. I have done it before on this computer without any trouble until now. It's 4s phone on an imac with system 10.5.8

    It is opening up your computer generally because there are photos in the camera roll to prompt you to import them to the computer as you would a digital camera.
    To correct the issue with the iPhone not being recognized in iTunes, see this support document. http://support.apple.com/kb/TS1538

  • Just attempted to download photoshop elements 13 onto my macbook-pro and get the message when attempting to open 'identity of developer cannot be confirmed'

    This was a pre-paid download card - could it be a problem with the card?

    could it be a problem with the card?
    No. It's the Gatekeeper feature in Apple's OS X operating system asking if the software is trustworthy and should be installed.

  • Problems converting PDF to MS Word document.  I successfuly converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the co

    Problems converting PDF to MS Word document.  I successfully converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the conversion; like I said, first 4 parts no problem, then conversion failure.  I attempted to convert the entire document and same result.  I specifically purchased the export to Word feature.  Please assist.  I initially had to export the Word Perfect document into PDF and attempting to go from PDF to MS Word.

    Hi sdr2014,
    I'm sorry to hear your conversion process has stalled. It sounds as though the problem isn't specific to one file, as you've been unable to convert anything since the first four chapters converted successfully.
    So, let's try this:
    If you're converting via the ExportPDF website, please log out, clear the browser cache, and then log back in. If you're using Reader, please choose Help > Check for Updates to make sure that you have the most current version installed.
    Please let us know how it goes.
    Best,
    Sara

  • I get a runtime error when attempting to search the store in Itunes.  I unistalled and reloaded. How can I fix this?

    I just began getting a runtime error when attempting to search the iTunes store.
    I uninstalled and reinstalled but, it's still happening.
    How can I fix this so I can start to buy music again?

    I have the same error, but I think we will get no solution for this problem.
    You've get no answer here and the Apple support also doesn't send an answer how to solve the problem.
    BTW I have also Windows 7 and the newest version of iTunes 64-bit.
    Greetings Mike

  • I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?

    I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?
    David

    This is a duplicate thread - see here

  • Acrobat 11.0.7 electronic signature error, "There was an error when attempting to commit this signature".

    Since updating to Acrobat 11.0.7, the electronic signature function has broken. Users receive an error message when trying to insert an electronic signature "There was an error when attempting to commit this signature. The document was not saved. The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder. The document could not be signed. HFT error. This file is already open or in use by another application."
    Error occurs even after saving the PDF locally and renaming. This issue is affecting multiple users and has never occurred in previous versions of Acrobat installed. Temporary workaround is to rollback users to Acrobat 11.0.6.

    Can you try to manually download and install the update from http://www.adobe.com/support/downloads/detail.jsp?ftpID=5000

Maybe you are looking for

  • Unable to mount SMB shares under Mac OS 10.6.5

    Help - *I can no longer mount any shares from my Seagate BlackArmor NAS-110*. I bought the device (a 1TB network drive with CIFS (aka SMB), NFS, and FTP capabilities (no AFP connectivity)) in June of 2010, and it was working fine until appx (18 Nov,

  • Error while trying to open an added backend system in portal

    Hi All, I need one help. I have added our Backend SAP SRM system in the Enterprise portal and it worked good. But now if I try to open the added SRM system in the below path System Administration à System Configuration à System Landscape -> portal co

  • Game center issue

    i don't want my apple id to be my user name for games and it is how do i change it ? turned off public profile off but still my e-mail as game name please help

  • CAD service monitor requires SNMP config

    When attempting to run the CAD service monitor on the server the page loads but the connection to the server for process status times out on the SNMP connection. URL = http://<CAD server>:8088/smc/monitor.jsp Error Message = Status: [Tue Sep 06 15:12

  • Where can I find a link to download an English version of Premiere CS6 for Mac?  I have a license.

    Where can I find a link to download an English version of Premiere CS6 for Mac?  I have a license - can only find other languages, or the cloud.