Exception after creating a new page in a new project

Hello all,
I have started a new module for which i have created a new project and al.
I created my first page of the new project and i found an exception which i am not able to solve.I tested with a page having only StyledText but that also is not opening.Kindly help
Exception:
oracle.apps.fnd.framework.OAException: Could not load application module xx.xx.xxx.xxx.server.abcAM'.
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.lang.ClassCastException
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1166)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)

Hi
thanks for your response.The thing id when i am creating everything new i.e. page ,EO,Vo,AM then it is not working but if i associate it with oracle default AM ---> oracle.apps.fnd.framework.server.OAApplicationModule then it is working.
If i create it in my previous projects with new EO,VO,AM then also it is working ....
Thats y it is not a settings problem..But still i am not getting the cause of the problem.
Please help

Similar Messages

  • Recently 3.6 keeps the tab for the default page and won't let me close it, squeezing new pages to a new tab too narrow to use.

    Whatever startup page I specify for 3.6.11, when I attempt to move to a new page (not a new tab), the new page opens as a new tab in the left third or so of the window, with the startup page occupying the rest. The startup-page tab contains no "X" to close it and the close option is greyed out, so I cannot get rid of it or expand the page I want to fill the window. If opening a third page, I can then close the startup page tab but not the new-page tab, so I always have at least two tabs open and cannot see all of the page I want.

    Thanks for the heads up, Kappy.
    But just so everyone knows: my old Extreme (bought in March 2005!) was working with my laptop (10.9.2) and our ipad Air (7.1) until the cable company pushed through an upgrade. That apparently fried their cable modem (which they replaced with a newer model) and my Extreme. I used Airport Utility 5.5.2 on a 10.6.8 bootable external drive to check its settings, which were unchanged, but it refuses to function properly–its 3 lights flash constantly, which my manual says is abnormal.
    Anyway, it had a good run. I've ordered a new AEBS. Does any outfit repair old base stations? I could donate it...

  • ForwardImmediately to open new page in a new window

    Hi,
    Is it possible to force the forwardImmediately method to open the specified page in a new window? Like the Target Frame = _blank on the Link item.
    I am unable to use JavaScript to do this.
    Can forwardImmediately be modified to do this or can I create a link item on my page and dynamically fire it from with the processRequest method of my controller?
    Any help will be appreciated.
    regards
    DG

    How to open new window  in CO programitically in OAFramework
    opening a page in a new window using code
    Thanks
    --Anil
    http://oracleanil.blogspot.com

  • Exception while creating Employee Search Page

    Hi all i have created a Employee Search Page by following some tutorials,now whenever i enter some values in the empno or ename fields and press GO i get the below exception
    Exception Details. 
    oracle.apps.fnd.framework.OAException: oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for xxhciOafTrngEmpTabEO.
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    --Can anyone suggest me where i am doing wrong
    Thanks in advance!!

    Now i am getting the below exception
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.  Statement: SELECT *
    FROM  xxc_temp
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.OraclePreparedStatement.setNullAtName(OraclePreparedStatement.java:3917)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3946)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13759)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:801)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(Unknown Source)
         at temp.oracle.apps.po.SAWorkspace.server.SAWorkspaceAMImpl.initSummary(SAWorkspaceAMImpl.java:31)
         at temp.oracle.apps.po.SAWorkspace.webui.SAWorkspaceCO.processFormRequest(SAWorkspaceCO.java:49)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.OraclePreparedStatement.setNullAtName(OraclePreparedStatement.java:3917)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3946)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13759)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:801)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(Unknown Source)
         at temp.oracle.apps.po.SAWorkspace.server.SAWorkspaceAMImpl.initSummary(SAWorkspaceAMImpl.java:31)
         at temp.oracle.apps.po.SAWorkspace.webui.SAWorkspaceCO.processFormRequest(SAWorkspaceCO.java:49)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)I have a table named xxc_temp..So,what am i doing wrong now.

  • I am unable to create folders in Pages on my new iPad

    I've tried clicking edit, selecting the documents to have the yellow frame, holding down till they pop up, and dragging them together, but when I release they just spread back out.  Any thoughts?

    Try it again? You seem to be doing it correctly except for one little detail. Just slide the thumbnail slowly on top of another one - not next to it. You don't pull the documents together - unless I am misreading your post. That is what it sounds like you are doing.
    It's basically the same way that you create a folder on a home screen. Try it a couple of times and practice it. If you tap Edit and then you tap a file and get the yellow border and then hold down on that doc until it pops up you are doing everything correctly up to that point.
    If it still doesn't work after a few more tries, quit Pages completely and restart the iPad and try again.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Redirect to Pages library after creating item in pages library folder!

    Hi All,
    I'm facing one problem while creating item in publishing pages library.
    Whenever I create an item inside the folder, after creation of item SharePoint redirect me to root level of the library. Its happening in pages library only.
    Does any one face this issue or it's a know SharePoint issue or is there any workaround?
    Thanks
    Shubham

    Hi Shubham,
    I did a test, however I could not reproduce your issue.
    In my testing, I created a folder in the Pages library, then created a page in the folder. After creation, it went to the folder level, not the top level of the library.
    Please check whether you installed some updates for your SharePoint 2010.
    For narrowing down the scope of this issue, please verify the followings:
    Please create a new site at the same site collection, then test again, compare the result.
    Please create a new site collection, test again, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I create a new page for a new subscriber under a domain?

    I have a domain where I want to give each member a subdomain under the domain such as http://www.mydomain.com/Joesdomain.com ? I have a login membership page set up currently with opt in subscribers.  I want to give each person a backoffice with email and product information in their own subdomain after they get logged in, as well as a public_html page too.
    Thanks in advance,
    Romans 838

    You need to setup a script to handle this for you.  Typically most people do this with a solution like CPanels Web Host Manager.  But it depends on your server environment what you would use.

  • I'm unable to open files I've created in the new pages with the new pages. It tells me to update my pages

    Is anyone else having this problem? I've updated pages and when I try to open files I created, it tells me to update pages

    Trash Pages 5 and go back to Pages '09 which should still be inside the iWork folder inside your Applications folder.
    Then let everyone know in the App Store what a stellar (singular) App Pages 5 is.
    Peter

  • Why does it take so long to edit diagrams I've created on Mac Pages using brand new Macbook pro?

    I'm using my macbook pro retina 13 to create diagrams and reports in Mac Pages. I have 8 gigs of RAM and I just bought it, so it can't be out of space on the hard drive already. The diagrams take forever to load or edit or adjust. Any ideas or suggestions?
    Thank you!

    Pages 5?
    Lots of graphics, even simple graphics, tend to bring it to its knees.
    Do you have Pages '09 on your Mac? Try that instead.
    Peter

  • When I open a new page in a new tab, more tabs just keeps opening but the file/page does not open, why?

    something keeps opening new tabs but does not open the first tab does not open

    Is it a case of runaway blank tabs? One possible cause is if Firefox wants to download something but you instruct Firefox to handle it itself. This article describes how to clear that up: [[Firefox repeatedly opens empty tabs or windows after you click on a link]].
    If they are not blank tabs, do they look like some kind of advertising? You might have a bad add-on. These can slip into your computer as part of a bundle with other software, so I suggest starting here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    Next, in Firefox, open the '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    (1) In the left column, click Plugins. If you find a plugin that you don't recognize or which doesn't sound essential, try setting it to "Never Activate". ''(The most essential Plugin is Shockwave Flash. You can use most sites without the others.)''
    (2) In the left column, click Extensions. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Finally, you can supplement your regular security software and "mop up" any remaining issues with the '''scanning/cleaning tools''' suggested in this support article: [[Troubleshoot Firefox issues caused by malware]]. Those are free and take a long time to run. If they seem to finish quickly and especially if they require a purchase to clean your system, you may have a serious infection. Try the specialized forums listed in the article.
    Success?

  • Error message when attempting to publish a new page or add new content

    Anyone know what this means...It's the error message I'm getting when attempting to publish..
    Can’t create the file “bar.gif.” The disk may be damaged or full, or you may not have sufficient access privileges.
    Help!

    Welcome to the Apple Discussions. Try the following:
    1 - close iWeb.
    2 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your User/Library/Preferences folder.
    3 - go to your User/Library/Caches/com.apple.iWeb folder and delete the contents.
    4 - reboot.
    5 - launch iWeb and try again.
    If that doesn't help continue:
    6 - move the domain file from your User/Library/Application Support/iWeb folder to the Desktop.
    7 - launch iWeb, create a new test site and save.
    8 - go to the your User/Library/Application Support/iWeb folder and delete the new domain file.
    9 - move your original domain file from the Desktop to the iWeb folder.
    10 - launch iWeb and try again.
    OT

  • How to Create a 2nd Page to an IDVD Project

    In past, I was able to create a project that had content on 2 'pages'.  Now, I can't find a way to put content on a 2nd 'page'.

    Go up to the iDVD menu, click on Project and then click on Add Submenu. 
    Or, if you have inserted chapter markers into your iMovie project, and want scene selection on a submenu, then Share from iMovie to iDVD and it will create them. 
    In iDVD Preferences/Movies you can set your preferences to create chapters in imported movies.

  • Add new pages to a photo project

    This question was posted in response to the following article: http://help.adobe.com/en_US/photoshopelements/using/WS287f927bd30d4b1f561c711e12e28a900cc- 7fe2.html

    I am doing what it says but "add blank page" is not highlighted so it won't work.  Why?

  • Always open a new page in a new tab without addon

    Dear helpers,
    I'd like to ask if there is any way to open a new web adress that I type into the location bar in a new tab (instead of the existing one) when pressing enter. There are addons that do this, I know, but perhaps there is some about:config tweak I didn't hear about yet?
    Thanks for your help!

    There is a key combo you can use (Windows but should work for Linux).
    Simply type the web address you want to go to and press ALT + ENTER to open it in a new tab. I couldn't find anything in about:config that does this....Although I didn't look hard enough as the key combo should be sufficient, I hope.

  • Can't drop components on new page after upgrading to Update 5

    Please need some help.
    Today I upgraded to Update5. I created a new page in an elder project, created with the prev version.
    When trying to drop a component on the Designer a got following error-message: You cannot drop components on plan HTML documents, only on web forms.
    Dropping a component on a prev created page went well.
    I created a new project, created a new page and dropping a component was OK.
    Then I examined the source in the misbehaving project. The newer template code differs from the elder. But the newer template codes matches in both projects.
    Following the code and my log.
    thx in advance, gerald
    This is the newer template code:
    <?xml version="1.0"?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core">
    <jsp:directive.page />
    <jsp:text>
    <![CDATA[
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ]]>
    </jsp:text>
    <f:view>
    <html>
    <head>
    <meta content="no-cache" http-equiv="Cache-Control"/>
    <meta content="no-cache" http-equiv="Pragma"/>
    <title>__TITLE__</title>
    <link href="resources/stylesheet.css" rel="stylesheet" type="text/css"/>
    </head>
    <body style="-rave-layout: grid">
    </body>
    </html>
    </f:view>     
    </jsp:root>
    This ist my log:
    Log Session: Donnerstag, 23. Dezember 2004 14:06 Uhr CET
    System Info: Product Version = Java Studio Creator (Build 041221_4)
    Operating System = Windows 2000 version 5.0 running on x86
    Java; VM; Vendor = 1.4.2_06; Java HotSpot(TM) Client VM 1.4.2_06-b03; Sun Microsystems Inc.
    Java Home = C:\Sun\Creator\java\jre
    System Locale; Encod. = de_AT; Cp1252
    Home Dir; Current Dir = C:\Dokumente und Einstellungen\Werany; C:\Sun\Creator\bin
    IDE Install; User Dir = C:\Sun\Creator; C:\Dokumente und Einstellungen\Werany\.Creator\1_0
    CLASSPATH = C:\Sun\Creator\lib\ext\boot.jar;C:\Sun\Creator\lib\ext\ejb20.jar;C:\Sun\Creator\lib\ext\jgraph.jar;C:\Sun\Creator\lib\ext\naming.jar;C:\Sun\Creator\lib\ext\pbclient.jar;C:\Sun\Creator\lib\ext\pbtools.jar;C:\Sun\Creator\lib\ext\rowset.jar;C:\Sun\Creator\lib\ext\smbase.jar;C:\Sun\Creator\lib\ext\smdb2.jar;C:\Sun\Creator\lib\ext\sminformix.jar;C:\Sun\Creator\lib\ext\smoracle.jar;C:\Sun\Creator\lib\ext\smresource.jar;C:\Sun\Creator\lib\ext\smspy.jar;C:\Sun\Creator\lib\ext\smsqlserver.jar;C:\Sun\Creator\lib\ext\smsybase.jar;C:\Sun\Creator\lib\ext\smutil.jar;C:\Sun\Creator\lib\ext\sql.jar;C:\Sun\Creator\lib\ext\sqlx.jar;C:\Sun\Creator\lib\ext\locale\boot_ja.jar;C:\Sun\Creator\lib\ext\locale\boot_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\naming_ja.jar;C:\Sun\Creator\lib\ext\locale\naming_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sqlx_ja.jar;C:\Sun\Creator\lib\ext\locale\sqlx_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sql_ja.jar;C:\Sun\Creator\lib\ext\locale\sql_zh_CN.jar;C:\Sun\Creator\java\lib\dt.jar;C:\Sun\Creator\java\lib\tools.jar
    Boot & ext classpath = C:\Sun\Creator\java\jre\lib\rt.jar;C:\Sun\Creator\java\jre\lib\i18n.jar;C:\Sun\Creator\java\jre\lib\sunrsasign.jar;C:\Sun\Creator\java\jre\lib\jsse.jar;C:\Sun\Creator\java\jre\lib\jce.jar;C:\Sun\Creator\java\jre\lib\charsets.jar;C:\Sun\Creator\java\jre\classes;C:\Sun\Creator\java\jre\lib\ext\dnsns.jar;C:\Sun\Creator\java\jre\lib\ext\ldapsec.jar;C:\Sun\Creator\java\jre\lib\ext\localedata.jar;C:\Sun\Creator\java\jre\lib\ext\sunjce_provider.jar
    Dynamic classpath = C:\Sun\Creator\lib\core.jar;C:\Sun\Creator\lib\openfile-cli.jar;C:\Sun\Creator\lib\openide-loaders.jar;C:\Sun\Creator\lib\openide.jar;C:\Sun\Creator\lib\ravelnf.jar;C:\Sun\Creator\lib\locale\core_ja.jar;C:\Sun\Creator\lib\locale\core_zh_CN.jar;C:\Sun\Creator\lib\locale\openide-loaders_ja.jar;C:\Sun\Creator\lib\locale\openide-loaders_zh_CN.jar;C:\Sun\Creator\lib\locale\openide_ja.jar;C:\Sun\Creator\lib\locale\openide_zh_CN.jar;C:\Sun\Creator\lib\locale\ravelnf_ja.jar;C:\Sun\Creator\lib\locale\ravelnf_zh_CN.jar
    [org.netbeans.core.modules #4] Warning: the extension C:\Sun\Creator\modules\ext\sac.jar may be multiply loaded by modules: [C:\Sun\Creator\modules\css.jar, C:\Sun\Creator\modules\insync.jar]; see: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#class-path
    Turning on modules:
    org.openide/1 [4.26.3 041221_4]
    org.openide.io [1.1.3 041221_4]
    org.openide.execution [1.1.2 041221_4]
    org.openide.compiler [1.2.2 041221_4]
    org.openide.loaders [4.11.3 041221_4]
    org.netbeans.core/1 [1.21.3 041221_4]
    org.netbeans.lib.terminalemulator [1.1.2 041221_4]
    org.netbeans.core.output/1 [1.1.2 041221_4]
    org.netbeans.core.compiler/1 [1.4.2 041221_4]
    org.netbeans.modules.javahelp/1 [2.1.3 041221_4]
    org.netbeans.api.java/1 [1.3.2 041221_4]
    org.netbeans.core.execution/1 [1.3.2 041221_4]
    org.netbeans.libs.xerces/1 [1.4.2 2.6.0]
    org.apache.tools.ant.module/3 [3.6.2 041221_4]
    org.openide.src [1.1.2 041221_4]
    org.openide.debugger [1.1.3 041221_4]
    org.netbeans.modules.j2eeapis/1 [1.1 041221_4]
    org.netbeans.modules.settings/1 [1.4.2 041221_4]
    org.netbeans.api.xml/1 [1.3.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.schema2beans/1 [1.7.2 041221_4]
    org.netbeans.modules.debugger.core/3 [2.10.3 041221_4]
    org.netbeans.libs.j2eeeditor/1 [1.1.2 041221_4]
    org.netbeans.modules.j2eeserver/3 [1.1.5 041221_4]
    org.netbeans.modules.editor/1 [1.14.6 041221_4]
    org.netbeans.modules.debugger.jpda/1 [1.17.3 041221_4]
    org.netbeans.api.web.dd/1 [1.1.2 1.1 041221_4]
    com.sun.rave.project/1 [1.0.5 041221_4]
    com.sun.rave.errorhandler.server/1 [0.2 041221_4]
    com.sun.rave.layoutmgr/1 [1.2 041221_4]
    com.sun.rave.plaf/1 [1.1 041221_4]
    com.sun.rave.windowmgr/1 [1.2 041221_4]
    com.sun.rave.libs.jsf/1 [1.0.5 041221_4]
    com.sun.rave.jsfsupport/1 [1.0.5 041221_4]
    com.sun.rave.jsfmetadata/1 [1.0.5 041221_4]
    com.sun.rave.licensemgr/1 [1.3 041221_4]
    com.sun.rave.insync/1 [1.0.5 041221_4]
    com.sun.rave.toolbox/1 [1.0.4 041221_4]
    org.netbeans.modules.classfile/1 [1.9 041221_4]
    org.netbeans.modules.java/1 [1.16.4 041221_4]
    org.netbeans.modules.image/1 [1.11.2 041221_4]
    com.sun.rave.jwsdpsupport/1 [1.1 041221_4]
    com.sun.rave.sam/1 [1.0.4 041221_4]
    org.netbeans.modules.servletapi24/1 [2.0.3 2.0.3 041221_4]
    org.netbeans.modules.web.jspparser/2 [2.0.3 041221_4]
    org.netbeans.modules.diff/1 [1.7.2 041221_4]
    com.sun.rave.designer/1 [1.0.5 041221_4]
    com.sun.rave.navigation/1 [1.0.5 041221_4]
    org.netbeans.modules.xml.core/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.xml.catalog/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.openidex.util/2 [2.7.2 041221_4]
    org.netbeans.modules.autoupdate/1 [2.8.4 041221_4]
    com.sun.rave.raveupdate/1 [1.0.2 041221_4]
    com.sun.rave.servernav/1 [1.1 041221_4]
    com.sun.rave.dataconnectivity/1 [1.0.4 041221_4]
    org.netbeans.modules.schema2beansdev/1 [1.1.2 041221_4]
    com.sun.rave.preview.support/1 [1.0 041221_4]
    com.sun.enterprise.webserver.tools/2 [2.0 041221_4]
    com.sun.rave.welcome/1 [1.0.3 041221_4]
    com.sun.tools.appserver/1 [2.0.3 20041221-1453]
    com.sun.rave.ejb/1 [0.1 041221_4]
    org.netbeans.modules.xml.text/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.html/1 [1.12.5 041221_4]
    org.netbeans.modules.web.core.syntax/1 [1.13.3 041221_4]
    com.sun.rave.jspsyntaxint/1 [1.1 041221_4]
    com.sun.rave.ravehelp/1 [1.0.3 041221_4]
    org.netbeans.modules.text/1 [1.12.3 041221_4]
    org.netbeans.modules.css/2 [1.1.1.3.6.2 3.6.2 041221_4]
    org.netbeans.modules.properties/1 [1.11.3 041221_4]
    org.netbeans.modules.properties.syntax/1 [1.12 041221_4]
    com.sun.rave.j2se.windows/1 [1.0 041221_4]
    com.sun.rave.corepackage/1 [1.1 041221_4]
    org.netbeans.modules.extbrowser/1 [1.3.3 041221_4]
    org.netbeans.core.ide/1 [1.3.2 041221_4]
    com.sun.rave.websvc/1 [1.0.5 041221_4]
    org.netbeans.modules.beans/1 [1.11.3 041221_4]
    org.netbeans.modules.utilities/1 [1.15.2 041221_4]
    org.netbeans.modules.clazz/1 [1.13.2 041221_4]
    org.netbeans.core.ui/1 [1.3.3 041221_4]
    Turning off modules:
    com.sun.rave.ejb/1 [0.1 041221_4]
    com.sun.enterprise.webserver.tools/2 [2.0 041221_4]
    Node "Enterprise Java Beans (Preview Feature)" [com.sun.rave.ejb.nodes.EjbRootNode] cannot return null from getIcon(). See Node.getIcon contract.
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:23 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    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:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    ==>
    org.openide.filesystems.FileStateInvalidException: sdfg.jsp
    at org.openide.loaders.DataObject.find(DataObject.java:444)
    at com.sun.rave.insync.Util.retrieveDocument(Util.java:99)
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:95)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    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:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:31 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    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:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    ==>
    org.openide.filesystems.FileStateInvalidException: lkjgh.jsp
    at org.openide.loaders.DataObject.find(DataObject.java:444)
    at com.sun.rave.insync.Util.retrieveDocument(Util.java:99)
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:95)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:203)
    at org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:759)
    at org.openide.loaders.DataObject.delete(DataObject.java:538)
    at com.sun.rave.project.model.WebAppProject.removeJSPItem(WebAppProject.java:1065)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1005)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:61)
    at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:753)
    at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:160)
    at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:138)
    at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:91)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:439)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.doDestroy(ExplorerActions.java:752)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction(ExplorerActions.java:631)
    at org.openide.explorer.ExplorerActions$DeleteActionPerformer.actionPerformed(ExplorerActions.java:774)
    at org.openide.util.actions.CallbackSystemAction$2.run(CallbackSystemAction.java:438)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247)
    at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71)
    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:324)
    at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179)
    at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31)
    at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241)
    at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111)
    at org.openide.util.Task.run(Task.java:136)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
    INFORMATIONAL *********** Exception occurred ************ at Thu Dec 23 14:11:39 CET 2004
    java.lang.NullPointerException
    at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:96)
    at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:493)
    at com.sun.rave.insync.models.FacesModel.sync(FacesModel.java:731)
    at com.sun.rave.insync.models.FacesModelSet.getDesignContexts(FacesModelSet.java:318)
    at com.sun.rave.outline.OutlinePanel.updateModelViews(OutlinePanel.java:164)
    at com.sun.rave.outline.OutlinePanel.contextClosed(OutlinePanel.java:338)
    at com.sun.rave.insync.models.FacesModelSet.fireContextClosed(FacesModelSet.java:494)
    at com.sun.rave.insync.models.FacesModel.destroy(FacesModel.java:282)
    at com.sun.rave.insync.ModelSet.itemsRemoved(ModelSet.java:326)
    [catch] at com.sun.rave.project.model.ProjectFolder.fireContentRemoved(ProjectFolder.java:463)
    at com.sun.rave.project.model.ProjectFolder.removeProjectItem(ProjectFolder.java:266)
    at com.sun.rave.project.model.WebAppProject.removeJavaItem(WebAppProject.java:1143)
    at com.sun.rave.project.model.WebAppProject.removeProjectItem(WebAppProject.java:1007)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.handleDeletedEvent(ProjectFileSystem.java:371)
    at com.sun.rave.project.ProjectFileSystem$ProjectReference.fileDeleted(ProjectFileSystem.java:282)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:78)
    at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport

    Hello,
    It's possible there are errors in your project and
    because the previous release wasn't as strict in
    detecting errors.
    Update 5 is more strict.
    One thing you can do is make sure in your Java source
    files that all references are accounted for.
    e.g. If you have any library references (jars mounted, such
    as Web services) make sure all jars are available
    Also, if you're using getContext() method in any of your
    Java source, temporarily change this method to getFacesContext()
    Please see blog for more info
    http://blogs.sun.com/roller/page/tor/20041223#creator_patch_5_problems
    Regards,
    John
    JSC QA

Maybe you are looking for

  • Creative Zen Vision M Media Explorer does not work on Vi

    I plugged in my device, all I can see was the name of the device under Portable Devices. When I access Media Explorer, it said my device is not connect but in fact it actually is. If I copy a file via Portable Devices, it automatically freezes up my

  • Unable to create the temporary folder. Error 183 when starting Distiller

    New information discovered - see end of message! Full error message is (window title is Acrobat Distiller): "Unable to create the temporary folder Error: 183 - cannot create a file when that file already exists." I have no idea what file or what fold

  • Reg. Bapi FM for creating invoice

    Hi Friends If any body tell me how to create an invoice with reference number and maintain our external invoice number. Advance Thanks Krishna

  • Itunes doesn't recognize my blank DVD?  Please help !!!

    I have a toshiba laptop running XP. I have not been able to back up my purchases and I am afraid my computer will crash and I will lose everything. I have run the diagnostic as shown below: Microsoft Windows XP Home Edition Service Pack 2 (Build 2600

  • Report of Outbound calls that were not answered

    Hello does anyone know if there is a report in UCCX that shows me the quantity of outbound calls that were not answered for a determined CSQ? My UCCX version is 8.5. Thank you Marcos