Error even on blank page with VWP 5.5.1 and SJSAS 9

I get this error even if I create a blank new Visual Web Project using NB VWP 5.5.1 (Beta) with all the latest patches installed. The project runs on Sun Java System Application Server 9 (bundled one for 5.5.1). I have also installed enterprise pack 5.5.1.
According to the TLD, deferred-value is specified for the attribute id of the tag handler com.sun.webui.jsf.component.PageTag, but the argument for the setter method is not a javax.el.ValueExpression
Caused by: org.apache.jasper.JasperException: /Page1.jsp(5,60) PWC6341: According to the TLD, deferred-value is specified for the attribute id of the tag handler com.sun.webui.jsf.component.PageTag, but the argument for the setter method is not a javax.el.ValueExpression
        at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:49)
        at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:344)
        at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:172)
        at org.apache.jasper.compiler.Validator$ValidateVisitor.checkSetter(Validator.java:1036)
        at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1099)
        at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:821)
        at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1469)
        at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2244)
        at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2294)
        at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:841)
        at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1469)
        at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2244)
        at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2294)
        at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:506)
        at org.apache.jasper.compiler.Node$JspRoot.accept(Node.java:545)
        at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2244)
        at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2294)
        at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2300)
        at org.apache.jasper.compiler.Node$Root.accept(Node.java:468)
        at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2244)
        at org.apache.jasper.compiler.Validator.validate(Validator.java:1824)
        at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:169)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:376)
        at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:571)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:344)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
        at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:839)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:528)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:461)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:353)
        at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:422)
        ... 39 more
executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@bdc53e) threw exception

Hi Radhika,
I am still getting this error. So, could you please re-open this issue. I am not sure if I am missing any jar or something. Could you let me how what are the default libraries that I should use? Ever since I had this issue, i have been changing the libraries to use and Now I am at the point where even If i create a new project, it is not showing the design view of page1.jsp file. It says, "Missing Body Element" error. I tried to use different Themes and still no use. Anyway, that is my seperate issue. But here is the full stack trace of the TLD error.
[#|2007-06-26T15:11:18.930-0400|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=19;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=dbddf724-acff-44e0-9bdf-8de8f5f9af04;|ApplicationDispatcher[/MAReports] PWC1231: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /Page2.jsp(5,60) PWC6341: According to the TLD, deferred-value is specified for the attribute id of the tag handler com.sun.webui.jsf.component.PageTag, but the argument for the setter method is not a javax.el.ValueExpression
     at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:62)
     at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:357)
     at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:185)
     at org.apache.jasper.compiler.Validator$ValidateVisitor.checkSetter(Validator.java:1049)
     at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1112)
     at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:834)
     at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482)
     at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257)
     at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307)
     at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:854)
     at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1482)
     at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257)
     at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307)
     at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:519)
     at org.apache.jasper.compiler.Node$JspRoot.accept(Node.java:558)
     at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257)
     at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2307)
     at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2313)
     at org.apache.jasper.compiler.Node$Root.accept(Node.java:481)
     at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2257)
     at org.apache.jasper.compiler.Validator.validate(Validator.java:1837)
     at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:398)
     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:344)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:477)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:371)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
     at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
     at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:855)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:542)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:474)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:366)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
     at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:442)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:115)
     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:285)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
     at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
     at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:203)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:268)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:631)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:562)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:803)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
     at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:359)
     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
     at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
|#]
Thanks.

Similar Messages

  • Server errors result in blank pages with security enabled

    I have been working to security-enable my ADF 11 application using JDeveloper 11.1.1.0.0. Users, roles and grants all appear to be working as expected. However, I have discovered that server errors no longer appear once I put security in place.
    For example, take a simple JSPX page with one button, and attach an actionListener to the button. In the actionListener, throw an exception. When no ADF security is in place, this results in a 500 server error page, and the exception stack trace (or part of it) is written to the Weblogic console inside JDeveloper. Once ADF security is in place, the behavior changes. The result is a blank page (absolutely no content). Even worse, the exception stack trace is no longer written to the Weblogic console.
    I have tried to work around this by setting an <error-page> in web.xml, but it doesn't seem to make a difference. I do know that my <error-page> configuration works in general, because I have a "not authorized" error page set up to catch the ADF AuthorizationException, and that is displayed properly. I have also seen the error page invoked for errors that happen earlier in the rendering process (for instance, if I forget to set a default page in my bounded task flow).
    I don't have any idea where to start on this. Google hasn't been much help, possibly I don't know what I'm looking for.
    Anyone have any suggestions?
    Thanks,
    KEN

    We have found a solution to this problem, which we are going to go with until something better pops up.
    In the main unbounded task flow (adfc-config), we added a method call marked as the error-handler. In the method call, we log the exception, something like this:
        public void handleException() {
            Exception e = ControllerContextImpl.getInstance().getCurrentViewPort().getExceptionData();
            e.printStackTrace(System.err);
        }Then, the method call forwards to a JSP to display the error:
    <af:inputText label="Error" value="#{controllerContext.currentViewPort.exceptionData.message}"/>That gets us the equivalent of the old behavior.
    I still find it kind of strange that errors aren't displayed once security is enabled, but at least there is a workaround.
    KEN

  • Firefox loads but will not access the Internet, showing only a blank page with a single tab "Untitled," and "Done" in the progress indicator.

    When I load Firefox, I get a blank page. There is a single tab with "Untitled," and an indication "Done" at the bottom. The program does not respond to any of my bookmarks--it works but the end result is the blank page described above.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.<br />
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls<br />
    See also http://kb.mozillazine.org/Error_loading_websites
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Error code: sec_error_untrusted_issuer, after i add the exception, get the certificate i get a blank page with big letters NOT FOUND.

    www.google.com uses an invalid security certificate.
    The certificate is not trusted because it is self-signed.
    The certificate is only valid for 78-159-121-201.local
    (Error code: sec_error_untrusted_issuer)
    After i add an exception for the site, i get this:
    Certificate Status:
    This site attempts to identif itself with invalid information.
    Wrong site:
    Certificate belongs to a diffrent site, which could indicate an identity theft.
    Unknown Identity
    Certificate is not trusted, because it hasn't been verified by a recognized authority.
    And then a blank page with big letters "Not Found"
    == URL of affected sites ==
    http://google.com , www.youtube.com , www.omegle.com , www.lockerz.com

    Do NOT add a security exception: someone is tampering with your internet connection!
    When you ask to connect to these sites using https, Firefox gets a certificate from the website which responds. Anyone can make a certificate, but to be valid the certificate must be signed by an organization which Firefox trusts.
    The person responding provided a certificate with its response which which was not signed by anybody, so Firefox doesn't know who sent the response, and neither do you.
    In short: you asked to talk to google and google did NOT send the response.
    As this is happening for several different websites, the attacker is probably on the network between your computer and the internet. Ask the people you get your internet connection for help: they may have had their computers hacked, may discover that the problem exists further along in the network, or they may even be responsible themselves.

  • All of a sudden I can't print anything on my macbook.  I am directly connected to a printer where i had printed before now if I hit print it just gives me blank pages with websites header? any ideas what went wrong?

    I just started having issues printing with my macbook when before I had no problem.  same printer, nothing has changed. when I try to print it just prints me blank pages with internet headers even WHEN i am not printing off the internet, simply pdf documents.  any idea what I am doing wrong or what changed?

    Hi evelia,
    Welcome to the Support Communities!
    The first thing I would suggest is to shut down your computer and turn off your printer.  Then do the reverse -- turn the printer on first, then your computer.  If the issue still persists:
    Check to make sure there are no jobs waiting to be printed. (Apple Menu > System Preferences > Printers & Scanners)
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    If all else fails, reset the printing system and install the printer again:
    OS X Mavericks: Reset the printing system
    http://support.apple.com/kb/PH14141
    I hope this information helps ....
    - Judy

  • MythWeb Shows Blank Page with Broken Icon Symbols.

    I having a problem getting MythWeb to work. I followed the Wiki carefully. I get prompted to login, but just get a blank page with two broken icon symbols. Apache access and error logs don't show any errors.
    Relevant part of mythweb.conf is:
    Alias /mythweb /var/lib/mythtv/mythweb
    <Directory "/var/lib/mythtv/mythweb">
    Options -All +FollowSymLinks +IncludesNoExec
    </Directory>
    <Directory "/var/lib/mythtv/mythweb" >
    I commented out the following php options as according to a MytTV Trac ticket they are no longer required and were filling my logs with errors. Uncommenting them again made no difference.
    # php_value safe_mode 0
    # php_value register_globals 0
    # php_value magic_quotes_gpc 0
    # php_value output_handler NULL

    I have since discovered that if I copy the “about” URL and paste it into a new tab, it works. But if I open anyrhing in a tab and then go to a reader view I see the blank screen.
    Again, Palemoon continues to work.
    Nexus 7 with Android 5.1

  • Get error while invoking a page with "create"

    I get this error while invoking a page with "create". Also please any one tell me where is the log file is place to see the full story.
    ]] Root cause of ServletException.
    javax.el.PropertyNotFoundException: Target Unreachable, 'Comments' returned null
         at com.sun.el.parser.AstValue.getTarget(AstValue.java:88)
         at com.sun.el.parser.AstValue.isReadOnly(AstValue.java:126)
         at com.sun.el.ValueExpressionImpl.isReadOnly(ValueExpressionImpl.java:230)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:400)
         at oracle.adfinternal.view.faces.renderkit.rich.FormElementRenderer.renderAsElement(FormElementRenderer.java:199)
         Truncated. see log file for complete stacktrace
    If i use a "create button then it does not throw error.
    Please help.

    When you are invoking your page, does your view object has an empty row where data can go and presist?
    Create a an empty row in your view object(vo.createRow()) , or use create operation from data control palette.
    You can set the log in Tools->Preferences-->Environment-->Log.
    Regards,
    Vikram

  • When I open pages it scrolls through various numbers of blank pages with a line at the side, then stops at a document, but usually an old document. I have to  go to "open recent" to get on the page I want.

    Hi
    When I open Pages it scrolls through numerouss blank pages with a line at the side 1st, then settles on an old saved pages document.I then have to go to "open recent" to select the one I want. Why?

    No
    It's the 1st version of Pages I've had on my computer.
    Can't delete them as they scroll through them at a rapid pace. The longer I've had the problem the more blank pages it scrolls through.

  • My mail, which used to work, comes up with a blank page, with no escape.i no longer connects to to the internet as it once did.

    My email, which used to work, now comes up with a blank page, with no escape.

    Wayne-
    Can you get back to the home page?  If so, double click on the Home button and a row of recent Apps will line up along the bottom of the screen.  Scroll across and look for the Mail icon.  Press and hold on it until it starts to wiggle.  A red minus sign should appear on each icon.  Press the minus sign on the Mail App to remove it from the list of recent Apps.  This will stop it from running in the background.
    If you can not get back to the home page, try to reboot the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad should restart in a couple of minutes.
    Fred

  • With brand new iphone 4s when plugging into computer itunes shows a blank page with an apple logo in top left and a small lock in the top right. right clicking iphone under devices shows only eject.

    with brand new iphone 4s when plugging into computer itunes shows a blank page with an apple logo in top left and a small lock in the top right. right clicking iphone under devices shows only eject.

    Having same issue here:
    https://discussions.apple.com/message/19043181#19043181

  • HP LaserJet 4200 Printer outputting blank page (with creases) before printing

    HP LaserJet 4200 Printer
    Keeps outputting a blank page, with creases in the paper (about the middle of page), before it prints the intended page.
    This happens at random, but quite often. We have been using this printer for years without any issues. This has been happening for about the last few weeks. 

    Hi have the same problem with my HP LJ4200.
    The problem is intermitent , blank page with with creases before the document
    Have you found a solution ?
    thanks !

  • Trying to upgrade a MacBook Pro to snow leopard 10.6.3 and all I get after the upgrade is done is the a blank page with the apple trade mark. I did restart the computer few times and all the same

    Trying to upgrade a MacBook Pro to snow leopard 10.6.3 and all I after the upgrade is done I just get a blank page withe apple symbol. I've rebooted the computer and nothing happens

    Upgrading from which Mac OS X?
    Is this v10.6.3 a retail disc?
    You can purchase Snow Leopard from the Apple online store > Mac OS X 10.6 Snow Leopard - Apple Store

  • Blank Page with button

    I need to create a blank page with a button. When the button is pressed a process is run.
    I created a blank page, can create a process, but does not allow creation of a button.
    Any ideas.
    Thanks

    Hi!
    I wonder if you have created a region on your blank page? Without a region you can't create a button. You may use a template for your region without title and border so your regions is invisible for the user.
    Hope that helps!
    Yours sincerely

  • Blank page with quick reply on all mybb forums, the same thing was with Fire fox 3.0.1?

    blank page with quick reply on all mybb forums, the same thing was with Fire fox 3.0.1?
    == URL of affected sites ==
    http://world.alnel.com

    I know we already had this feature, but it was through a modification, not an official feature. It is now an official feature and it is implemented quite well in my opinion. Also new - you can now modify the title/subject of threads that you posted right from the forum display - just click and hold on the link to the thread, and it'll change to a textbox. Then just click out of the box or hit enter to save!
    [url=http://www.micrositez.co.uk/link-building-packages.html] Link Building[/url]|[url=http://www.micrositez.co.uk/link-building-packages.html] Link Building Services[/url]

  • Cannot open photos in IPHOTO.  Only get a blank page with turned down corners.

    Cannot open photos.  Appearing only are blank pages with turned up corners.

    These are your options:
    1. Restore the iPhoto library from the most recent backup that predates the issue.
    2. Repair or rebuild the library.
    3. Scavenge the library with a third-party application called "iPhoto Library Manager," which you can find in a web search. From the application's menu bar (not the iPhoto menu bar), select
    Library ▹ Rebuild
    Books, calendars, and slideshows won't be preserved.

Maybe you are looking for