An Error Occurred:

An error occurred performing resource injection on managed bean login

+ Stack Trace

com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean login
	at com.sun.faces.mgbean.BeanBuilder.injectResources(BeanBuilder.java:209)
	at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:107)
	at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:368)
	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:222)
	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)
	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
	at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:61)
	at org.apache.el.parser.AstValue.getValue(AstValue.java:107)
	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
	at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:390)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:924)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
	at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
	at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
	at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
	at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)
	at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:543)
	at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:480)
	at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
	at org.apache.jsp.pages.forum_jsp._jspService(forum_jsp.java:53)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.sun.faces.spi.InjectionProviderException: unable to process injections.
	at org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider.inject(JBossDelegatingInjectionProvider.java:81)
	at com.sun.faces.mgbean.BeanBuilder.injectResources(BeanBuilder.java:203)
	... 60 more
Caused by: java.lang.RuntimeException: Unable to inject jndi dependency: env/com.genina.bean.LoginBean/loginSLSB into property com.genina.bean.LoginBean.loginSLSB: loginSLSBeanLocal not bound
	at org.jboss.injection.JndiPropertyInjector.lookup(JndiPropertyInjector.java:82)
	at org.jboss.injection.JndiPropertyInjector.inject(JndiPropertyInjector.java:99)
	at org.jboss.web.tomcat.service.TomcatInjectionContainer.processInjectors(TomcatInjectionContainer.java:380)
	at org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider.inject(JBossDelegatingInjectionProvider.java:77)
	... 61 more
Caused by: javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: loginSLSBeanLocal not bound]
	at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1348)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:813)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:682)
	at org.jboss.ejb3.JndiUtil.lookup(JndiUtil.java:44)
	at org.jboss.injection.JndiPropertyInjector.lookup(JndiPropertyInjector.java:75)
	... 64 more
Caused by: javax.naming.NameNotFoundException: loginSLSBeanLocal not bound
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
	at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
	at org.jnp.server.NamingServer.lookup(NamingServer.java:443)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:722)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:682)
	at javax.naming.InitialContext.lookup(InitialContext.java:417)
	at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1342)
	... 68 more

+ Component Tree

<AjaxViewRoot id="_viewRoot" immediate="false" locale="en_US" renderKitId="HTML_BASIC" renderRegionOnly="false" rendered="true" selfRendered="false" submitted="false" transient="false" viewId="/pages/forum.xhtml">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<JSPIncludeComponent id="j_id2" rendered="true" transient="false"/>
<head> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="shortcut icon" href="/images/g.png" type="image/png"/> <link rel="icon" href="/images/g.png" type="image/png"/>
<meta name="keywords" content="forum"/> <meta name="description" content="forum to discuss any of the Android / iPhone / iTouch / iPod touch / iPad applications"/>
<title>
genina.com: Forum
</title> <style type="text/css"> body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; } .header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; } .bottom { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: center; vertical-align: middle; color: #8E969D; } a { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; } img { border-style: none; } .errorMessage { color: red; font-weight: bold; display:block; } .infoMessage { color: blue; font-weight: bold; display:block; } .row1 { background:#F8F8F8; } .row2 { background:#FFFFFF; } </style> </head> <body bgcolor="#ffffff"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16759323-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <table style="border:1px solid #CAD6E0" align="center" cellpadding="5" cellspacing="0" border="0" width="100%"> <tbody> <tr bgcolor="#E4EBEB"> <td align="left" class="header" height="42" valign="middle" nowrap="nowrap"> <table cellpadding="5"> <tr> <td> <a href="/" style="font-size:18px;color:#000000;text-decoration:none">genina.com</a> </td> </tr> </table> </td> <td colspan="2" align="right" class="header" height="42" valign="middle" nowrap="nowrap"> <table cellpadding="5"> <tr> <td>
<HtmlOutputText escape="false" id="j_id8" rendered="true" transient="false">
<a href="http://www.twitter.com/GeninaDotCom"> <img src="http://twitter-badges.s3.amazonaws.com/t_small-a.png" alt="Follow GeninaDotCom on Twitter"/></a>
</HtmlOutputText>
<HtmlOutputText escape="false" id="j_id10" rendered="true" transient="false">
<a href="http://www.facebook.com/pages/Genina/135806803144543"> <img src="/images/social/f_22x22.jpg" alt="Follow Genina on Facebook"/></a>
</HtmlOutputText>
</td> <td>
<HtmlForm enctype="application/x-www-form-urlencoded" id="j_id13" prependId="true" submitted="false" transient="false">
<HtmlOutputText escape="true" id="j_id14" rendered="true" transient="false">
Welcome,
<HtmlOutputLink disabled="false" id="j_id16" rendered="true" style="font-size:18px;color:#000000;text-decoration:none" transient="false" value="/pages/login/register.jsf">
<HtmlOutputText escape="true" id="j_id17" rendered="true" transient="false"/>
</HtmlOutputLink>
|
<HtmlCommandLink action="#{login.logout}" actionExpression="#{login.logout}" disabled="false" id="j_id19" immediate="false" rendered="true" transient="false" value="Sign out"/>
</HtmlOutputText>
</HtmlForm>
<HtmlOutputText escape="true" id="j_id20" transient="false">
<HtmlOutputLink disabled="false" id="j_id21" onclick="Richfaces.showModalPanel('loginPanel', {top:'50px'});" rendered="true" transient="false" value="#">
Sign in
</HtmlOutputLink>
<HtmlOutputText escape="true" id="j_id23" rendered="true" transient="false" value=" "/>
<HtmlOutputLink disabled="false" id="j_id24" rendered="true" transient="false" value="/pages/login/register.jsf">
Register
</HtmlOutputLink>
<HtmlModalPanel autosized="false" controlsClass="" headerClass="" height="-1" id="loginPanel" immediate="false" keepVisualState="false" left="auto" localValueSet="false" minHeight="-1" minWidth="-1" moveable="true" onbeforehide="" onbeforeshow="" onhide="" onmaskclick="" onmaskcontextmenu="" onmaskdblclick="" onmaskmousedown="" onmaskmousemove="" onmaskmouseout="" onmaskmouseover="" onmaskmouseup="" onmove="" onresize="" onshow="document.getElementById('loginPanelCDiv').style.left=(window.innerWidth-document.getElementById('loginPanelCDiv').offsetWidth-window.pageYOffset-50)+'px';" overlapEmbedObjects="false" rendered="true" required="false" resizeable="true" showWhenRendered="false" top="auto" transient="false" tridentIVEngineSelectBehavior="disable" trimOverlayedElements="true" valid="true" width="-1" zindex="100">
header
<HtmlOutputText escape="true" id="j_id26" rendered="true" transient="false" value="Account login"/>
controls
<HtmlOutputLink disabled="false" id="j_id27" onclick="Richfaces.hideModalPanel('loginPanel');" rendered="true" transient="false" value="#">
Close
</HtmlOutputLink>
<HtmlForm enctype="application/x-www-form-urlencoded" id="j_id29" prependId="true" rendered="true" submitted="false" transient="false">
<table> <tr> <td> E-mail: </td> <td>
<HtmlInputText disabled="false" id="j_id31" immediate="false" localValueSet="false" maxlength="-2147483648" readonly="false" rendered="true" required="false" size="-2147483648" transient="false" valid="true"/>
</td> </tr> <tr> <td> Password: </td> <td>
<HtmlInputSecret disabled="false" id="j_id33" immediate="false" localValueSet="false" maxlength="-2147483648" readonly="false" redisplay="false" rendered="true" required="false" size="-2147483648" transient="false" valid="true"/>
</td> </tr> <tr> <td colspan="2" align="left">
<HtmlCommandButton action="#{login.login}" actionExpression="#{login.login}" disabled="false" id="j_id35" immediate="false" readonly="false" rendered="true" transient="false" type="submit" value="Sign in"/>
<HtmlCommandButton disabled="false" id="j_id36" immediate="false" onclick="Richfaces.hideModalPanel('loginPanel');" readonly="false" rendered="true" transient="false" type="reset" value="Cancel"/>
</td> </tr> </table>
</HtmlForm>
<p> <br/>
<HtmlOutputLink disabled="false" id="j_id39" onclick="Richfaces.hideModalPanel('loginPanel');Richfaces.showModalPanel('resetPanel');" rendered="true" transient="false" value="#">
Forgot Password
</HtmlOutputLink>
</p>
</HtmlModalPanel>
<HtmlModalPanel autosized="false" controlsClass="" headerClass="" height="-1" id="resetPanel" immediate="false" keepVisualState="false" left="auto" localValueSet="false" minHeight="-1" minWidth="-1" moveable="true" onbeforehide="" onbeforeshow="" onhide="" onmaskclick="" onmaskcontextmenu="" onmaskdblclick="" onmaskmousedown="" onmaskmousemove="" onmaskmouseout="" onmaskmouseover="" onmaskmouseup="" onmove="" onresize="" onshow="" overlapEmbedObjects="false" rendered="true" required="false" resizeable="true" showWhenRendered="false" top="auto" transient="false" tridentIVEngineSelectBehavior="disable" trimOverlayedElements="true" valid="true" width="-1" zindex="100">
header
<HtmlOutputText escape="true" id="j_id42" rendered="true" transient="false" value="Reset password"/>
controls
<HtmlOutputLink disabled="false" id="j_id43" onclick="Richfaces.hideModalPanel('resetPanel');" rendered="true" transient="false" value="#">
Close
</HtmlOutputLink>
<HtmlForm enctype="application/x-www-form-urlencoded" id="j_id45" prependId="true" rendered="true" submitted="false" transient="false">
<table> <tr> <td> E-mail: </td> <td>
<HtmlInputText disabled="false" id="j_id47" immediate="false" localValueSet="false" maxlength="-2147483648" readonly="false" rendered="true" required="false" size="-2147483648" transient="false" valid="true"/>
</td> </tr> <tr> <td colspan="2" align="left">
<HtmlCommandButton action="#{login.resetPassword}" actionExpression="#{login.resetPassword}" disabled="false" id="j_id49" immediate="false" readonly="false" rendered="true" transient="false" type="submit" value="Reset Password *"/>
<HtmlCommandButton disabled="false" id="j_id50" immediate="false" onclick="Richfaces.hideModalPanel('resetPanel');" readonly="false" rendered="true" transient="false" type="reset" value="Cancel"/>
</td> </tr> </table>
</HtmlForm>
<p> <br/><br/> (*) Please check your in-box for further instructions. <br/><br/> Please add DoNotReply@genina.com to your safe senders list to ensure that your email provider is not blocking messages from us. </p>
</HtmlModalPanel>
</HtmlOutputText>
</td> </tr> </table> </td> </tr> <tr> <td colspan="3" height="1" width="100%" bgcolor="#CAD6E0">
<HtmlOutputLink disabled="false" id="j_id54" rendered="true" transient="false" value="/search/filters.page">
search
</HtmlOutputLink>
<HtmlOutputText escape="true" id="j_id56" rendered="true" transient="false" value=" | "/>
<HtmlOutputLink disabled="false" id="j_id57" rendered="true" transient="false" value="/recentTopics/list.page">
recent topics
</HtmlOutputLink>
<HtmlOutputText escape="true" id="j_id59" rendered="true" transient="false" value=" | "/>
<HtmlOutputLink disabled="false" id="j_id60" rendered="true" transient="false" value="/hottestTopics/list.page">
hottest topics
</HtmlOutputLink>
<HtmlPanelGroup id="j_id62" transient="false">
<HtmlOutputText escape="true" id="j_id63" rendered="true" transient="false" value=" | "/>
<HtmlOutputLink disabled="false" id="j_id64" rendered="true" transient="false" value="/user/edit/0.page">
my profile
</HtmlOutputLink>
<HtmlOutputText escape="true" id="j_id66" rendered="true" transient="false" value=" | "/>
<HtmlOutputLink disabled="false" id="j_id67" rendered="true" transient="false" value="/bookmarks/list/0.page">
my bookmarks
</HtmlOutputLink>
<HtmlOutputText escape="true" id="j_id69" rendered="true" transient="false" value=" | "/>
<HtmlOutputLink disabled="false" id="j_id70" rendered="true" transient="false" value="/pm/inbox.page">
<HtmlOutputText escape="true" id="j_id71" rendered="false" transient="false">
New Private Messages: (#{sessionScope[com.genina.jforum.session].privateMessages})
</HtmlOutputText>
<HtmlOutputText escape="true" id="j_id73" rendered="false" transient="false">
Private Messages
</HtmlOutputText>
</HtmlOutputLink>
</HtmlPanelGroup>
</td> </tr> <tr> <td colspan="3" height="10" width="100%"/> </tr> <tr> <td valign="top" width="100%" colspan="2"> <table width="100%" style="height:15px" align="left" cellpadding="0" cellspacing="10" border="0"> <tbody> <tr> <td align="center" width="100%" valign="middle">
<dummy xmlns="http://www.w3.org/1999/xhtml">
<HtmlMessages errorClass="errorMessage" globalOnly="false" id="j_id77" infoClass="infoMessage" layout="table" rendered="false" showDetail="false" showSummary="true" tooltip="false" transient="false"/>
</dummy>
<JSPIncludeComponent id="j_id79" rendered="true" transient="false"/>
</td> </tr> </tbody> </table> </td> <td valign="top" width="120"> <script async="true" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"/> <ins class="adsbygoogle" style="display:inline-block;width:120px;height:600px" data-ad-client="ca-pub-2956896312866114" data-ad-slot="2701506786"/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </td> </tr> <tr> <td colspan="3" height="10" width="100%"/> </tr> <tr bgcolor="#CAD6E0" valign="bottom"> <td align="left" height="1"> © 2009 genina.com </td> <td colspan="2" align="right" height="1" nowrap="nowrap"> <a href="/pages/index.jsf">Home</a> <a href="/pages/privacy/privacy.jsf">Privacy Policy</a> <a href="/pages/contact/contact.jsf">Contact Us</a> </td> </tr> </tbody> </table> <p align="center"> <a rel="nofollow" href="http://www.bullionvault.com/Gold_Made_Simple_Safe.do#GENINA"> <img src="http://www.bullionvault.com/images/adverts/Gold_Investment_Banner.gif" title="BullionVault" alt="BullionVault" border="0" width="468" height="60"/> </a> </p> </body> </html>
</AjaxViewRoot>

+ Scoped Variables

Request Parameters
NameValue
None
Request Attributes
NameValue
ajaxContextorg.ajax4jsf.context.AjaxContextImpl@6107b0f7
Session Attributes
NameValue
None
Application Attributes
NameValue
applicationList[javax.faces.model.SelectItem@3aaf2b41, javax.faces.model.SelectItem@345e8b46, javax.faces.model.SelectItem@50b1998c, javax.faces.model.SelectItem@c6d1b65, javax.faces.model.SelectItem@4fdbcc8a, javax.faces.model.SelectItem@f1f7a8c, javax.faces.model.SelectItem@53beef1a]
topicList[javax.faces.model.SelectItem@376c603b, javax.faces.model.SelectItem@264245c0, javax.faces.model.SelectItem@52fd809e, javax.faces.model.SelectItem@769f63e4, javax.faces.model.SelectItem@22a6b8b4, javax.faces.model.SelectItem@167e9565]
May 6, 2024 5:37:09 PM - Generated by Facelets