- This topic has 10 replies, 5 voices, and was last updated 19 years, 3 months ago by
vlnmca.
-
AuthorPosts
-
smohamedfaroukMemberOperating SYstem: XP
Eclipse Version: 2.1.2
SDK: eclipse-SDK-2.1.1-win32
My Eclipse: EnterpriseWorkbenchInstaller_020700RC2 Demo Version
Web container : JBoss 3.2.3/TomcatThe problem is I have created a web project and added it to the jboss server. And when i start the server is seems to start ok on 8080.
http://localhost:8080/StrutsWeb/index.jspI get the following message on the browser can you tell me why plzzz..
HTTP Status 500 – No Context configured to process this request
——————————————————————————–
type Status report
message No Context configured to process this request
description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.
Regards
FaroukMarch 6, 2004 at 4:47 pm #204387
Scott AndersonParticipantFarouk,
These are typically caused by your application throwing some sort of exception. Have you checked your console and server logs?
March 6, 2004 at 7:09 pm #204391
smohamedfaroukMemberSorry this is nothing to do with my application as the same thing happens when i try HelloWorld Tutorial example please help?http://localhost:8080/HelloWorld/helloWorld.jsp
March 6, 2004 at 10:33 pm #204394
Riyad KallaMemberFarouk,
How did you “Create the web project”, did you just create a directory and drop your files in? Did you setup a context?500 is typically, like Scott said, due to a application server incorrect setup. I would be guessing that you didn’t setup a context (based on the error message) for this application, and are now trying to access it and in more words or less the app server is saying “I don’t know what you are talking about”. Are you using Tomcat or Jetty as your servlet container? Can you login to the administrator and see if infact it is aware of a “HelloWorld” application and have a context?
Also, you can check the /work directory to make sure it is trying to compile the files for that app, if its not, I’d bet money that its just a setup issue.
Also I would suggest checking the logs like Scott suggested (or the application server, look in the /logs directory somewhere under the JBoss install).
March 7, 2004 at 1:54 am #204396
smohamedfaroukMemberActually I have created HelloWorld project as required by the Tutorial.
I actually entered /HelloWorld as context root when i am trying to create the Web Project.The following is the .mymetadata file contents
<?xml version=”1.0″ encoding=”UTF-8″?>
<project-module context-root=”/HelloWold” name=”HelloWold”
archive=”HelloWold.war” type=”WEB” id=”myeclipse.1078578549270″>
<attributes>
<attribute name=”webrootdir” value=”/WebRoot”/>
</attributes>
</project-module>
The error message which i see on the console is the following
MAPPING configuration error for request URI /HelloWorld/helloWorld.jspI am able to see all the compiled classes in the proper directory
Do you think of any thing else. ?
Farouk
March 7, 2004 at 3:54 am #204398
smohamedfaroukMemberSOrted
This is because i was using JBOSS2 for jboss3.2.3 and wen i changed and started using jboss3 for jboss 3.2.3 it works well nwo thanks guysMarch 7, 2004 at 10:11 am #204401
Scott AndersonParticipantFarouk,
Thanks for the followup. Glad to hear you’re up and running.
April 8, 2004 at 5:31 pm #205780
KrishnaMemberHello Scott/Farouk,
I am running into the same issue as yours. I tried doing a HelloWorld Servlet manually and also through the Lomboz plugin for eclipse. Either way I end with the message No Context Configured.
And the Site Moderator was saying something about setting up a Context for the Application. Can you deliberate on this. I am a newbie in this area and this is how I am proceeding.
This is my directory structure.
1. C:\JBoss – My JBoss installation Folder
2. C:\Workspace, and beneath that I have a C:\Workspace\example1 – which is my project folder.
3. Under the C:\Workspace\example1 Folder, I have the following
C:\workspace\example1\web.xml – The Deployment Descriptor
C:\workspace\example1\build.xml – The Ant Script
C:\workspace\example1\example1.jsp – This is a very basic HTML File with just a <h3> Hello World </H3>.
C:\workspace\example1\WEB-INF
C:\workspace\example1\WEB-INF\classes\*.classes – Contains the HelloWorldServlet.Class File.
C:\workspace\example1\WEB-INF\src\*.java – Contains the HelloWorldServlet.Java File.I run my ANT Script, my Servlet gets compiled, and deployed. And I do see the WAR File in the C:\JBoss\server\default\deploy folder. But when I launch the URL http://localhost:8080/example1/HelloWorldServlet I get nothing.
And as far as I know, none of the Servlets/JSPs book mention anything about configuring a Context in the Application Server. Can someone please explain me the basics here. I have scanned quite some books and websites but never got a lowdown on deploying a basic servlet into the JBoss Server.
Thanks alot in advance,
Krishna
April 8, 2006 at 5:51 am #250069
vlnmcaMemberHi,
I have developed a sample application in JSF login demo by seeing the manual of Myeclipse_jsf_quickstart.pdf but after completion after deploying if i load the page
http://localhost:8080/JSFLoginDemo/userLogin.faces
i am getting below error. kindly help me in this regard. i am attaching below the browser error below for your reference. I am using the application server is JBOSS. in server window it is displaying as Faces context not found. I am attaching my coding details in this mail.
Thanks you,
V.Lakshmi Narayanan
HTTP Status 500 –
——————————————————————————–
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)root cause
java.lang.NullPointerException
javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615)
javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:217)
org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:71)
org.apache.jsp.userLogin_jsp._jspx_meth_f_view_0(org.apache.jsp.userLogin_jsp:130)
org.apache.jsp.userLogin_jsp._jspService(org.apache.jsp.userLogin_jsp:104)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
——————————————————————————–
Apache Tomcat/5.5
April 8, 2006 at 2:32 pm #250079
Riyad KallaMemberYou need to check the apache logs for the full stack trace, from what you posted I can’t tell where the NPE is comming from, but it looks like your JSF page likely has an error in it.
April 9, 2006 at 1:47 am #250095
vlnmcaMemberHi
Below is the jboss server console message in that it is showing the error how to rectify it. please help me to proceed further.
12:12:52,578 INFO [Server] Starting JBoss (MX MicroKernel)…
12:12:52,593 INFO [Server] Release ID: JBoss [Zion] 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042341)
12:12:52,609 INFO [Server] Home Dir: E:\jboss-4.0.3
12:12:52,609 INFO [Server] Home URL: file:/E:/jboss-4.0.3/
12:12:52,609 INFO [Server] Patch URL: null
12:12:52,609 INFO [Server] Server Name: default
12:12:52,609 INFO [Server] Server Home Dir: E:\jboss-4.0.3\server\default
12:12:52,609 INFO [Server] Server Home URL: file:/E:/jboss-4.0.3/server/default/
12:12:52,609 INFO [Server] Server Temp Dir: E:\jboss-4.0.3\server\default\tmp
12:12:52,609 INFO [Server] Root Deployment Filename: jboss-service.xml
12:12:53,328 INFO [ServerInfo] Java version: 1.5.0_01,Sun Microsystems Inc.
12:12:53,328 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_01-b08,Sun Microsystems Inc.
12:12:53,328 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
12:12:54,218 INFO [Server] Core system initialized
12:12:55,984 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
12:12:59,781 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.hbm2ddl.auto=create-drop, hibernate.connection.datasource=java:/DefaultDS, hibernate.connection.release_mode=after_statement}
12:12:59,812 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://169.254.89.210:3873/0.0.0.0:3873]
12:13:00,906 INFO [AspectDeployer] Deployed AOP: file:/E:/jboss-4.0.3/server/default/deploy/ejb3-interceptors-aop.xml
12:13:06,375 INFO [WebService] Using RMI server codebase: http://admin:8083/
12:13:07,109 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.3;mcast_port=45551;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
12:13:07,171 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
12:13:07,187 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
12:13:07,234 INFO [TreeCache] interceptor chain is:
class org.jboss.cache.interceptors.CallInterceptor
class org.jboss.cache.interceptors.LockInterceptor
class org.jboss.cache.interceptors.CacheLoaderInterceptor
class org.jboss.cache.interceptors.UnlockInterceptor
class org.jboss.cache.interceptors.ReplicationInterceptor
class org.jboss.cache.interceptors.CacheStoreInterceptor
12:13:07,281 INFO [TreeCache] cache mode is REPL_SYNC
12:13:09,234 INFO [STDOUT]
——————————————————-
GMS: address is ADMIN:1386
——————————————————-
12:13:11,281 INFO [TreeCache] new cache is null (maybe first member in cluster)
12:13:11,281 INFO [TreeCache] state could not be retrieved (must be first member in group)
12:13:11,281 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.ejb3.cache.tree.StatefulEvictionPolicy
12:13:11,281 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 1
12:13:11,312 INFO [TreeCache] viewAccepted(): new members: [ADMIN:1386]
12:13:11,515 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=2;loopback=false;mcast_addr=228.1.2.3;mcast_port=43333;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
12:13:11,546 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
12:13:15,812 INFO [MailService] Mail Service bound to java:/Mail
12:13:16,750 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
12:13:16,781 INFO [DefaultPartition] Initializing
12:13:18,375 INFO [STDOUT]
——————————————————-
GMS: address is ADMIN:1389 (additional data: 19 bytes)
——————————————————-
12:13:20,390 INFO [DefaultPartition] Number of cluster members: 1
12:13:20,390 INFO [DefaultPartition] Other members: 0
12:13:20,390 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
12:13:20,468 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
12:13:20,500 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=169.254.89.210:1100
12:13:20,765 INFO [TreeCache] interceptor chain is:
class org.jboss.cache.interceptors.CallInterceptor
class org.jboss.cache.interceptors.LockInterceptor
class org.jboss.cache.interceptors.UnlockInterceptor
class org.jboss.cache.interceptors.ReplicationInterceptor
12:13:20,984 INFO [TreeCache] cache mode is REPL_SYNC
12:13:22,625 INFO [STDOUT]
——————————————————-
GMS: address is ADMIN:1392
——————————————————-
12:13:24,625 INFO [TreeCache] state could not be retrieved (must be first member in group)
12:13:24,625 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.cache.eviction.LRUPolicy
12:13:24,625 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 5
12:13:24,625 INFO [TreeCache] viewAccepted(): new members: [ADMIN:1392]
12:13:24,640 INFO [TreeCache] new cache is null (maybe first member in cluster)
12:13:28,015 INFO [Embedded] Catalina naming disabled
12:13:29,390 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
12:13:29,406 INFO [Catalina] Initialization processed in 1203 ms
12:13:29,406 INFO [StandardService] Starting service jboss.web
12:13:29,421 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5
12:13:29,500 INFO [StandardHost] XML validation disabled
12:13:29,562 INFO [Catalina] Server startup in 156 ms
12:13:29,843 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=…/deploy/http-invoker.sar/invoker.war/
12:13:30,546 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
12:13:31,796 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=…/tmp/deploy/tmp16592jboss-ws4ee-exp.war/
12:13:32,109 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=…/deploy/jbossweb-tomcat55.sar/ROOT.war/
12:13:32,359 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=…/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
12:13:32,687 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=…/deploy/management/console-mgr.sar/web-console.war/
12:13:33,906 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=true;up_thread=true)
12:13:33,921 INFO [TreeCache] interceptor chain is:
class org.jboss.cache.interceptors.CallInterceptor
class org.jboss.cache.interceptors.LockInterceptor
class org.jboss.cache.interceptors.UnlockInterceptor
class org.jboss.cache.interceptors.ReplicationInterceptor
12:13:33,921 INFO [TreeCache] cache mode is REPL_ASYNC
12:13:35,531 INFO [STDOUT]
——————————————————-
GMS: address is ADMIN:1396
——————————————————-
12:13:37,546 INFO [TreeCache] viewAccepted(): new members: [ADMIN:1396]
12:13:37,546 INFO [TreeCache] state could not be retrieved (must be first member in group)
12:13:37,609 INFO [TreeCache] new cache is null (maybe first member in cluster)
12:13:38,218 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-local-jdbc.rar
12:13:38,468 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-xa-jdbc.rar
12:13:38,671 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-local-jdbc.rar
12:13:38,937 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-xa-jdbc.rar
12:13:39,156 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jms/jms-ra.rar
12:13:39,390 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/mail-ra.rar
12:13:41,296 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=DataSourceBinding,name=DefaultDS’ to JNDI name ‘java:DefaultDS’
12:13:42,031 INFO [A] Bound to JNDI name: queue/A
12:13:42,031 INFO [B] Bound to JNDI name: queue/B
12:13:42,031 INFO [C] Bound to JNDI name: queue/C
12:13:42,046 INFO [D] Bound to JNDI name: queue/D
12:13:42,046 INFO [ex] Bound to JNDI name: queue/ex
12:13:42,125 INFO [testTopic] Bound to JNDI name: topic/testTopic
12:13:42,140 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
12:13:42,156 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
12:13:42,156 INFO [testQueue] Bound to JNDI name: queue/testQueue
12:13:42,265 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
12:13:42,375 INFO [DLQ] Bound to JNDI name: queue/DLQ
12:13:42,828 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=ConnectionFactoryBinding,name=JmsXA’ to JNDI name ‘java:JmsXA’
12:13:42,906 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=…/deploy/jmx-console.war/
12:13:43,218 INFO [TomcatDeployer] deploy, ctxPath=/shms, warUrl=…/deploy/shms.war/
12:13:45,546 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
12:13:45,953 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
12:13:46,000 INFO [JkMain] Jk running ID=0 time=0/125 config=null
12:13:46,046 INFO [Server] JBoss (MX MicroKernel) [4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042341)] Started in 53s:437ms
12:14:38,984 ERROR [UIComponentTag] Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml.
12:14:39,000 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615)
at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:217)
at org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:71)
at org.apache.jsp.register1_jsp._jspx_meth_f_view_0(org.apache.jsp.register1_jsp:88)
at org.apache.jsp.register1_jsp._jspService(org.apache.jsp.register1_jsp:66)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
12:14:39,000 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
java.lang.NullPointerException
at javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615)
at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:217)
at org.apache.myfaces.taglib.core.ViewTag.doStartTag(ViewTag.java:71)
at org.apache.jsp.register1_jsp._jspx_meth_f_view_0(org.apache.jsp.register1_jsp:88)
at org.apache.jsp.register1_jsp._jspService(org.apache.jsp.register1_jsp:66)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595) -
AuthorPosts