Design Pattern by Erich Gamma
http://rapidshare.com/files/442481472/Design_Patterns_-_Erich_Gamma.rar
Digital Image Processing by Rafeal C. Gonzalez, Richard E.Woods Second Edition
http://rapidshare.com/files/442481913/Digital_Image_Processing_By_Gonzalez_2nd_Edition_2002.rar
Blog For Ebooks
Thursday, January 13, 2011
Sunday, August 15, 2010
Tuesday, August 3, 2010
Apache Tomcat Listener error solution
i believe the error looks like dis
Aug 3, 2010 9:35:16 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Aug 3, 2010 9:35:16 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], ra
ndom [true].
Aug 3, 2010 9:35:18 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1862 ms
Aug 3, 2010 9:35:18 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Aug 3, 2010 9:35:18 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.0
Aug 3, 2010 9:35:18 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive epcis-repository-0.4.2.war
Aug 3, 2010 9:35:22 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Aug 3, 2010 9:35:22 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/epcis-repository-0.4.2] startup failed due to previous errors
Aug 3, 2010 9:35:22 PM org.apache.catalina.loader.WebappClassLoader clearThreadL
ocalMap
SEVERE: The web application [/epcis-repository-0.4.2] created a ThreadLocal with
key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@91b9b0]) and
a value of type [org.apache.cxf.bus.CXFBusImpl] (value [org.apache.cxf.bus.CXFBu
sImpl@1360c93]) but failed to remove it when the web application was stopped. Th
is is very likely to create a memory leak.
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Aug 3, 2010 9:35:22 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 3, 2010 9:35:22 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 3, 2010 9:35:22 PM org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
Aug 3, 2010 9:35:22 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4679 ms
the solution to this error is as follows:
(1) you need to find out if at all u have jre6 folder in ur C:\Program Files\Java folder
(2) many of them after installing jdk find dat they have jdk 1.6.0 and jre 1.6.0(version may b different)
(3) u need to have jre6 folder for which download that from the following link
http://rapidshare.com/files/410807429/jre6.rar
(4) then go to the environmental variables and create a user variable JRE_HOME whose value should point to the jre6 folder u just now downloaded and extracted
eg:- C:\Program Files (x86)\Java\jre6 (variable value)
(5) run the tomcat.. it works wonderfully
hope it helped!!
please give ur comments
Aug 3, 2010 9:35:16 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Aug 3, 2010 9:35:16 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], ra
ndom [true].
Aug 3, 2010 9:35:18 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1862 ms
Aug 3, 2010 9:35:18 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Aug 3, 2010 9:35:18 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.0
Aug 3, 2010 9:35:18 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive epcis-repository-0.4.2.war
Aug 3, 2010 9:35:22 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Aug 3, 2010 9:35:22 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/epcis-repository-0.4.2] startup failed due to previous errors
Aug 3, 2010 9:35:22 PM org.apache.catalina.loader.WebappClassLoader clearThreadL
ocalMap
SEVERE: The web application [/epcis-repository-0.4.2] created a ThreadLocal with
key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@91b9b0]) and
a value of type [org.apache.cxf.bus.CXFBusImpl] (value [org.apache.cxf.bus.CXFBu
sImpl@1360c93]) but failed to remove it when the web application was stopped. Th
is is very likely to create a memory leak.
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Aug 3, 2010 9:35:22 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 3, 2010 9:35:22 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 3, 2010 9:35:22 PM org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
Aug 3, 2010 9:35:22 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Aug 3, 2010 9:35:22 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4679 ms
the solution to this error is as follows:
(1) you need to find out if at all u have jre6 folder in ur C:\Program Files\Java folder
(2) many of them after installing jdk find dat they have jdk 1.6.0 and jre 1.6.0(version may b different)
(3) u need to have jre6 folder for which download that from the following link
http://rapidshare.com/files/410807429/jre6.rar
(4) then go to the environmental variables and create a user variable JRE_HOME whose value should point to the jre6 folder u just now downloaded and extracted
eg:- C:\Program Files (x86)\Java\jre6 (variable value)
(5) run the tomcat.. it works wonderfully
hope it helped!!
please give ur comments
Friday, July 2, 2010
Ebooks-CSE 4-1
(1) Data Mining -Concepts and Techniques--JIAWEI HAN & MICHEKINE KAMBER
http://rapidshare.com/files/404555851/Data_Mining_Concepts_and_Techniques.rar.html
(2) Embedded Systems-- the 8051 MicroController by Kenneth J. Ayala
http://rapidshare.com/files/404538026/The_8051_Microcontroller-Ayala.rar.html
(3) Advanced Computer Architecture
http://rapidshare.com/files/404575371/John_L._Hennessy__David_A._Patterson_-_Computer_Architecture_-_A_Quantitative_Approach.pdf.html
(4) Network Programming
http://www.fulldls.com/torrent-ebooks-338131.html (152 MB)-- Torrent
http://rapidshare.com/files/404656638/Unix_Network_Programming_by_Stevens.rar.html
(5) Web Technologies
Complete reference java 2 5th edition by Herbert Schildt & Java server pages by Hans Bergsten
http://rapidshare.com/files/404632628/Complete_reference_and_java_server_pages.rar.html
(6) Mobile Communications by Jochen Schiller
http://rapidshare.com/files/404637219/Mobile_Communciations_by_Jochen_Schiller.rar.html
Handbook of Wireless Networks and Mobile Computing by Stojmenovic
http://rapidshare.com/files/404639384/Handbook_of_Wireless_Networks_and_Mobile_Computing.pdf.html
(7) Fundamentals of Multimedia by Ze-Nian Li and Mark S. Drew
http://rapidshare.com/files/404644405/Fundamentals_of_Multimedia_by_Ze-Nian___Mark_S._Drew.rar.html
(8) Software Project Management
http://rapidshare.com/files/406738220/Software_Project_Management_.pdf
http://rapidshare.com/files/404555851/Data_Mining_Concepts_and_Techniques.rar.html
(2) Embedded Systems-- the 8051 MicroController by Kenneth J. Ayala
http://rapidshare.com/files/404538026/The_8051_Microcontroller-Ayala.rar.html
(3) Advanced Computer Architecture
http://rapidshare.com/files/404575371/John_L._Hennessy__David_A._Patterson_-_Computer_Architecture_-_A_Quantitative_Approach.pdf.html
(4) Network Programming
http://www.fulldls.com/torrent-ebooks-338131.html (152 MB)-- Torrent
http://rapidshare.com/files/404656638/Unix_Network_Programming_by_Stevens.rar.html
(5) Web Technologies
Complete reference java 2 5th edition by Herbert Schildt & Java server pages by Hans Bergsten
http://rapidshare.com/files/404632628/Complete_reference_and_java_server_pages.rar.html
(6) Mobile Communications by Jochen Schiller
http://rapidshare.com/files/404637219/Mobile_Communciations_by_Jochen_Schiller.rar.html
Handbook of Wireless Networks and Mobile Computing by Stojmenovic
http://rapidshare.com/files/404639384/Handbook_of_Wireless_Networks_and_Mobile_Computing.pdf.html
(7) Fundamentals of Multimedia by Ze-Nian Li and Mark S. Drew
http://rapidshare.com/files/404644405/Fundamentals_of_Multimedia_by_Ze-Nian___Mark_S._Drew.rar.html
(8) Software Project Management
http://rapidshare.com/files/406738220/Software_Project_Management_.pdf
Wednesday, June 2, 2010
Sunday, April 18, 2010
Windows 7 Theme(NATURE)
Download from the following link:
http://www.4shared.com/file/HKq0TTTx/Nature.html
I made this theme all on my own
http://www.4shared.com/file/HKq0TTTx/Nature.html
I made this theme all on my own
Sunday, February 21, 2010
Subscribe to:
Posts (Atom)