The ELResolvers for JSF were not registered with the JSP container

I'm trying to configure mojarra on tomcat6 (because I want to use Elastic Beanstalk). tomcat complains:
Feb 8, 2011 10:24:17 AM com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
I have tried all sorts of combinations of replacing EL2.2 libs in tomcat/lib, putting the libs in WEB-INF/lib, and the context param:
<context-param>
<param-name>com.sun.faces.expressionFactory</param-name>
<param-value>com.sun.el.ExpressionFactoryImpl</param-value>
</context-param>
JSF pages seem to work but I'd rather have a clean startup. Please assist. Thx in advance.

Thx for replying.
I have jstl-1.2.jar:
     <dependency>
               <groupId>javax.servlet</groupId>
               <artifactId>jstl</artifactId>
               <version>1.2</version>
<scope>provided</scope>
          </dependency>
Which version numbers are you referring to in *.xml? The following?
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">

Similar Messages

  • Java Webconsole ELResolvers for JSR not registered with the JSP container

    Trying to rebuild a LDAP server running Directory Server 6.1. Just installed Solaris 10 u9 on a SunFire V240. Loaded most recent recommended patch set dated 2011.02.02. Proceeded to load Directory Server V6.0 from native packages using JAVA ES Installer. After Directory Server installation and initialization the Java Webconsole is running but brings up a blank page login page. Note: Did not test the Webconsole prior to Directory Server installation. The errors in the /var/log/webconsole/console/console_debug_log file state:
    Feb 8, 2011 10:32:32 AM com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp
    INFO: JSF1027: [console] The ELResolvers for JSF were not registered with the JSP container.
    Feb 8, 2011 10:32:34 AM com.sun.faces.lifecycle.Phase doPhase
    SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /jsp/login/BeginLogin.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@13c3b45]
    The JAVA version is: 1.6.0_22
    The cacao version is 2.2.4.1
    Kernel Patch is Generic_144488-06
    Anyone have an idea what is causing this problem for the JAVA webconsole and how to fix it?

    hi,
    it is tomcat-6.0.20, JSF-RI 2.0.2 (Mojarra)
    a whole bunch of libs and jquery4jsf (though really buggy in this manner, because all components could you rewrite for JSF2-components, etc.)
    Unfortunately it is somehow a config error, because i haven't got it earlier, since i changed PhaseListener and Authentification with JAAS (sample from Ed Burns:
    http://weblogs.java.net/blog/2006/03/07/repost-using-jaas-jsf, but with JDBC-based authentification)
    cheers,
    Istvan

  • Property Editor not registered with the PropertyEditorManager

    I´m trying to integrate a fully working jsf 1.1 application into JBoss 4.2.2 which uses jsf 1.2 which isn´t that compatible at all.
    I just have one implementation of the jsf-libs and not any in the application war.
    "ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[samigo].[jsp]] Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: Unable to convert string "#{authorFrontDoorMessages.auth_front_door}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager".
    And yes, i have been searching a lot on google and read a lot of the article and forum threads but i haven´t been able to solve this.
    I have been struggling with this problem more than a week now, so please give me a tip on what the problem might be.
    Any idea?

    You shouldn't have any appserver specific libraries in WEB-INF/lib (covered by the webapp's default classpath). Further on the appserver/lib (covered by the appserver's default classpath) should only contain appserver specific libraries and at highest 3rd party libraries which are going to be shared among all webapps. Finally you should NOT have added or modified anything in the jdk/lib (covered by the runtime's default classpath).
    So in case of a default and unmodified environment everything should just work flawlessly. In your specific case it seems that you've unnecessarily added/copied appserver specific libraries in the WEB-INF/lib or that you have duplicated EL libraries from (another) appserver in the appserver/lib or maybe -more worse- in the jdk/lib.

  • The collection you specified does not exists or is not registered with the ColdFusion Search Service.

    While upgrading to CF7 from CF5, I am creating the new collections from Cf Admin. After creating, I indexed it from cf admin and then trying to search for the documents in that collection, and i am getting the following error. This was working yesterday. I have cheched the logs etc and nothing seems helpful in discovering what the issue is.
    Document count is 11,745 and the size is 25,948 kb, which is not too much for a collection. I have tried to restart Cold Fusion Search Services and then ColdFusion Application services, but all in vain.
    Any help on this would be greatly appreciated.
    Detail
    The collection you specified does not exists or is not registered with the ColdFusion Search Service.
    Message
    The collection rc_collectiom does not exist.
    StackTrace
    coldfusion.tagext.search.CollectionDoesNotExistException: The collection rc_collectiom does not exist. at coldfusion.tagext.search.SearchTag.verifyLocale(SearchTag.java:819) at coldfusion.tagext.search.SearchTag.doSearch(SearchTag.java:200) at coldfusion.tagext.search.SearchTag.doStartTag(SearchTag.java:159) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfeFull2dText2dReDirect2ecfm511389924.runPage(C:\Inetpub\wwwroot\External\FullText\eFull- Text-ReDirect.cfm:43) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfApplication2ecfc179940445$funcONREQUEST.runFunction(C:\Inetpub\wwwroot\External\Applica tion.cfc:114) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:72) at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:178) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:215) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    So at last I figured this out myself and found a temporary resolution for this kind of problem. Majority of the times try creating the Collection through Cfcollection tag and then index it using cfindex tag, rather than performing these operations from the Cold Fusion 7 administrator.
    The only reason I can think of which might have caused the issue is – I have thousands of documents in the collection which I indexed. So while indexing the page gets expired. So I tried again to index it. This time the collection got indexed fairly quickly and I got the response that the collection has been indexed successfully. So for the first time when I tried to index the collection, there might be some piece of code, which did not register the collection properly and hence giving this error.
    When I did the same function using the code, with exactly same set of documents, it did not throw any error, even when I executed it for the first time. So the collection indexed properly.
    I am not claiming that technically this theory is correct, but this seems to be the problem.
    If someone knows technically what has happened at the back, please share it. For the time being, this is the fix – if you experience any problem in creating/indexing collections through cfadmin in CF7, do it thorough code.

  • How to resolve error message "iTunes could not back up the iPhone because the backup was corrupt or not compatible with the iPhone. Delete the backup for this iPhone, then try again."

    I inadvertently deleted my iPhone backup on my MacBook Pro. I restored iPhone to factory settings and then synced remotely with iCloud. However the error message repeatedly states:
    iTunes could not back up the iPhone because the backup was corrupt or not compatible with the iPhone. Delete the backup for this iPhone, then try again.
    Any ideas as to how this can be resolved please. Thank you very much.

    My wife's iPhone 5 would not backup, after upgrading to iOS 8.     The "genius" at the Apple store succeeded in DELETING, the only recent backup of her phone so
    recovery became more critical.
    I followed all the procedures for troubleshooting it, but still it would try to backup and then stop due to an error. We particularly wanted to preserve some game data/history/progress that she'd been working on for years.      This game (Dream Fish) would no longer open after the iOS 8 upgrade ... and the phone would not successfully backup, and so we had no confidence that it would restore from an older backup either.       I googled for solution and found Phoneview and iFunBox.      These apps allow you to see & access data files in the iPhone.      Phoneview was too fragile and crashed when copying a file any size.     
    I found "iFunBox".     iFunBox was excellent.      I used iFunBox to recover her game data.    It allows you to make a copy of data files that reside on the iPhone... and store them as a manual backup on the Mac.
    And in the process I found 2 games that caused iFunBox to crash.      The 2 games in question were not important enough to try to keep, so I deleted them from the iPhone.
    So then, I had a manual backup of the important iPhone data, and had eliminated two game files that apparently had a conflict with iOS 8.
    My next Backup attempt was successful.        The iPhone with iOS 8 would now backup to both the Mac and to the Cloud.
    Next I deleted Dream Fish from the iPhone and downloaded a fresh version from the Cloud.    The new Dream Fish with no history opened in iOS 8.
    Then I used iFunBox to copy my wife's Dream Fish data history from the Mac back into the new game.
    Once the transfer was complete, Dream Fish would now OPEN and all of her progress was there and working like normal.
    Hope this helps.

  • HT1766 Error message: "iTunes could not back up the iPhone because the backup was corrupt or not compatible with the iPhone.  Delete the backup for this iPhone, then try again." But how do I delete the backup?

    Error message when attempting to backup up iPhone4S to Mac says "iTunes could not back up the iphone because the backup was corrupt or not compatible with the iPhone.  Delete the backup for this iPhone, then try again." But how do I delete the backup? Can't find answer to that anywhere.

    We had this problem after upgrading to iOS 8.       The iPhone 5 would not backup either to the cloud or to the computer.   Backup always ended with an error message.
    Long story short, with the help of iFunBox ( which I used to make manual backups of some important iPhone data files ), I discovered two games that
    would crash iFunBox.      They were not important games for us, so I didn't try to isolate the offending data files.     And I deleted the two games from the iPhone.
    Apparently these two games conflicted with iOS 8 just as they did with iFunBox.      The next backup without those games was then successful.
    I backed up to both the Mac and the cloud.
    Hope this helps.

  • Installed ES - Error when loading adminui: Property Editor not registered with the PropertyEditorManager

    I just installed LiveCycle ES on a Windows 2003 virtual machine using the WebSphere application server.
    Everything is finally installed, but now when I try to access the adminui url (http://xxxxx:9080/adminui/login.faces) I receive the following exception:
    Error 500: com.ibm.ws.jsp.JspCoreException: Unable to convert string 'adminUIResources' to class javax.el.ValueExpression for attribute basename: java.lang.IllegalArgumentException: Property Editor not registered with the PropertyEditorManager
    Am I missing something?  What now?

    You shouldn't have any appserver specific libraries in WEB-INF/lib (covered by the webapp's default classpath). Further on the appserver/lib (covered by the appserver's default classpath) should only contain appserver specific libraries and at highest 3rd party libraries which are going to be shared among all webapps. Finally you should NOT have added or modified anything in the jdk/lib (covered by the runtime's default classpath).
    So in case of a default and unmodified environment everything should just work flawlessly. In your specific case it seems that you've unnecessarily added/copied appserver specific libraries in the WEB-INF/lib or that you have duplicated EL libraries from (another) appserver in the appserver/lib or maybe -more worse- in the jdk/lib.

  • Host not registering with the Management Center

    Hello,
    We have CSA MC v5.2. I have put a pre-defined CSA on a server (seperate from the CSA MC), which installed successfully and the MC sees the host.
    However, although a pre-defined CSA is successfully installed on a host (non-server), I am unable to get the MC to see it. On the host, the CSA simply states that it's, "Not registered with the Management Center."
    Please help in resolving this.
    Also, is there a Windows Vista fix? Currently, I am unable to get the CSA to install on Vista.
    ~ Mike

    If you look at the CSA log file, it will tell you an error code for why the connection is failing. Use the list below to determine what your error code means...
    OKENA_STATUS_INVALID_SYSTEM_CONFIGURATION = 2000,
    OKENA_STATUS_ICC_FAILED_GET_HANDLE = 2001,
    OKENA_STATUS_ICC_FAILED_TO_WRITE = 2002,
    OKENA_STATUS_ICC_FAILED_TO_READ = 2003,
    OKENA_STATUS_ICC_INVALID_TOPOLOGY = 2004,
    OKENA_STATUS_ICC_INVALID_INITIATOR_COMP = 2005,
    OKENA_STATUS_ICC_INVALID_PAYLOAD_SIZE = 2006,
    OKENA_STATUS_ICC_INVALID_VERSION = 2007,
    OKENA_STATUS_ICC_INVALID_COMP_ID = 2008,
    OKENA_STATUS_ICC_INVALID_PAYLOAD = 2009,
    OKENA_STATUS_GROUP_DOES_NOT_EXIST = 2010,
    OKENA_STATUS_INVALID_REGISTRATION_PARAMS = 2011,
    OKENA_STATUS_HOST_HAS_REGISTERED_BEFORE = 2012,
    OKENA_STATUS_INVALID_CONTACT_INFO = 2013,
    OKENA_STATUS_HOST_NOT_REGISTERED = 2014,
    OKENA_STATUS_MISSING_CONTACT_INFO_PARAMS = 2015,
    OKENA_STATUS_INVALID_REGISTRATION_ID = 2016,
    OKENA_STATUS_ICC_INVALID_BYTE_ORDER = 2017,
    OKENA_STATUS_ICC_NOT_INITIALIZED = 2018,
    OKENA_STATUS_COMP_CONFIGURED = 2019,
    OKENA_STATUS_UNDEFINED_MGMT_SERVER = 2020,
    OKENA_STATUS_HTTP_TRANSACTION_FAILED = 2021,
    OKENA_STATUS_ICC_INVALID_HANDLE = 2022,
    OKENA_STATUS_SERVER_IS_REACHABLE = 2023,
    OKENA_STATUS_HTTP_TIMEOUT = 2024,
    OKENA_STATUS_ICC_NO_CONNECT_MUTEX = 2025,
    OKENA_STATUS_FORCE_POLLING_NOW = 2026,
    OKENA_STATUS_REGISTRATION_REJECTED = 2027,
    OKENA_STATUS_LOAD_CONFIG = 2028,
    OKENA_STATUS_DB_ERROR = 2029,
    OKENA_STATUS_LICENSE_REACHED_LIMIT = 2030,
    OKENA_STATUS_REGISTRATION_NOT_ALLOWED = 2031,
    OKENA_STATUS_NOT_ALLOWED_TO_STOP_AGENT = 2032,
    OKENA_STATUS_CLIENT_UI_NOT_ALLOWED = 2033,
    OKENA_STATUS_FAILED_TO_PRINT_AGENT_REPLY = 2034,
    OKENA_STATUS_INVALID_LICENSE = 2035,
    OKENA_STATUS_TIMED_OUT = 2036,
    OKENA_STATUS_REGISTRATION_BACKOFF = 2037,
    OKENA_STATUS_TESTMODE_ON = 2038,
    OKENA_STATUS_TESTMODE_OFF = 2039,
    OKENA_STATUS_INVALID_SERVER_FQDNS = 2040,
    OKENA_STATUS_INVALID_SERVER_IPADDR = 2041,
    OKENA_STATUS_SERVER_DNS_NOT_RESOLVABLE = 2042,
    OKENA_STATUS_SERVER_IPADDR_NOT_OWN = 2043,
    OKENA_STATUS_SERVER_DNS_NOT_OWN = 2044,
    OKENA_STATUS_SERVER_NAME_NOT_FQDNS = 2045,
    OKENA_STATUS_FAILED_OPEN_PROCESS = 2046,
    ** please rate if this helps**

  • Every movie purchase through iTunes fails to transfer to my iPhone or iPad and the message I get is this: some of the items in the itunes library, including were not copied to the ipad because you are not authorized for them on this computer... help?

    For a couple months now, every movie purchase through iTunes fails to transfer to my iPhone or iPad giving me the error: "some of the items in the iTunes library, including were not copied to the iPad because you are not authorized for them on this computer". I have read many forums about deleting, reinstalling, de-authorizing and authorizing my iMac through the iTunes store. Many suggestions don't work except to rename the movie to *.MP4 in Finder under the iTunes movie directory. I imagine this is a setting or a bug somewhere... any suggestions on how to bypass having to rename the files in Finder? My research into Google suggests this problem dates back to 2007 or so but it is now more prevalent than ever.
    Thanks.

    Try:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases

  • HT201210 I have a message saying "iTunes could not back up the "Owner's iPhone" because the backup was corrupt or not compatible with the iPhone. Delete the backup for this iPhone, then try again. My question is, how do i locate and delete the backup in q

    While trying to update my iPhone 4s I received this "iTunes could not backup the i Phone "Owner's iPhone" because the backup was corrupt or not compatible with the iPhone. Delete the backup for this iPhone, then try again. I have a PC and cannot find the backup in question to delete. Any ideas?

    Here are location of your Backup folder(s):
    Win7 - C:\Users\<username>\AppData\Roaming\Apple Computer\Mobile Sync\Backup
    Vista - C:\Users\<username>\AppData\Roaming\Mobile Sync\Backup
    Winxp- C:\Documents and Settings\<username>\Application Data\Apple Computer\Mobile Sync\Backup

  • Every time I sync my itouch I get the following message - "iTunes could not back up the iPod because the backup was corrupt or not compatible with the iPod.  Delete the backup for this iPod, then try again." But I get the same message again.... Any ideas?

    Every time I sync my iTouch I get the following message - "iTunes could not back up the iPod because the backup was corrupt or not compatible with the iPod.  Delete the backup for this iPod, then try again."  However, when I follow these instructions, delete the backup and try again - I get the same message.  Any ideas what is wrong?

    Hi,
    Try this thread.    https://discussions.apple.com/message/12661408?messageID=12661408
    Carolyn  

  • I just got my refurb iPad in the mail. I am trying to set it up, but im getting this message "iTunes could not back up the ipad because the backup was corrupt or not compatable with the ipad. Delete the backup for this ipad. then try again." How?

    I just got my refurb iPad in the mail. I am trying to set it up, but i am getting this error message " iTunes could not back up the ipad because the backup was corrupt or not compatable with the ipad. Delete the backup for this ipad. Then try agian." How do I do that?

    It sounds like the iPad wasn't erased to me. If the iPad is totally cleared of content, there should be nothing on it and no backup to create.
    Without connecting the iPad to your computer - Launch iTunes on you computer and go to Edit>Prefences>Devices. Do you see an iPad backup in there? If you do see it, delete it.

  • I tried to update my iPhone4's, but get the following error message:   iTunes could not back up the iphone "iPhoneName" because the backup was corrupt or not compatible with the iphone. Delete the backup for this iphone, then try again.

    I tried to update my iPhone4's, but get the following error message:   iTunes could not back up the iphone "iPhoneName" because the backup was corrupt or not compatible with the iphone. Delete the backup for this iphone, then try again.

    The solution will be found here, select your computer type and software.
    http://support.apple.com/kb/TS2529

  • HT204022 My Pc downloaded all photos to ipad when I first synched it. Now ipad is full! How can I delete those photos as they were not taken with the ipad! Please...

    When I first bought my ipad and connected it to my PC ten years worth of photos were downloaded ont ipad. It is now full! Cannot delete them as they were not taken with the ipad. Can anyone tell me how to delete them? Apple Store been very unhelpful.
    Many thanks

    photos that were synced to the pad can only be deleted by re syncing.   When you do the resync, on your computer running i tunes, select the photo tab, and uncheck anything you do not want put back on your pad.

  • CF8 Verity "The collection you specified does not exist or is not registered with the ColdFusion Search Service."

    I'm running ColdFusion 8 Enterprise on linux. I'm able to
    create collections and index them through cfadmin as well as in cfm
    application pages, but when trying to search I get the error
    &quot;The collection you specified does not exist or is not
    registered with the ColdFusion Search Service.&quot;
    I'm using the collection name in cfsearch and not the full
    path.

    Would I have been better off posting this in the General
    Discussion section? Could the moderators move it if so,
    please?

Maybe you are looking for

  • You know your turning into a geek when........

    .......... you get to CompUSA and start to drool over a PSU. HAHA Thats what I did tonight. Went in looking around for some new goodies, when I happen to look up on a shelf with a few over so-so power supplys, and saw they had an "Ultra X-connect 500

  • FRM-99999: A network error occurred, the client will not...

    Hi Folks, I'm getting the below Forms error message appears as an alert, while loading it in a browser using static HTML. ==== FRM-99999: A network error occured, the client will not be able to continue. Details... Java Exception java.net.SocketExcep

  • Problem in Calibration order

    hi, I have created calibration order (pm05) for test equipement and assigned tasklist with qm data ( inspection point 300) and maintained inspection char's in tasklist operation. now i am releasing this order ..it is generating a inspection lot.. now

  • Payload with CDATA

    My requirement is I need to put the whole payload string with in CDATA tag. Iam getting payload as String from SAP R/3 into XI and to third party system. Tird party system needs whole payload string with in CDATA tag. When I do that all angular brack

  • I live in venezuela but i need pay a bill with american credit card and my venezuela store dont let me pay please help

    i live in venezuela but i need pay a bill with american credit card and my venezuela store dont let me pay please help