|
|
| Author | Message |
|---|
Admin Admin


 Chat Nick: Admin Posts: 97 Age: 33 Ratting: 1002818 Reputation: 0 Registration date: 2008-08-04
 | Subject: ERROR webchat Sat Aug 23, 2008 10:13 pm | |
| vic1 why every i online webchat always out this massage = The full stack trace of the root cause is available in the Apache Tomcat/6.0.14 logs.
this wrong in my PC or from server? for information i use server 1 thanks before _____________________  |
|
 | |
vic1 V.I.P

Posts: 42 Ratting: 2744 Reputation: 0 Registration date: 2008-08-10
 | Subject: Re: ERROR webchat Sun Aug 24, 2008 1:44 am | |
| | Admin wrote: | vic1 why every i online webchat always out this massage = The full stack trace of the root cause is available in the Apache Tomcat/6.0.14 logs.
this wrong in my PC or from server? for information i use server 1 thanks before |
When did you get this message? It is happened at the moment? write me in the private full text of error plz. |
|
 | |
Ruby SuperModerator


 Posts: 345 Age: 23 Ratting: 2792 Reputation: 0 Registration date: 2008-08-27
 | Subject: Re: ERROR webchat Thu Aug 28, 2008 1:27 am | |
| hehe...lol..neva had this kind of pbm..but..it;s ok..coz there are not many users with this kind of pbm  hope everything gonna be allright :P  |
|
 | |
HEMO SuperModerator

 Posts: 56 Age: 30 Ratting: 1736 Reputation: 0 Registration date: 2008-08-19
 | Subject: Re: ERROR webchat Sat Sep 06, 2008 4:17 pm | |
| any one tell me what happend for server live chat?/we cant entered for more 16 hours  |
|
 | |
HEMO SuperModerator

 Posts: 56 Age: 30 Ratting: 1736 Reputation: 0 Registration date: 2008-08-19
 | Subject: Re: ERROR webchat Sat Sep 06, 2008 4:19 pm | |
| cannot receive all data  |
|
 | |
Ruby SuperModerator


 Posts: 345 Age: 23 Ratting: 2792 Reputation: 0 Registration date: 2008-08-27
 | |
 | |
SpIdY Kompany-keeper

Posts: 54 Ratting: 1623 Reputation: 0 Registration date: 2008-12-06
 | Subject: Re: ERROR webchat Thu Feb 05, 2009 9:39 pm | |
| i never seen this mesage  |
|
 | |
Nahin Ahmed Kompany-keeper


 Posts: 96 Age: 22 Ratting: 1560 Reputation: 0 Registration date: 2009-02-10
 | Subject: Re: ERROR webchat Tue Feb 10, 2009 11:46 pm | |
| me 2  |
|
 | |
AK-47 Co-Administrator


Chat room: Community room Chat Nick: AK-47 / DEATH Posts: 254 Age: 33 Ratting: 11450 Reputation: 3 Registration date: 2008-08-09
 | Subject: error webchat Fri Feb 13, 2009 2:04 pm | |
| sometimes avacs server have trouble or wanna add new menu inside.to make better webchat... i have idea how avacs in webchat can we extract like as software in PC... wooowww... its great.. we can activation webchat like as Yahoo Messanger.. with minimize private chat someday...someday...someday...someday...someday... _____________________   GIVE YOU MORE OPTION TO DIE..http://avacs.nforum.bizhttp://avacschat.page.tl http://avacs.page4.me http://avacs.webs.com |
|
 | |
HYPER_ONE Amateur


 Posts: 17 Ratting: 2609 Reputation: 0 Registration date: 2008-12-23
 | Subject: Re: ERROR webchat Sat Feb 21, 2009 9:49 am | |
| Apache Tomcat??? i see the Apache/Coyote1.1  |
|
 | |
S-MAX Co-Administrator


 Chat room: Indian room User ID: 228764 Chat Nick: S-MAX Posts: 439 Age: 26 Ratting: 2959 Reputation: 3 Registration date: 2009-02-02
 | Subject: Re: ERROR webchat Tue Mar 03, 2009 2:09 pm | |
| |
|
 | |
S-MAX Co-Administrator


 Chat room: Indian room User ID: 228764 Chat Nick: S-MAX Posts: 439 Age: 26 Ratting: 2959 Reputation: 3 Registration date: 2009-02-02
 | |
 | |
Cyberster Neo


 Chat room: Indian room Chat Nick: Cyberster Posts: 1169 Age: 22 Ratting: 3657 Reputation: 3 Registration date: 2009-06-02
 | Subject: Re: ERROR webchat Tue Jun 02, 2009 7:43 am | |
| The environments are: (1)Windows2000(or window xp) (2)Tomcat:6.0.14(setup by apache-tomcat-6.0.14.exe) or 5.5.25. (3)Jjdk:1.5.0.14(we also test the program in jdk1.5.0,1.5.0_04,1.5.0_06) When run the program trinidad-demo-1.2.4,we found it worked well in some PCs(windows xp or windows2000),but in other PCs(windows xp),there were some errors: ------------------------------------------------------------------------------ HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet.init() for servlet faces threw exception org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) java.lang.Thread.run(Unknown Source) root cause java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions! If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml. A typical config looks like this;
org.apache.myfaces.webapp.StartupServletContextListener
javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90) javax.faces.webapp.FacesServlet.init(FacesServlet.java:88) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) java.lang.Thread.run(Unknown Source) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.14 logs. Apache Tomcat/6.0.14 trinidad-demo-1.2.3 exists the same error,but trinidad-demo-1.0.4 runs well. |
|
 | |
Guest Guest
 | Subject: Re: ERROR webchat Wed Jun 24, 2009 4:42 am | |
| I DON,T HAVE PROBLEM WITH WEBCHAT VERTION. |
|
 | |
HADI-JOON Amateur


 Posts: 28 Age: 21 Ratting: 1104 Reputation: 0 Registration date: 2010-06-23
 | |
 | |
|