Advertisement
Guest User

Untitled

a guest
May 20th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  2. log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment).
  3. log4j:WARN Please initialize the log4j system properly.
  4. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  5. [14:47:10] __________ ________________
  6. [14:47:10] / _/ ___/ |/ / _/_ __/ __/
  7. [14:47:10] _/ // (7 7 // / / / / _/
  8. [14:47:10] /___/\___/_/|_/___/ /_/ /___/
  9. [14:47:10]
  10. [14:47:10] ver. 1.5.0-final#20151229-sha1:f1f8cda2
  11. [14:47:10] 2015 Copyright(C) Apache Software Foundation
  12. [14:47:10]
  13. [14:47:10] Ignite documentation: http://ignite.apache.org
  14. [14:47:10]
  15. [14:47:10] Quiet mode.
  16. [14:47:10] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
  17. [14:47:10]
  18. [14:47:10] OS: Windows 7 6.1 amd64
  19. [14:47:10] VM information: Java(TM) SE Runtime Environment 1.7.0_55-b13 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 24.55-b03
  20. [14:47:10] Initial heap size is 124MB (should be no less than 512MB, use -Xms512m -Xmx512m).
  21. [14:47:13] Configured plugins:
  22. [14:47:13] ^-- None
  23. [14:47:13]
  24. [14:47:15] Security status [authentication=off, tls/ssl=off]
  25. maj 20, 2016 2:47:46 PM org.apache.catalina.startup.HostConfig deployDescriptor
  26. INFO: Deployment of configuration descriptor D:\apache-tomcat-7.0.69-windows-x86\apache-tomcat-7.0.69\conf\Catalina\localhost\OCB.xml has finished in 38,689 ms
  27. maj 20, 2016 2:47:46 PM org.apache.catalina.util.LifecycleBase start
  28. INFO: The start() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/OCB]] after start() had already been called. The second call will be ignored.
  29. [14:47:46] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
  30. [14:47:46]
  31. [14:47:46] Ignite node started OK (id=e2241e16)
  32. [14:47:46] Topology snapshot [ver=6, servers=4, clients=0, CPUs=6, heap=4.7GB]
  33. [14:47:52] Class "o.a.i.cache.websession.WebSession" cannot be written in binary format because it either implements Externalizable interface or have writeObject/readObject methods. Please ensure that all nodes have this class in classpath. To enable binary serialization either implement Binarylizable interface or set explicit serializer using BinaryTypeConfiguration.setSerializer() method.
  34. [14:47:56] Class "o.a.i.cache.websession.WebSessionListener$AttributesProcessor" cannot be written in binary format because it either implements Externalizable interface or have writeObject/readObject methods. Please ensure that all nodes have this class in classpath. To enable binary serialization either implement Binarylizable interface or set explicit serializer using BinaryTypeConfiguration.setSerializer() method.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement