Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. 12360:~# java -cp marauroa.jar:h2.jar:log4j.jar:. marauroa.server.marauroad -c server.ini
  3. Marauroa - arianne's open source multiplayer online framework for game development -
  4. Running on version 3.8.5
  5. (C) 1999-2009 Miguel Angel Blanch Lardin and the Arianne project
  6.  
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20.  
  21. Configuring Log4J using marauroa/server/log4j.properties
  22. log4j:ERROR setFile(null,true) call failed.
  23. java.io.FileNotFoundException: log/server.log (No such file or directory)
  24.        at java.io.FileOutputStream.openAppend(Native Method)
  25.        at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
  26.        at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
  27.        at org.apache.log4j.FileAppender.setFile(FileAppender.java:282)
  28.        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:161)
  29.        at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:215)
  30.        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
  31.        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
  32.        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
  33.        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
  34.        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
  35.        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
  36.        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
  37.        at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:349)
  38.        at marauroa.common.Log4J.init(Log4J.java:80)
  39.        at marauroa.server.marauroad.main(marauroad.java:240)
  40. log4j:ERROR Either File or DatePattern options are not set for appender [File].
  41. INFO  [main      ] AbstractDatabaseAdapter  (123 ) - Connected to jdbc:h2:~/clientserverchat/database/h
  42. 2db;AUTO_RECONNECT=TRUE;DB_CLOSE_ON_EXIT=FALSE: H2 1.2.128 (2010-01-30) with driver H2 JDBC Driver 1.2.
  43. 128 (2010-01-30)
  44. INFO  [main      ] AbstractDatabaseAdapter  (123 ) - Connected to jdbc:h2:~/clientserverchat/database/h
  45. 2db;AUTO_RECONNECT=TRUE;DB_CLOSE_ON_EXIT=FALSE: H2 1.2.128 (2010-01-30) with driver H2 JDBC Driver 1.2.
  46. 128 (2010-01-30)
  47. INFO  [main      ] AbstractDatabaseAdapter  (123 ) - Connected to jdbc:h2:~/clientserverchat/database/h
  48. 2db;AUTO_RECONNECT=TRUE;DB_CLOSE_ON_EXIT=FALSE: H2 1.2.128 (2010-01-30) with driver H2 JDBC Driver 1.2.
  49. 128 (2010-01-30)
  50. INFO  [main      ] AbstractDatabaseAdapter  (123 ) - Connected to jdbc:h2:~/clientserverchat/database/h
  51. 2db;AUTO_RECONNECT=TRUE;DB_CLOSE_ON_EXIT=FALSE: H2 1.2.128 (2010-01-30) with driver H2 JDBC Driver 1.2.
  52. 128 (2010-01-30)
  53. INFO  [main      ] UpdateScript             (123 ) - Checking database structure and updating it if nee
  54. ded.
  55. INFO  [main      ] UpdateScript             (123 ) - Completed database update.
  56. INFO  [marauroad ] marauroad                (123 ) - marauroa is up and running... (startup time: 0.6 s
  57. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement