Pages won't run

After I installed Tiger Pages won't run. It gives me this message:
"The application Pages quit unexoectedly after it was reopened."
There is no other indication of trouble, no splash screen or anything.

Hi MarcosX,
The following is to test your system.
1. First make sure you totally delete all of iWork.
2. Do Permissions
3. May want to empty the cache and reboot as well cannot hurt.
4. Create a new user account, within that new user account install iWork.
Does iWork now perform properly? If it does then there is something amiss with your original user account.
Keep us posted.
Sincerely,
RicD

Similar Messages

  • 10.1.3EA to 10.1.3 migration: JSF page won't run, pls help decipher error

    Hi:
    Tweaking an application built using 10.1.3 EA to get it to run under 10.1.3 production. Lots of bits and pieces that have been worked out, but at a head-pounder now. Sorry to dump so much. If anyone sees a pointer to the problem, would be much appreciated. Here's the error info I get in place of the page I want:
    500 Internal Server Error
    javax.faces.el.EvaluationException: java.lang.IllegalArgumentException: type mismatch
         at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:273)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:393)
         at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1009)
         at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
         at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
         at rfqFormjspx._jspService(_rfqForm_jspx.java:84)
         [rfqForm.jspx]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:298)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:205)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalArgumentException: type mismatch
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:178)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.setValue(FacesPropertyResolver.java:155)
         at com.sun.faces.el.impl.ArraySuffix.setValue(ArraySuffix.java:192)
         at com.sun.faces.el.impl.ComplexValue.setValue(ComplexValue.java:171)
         at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:234)
         ... 48 more
    Thanks.
    Johnny Lee

    O.K., figured this one out. In EA I had converted a panelPage element to a Page, but had not modified the backing bean code to set and get the new object type. EA didn't seem to mind, but 10.1.3 production picked it up. I'm guessing it has to do with the better integration among the various participants in a page that's part of the production release (and also makes the removal of page components much cleaner).
    On to the next!
    JLL

  • Pages application won't run; documents are inaccessible.

    I have been using Pages for 1.5 years. I'm using version 4.1 on Mac OS X (10.7.5). Pages won't run, and files not saved as .doc files won't open. When I select Pages from applications, or search for it in Spotlight and try to select it, there is a blip in the dock, as if the icon is going to appear, but it doesn't. When I try to access documents saved in Pages, I can find them, but nothing happens when I try to open them. No error messages of any sort pop up.
    I had just installed the Freedom App, and Microsoft Office for Mac, and after reboot I noticed the Pages problem. It doesn't seem like that should matter, but before this, Pages seemed to be working fine.
    Any help would be appreciated. Thanks.

    I have been using Pages for 1.5 years. I'm using version 4.1 on Mac OS X (10.7.5). Pages won't run, and files not saved as .doc files won't open. When I select Pages from applications, or search for it in Spotlight and try to select it, there is a blip in the dock, as if the icon is going to appear, but it doesn't. When I try to access documents saved in Pages, I can find them, but nothing happens when I try to open them. No error messages of any sort pop up.
    I had just installed the Freedom App, and Microsoft Office for Mac, and after reboot I noticed the Pages problem. It doesn't seem like that should matter, but before this, Pages seemed to be working fine.
    Any help would be appreciated. Thanks.

  • Installed iWork '09 on MacBook running OSX 10.7.2 and Pages won't open .doc files. Why?

    I just recently installed iWork '09 on MacBook running OSX 10.7.2 and Pages won't open .doc files.
    I did a search looking for a solution in the forums and here are the actions I've taken:
    1) Made sure the files were't read/write protected.
    2) Restarted the computer.
    3) Made sure all the program files were in the correct folder.
    4) Reinstalled the program.
    Pages won't read .doc files that were originally Pages files and exported as .docs
    It also won't read .doc files that were created using a relatively recent version of Office.
    Does anyone have any idea what's going on?
    Please help.

    If it's a doc created with the late Office 2011, it's not really surprising.
    The importer embedded in iWork application was delivered in january 2009 and didn't evolve.
    For this reason, it's unaware of new features delivered with Office 2011.
    Better try with LibreOffice.
    Yvan KOENIG (VALLAURIS, France) vendredi 3 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Web page videos won't run

    I have a brand new 27" iMac.  When I try to run videos from the Yahoo web page or You Tube, nothing happens.  Video won't run.  However, when I go to the Apple web page, I can run the Apple videos without any problems.

    Chances are very good it's an Adobe Flash issue. Apple no longer ships new computers with Flash on it, the solution is easy though navigate to:
    http://get.adobe.com/flashplayer/otherversions/  then download it and install.
    BTW you also have 90 days of free AppleCare service,  you can call them and they will coach you through any other issues you're running into. You can find the phone number in your manual.
    Roger

  • How do I install the FM10 licensing fix when Adobe Update Installer won't run?

    Adobe Update Installer won't run so can't install FM10 licensing fix
    This question is Not Answered.(Mark as assumed answered)
    Aug 9, 2013 12:09 PM
           Tags (edit): none (add)  
    Because FM10 began crashing with "fatal" errors whenever I tried to generate a TOC for a small (65 page) book, I researched workarounds and none of them worked. Now that I have delivered a crippled deliverable via Acrobat manipulations, I would like to fix FM. I uninstalled it and reinstalled it, got some updates, and then received the "licensing fix" error that popped up in January. I'm wondering why this fix was included not in the updates. That said, the licensing fix package, first, would not unzip so I downloaded it again. I unzipped it but I got a message that Adobe Updater Installer could not run and after several clicks I found that file. I reinstalled Adoble Update Installer but it still does not run.
    I am running Windows XP and have TCS 3.5.I uninstalled FM and RH but not Acrobat, Captivate, or Photoshop.
    So, now what? Listen to my supervisor who says never use FM again?
    P.S. Why do I have to enter a title for my question and then do it again when this page opens??

    Give Adobe Support a call or contact the TCS team at [email protected] - something in your environment is causing the installer to fail (I'd guess).

  • Firefox froze up. So I removed from computer and reloaded. If I close Firefox, can't restart by clicking on the icon. Have to end process in Task Manager. It then starts. Some links on some web pages won't work.

    Hi,
    As I say in the question I don't know what happened but Firefox just stopped operating and then became erratic. So I removed the firefox programme from my computer and reloaded Firefox.
    It now runs normally but I can't run Firefox on two tabs, only one, and if I close it down during a session I can't reopen it using the desk top icon. I go to task manager, processes, and end process for Firefox - then I can start it using the icon on the desktop.
    I have also noticed that some links on a web page won't work - javascript is involved.
    Thanks for your herlp,
    Mike FD

    It sounds like you are getting in a hurry.
    If you force Firefox to close in a hurry, then it won't normally start until you re-start the computer. There are ways around this, but I'm not going to go into them right now.
    None-force way to close Firefox down: Close the program and wait. Do something else. Firefox appears as if it is closed, but it's not. Firefox cleans out cookies and it's cache after you close it. That takes a few minutes. You can't restart it while it's doing house cleaning.
    After it is done, then you can restart Firefox normally. You can watch it in the Task Manager.
    The same applies if you are installing javascript. You have to wait a few minutes.
    As for running it with multiple tabs, I usually have 5 or 6, or more, tabs open at a time. Have no idea what the problem is there. Firefox needs special permission by use of a pop-up option to close with multiple tabs open.

  • Firefox won't run, but says it is when I try to unistall it - Win 7 task manager says it isn't..how can I get around this to uninstall it?

    I have been trying to open a browser window with Mozilla Firefox 6.0.2 (x86 en-US). It won't run, however, when I try to uninstall the program, it says I have to close firefox first. Win 7 task manager does not show the program as running.
    I tried again, and still get the same message from Firefox. I checked the task manager again, not running. Tried running it - won't run. Tried uninstall, got the same message, close firefox before trying to uninstall - firefox isn't running!
    I would appreciate any help that you could give me. I want to use firefox, especially since it is the browser that opens Webkinz correctly for my grandkids.

    In the task manager, are you looking at Processes? That is where you find Firefox listed when you see no interface, not in Applications.
    This page might have some useful information about that problem.
    * http://kb.mozillazine.org/Profile_in_use

  • Adobe Photoshop CS6 won't run, problem with Application Manager

    I've now got three Adobo Photoshop CS products on my MacBook Pro, the latest is CS6 which won't run.
    I own Photoshop CS3, I just happen to install the CS5.x suite today, which runs during the trial period (30 day, today is day #1).
    I then see that PSCS6 is out so I install that and get an error dialog.
    Adobe Photoshop CS6
    Adobe Application Manager, required to verify your license, is missing or damaged.
    Please download a new copy of Adobe Application Manager from http://www.adobe.com/go/applicationmanager.
    I go to that URL, run the new application manager and get that same dialog box when I try to run CS6.
    When I did the CS6b install it asked for my Adobe ID/password and I entered that and the install completed. So I'm not sure what's going on.

    Hi, Using OSX Lion...was getting the same AAM errors.
    I hope my "fix" is of help:
    During one installation attempt I noticed that it was using an Adobe Application Manager here:
    ~User/Applications/Adobe/OOBE/PDApp/core/Adobe Application Manager
    It is version 6.0.236.0 and the installer deletes it after the install. The download page only has version 2.
    So during my last install attempt, I grabbed a copy of that OOBE directory -- to catch the support files -- before deletion.
    Did not work in user Applications folder, but when I copied it in the location of AAM 2, it works.
    The full location is as follows (I renamed the original OOBE folder as a back-up):
    HD/Library/Application Support/Adobe/OOBE/PDApp/core/Adobe Application Manager
    Authorization works, and software update seems to...however, uninstall can't use this method.

  • Pages won't open word documents created in Office for Mac

    I'm using system 10.10 with the latest version of Pages. Although I've read that if you right click on a word document you should get the option to open it with Pages, and it should be translated. But I get a message that the document can not be opened. I created it with Microsoft Office for Mac 2004 using Word.
    I've been able to email those documents to people who use PC's and they have always been able to open my documents, so why not Pages?

    I tried that, but no luck. I also tried copying my Office for Mac 2004 onto my new iMac 12,2 but that didn't work. because those programs won't run in the Yosemite operating system. I see that there is supposed to be a new Office for Mac 2015 version, but nobody seems to know if or when that will be released. I may purchase Officer for Mac 2011, but before that purchase I thought I'd ask Microsoft if the 2011 version would open up Work files created by the 2004 edition. Their support line put me in touch with someone in India who tried to be helpful, but I'm not convinced he really knows the answer. He tried to persuade me to get Open Office, but that's not what I want. I'd like to be able to compose documents on the Mac platform and send them as attachments to emails for people who I know are using PCs. I don't like that extra step you have to do through in Pages to export as a PC document. The same for Excel and Power Point.

  • So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either.

    So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either. I tried deleting documents in pages as well as the app and reinstalling it, but nothing has helped.

    Try quitting Pages and then reset your iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app.
    Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Latest version of Pages won't open documents created in previous version.

    Pages won't open documents created before update.

    I got the same issue, here is what it says now: "My document" can’t be opened."
    iOS Mavericks 10.9.2
    Pages 5.1
    What I did to get this issue:
    - My file was created a month ago in Pages 5.1
    - Today, I opened the file normally
    - I clicked "duplicate" in order to make a back up from the current version
    - The loading wheel kept running for a few minutes...Maybe my cache memory too busy?
    - so, I "forced to quit" Pages
    - I try to open my doc again in Pages 5.1, now it's a failure!!
    - Then i tried to open on another Macbook with Pages 5.1 = Failure
    - I updated Mavericks latest updates = Failure to open my doc
    - Try to open in pages 4.3 = It says: "You need a newer version of Pages to open this document..."
    I need a fix asap, it's terribly important to get my document back

  • Photo Album Won't Run From Internet

    CS4 - I posted earlier that my photo albums won't run from the internet but runs from my computer and from a flash drive. I have rebuilt it probably 10 times. The URL is http://www.kandjreynoldsconstruction.com/gallery/index.html. Albums that I've built before are still running. Any Help would be great. Donna

    Be sure that all the necessary supporting elements—javascripts, css, and images—have been uploaded to the server as well, using the same folder structure as the local version of your photo album. (Based on a look at the index page's source code, it seems that elements may be missing.)

  • Pages won't open documents stored in iCloud

    After a major crash of my iMac after installing Mavericks, I returned to my MacBook Air running Mountain Lion and installed Pages 9.0 (can't reinstall Mavericks on the iMac due to an extremely slow connection)
    Now the problem:
    Pages won't show me my previously saved Pages documents in iCloud under "Open existing files". (Actually, it won't even save new documents on iCloud).
    For info:
    "Documents and Date" is checked in iCloud system preferences.
    All documents show in Finder under an alias folder I created of the Mobile Documents. But I can't open them.
    Even "open with" will give me only Terminal as available app.
    The only document that will open was a document created after the upgrade to Mavericks on the iMac...
    Any ideas what is wrong?
    Thank you very much

    Apple has created a new unified file format for:
    Pages for iOS 2.0.1
    Pages 5 for Mac OSX 10.9
    iWork for iCloud beta
    iCloud
    Anything going through iCloud now gets converted to the new format.
    Pages 5 only runs on OSX 10.9 and can open Pages '09 files but often damages them. It can not open Pages '08 files.
    Pages 5 can export files back to Pages '09 but often with a much simpler format as Pages 5 is missing over 90 features.
    Pages for iCloud beta uses the new Pages 5 format but lacks UI and many formatting tools.
    Pages '09 can not open Pages 5 files at all.
    Far from being a format for all it is a format for very few. It requires specific versions of all the software, running on only compatible hardware and operating systems.
    I do recommend you stick with Pages '09 just to get your work done and that you do not update to OSX 10.9 Mavericks. This means not being able to transfer files back and forth via iCloud to your iPad. The best you will be able to do is Export to Word .doc and email that to yourself.
    The whole arrangement is a rats nest of things going wrong. You are either stuck with the latest version of Pages with very few features, format that nothing else reads and all the bugs, or you use Pages '09 which works but will have it files screwed up by iCloud and can't swap files with the iPad version.
    Peter

  • List of older apps that will/won't run in OSX?

    Hello all,
    Is there a list of OS9 apps that will or won't run trouble-free in classic mode in OSX? For example, i would like to run Nanosaur on my new iMac.
    many thanks

    Use the search feature at http://versiontracker.com
    Visit the vendors Web pages and look for updates.

Maybe you are looking for

  • Can't figure out how to reduce size of printed jpeg

    I have a jpeg image I want to print.  When I click on it on my desktop, it comes up in Preview.   The image as printed is too big, so I want to reduce it.  I thought I could do this by lowering the percentage of the "Scale" radio button (this is part

  • Delivery costs in PO

    Hi, Delivery costs wrongly entered in PO and MIGO made. But after founding the correct delivery costs,the MIGO was cancelled for the PO. But when try to enter the new delivery costs,system not allowing  to enter the new delivery costs. How to go with

  • When I'm in a playlist, how can I search for a song within it

    I can only search my entire library whereas I used to be able to search within the playlist. I'm sure it can still be done.

  • Collect funtionality on sorted tab whose nonkeyfields are not numeric

    Hi, i have a requirement to collect all the identical records i.e sort and sum by all indicatives for which i defined an internal table like this sorted internal table   field1(char)--keyfield   field2(char)--keyfield   field3(CHAR).....(but currency

  • Can your ipad every be hooked up wirelessly to a printer?

    i am looking to buy an ipad air and a new printer but i want to make sure that im going to be able to either wirelessly or through bluetooth be able to hook up and print stuff ? any suggestions or know printers that will be this