Page fragment suddenly won't open (11g)

I am unable to open a .jsff file and have no idea how to fix the problem.
The project has a reference to an ADF Library Jar that seems to be the problem.
I have rerun the deployment on to generate the reference jar: adflibCsa_common1.jar. But that does not help.
How does a JAR URL get bad?
Full stacktrace below:
Feb 10, 2009 1:26:14 PM oracle.bali.xml.addin.XMLSourceNode
SEVERE: Exception creation XmlModel or XmlContext for ViewAllAdminUsersTemplate.jsff
java.lang.IllegalArgumentException: Invalid JAR URL: jar:jar:file:/C:/JDev_projects/csa-multiappws/maintainUsers/ProjectLibs/adflibCsa_common1.jar!/adflibCsa_common1.jar!/
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:152)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:275)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:253)
at oracle.jdeveloper.java.locator.JarURLClassLocator.buildIndex(JarURLClassLocator.java:103)
at oracle.jdeveloper.java.locator.JarURLClassLocator.getResourceURL(JarURLClassLocator.java:337)
at oracle.jdeveloper.java.locator.BaseClassLocator.getResourceURLs(BaseClassLocator.java:53)
at oracle.jdeveloper.java.locator.ArrayClassLocator.getResourceURLs(ArrayClassLocator.java:230)
at oracle.jdeveloper.java.util.JRLClassLoader.findResources(JRLClassLoader.java:100)
at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
at oracle.adf.share.services.ServicesFactory.findServiceRefs(ServicesFactory.java:64)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:47)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:103)
at oracle.adfdtinternal.view.rich.pagelayout.provider.ResourceServicePageLayoutProvider.getPageLayoutInfos(ResourceServicePageLayoutProvider.java:34)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry._recreateProjectPageLayoutInfos(PageLayoutRegistry.java:142)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.<init>(PageLayoutRegistry.java:109)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.getInstance(PageLayoutRegistry.java:30)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDProvider.<init>(PageTemplateProjectMDProvider.java:63)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDSource.getMetadataProvider(PageTemplateProjectMDSource.java:30)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:82)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createAdditionalMetadataProvider(JspProjectMetadataRegistry.java:173)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createEntry(JspProjectMetadataRegistry.java:134)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:112)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:94)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getFacesJspTagMapper(JspProjectMetadataRegistry.java:68)
at oracle.jdevimpl.webapp.jsp.taglibraries.jsf.JsfAddin$FacesConfigMetadataProviderSource.getMetadataProvider(JsfAddin.java:335)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:107)
at oracle.jdeveloper.model.JspSourceNode.createMetadataProvider(JspSourceNode.java:490)
at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1402)
at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1372)
at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:182)
at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:227)
at oracle.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:244)
at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.setContext(AbstractWebAppEditor.java:240)
at oracle.jdevimpl.webapp.editor.jsp.JspEditor.setContext(JspEditor.java:161)
at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:158)
at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:94)
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:379)
at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1400)
at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1334)
at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1260)
at oracle.ideimpl.navigator.OpenEditorController.whenOpenEditor(OpenEditorController.java:41)
at oracle.ideimpl.navigator.OpenEditorContextMenuListener.handleDefaultAction(OpenEditorContextMenuListener.java:51)
at oracle.ide.controller.ContextMenuListenersHook$LazyContextMenuListener.handleDefaultAction(ContextMenuListenersHook.java:199)
at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:412)
at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1792)
at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:2127)
at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:2148)
at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:198)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
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.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)
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at oracle.ide.net.JarUtil.newJarFileURLImplImpl(JarUtil.java:582)
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:121)
... 68 more
Feb 10, 2009 1:26:14 PM oracle.bali.xml.addin.XMLSourceNode
SEVERE: Exception creation XmlModel or XmlContext for ViewAllAdminUsersTemplate.jsff
java.lang.IllegalArgumentException: Invalid JAR URL: jar:jar:file:/C:/JDev_projects/csa-multiappws/maintainUsers/ProjectLibs/adflibCsa_common1.jar!/adflibCsa_common1.jar!/
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:152)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:275)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:253)
at oracle.jdeveloper.java.locator.JarURLClassLocator.buildIndex(JarURLClassLocator.java:103)
at oracle.jdeveloper.java.locator.JarURLClassLocator.getResourceURL(JarURLClassLocator.java:337)
at oracle.jdeveloper.java.locator.BaseClassLocator.getResourceURLs(BaseClassLocator.java:53)
at oracle.jdeveloper.java.locator.ArrayClassLocator.getResourceURLs(ArrayClassLocator.java:230)
at oracle.jdeveloper.java.util.JRLClassLoader.findResources(JRLClassLoader.java:100)
at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
at oracle.adf.share.services.ServicesFactory.findServiceRefs(ServicesFactory.java:64)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:47)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:103)
at oracle.adfdtinternal.view.rich.pagelayout.provider.ResourceServicePageLayoutProvider.getPageLayoutInfos(ResourceServicePageLayoutProvider.java:34)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry._recreateProjectPageLayoutInfos(PageLayoutRegistry.java:142)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.<init>(PageLayoutRegistry.java:109)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.getInstance(PageLayoutRegistry.java:30)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDProvider.<init>(PageTemplateProjectMDProvider.java:63)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDSource.getMetadataProvider(PageTemplateProjectMDSource.java:30)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:82)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createAdditionalMetadataProvider(JspProjectMetadataRegistry.java:173)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createEntry(JspProjectMetadataRegistry.java:134)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:112)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:94)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getFacesJspTagMapper(JspProjectMetadataRegistry.java:68)
at oracle.jdevimpl.webapp.jsp.taglibraries.jsf.JsfAddin$FacesConfigMetadataProviderSource.getMetadataProvider(JsfAddin.java:335)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:107)
at oracle.jdeveloper.model.JspSourceNode.createMetadataProvider(JspSourceNode.java:490)
at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1402)
at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1372)
at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:182)
at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:227)
at oracle.jdevimpl.webapp.jsp.OpenJspEditorContextMenuListener$1.run(OpenJspEditorContextMenuListener.java:58)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:643)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at oracle.ide.net.JarUtil.newJarFileURLImplImpl(JarUtil.java:582)
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:121)
... 33 more
Feb 10, 2009 1:26:14 PM oracle.bali.xml.addin.XMLSourceNode
SEVERE: Exception creation XmlModel or XmlContext for ViewAllAdminUsersTemplate.jsff
java.lang.IllegalArgumentException: Invalid JAR URL: jar:jar:file:/C:/JDev_projects/csa-multiappws/maintainUsers/ProjectLibs/adflibCsa_common1.jar!/adflibCsa_common1.jar!/
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:152)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:275)
at oracle.ide.net.JarUtil.getJarIndex(JarUtil.java:253)
at oracle.jdeveloper.java.locator.JarURLClassLocator.buildIndex(JarURLClassLocator.java:103)
at oracle.jdeveloper.java.locator.JarURLClassLocator.getResourceURL(JarURLClassLocator.java:337)
at oracle.jdeveloper.java.locator.BaseClassLocator.getResourceURLs(BaseClassLocator.java:53)
at oracle.jdeveloper.java.locator.ArrayClassLocator.getResourceURLs(ArrayClassLocator.java:230)
at oracle.jdeveloper.java.util.JRLClassLoader.findResources(JRLClassLoader.java:100)
at java.lang.ClassLoader.getResources(ClassLoader.java:1016)
at oracle.adf.share.services.ServicesFactory.findServiceRefs(ServicesFactory.java:64)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:47)
at oracle.adf.share.services.ResourceService.getResourcesForType(ResourceService.java:103)
at oracle.adfdtinternal.view.rich.pagelayout.provider.ResourceServicePageLayoutProvider.getPageLayoutInfos(ResourceServicePageLayoutProvider.java:34)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry._recreateProjectPageLayoutInfos(PageLayoutRegistry.java:142)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.<init>(PageLayoutRegistry.java:109)
at oracle.adfdtinternal.view.rich.pagelayout.registry.PageLayoutRegistry.getInstance(PageLayoutRegistry.java:30)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDProvider.<init>(PageTemplateProjectMDProvider.java:63)
at oracle.adfdtinternal.view.rich.pagelayout.metadata.PageTemplateProjectMDSource.getMetadataProvider(PageTemplateProjectMDSource.java:30)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:82)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createAdditionalMetadataProvider(JspProjectMetadataRegistry.java:173)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.createEntry(JspProjectMetadataRegistry.java:134)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:112)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getEntry(JspProjectMetadataRegistry.java:94)
at oracle.jdevimpl.webapp.jsp.metadata.JspProjectMetadataRegistry.getFacesJspTagMapper(JspProjectMetadataRegistry.java:68)
at oracle.jdevimpl.webapp.jsp.taglibraries.jsf.JsfAddin$FacesConfigMetadataProviderSource.getMetadataProvider(JsfAddin.java:335)
at oracle.jdeveloper.model.JspContextExtensionRegistry.getExtendingMetadataProvider(JspContextExtensionRegistry.java:107)
at oracle.jdeveloper.model.JspSourceNode.createMetadataProvider(JspSourceNode.java:490)
at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1402)
at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1372)
at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:182)
at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:227)
at oracle.bali.xml.gui.jdev.AbstractXmlVisualEditor.setContext(AbstractXmlVisualEditor.java:244)
at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.setContext(AbstractWebAppEditor.java:240)
at oracle.jdevimpl.webapp.editor.jsp.JspEditor.setContext(JspEditor.java:161)
at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:158)
at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:94)
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:379)
at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1400)
at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1334)
at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1260)
at oracle.jdevimpl.webapp.jsp.OpenJspEditorContextMenuListener.open(OpenJspEditorContextMenuListener.java:122)
at oracle.jdevimpl.webapp.jsp.OpenJspEditorContextMenuListener.mav$open(OpenJspEditorContextMenuListener.java:25)
at oracle.jdevimpl.webapp.jsp.OpenJspEditorContextMenuListener$1$1.run(OpenJspEditorContextMenuListener.java:65)
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.ide.dialogs.ProgressBar.start(ProgressBar.java:389)
at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:243)
at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:215)
at oracle.jdevimpl.webapp.jsp.OpenJspEditorContextMenuListener$2.run(OpenJspEditorContextMenuListener.java:81)
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)
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at oracle.ide.net.JarUtil.newJarFileURLImplImpl(JarUtil.java:582)
at oracle.ide.net.JarUtil.getJarFileURL(JarUtil.java:121)
... 72 more

Hi Donald,
Go to ~/Library/Caches/com.apple.Safari and move the "cache.db" file to the Trash.
Try usairways now.
~ (Tilde) represents your Home Folder.
If that didn't help, from the Safari Menu Bar click Safari/Preferences then select the Show Cookies button. Delete all usairways related cookies. Now click the Autofill tab from the Preferences menu. Click the Edit button next to: Other forms. Delete .usairways.com.
Relaunch Safari. Try logging into usairways. If you still have problems...
Open Keychain Access (Applications/Utilities) Select Passwords on the left.
Delete the usairways keychain. Relaunch Safari and try again. When prompted, click Yes.
Carolyn

Similar Messages

  • Pages 09 suddenly won't open any pages documents

    I have been using Pages (1.0.2) on my G4 12" Powerbook.
    Recently I upgraded the system software to Mac Os 10.5.8 to be ready to buy a iPad.
    At the same time I ordered iWork 09.
    Both has been installed and used for a couple of months.
    But suddenly today Pages (4.0.3) will not open ANY documents. It will not even let me make a new document from the blank template.
    I have tried re-installing but it didn't change anything. (Pages 1.0.2 still works)
    Anyone else experience this???
    Al solutions are welcome

    Do you mean Pages 4.0.3? It would help if you describe how you reinstalled again. We can't see how you do it or with which media (CD or download). What else have you done? Repaired permissions? Restarted the computer? (I know but some people don't do that!)
    Maybe a downloading and installing of the MacOs COMBO update for 10.6.3 would help. Maybe some files are missing. Link [http://support.apple.com/kb/DL1017]
    You said you had deleted the plist file from the library but did you restart Pages after that? Have you tried creating a new account and trid Pages in the new account?
    Message was edited by: fruhulda

  • Pages error -1712 won't open, pages error -1712 won't open

    Help.  Pages suddenly won't open.   Shows error -1712.   What's happened?

    Open Activity Monitor located in /Applications/Utiliites
    Select 'View' then 'My Processes' in the menubar across the very top of your screen.
    Type Pages in the search field top right corner of the Activity Monitor window.
    Now select the application Pages (it should say 'not responding') and click the force quit button that looks like a stop sign with an x in it.
    >You should now be able to relaunch Pages.
    Force Quitting within Activity Monitor is a quick and efficient way to handle most Applications "Not Responding" or seeming not to open with error -1712.
    Just be aware that you may lose any unsaved work by force quitting an application.
    It can also work great for an Application that "Freezes" and is giving the spinning beach ball

  • FCE project suddenly won't open in FCE but it will open in FCP???

    I've been working on a FCE 3.5 project for a couple weeks. Everyday I save the project under a differently dated name. I finished working on the file for this morning and saved it before closing. When I went to open it this afternoon, it suddenly won't open. Yesterday's file version of it will open though. I tried all different ways of opening todays version but it just won't open. So I tried to open it in FCP 5.1 and it opened up fine. I don't understand what could have happened to the file, that it won't open in FCE but it will open up in FCP? Any guesses.

    Hi Fay,
    Your method seems like a good one and as you say, makes it easy to spot any problems. I have a big family project involving many hours of kids video which I am editing. I have been filing everything under the one title, using "Save All" each time I finish the session, but in fact I can see the benefits of your method and will now start saving using the date.
    Thanks again and good luck with tracking down your file.
    Cheers,

  • CS photoshop suddenly won't open after 5 years

    CS photoshop suddenly won't open after running perfectly for 5 years. I do not have the original install disc.
    Any suggestions? Apple and Adobe Tech folks could not help.

    Cris (and Tai Lao)
    there was no installation of a scanner (my Canon LiDe 500F scanner 
    has worked just fine for years) or camera driver (altho I had 
    recently downloaded some pix from my nikon onto iphoto) BUT— your 
    idea was brilliant!--disable Twain, which I did and ps launched 
    successfully!!
    Now, as Tai Loa predicted, I can no longer import the scanner thru 
    ps. Given my current work crunch that's not so terrible, but how does 
    one access a scanner without using ps? If you have had just about 
    enough of me and want to pass on that question I'll understand.
      I am ever so grateful to the two of you for making my ps usable 
    again, but it's midnight here in NYC and I have to pack up my tent 
    and  look for your scanner question reply at the crack of dawn 
    tomorrow. It's been an exhausting anxiety-ridden day but I'm relieved 
    and grateful that there are bright people like both of you out there, 
    interested and willing to help. Many thanks.

  • Apps suddenly won't open. Anyone having this problem?

    I have a new iphone 4. Has been great until today - my apps suddenly won't open. All built-in apps are fine. None of the apps I've added will open - they flash open for an instant, and close again. Software is up to date, there are no app updates. I have tried restarting apps, have restarted the phone, have removed and reinstalled a few apps - same problem, nothing working. Anyone know how to fix this?

    Did you try to reset your phone by holding the sleep and home button until you see the Apple logo?
    http://support.apple.com/kb/HT1430

  • System Preferences, Address book, and ical suddenly won't open

    As I said My system Preferences, Address book, and ical suddenly won't open. This seemed to have happen all at once. The only unusual thing to happen lately is that my ipod was corrupted and I resored it last night. Now when I try to open these programs I get one or two bounces on the icon, then nothing. My other programs including itunes seem to work fine. There are no error messages at all.

    /System/Library/Frameworks/Message.framework/Versions/B/Message (file is empty)OK, this is an important part of your basic system and will need to be restored.
    First you should boot from your Install Disk and repair your disk: see Using Disk Utility and fsck to resolve startup issues or perform disk maintenance.
    Then I think you would be wise to consider an Archive & Install. See Mac OS X : About the Archive and Install Feature. This should put back the missing file(s). You will also then need to re-apply the Mac OS X 10.3.9 Update (Combo), and anything else Software Update says is missing.
    Post back and let us know how you get on!

  • Help!  Numbers suddenly won't open.   Shows error -1712.   How can I fix?

    Help!  Numbers suddenly won't open.   Shows error -1712.   How can I fix?

    Read this on error 1712: https://discussions.apple.com/message/20350274#20350274
    Sounds like the app is having issues starting. Maybe choking on a file that didn't close correctly?
    Suggest going to System Preferences, General, place a check next to "Close windows when quitting the application".
    Then follow the direction in the link above. Namely, Force Quit that app and restart the computer.

  • Pages and Numbers won't open existing documents.. Any clues?

    Hello!
    I noticed yesterday that Pages and Numbers won't open existing documents.
    I've tried to reinstall software, but no luck.
    I've done no changes to my system, other than installing updates that have been made available.
    I run iWork '09 on a MacBook Pro 15" Mid 2010, with OSX 10.7.3.
    I can view the documents in preview, but I really need them to work as they are work-related.
    What to do?

    Look at the threads to the right. One of them is this https://discussions.apple.com/message/13147694#13147694 and it might help you

  • I'm updating my iphone4 to ios7 then my phone suddenly won't open, it only appears the itunes logo. what does that mean?

    i'm updating my iphone4 to ios7 then my phone suddenly won't open. it only appears the itunes logo. what does that mean?

    It means your phone is in recovery mode and you will need to restore it:
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Cheers,
    GB

  • Illustrator CS6 suddenly won't open multi page PDF.

    I've been working on a PDF project for a few weeks now and it's been working perfectly. However yesterday, I was suddenly unable to open the PDF as a whole and instead, I was prompted to select a specific page to open. The strange thing is that other PDF files that I've been working with will still open with multiple artboards but this file won't. Does any one know what's casuing this?
    Any help or suggestions would be greatly appreciated. Thanks in advance!!

    If you check the option "Preserve Illustrator editability" in the PDF dialogbox, the PDF will contain the complete Ai file. If you don't (e.g. by selecting "smallest file size") then it won't contain the native AI data. Then you will see what you see.
    Unfortunately, if you don't have a backup, you cannot get the native data back.

  • Adober Reader suddenly won't open any PDF files (Mac)

    I had an old version, I downloaded the latest one, upgraded to the newest, even tried taking that one out and downloading an older version. It doesn't matter which version I seem to have, it won't open any pdf files from the web.
    I use a Mac, and Safari. It used to always load PDF files fine, one random place said I had to update it so I did and since then, lately it'd crash and close all Safari windows when loading a PDF or trying to copy something from a PDF. The smart Mac message I have says it could be related to an Adobe Plug in. However, now it won't even load PDF files at all, it always goes to a white page. Nothing happens.
    What do I do?? I can't even save the PDF's as individual files and view then in Preview as an alternative option. It's a link online and normally would work. What happened??
    HELP!
    I have a Mac OS X Version 10.5.8
    I've always used Safari, it's Version 5.0.5 (5533.21.1 if that means anything).
    Acrobat Reader, currently an old version 9.4.0 download. BUT, I had also the 10.0.1 version which also doesn't work. When I had that 10.0.1 version and checked for updates, there was an update (.3 I think?) and I did that and that also doesn't work!
    Why did it suddenly stop working?
    What can I do to fix it ASAP?
    Only with 9.4.0 version I can go to Help and "Repair Adobe Reader Installation" - I click that and the only box I can select is "Adobe PDFViewer Safari Plugin - View, fill-in and collaborate on Adobe PDFs within Safari"  - I click continue and it tells me there's "No missing components detected. Repairs are not needed." The only option is to click "OK".
    With any newer version of Adobe Reader, under Help there is no option to "Repair Adobe Reader Installation". So... I can't even try that with a new version.
    I am at a loss for solutions. Hope someone here can help! Thanks!

    There are several things you can do. My first step would be to repair permissions. If that doesn't work log on as a different user. If all works properly then you have a corrupt preference file (most likely) or a corrupt user font installed in your user Library (less likely). If that doesn't work download Applejack. Have it repair the disk, remove all system caches and user caches. Then have it check all system and user preference files. Remove any preference files that are corrupt. Reboot and see if your system is working properly.

  • My applications suddenly won't open!!!!!!

    Safari, photobooth, all of the microsoft office apps won't open. I just clicked on the icons and all of a sudden they won't open. I've checked and nothing seems to be deleted on any of them so I don't know what's wrong. When I open Safari, nothing happens but when I try to open the microsoft office applications something pops up that says "application launch failure" and then something about a shared library error. If anyone could help me out I'd really appreciate it. I'm a college student so microsoft office is kind of important. Thanks!

    That's not good.
    Unfortunately it would seem you may not be able to open anything unless you can get to restore your data. See my backup FAQ* on how to restore your data:
    http://www.macmaps.com/backup.html
    Once you are restored with Data Rescue or FileSalvage as mentioned above, we can attempt to resurrect the system from what you have restored.
    Unfortunately, going into the computer world without knowing what a backup means is asking for trouble. Everyone needs one. Some day you will lose all your data, if you don't make one. A backup is simply at least a second copy of your data separate from your computer.
    Please inform whoever got you into the world of computing they should know to prepare everyone who gets into the world of computing with a backup plan.
    Good luck. I'm happy to help you understand my link every step of the way if necessary. Just let me know please when it gets over your head.
    - * Links to my pages may give me compensation.
    Message was edited by: a brody

  • Pages 5.0 won't open Pages files

    OK, this is weird. Since upgrading to Mavericks with the free Pages 5.0 upgrade last week, all of my Pages files have been opening in Pages 5.0 just fine -- until today. An update dialog opened today November 4 2013 around 3pm saying there was a Pages update. We proceeded with the update and now any document that was opened and saved since the Mavericks update won't open as before. Instead an error dialog box appears stating "You need a newer version of Pages to open this document.". So I click "OK" and then  open the document using "Open With" and select Pages 5.0, which is now set as "default" and the file opens fine. I save the file in Pages 5.0. But the next time I go open it, it gives me the exact same stupid dialog box.
    If I open a Pages file that has not been opened since the Mavericks update, it opens in Pages 09. If I select "Open With" and select the new "default" Pages 5.0 and save it in that version, the next time I open the file I get that same stupid dialog again: "You need a newer version of Pages to open this document."
    What the he**? Am I going to have to use "Open With" for every single Pages 09 file that I want to open in Pages 5.0?

    I'm having a similar problem.
    Running Pages 5.1 on my iMac and my MacBook Pro.
    I can't open any Pages document on iCloud from my iMac, regardless of where that document was originally created (iMac, MBP, or iPad). I have tried File -> Open File... from within Pages, as well as by double-clicking the file within the iCloud folder in Finder. However, I can copy the file to my desktop via Finder, and then open it from my desktop. I can create a file in Pages on my iMac and save it to iCloud, but then I can't open it later.
    However, I can open any Pages document on iCloud from my MacBook Pro without any problem - including the ones that won't open on the iMac.

  • .pages file created in Pages for Mac won't open in Pages for iPad

    Just created a pages document on my Mac, saved it to my google drive and when attempting to "open in" from my google drive the file won't open in pages for iPhone or iPad (mini).
    All versions of Pages are on latest release.
    Messge reads:
    Document can't be imported.
    The file format is invalid.
    I download both the mac app and ios app a week ago.
    Thank you for any info!

    I've been testing file structures via google drive this morning and have yet to find a solution.
    Compressed files will not open in Pages on the ipad and an upload to Google Drive of a .pages document re downloaded to my desktop will no longer open in Pages on the Mac.
    Somewhere in the google ecosystem during upload or download / "open in" (on the ipad) the file is being restructured so that it cannot be recognized.
    An hour call with the team at Google hasn't supplied an answer yet and they have opened a case file to investigate.
    I'll update when I hear back.
    Thanks!

Maybe you are looking for

  • "table of" collection into cursor

    Let say i have a collection-variable called "emps": TYPE emp_table IS TABLE OF employee%ROWTYPE; emps emp_table;Now i'm inserting data into it. And then i want to put all data from "emps" to variable "o_annuity_payments out SYS_REFCURSOR" soemthing l

  • Yellow tint (lower part of screen)

    Good day! I am a very satisfied Z2 user for quite a while now. My problem started recently when I noticed the lower part of my screen developing a yellowish color. Should I send it to Sony service center or should I wait for a firmware update? And wo

  • Generation of WBS Settlement Rule

    Hi Folks! I was wondering if there is any function module that allow me to generate a WBS Settlement Rule for a specific project and for elements on level 3. If there is no FM for this, is there any workaround to do this. Thx for any advise. Regards,

  • Cache mode for specific query

    Hello BI guys, This is Calvin from Korea. We are implementing BI 7.0 and have some severe performance problem. For some queries they don't use cache mode, even though the global cache are used. When I checked these kind of queries by performance info

  • UNKNOWN ERROR on email tab during Sync Setup

    Hello, I am trying to get Firefox on my iPad and in order to do this I need to set up a sync account but can not get passed even the first step. When the window tries to verify my email it reads: Unknown Error. I've tried various emails, capitalizing