I am runing: neo-javaee6-wp-sdk-2.71.8
Link: http://localhost:8080/tajgo/faces/login.xhtml
I get the same error if I run it localy or on hana cloud server.
https://tajgos0015145715trial.hanatrial.ondemand.com/tajgo/faces/login.xhtml
Log after I click button localy:
2015 11 17 19:10:38#+0100#INFO#System.out##anonymous#http-bio-8080-exec-13#na##dev_default#/tajgo/faces/login.xhtml|
2015 11 17 19:10:44#+0100#INFO#System.out##anonymous#http-bio-8080-exec-1#na##dev_default#/tajgo/faces/login.xhtml|
2015 11 17 19:10:44#+0100#INFO#System.out##anonymous#http-bio-8080-exec-1#na##dev_default#loginclicked|
2015 11 17 19:10:44#+0100#INFO#System.out##anonymous#http-bio-8080-exec-1#na##dev_default#userBeam == null|
2015 11 17 19:10:44#+0100#ERROR#javax.enterprise.resource.webcontainer.jsf.application##anonymous#http-bio-8080-exec-1#na##dev_default#java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'javax.faces.el.EvaluationException: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'
at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
at javax.faces.component.UICommand.broadcast(UICommand.java:315)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:77)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at servlet.AuthFilter.doFilter(AuthFilter.java:45)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.eclipse.virgo.web.enterprise.security.valve.OpenEjbSecurityInitializationValve.invoke(OpenEjbSecurityInitializationValve.java:44)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at com.sap.core.jpaas.security.auth.service.lib.AbstractAuthenticator.invoke(AbstractAuthenticator.java:205)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:215)
at com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:94)
at com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)
at com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:25)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:812)
Caused by: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'
at servlet.LoginBean.loginProject(LoginBean.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.el.parser.AstValue.invoke(AstValue.java:278)
at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273)
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:102)
at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87)
... 36 common frames omitted
|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default#javax.faces.FacesException: #{loginBean.loginProject()}: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:85)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at servlet.AuthFilter.doFilter(AuthFilter.java:45)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.eclipse.virgo.web.enterprise.security.valve.OpenEjbSecurityInitializationValve.invoke(OpenEjbSecurityInitializationValve.java:44)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sap.core.jpaas.security.auth.service.lib.AbstractAuthenticator.invoke(AbstractAuthenticator.java:205)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:215)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:94)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:25)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at java.lang.Thread.run(Thread.java:812)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default#Caused by: javax.faces.FacesException: #{loginBean.loginProject()}: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:114)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.component.UICommand.broadcast(UICommand.java:315)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:77)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# ... 31 more|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default#Caused by: javax.faces.el.EvaluationException: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# ... 35 more|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default#Caused by: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at servlet.LoginBean.loginProject(LoginBean.java:61)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at java.lang.reflect.Method.invoke(Method.java:497)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.el.parser.AstValue.invoke(AstValue.java:278)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:102)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87)|
2015 11 17 19:10:44#+0100#ERROR#System.err##anonymous#http-bio-8080-exec-1#na##dev_default# ... 36 more|
On hana cloud server:
FILE_TYPE:DAAA96DE-B0FB-4c6e-AF7B-A445F5BF9BE2
FILE_ID:1447747731010
ENCODING:[UTF8|NWCJS:ASCII]
RECORD_SEPARATOR:124
COLUMN_SEPARATOR:35
ESC_CHARACTER:92
COLUMNS:Time|TZone|Severity|Logger|ACH|User|Thread|Bundle name|JPSpace|JPAppliance|JPComponent|Tenant Alias|Text|
SEVERITY_MAP:FINEST|Information|FINER|Information|FINE|Information|CONFIG|Information|DEBUG|Information|PATH|Information|INFO|Information|WARNING|Warning|ERROR|Error|SEVERE|Error|FATAL|Error
HEADER_END
2015 11 17 18:24:24#+00#ERROR#com.sap.core.js.admin.operations.AdminOperations#BC-NEO-RT-JAV#anonymous#RMI TCP Connection(1546)-10.117.37.15#com.sap.core.js.admin.operations#s0015145715trial#tajgo#web##Applications not started yet: {tajgo=Application with context path [tajgo] is not started.}|
2015 11 17 18:24:47#+00#ERROR#javax.enterprise.resource.webcontainer.jsf.application##anonymous#fs-watcher#na#s0015145715trial#tajgo#web##JSF1029: The specified InjectionProvider implementation 'org.eclipse.virgo.web.enterprise.jsf.support.VirgoJsfInjectionProvider' does not implement the InjectionProvider interface. |
2015 11 17 18:24:51#+00#INFO#System.out##anonymous#http-bio-8041-exec-10#na#s0015145715trial#tajgo#web#s0015145715trial#/tajgo/faces/login.xhtml|
2015 11 17 18:24:53#+00#INFO#System.out##anonymous#http-bio-8041-exec-3#na#s0015145715trial#tajgo#web#s0015145715trial#/tajgo/faces/login.xhtml|
2015 11 17 18:25:08#+00#INFO#System.out##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#/tajgo/faces/login.xhtml;jsessionid=5BD97A145C6E27DFF1392BB1F7E6399DA31EB5D5EE636834190DA1409D10AAA2|
2015 11 17 18:25:08#+00#INFO#System.out##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#loginclicked|
2015 11 17 18:25:08#+00#INFO#System.out##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#userBeam == null|
2015 11 17 18:25:08#+00#ERROR#javax.enterprise.resource.webcontainer.jsf.application##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'javax.faces.el.EvaluationException: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'
at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
at javax.faces.component.UICommand.broadcast(UICommand.java:315)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:77)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.sap.core.communication.server.CertValidatorFilter.doFilter(CertValidatorFilter.java:151)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at servlet.AuthFilter.doFilter(AuthFilter.java:45)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.eclipse.virgo.web.enterprise.security.valve.OpenEjbSecurityInitializationValve.invoke(OpenEjbSecurityInitializationValve.java:44)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at com.sap.core.jpaas.security.auth.service.lib.AbstractAuthenticator.invoke(AbstractAuthenticator.java:205)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:215)
at com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:94)
at com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)
at com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:25)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:812)
Caused by: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'
at servlet.LoginBean.loginProject(LoginBean.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.el.parser.AstValue.invoke(AstValue.java:278)
at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273)
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:102)
at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87)
... 40 common frames omitted
|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#javax.faces.FacesException: #{loginBean.loginProject()}: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:85)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.core.communication.server.CertValidatorFilter.doFilter(CertValidatorFilter.java:151)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at servlet.AuthFilter.doFilter(AuthFilter.java:45)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.eclipse.virgo.web.enterprise.security.valve.OpenEjbSecurityInitializationValve.invoke(OpenEjbSecurityInitializationValve.java:44)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.core.jpaas.security.auth.service.lib.AbstractAuthenticator.invoke(AbstractAuthenticator.java:205)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.core.tenant.valve.TenantValidationValve.invokeNextValve(TenantValidationValve.java:215)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.core.tenant.valve.TenantValidationValve.invoke(TenantValidationValve.java:94)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.js.statistics.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:24)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:25)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at java.lang.Thread.run(Thread.java:812)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#Caused by: javax.faces.FacesException: #{loginBean.loginProject()}: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:114)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.component.UICommand.broadcast(UICommand.java:315)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:77)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# ... 35 more|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#Caused by: javax.faces.el.EvaluationException: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# ... 39 more|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial#Caused by: java.lang.NullPointerException: while trying to invoke the method servlet.UserBean.addUser() of a null object loaded from field servlet.LoginBean.userBeam of an object loaded from local variable 'this'|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at servlet.LoginBean.loginProject(LoginBean.java:61)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at java.lang.reflect.Method.invoke(Method.java:606)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.el.parser.AstValue.invoke(AstValue.java:278)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:102)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87)|
2015 11 17 18:25:08#+00#ERROR#System.err##anonymous#http-bio-8041-exec-4#na#s0015145715trial#tajgo#web#s0015145715trial# ... 40 more|