Advertisement
vamsiampolu

Errors in project

Apr 3rd, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.45 KB | None | 0 0
  1. Apr 03, 2014 8:12:48 PM org.apache.catalina.core.StandardContext reload
  2. INFO: Reloading Context with name [/GisProject] has started
  3. Apr 03, 2014 8:12:48 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
  4.  
  5. SEVERE: The web application [/GisProject] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  6. Apr 03, 2014 8:12:48 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  7.  
  8. SEVERE: The web application [/GisProject] appears to have started a thread named [Timer-4] but has failed to stop it. This is very likely to create a memory leak.
  9. Apr 03, 2014 8:12:50 PM com.sun.jersey.api.core.PackagesResourceConfig init
  10.  
  11. INFO: Scanning for root resource and provider classes in the packages:
  12.   com.esri.webservice
  13. Apr 03, 2014 8:12:50 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
  14. INFO: Root resource classes found:
  15.   class com.esri.webservice.GeometryWebservice
  16. Apr 03, 2014 8:12:50 PM com.sun.jersey.api.core.ScanningResourceConfig init
  17. INFO: No provider classes found.
  18. Apr 03, 2014 8:12:50 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  19. INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 03:28 PM'
  20. Apr 03, 2014 8:12:51 PM org.apache.catalina.core.StandardContext reload
  21. INFO: Reloading Context with name [/GisProject] is completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement