500 Error when trying to log into app

We are working on upgrading to WLS 9.1 from WLS 8.1 sp5. We have successfully built and deployed our ear file and our portal.war file using the 9.1 and java 1.5. However, I get the following error when trying to access the login page.
Error 500--Internal Server Error
javax.faces.FacesException
     at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:356)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
Caused by: java.io.IOException
     at weblogic.servlet.jsp.BodyContentImpl.flush(BodyContentImpl.java:72)
     at javax.faces.webapp._PageContextOutWriter.flush(_PageContextOutWriter.java:45)
     at org.apache.myfaces.renderkit.html.HtmlResponseWriterImpl.endDocument(HtmlResponseWriterImpl.java:181)
     at org.apache.myfaces.taglib.core.ViewTag.doEndTag(ViewTag.java:110)
     at jsp_servlet.__login._jspService(__login.java:620)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
     at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:496)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
     at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
     at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
     at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
     ... 13 more
Any ideas as to what could be causing this? This is currently being built and deployed on my local machine.
Thanks.

bftanner or any other WL 8.1 -> 9.x migration veterans,
I'm experiencing the same error as below. Can anyone recommend a fix?
Thanks!
-Chip
- Can't insert page '/common/appHeader.jsp' : null
java.io.IOException
at weblogic.servlet.jsp.BodyContentImpl.flush(BodyContentImpl.java:72)
at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:889)
at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:462)
at jsp_servlet._layout.__appdashboardlayout._jsp__tag7(__appdashboardlayout.java:470)
at jsp_servlet._layout.__appdashboardlayout._jsp__tag6(__appdashboardlayout.java:409)
at jsp_servlet._layout.__appdashboardlayout._jspService(__appdashboardlayout.java:205)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.chase.gcrm.approvals.web.security.LoginFilter.doFilter(LoginFilter.java:90)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:302)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.chase.gcrm.approvals.web.security.PermissionFilter.doFilter(PermissionFilter.java:133)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.chase.gcrm.approvals.web.security.LoginFilter.doFilter(LoginFilter.java:90)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
<Aug 10, 2007 4:13:19 PM CDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@1ce0e18 - app
Name: 'arc_ear-3.5.0', name: 'approvals', context-path: '/approvals', version: @3.5.0] Root cause of ServletException.
javax.servlet.jsp.JspException: Can't insert page '/common/appHeader.jsp' : null
at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:898)
at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:462)
at jsp_servlet._layout.__appdashboardlayout._jsp__tag7(__appdashboardlayout.java:470)
at jsp_servlet._layout.__appdashboardlayout._jsp__tag6(__appdashboardlayout.java:409)
at jsp_servlet._layout.__appdashboardlayout._jspService(__appdashboardlayout.java:205)
Truncated. see log file for complete stacktrace

Similar Messages

  • Plist parsing error when trying to log into iTunes Store

    Can't log into App Store on my iPhone 5S, when trying to access my account on my MacBook I get "plist parsing error". Pls help.

    Apple’s having trouble with the iTunes Store servers right now. Wait for them to resolve the issue.
    (123891)

  • IPad mini Network connection error when trying to log into Message

    I have an iPad mini and when I try to log into message it comes up with an error asking me to check the network connection. The iPad is connected to WiFi and the internet works fine, I have tried everything I have seen to test but am not having any success. Help please...

    Hi there L1975,
    Take a look at the article linked below, it provides a lot of great information and troubleshooting tips that can help you resolve the issue signing in to iMessage on your iPad mini.
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    So long,
    -Jason

  • How to resolve on my iPad: Unable to connect to server error when trying to log into Game Center?

    When I try to log into the game center, i get an error message that says: unable to connect to server due to an error communicating with the server.
    I have logged off iTune and any other app I was logged in, I have done a hard reset of my iPad, I have reset my modem, but nothing had any impact and I am now frozen out of my game center.
    Anybody has an idea of how to resolve this?
    Thanks,
    J

    1) May be there is a mismatch with the jar file name and the filename in the jad properties ( happens only if you rename the jar file)
    2) Check hollywood jad properties and the ringtone jad properties. May be the complete url is required for the jar file.
    3) If you are using any restricted APIs in your midlet, then make sure your jad properties has the required permissions.

  • Unknown error when trying to log into Itunes

    I just got Windows 8 and i installed Itunes on it, however when i go to log in to my account it keeps stating unknown error. and it wont allow me to log into.. however when i go on my laptop i have no issue. and it runs Windows 7, What should i do?

    Debbecjam wrote:
      What can I do
    Telling us what the error says would be a good start.

  • Error when trying to log into RSP Agent Console

    Hi all,
    When I try to log into RSP Agent Console, i get an error message that reads:
    "An Error has occurred.  Check the log file for details"
    Where can I find this log file?
    Could this be related to the SQL version?  (SQL Server 2008 R2 Express)
    Any other ideas of what may cause this error?
    Regards,
    Rikard Korff

    Hi Rikard Korff,
    You may check:
    RSP
    RSP login
    Connect to Agent server in RSP
    Thanks,
    Gordon

  • Still getting "Unknown Server Error" when trying to log into CC Desktop App

    Hi -- I signed up for the early access file/font sync and received my email saying "You're In..."
    When I used the link in that email to download the CC Desktop App and when I launch it, I'm still receiving the error "Unknown Server Error" Sign in is currently unavailable. We are unable to access your account. Please try again later.
    Anyone run into a similar situation or have thoughts on how to remedy this?
    Thanks in advance!
    Kristina

    Solution 2 from this help article http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html should resolve the problem.

  • Error when trying to log into iTunes account.

    When I go into iTunes from my laptop to update apps that I have, it prompts me to put in my password. When I put in my password, it tells me there's an unknown error and to put it in again. When I did, it tells me that my password has be put in to many times and it's incorrect. I changed my password and it's still doing that to me. Any help on how I can get rid of that?

    Debbecjam wrote:
      What can I do
    Telling us what the error says would be a good start.

  • When trying to log into App Store my keyboard does not come up and it asks me to paste password!

    It won't let me log in...because it ask me to paste my password...I have no idea why it just started doing this!

    Quit the App Store app and reset the 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.

  • Error CNDP/005 when trying to log into a SAp System

    Hello everyone,
    when trying to log into a SAP System, i get the following dump:
    Error analysis
        Short text of error message:
        Control Framework: Data stream error. Transaction terminated.
        Long text of error message:
         Diagnosis
             The data stream from the frontend could not be interprete
         System Response
         Procedure
             This error is very probably due to an error in the fronte
             software installation or an obsolete version. Inform your
             administrator.
         Procedure for System Administration
             The frontend should have at least the same version as the
             release. Install the correct frontend. If the error conti
             occur, inform SAP.
        Technical information about the message:
        Message class....... "CNDP"
        Number.............. 005
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    It occurs directly after inserting my User/Password and pressing enter.
    My SAP GUI: Version 710, Patchlevel 11
    The strange thing about that:
    Last week i didn't have this error and i didn't change anything.
    I already uninstalled, reinstalled and rebooted but it didn't work.
    I would appreciate some help.

    I upgraded to patchlevel 13, which solved the problem.

  • I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work)

    I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work) since I use iCloud and I tunes match

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

  • TS1424 i'm getting 'Error 306' when trying to log into itunes. Does anyone know how to fix this?

    I'm getting 'Error 306' when trying to log into itunes. Does anyone know how to fix this?

    Perhaps try the iTunes Store loads partially or returns "Error 306" or "Error 10054" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • HT5622 When trying to log into iCloud, I get error message that this iPhone has exceeded it's limits for free apple I'd accounts

    When trying to log into iCloud, I get error message that this iPhone has exceeded it's limits for free apple I'd accounts

    Indeed you do, limit of three accounts exists for every device. You can use old icloud accounts or create account on new device and then sign in on that phone. That limit is only for creating and not for use.

  • TS1424 When trying to get into apps I keep getting a error message the "cannot verify identity of server" and it's not accepting my Apple ID password. I found something that said I have to accept the new terms and conditions for iCloud  but can't get in

    Getting a verification error when trying to get into the apps,

    I also have Jolly's problem. I found the iMovie 9.0.9 folder and tried to launch the older version of iMove. It would not launch. I removed all of the iMovie preferences from the Preferences folder, removed iMove 10 from the applications folder, and restarted my Mac. iMove 9.0.9 still won't launch and I can't access my videos created with the older version of iMovie. Is there a way to uninstall iMovie 10 and reinstall iMovie 9.0.9?
    I am running Yosemitie on a  iMac.
    Paul

  • What to do when trying to log into my iCloud and it says "this apple iD is valid, but it's not an iCloud account"?

    What to do when trying to log into my iCloud and it says "this apple iD is valid, but it's not an iCloud account"?

    If you have not already created an iCloud account elsewhere you cannot do so on  PC, and that is the error message you will get. You can create an iCloud account on a Mac or an iOS device and then you should be able to sign into it in the iCloud Control Panel in Windows.

Maybe you are looking for

  • I want to display totals in words

    Hi Friends, I want to display sub-totals/totals in words also. If the total is 1,20,500, I want to display it one lakh twenty thousands five hundred. If I created a report, I want to display the total no.of pages at in the end-of-page event. ---End o

  • Bussiness blue print for SFC

    Hi all, How to prepare business blue print for SFC(shop floor control) in PP.What are all aspects we need to consider to prepare blue print.if you have any document plz mail me at [email protected] Thanks a lot pavan

  • Is there anyway to use the macbook pro as a moniter for a seperate device?

    Is it possible under a program of some sort to use the macbook pro's screen as a seperate moniter for a device because I am always on the go and I bring my macbook everywhere so it would be extremely conveniant if I could use it's amazing screen as a

  • Hii...i can't sign into adobe creative cloud....

    hii....i can't sign into adobe creative cloud

  • Remoting Error: Client.NotAllowed

    Hello. I have a Flash as2 movie which uses remoting to connect to a CF 7,0,2,142559 server. It works perfect in my dev environment but it is throwing a strange error in my staging environment (shown below). I have compared the dev server to the test