Best Guide for compile with maven!

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 75
  1. #31
    Apprentice Fenril is offline
    MemberRank
    Apr 2008 Join Date
    6Posts

    Re: [Share]Best Guide for compile with maven!

    Hello guys. This is a very good guide but i have the same problem with javac too. I have configured eclipse (with subeclipse and maven updated) with jdk1.6.0_05 and jre1.6.0_05 in execution environment. I think that almost login server has been compiled, and datapack too using his build.xml, but when I try to compile gameserver, everytime javac error. Any solution? Please

    ERROR:
    #############################################################
    ...
    [INFO] Compiling 1378 source files to D:\l2minastirith\l2j-free\L2_GameServer_CT1\target\classes
    [ERROR]

    Mojo (aggregator):

    org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile

    FAILED while executing in directory:

    D:\l2minastirith\l2j-free\L2_GameServer_CT1

    Reason:

    Failure executing javac, but could not parse the error:


    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError: Java heap space
    at com.sun.tools.javac.code.Scope$ImportScope.makeEntry(Scope.java:385)
    at com.sun.tools.javac.code.Scope.enter(Scope.java:196)
    at com.sun.tools.javac.code.Scope.enter(Scope.java:183)
    at com.sun.tools.javac.comp.MemberEnter.importAll(MemberEnter.java:132)
    at com.sun.tools.javac.comp.MemberEnter.visitTopLevel(MemberEnter.java:509)
    at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:446)
    at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:387)
    at com.sun.tools.javac.comp.MemberEnter.complete(MemberEnter.java:819)
    at com.sun.tools.javac.code.Symbol.complete(Symbol.java:386)
    at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:758)
    at com.sun.tools.javac.comp.Enter.complete(Enter.java:451)
    at com.sun.tools.javac.comp.Enter.main(Enter.java:429)
    at com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:819)
    at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:727)
    at com.sun.tools.javac.main.Main.compile(Main.java:353)
    at com.sun.tools.javac.main.Main.compile(Main.java:279)
    at com.sun.tools.javac.main.Main.compile(Main.java:270)
    at com.sun.tools.javac.Main.compile(Main.java:87)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:573)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:501)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentsForProject(DefaultLifecycleExecutor.java:265)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:149)
    at org.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:225)

    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run with the -e flag
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILED
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1 minute 2 seconds
    [INFO] Finished at: Mon Apr 14 03:40:57 CEST 2008
    [INFO] Final Memory: 14M/61M
    [INFO] ------------------------------------------------------------------------
    ############################################################

    Thanks for help :) please

    ----------------------------------

    16-04-2008
    PostEdit: I don't know how but i can compile gameserver and loginserver now usaing cmd mvn assembly:assembly :s =D
    Last edited by Fenril; 16-04-08 at 10:34 AM.

  2. #32
    Enthusiast KidZoR is offline
    MemberRank
    Feb 2008 Join Date
    35Posts

    Re: [Share]Best Guide for compile with maven!

    This really is the best guide ty bro

  3. #33
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    Quote Originally Posted by KidZoR View Post
    This really is the best guide ty bro
    Thanks man.For other users that use this guide i update it/clean up.Also i add new link for install maven to eclipse because the link is different now.Enjoy....

  4. #34
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    Another update to the guide.I add more info about maven and ant and 3 methods for compiling

  5. #35
    Valued Member DANIELLE is offline
    MemberRank
    Nov 2006 Join Date
    Silent Hill - BrazilLocation
    149Posts

    Re: [Share]Best Guide for compile with maven!

    i have problem:

    -------------------------------------------------------------------------------------

    [ERROR] Invalid user settings C:\Documents and Settings\Alucard\.m2\settings.xml
    [ERROR] C:\Documents and Settings\Alucard\.m2\settings.xml (O sistema n

  6. #36
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    [quote=DANIELLE;3377812]i have problem:

    -------------------------------------------------------------------------------------

    [ERROR] Invalid user settings C:\Documents and Settings\Alucard\.m2\settings.xml
    [ERROR] C:\Documents and Settings\Alucard\.m2\settings.xml (O sistema n

  7. #37
    Enthusiast KidZoR is offline
    MemberRank
    Feb 2008 Join Date
    35Posts

    Re: [Share]Best Guide for compile with maven!

    i get this error :(
    Code:
    May 5, 2008 12:00:53 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:00:53 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:00:53 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:00:54 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:00:54 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:00:54 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:00:54 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:00:57 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_12_2_, forums0_.forum_name as forum2_12_2_, forums0_.forum_parent as forum3_12_2_, forums0_.forum_post as forum4_12_2_, forums0_.forum_type as forum5_12_2_, forums0_.forum_perm as forum6_12_2_, forums0_.forum_owner_id as forum7_12_2_, topics1_.topic_forum_id as topic2_4_, topics1_.topic_id as topic1_4_, topics1_.topic_id as topic1_14_0_, topics1_.topic_forum_id as topic2_14_0_, topics1_.topic_name as topic3_14_0_, topics1_.topic_date as topic4_14_0_, topics1_.topic_ownername as topic5_14_0_, topics1_.topic_ownerid as topic6_14_0_, topics1_.topic_type as topic7_14_0_, topics1_.topic_reply as topic8_14_0_, postses2_.post_topic_id as post5_5_, postses2_.post_id as post1_5_, postses2_.post_id as post1_13_1_, postses2_.post_owner_name as post2_13_1_, postses2_.post_ownerid as post3_13_1_, postses2_.post_date as post4_13_1_, postses2_.post_topic_id as post5_13_1_, postses2_.post_txt as post6_13_1_ from forums forums0_ left outer join topic topics1_ on forums0_.forum_id=topics1_.topic_forum_id left outer join posts postses2_ on topics1_.topic_id=postses2_.post_topic_id where forums0_.forum_id=?
    Hibernate: select this_.forum_id as forum1_12_2_, this_.forum_name as forum2_12_2_, this_.forum_parent as forum3_12_2_, this_.forum_post as forum4_12_2_, this_.forum_type as forum5_12_2_, this_.forum_perm as forum6_12_2_, this_.forum_owner_id as forum7_12_2_, topics2_.topic_forum_id as topic2_4_, topics2_.topic_id as topic1_4_, topics2_.topic_id as topic1_14_0_, topics2_.topic_forum_id as topic2_14_0_, topics2_.topic_name as topic3_14_0_, topics2_.topic_date as topic4_14_0_, topics2_.topic_ownername as topic5_14_0_, topics2_.topic_ownerid as topic6_14_0_, topics2_.topic_type as topic7_14_0_, topics2_.topic_reply as topic8_14_0_, postses3_.post_topic_id as post5_5_, postses3_.post_id as post1_5_, postses3_.post_id as post1_13_1_, postses3_.post_owner_name as post2_13_1_, postses3_.post_ownerid as post3_13_1_, postses3_.post_date as post4_13_1_, postses3_.post_topic_id as post5_13_1_, postses3_.post_txt as post6_13_1_ from forums this_ left outer join topic topics2_ on this_.forum_id=topics2_.topic_forum_id left outer join posts postses3_ on topics2_.topic_id=postses3_.post_topic_id where this_.forum_name=? and this_.forum_parent=?
    May 5, 2008 12:01:02 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:02 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:02 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:02 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:04 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:04 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:04 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:04 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:04 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:04 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:04 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:04 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:04 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:04 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:04 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:04 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:04 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:04 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:04 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:04 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:05 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:05 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:05 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:07 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_18_2_, forums0_.forum_name as forum2_18_2_, forums0_.forum_parent as forum3_18_2_, forums0_.forum_post as forum4_18_2_, forums0_.forum_type as forum5_18_2_, forums0_.forum_perm as forum6_18_2_, forums0_.forum_owner_id as forum7_18_2_, topics1_.topic_forum_id as topic2_4_, topics1_.topic_id as topic1_4_, topics1_.topic_id as topic1_20_0_, topics1_.topic_forum_id as topic2_20_0_, topics1_.topic_name as topic3_20_0_, topics1_.topic_date as topic4_20_0_, topics1_.topic_ownername as topic5_20_0_, topics1_.topic_ownerid as topic6_20_0_, topics1_.topic_type as topic7_20_0_, topics1_.topic_reply as topic8_20_0_, postses2_.post_topic_id as post5_5_, postses2_.post_id as post1_5_, postses2_.post_id as post1_19_1_, postses2_.post_owner_name as post2_19_1_, postses2_.post_ownerid as post3_19_1_, postses2_.post_date as post4_19_1_, postses2_.post_topic_id as post5_19_1_, postses2_.post_txt as post6_19_1_ from forums forums0_ left outer join topic topics1_ on forums0_.forum_id=topics1_.topic_forum_id left outer join posts postses2_ on topics1_.topic_id=postses2_.post_topic_id where forums0_.forum_id=?
    Hibernate: select this_.forum_id as forum1_18_2_, this_.forum_name as forum2_18_2_, this_.forum_parent as forum3_18_2_, this_.forum_post as forum4_18_2_, this_.forum_type as forum5_18_2_, this_.forum_perm as forum6_18_2_, this_.forum_owner_id as forum7_18_2_, topics2_.topic_forum_id as topic2_4_, topics2_.topic_id as topic1_4_, topics2_.topic_id as topic1_20_0_, topics2_.topic_forum_id as topic2_20_0_, topics2_.topic_name as topic3_20_0_, topics2_.topic_date as topic4_20_0_, topics2_.topic_ownername as topic5_20_0_, topics2_.topic_ownerid as topic6_20_0_, topics2_.topic_type as topic7_20_0_, topics2_.topic_reply as topic8_20_0_, postses3_.post_topic_id as post5_5_, postses3_.post_id as post1_5_, postses3_.post_id as post1_19_1_, postses3_.post_owner_name as post2_19_1_, postses3_.post_ownerid as post3_19_1_, postses3_.post_date as post4_19_1_, postses3_.post_topic_id as post5_19_1_, postses3_.post_txt as post6_19_1_ from forums this_ left outer join topic topics2_ on this_.forum_id=topics2_.topic_forum_id left outer join posts postses3_ on topics2_.topic_id=postses3_.post_topic_id where this_.forum_name=? and this_.forum_parent=?
    May 5, 2008 12:01:11 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:11 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:11 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:11 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:13 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:13 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:13 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:14 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:14 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:14 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:14 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:14 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:14 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:14 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:14 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:14 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:14 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:14 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:14 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:14 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:14 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:14 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:14 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:14 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:14 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:14 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:14 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:14 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:16 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_24_2_, forums0_.forum_name as forum2_24_2_, forums0_.forum_parent as forum3_24_2_, forums0_.forum_post as forum4_24_2_, forums0_.forum_type as forum5_24_2_, forums0_.forum_perm as forum6_24_2_, forums0_.forum_owner_id as forum7_24_2_, topics1_.topic_forum_id as topic2_4_, topics1_.topic_id as topic1_4_, topics1_.topic_id as topic1_26_0_, topics1_.topic_forum_id as topic2_26_0_, topics1_.topic_name as topic3_26_0_, topics1_.topic_date as topic4_26_0_, topics1_.topic_ownername as topic5_26_0_, topics1_.topic_ownerid as topic6_26_0_, topics1_.topic_type as topic7_26_0_, topics1_.topic_reply as topic8_26_0_, postses2_.post_topic_id as post5_5_, postses2_.post_id as post1_5_, postses2_.post_id as post1_25_1_, postses2_.post_owner_name as post2_25_1_, postses2_.post_ownerid as post3_25_1_, postses2_.post_date as post4_25_1_, postses2_.post_topic_id as post5_25_1_, postses2_.post_txt as post6_25_1_ from forums forums0_ left outer join topic topics1_ on forums0_.forum_id=topics1_.topic_forum_id left outer join posts postses2_ on topics1_.topic_id=postses2_.post_topic_id where forums0_.forum_id=?
    May 5, 2008 12:01:21 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:21 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:21 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:21 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:23 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:23 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:23 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:23 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:23 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:23 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:23 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:23 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:23 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:23 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:23 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:23 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:23 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:23 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:23 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:23 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:23 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:23 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:23 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:23 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:23 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:24 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:24 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:24 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:25 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_30_, forums0_.forum_name as forum2_30_, forums0_.forum_parent as forum3_30_, forums0_.forum_post as forum4_30_, forums0_.forum_type as forum5_30_, forums0_.forum_perm as forum6_30_, forums0_.forum_owner_id as forum7_30_ from forums forums0_ where forums0_.forum_parent=?
    May 5, 2008 12:01:32 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:32 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:32 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:32 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:33 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:33 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:34 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:34 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:34 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:34 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:34 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:34 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:34 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:34 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:34 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:34 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:34 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:34 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:34 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:34 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:34 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:34 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:34 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:34 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:34 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:34 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:34 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:34 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:37 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_36_, forums0_.forum_name as forum2_36_, forums0_.forum_parent as forum3_36_, forums0_.forum_post as forum4_36_, forums0_.forum_type as forum5_36_, forums0_.forum_perm as forum6_36_, forums0_.forum_owner_id as forum7_36_ from forums forums0_
    May 5, 2008 12:01:41 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:41 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:41 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:41 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:42 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:42 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:42 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:42 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:42 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:42 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:43 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:43 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:43 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:43 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:43 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:43 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:43 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:43 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:43 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:43 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:43 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:43 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:43 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:43 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:43 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:43 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:43 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:43 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:45 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select max(forum_id) from forums
    Hibernate: insert into forums (forum_name, forum_parent, forum_post, forum_type, forum_perm, forum_owner_id, forum_id) values (?, ?, ?, ?, ?, ?, ?)
    Hibernate: select forums0_.forum_id as forum1_42_, forums0_.forum_name as forum2_42_, forums0_.forum_parent as forum3_42_, forums0_.forum_post as forum4_42_, forums0_.forum_type as forum5_42_, forums0_.forum_perm as forum6_42_, forums0_.forum_owner_id as forum7_42_ from forums forums0_
    Hibernate: select forums0_.forum_id as forum1_42_, forums0_.forum_name as forum2_42_, forums0_.forum_parent as forum3_42_, forums0_.forum_post as forum4_42_, forums0_.forum_type as forum5_42_, forums0_.forum_perm as forum6_42_, forums0_.forum_owner_id as forum7_42_ from forums forums0_ where forums0_.forum_parent=?
    May 5, 2008 12:01:48 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:48 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:48 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:48 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:50 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:50 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:50 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:50 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:50 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:50 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:50 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:50 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:50 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:50 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:50 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:50 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:50 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:50 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:50 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:50 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:50 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:50 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:52 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select max(forum_id) from forums
    Hibernate: insert into forums (forum_name, forum_parent, forum_post, forum_type, forum_perm, forum_owner_id, forum_id) values (?, ?, ?, ?, ?, ?, ?)
    Hibernate: select forums0_.forum_id as forum1_48_, forums0_.forum_name as forum2_48_, forums0_.forum_parent as forum3_48_, forums0_.forum_post as forum4_48_, forums0_.forum_type as forum5_48_, forums0_.forum_perm as forum6_48_, forums0_.forum_owner_id as forum7_48_ from forums forums0_
    Hibernate: select forums0_.forum_id as forum1_48_, forums0_.forum_name as forum2_48_, forums0_.forum_parent as forum3_48_, forums0_.forum_post as forum4_48_, forums0_.forum_type as forum5_48_, forums0_.forum_perm as forum6_48_, forums0_.forum_owner_id as forum7_48_ from forums forums0_ where forums0_.forum_parent=?
    Hibernate: select max(topic_id) from topic
    Hibernate: insert into topic (topic_forum_id, topic_name, topic_date, topic_ownername, topic_ownerid, topic_type, topic_reply, topic_id) values (?, ?, ?, ?, ?, ?, ?, ?)
    May 5, 2008 12:01:56 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:01:56 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:01:56 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:56 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:57 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:01:57 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:01:57 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:01:57 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:01:57 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:01:57 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:01:57 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:01:57 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:57 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:01:57 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:01:57 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:01:57 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:01:57 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:01:57 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:01:57 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:01:57 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:01:57 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:01:57 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:01:57 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:01:57 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:01:57 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:01:57 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:01:57 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:01:57 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:01:59 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select forums0_.forum_id as forum1_54_2_, forums0_.forum_name as forum2_54_2_, forums0_.forum_parent as forum3_54_2_, forums0_.forum_post as forum4_54_2_, forums0_.forum_type as forum5_54_2_, forums0_.forum_perm as forum6_54_2_, forums0_.forum_owner_id as forum7_54_2_, topics1_.topic_forum_id as topic2_4_, topics1_.topic_id as topic1_4_, topics1_.topic_id as topic1_56_0_, topics1_.topic_forum_id as topic2_56_0_, topics1_.topic_name as topic3_56_0_, topics1_.topic_date as topic4_56_0_, topics1_.topic_ownername as topic5_56_0_, topics1_.topic_ownerid as topic6_56_0_, topics1_.topic_type as topic7_56_0_, topics1_.topic_reply as topic8_56_0_, postses2_.post_topic_id as post5_5_, postses2_.post_id as post1_5_, postses2_.post_id as post1_55_1_, postses2_.post_owner_name as post2_55_1_, postses2_.post_ownerid as post3_55_1_, postses2_.post_date as post4_55_1_, postses2_.post_topic_id as post5_55_1_, postses2_.post_txt as post6_55_1_ from forums forums0_ left outer join topic topics1_ on forums0_.forum_id=topics1_.topic_forum_id left outer join posts postses2_ on topics1_.topic_id=postses2_.post_topic_id where forums0_.forum_id=?
    Hibernate: delete from posts where post_id=?
    Hibernate: delete from topic where topic_id=?
    Hibernate: delete from topic where topic_id=?
    Hibernate: delete from topic where topic_id=?
    Hibernate: delete from forums where forum_id=?
    Hibernate: select forums0_.forum_id as forum1_54_2_, forums0_.forum_name as forum2_54_2_, forums0_.forum_parent as forum3_54_2_, forums0_.forum_post as forum4_54_2_, forums0_.forum_type as forum5_54_2_, forums0_.forum_perm as forum6_54_2_, forums0_.forum_owner_id as forum7_54_2_, topics1_.topic_forum_id as topic2_4_, topics1_.topic_id as topic1_4_, topics1_.topic_id as topic1_56_0_, topics1_.topic_forum_id as topic2_56_0_, topics1_.topic_name as topic3_56_0_, topics1_.topic_date as topic4_56_0_, topics1_.topic_ownername as topic5_56_0_, topics1_.topic_ownerid as topic6_56_0_, topics1_.topic_type as topic7_56_0_, topics1_.topic_reply as topic8_56_0_, postses2_.post_topic_id as post5_5_, postses2_.post_id as post1_5_, postses2_.post_id as post1_55_1_, postses2_.post_owner_name as post2_55_1_, postses2_.post_ownerid as post3_55_1_, postses2_.post_date as post4_55_1_, postses2_.post_topic_id as post5_55_1_, postses2_.post_txt as post6_55_1_ from forums forums0_ left outer join topic topics1_ on forums0_.forum_id=topics1_.topic_forum_id left outer join posts postses2_ on topics1_.topic_id=postses2_.post_topic_id where forums0_.forum_id=?
    Hibernate: select topic0_.topic_id as topic1_56_, topic0_.topic_forum_id as topic2_56_, topic0_.topic_name as topic3_56_, topic0_.topic_date as topic4_56_, topic0_.topic_ownername as topic5_56_, topic0_.topic_ownerid as topic6_56_, topic0_.topic_type as topic7_56_, topic0_.topic_reply as topic8_56_ from topic topic0_ where topic0_.topic_forum_id=6
    Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.308 sec
    Running net.sf.l2j.gameserver.model.actor.knownlist.TestObjectKnownList
    May 5, 2008 12:02:06 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: Setting up World Regions
    May 5, 2008 12:02:09 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: (87 by 128) World Region Grid set up.
    Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.595 sec
    Running net.sf.l2j.gameserver.model.TestL2Object
    May 5, 2008 12:02:13 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: Setting up World Regions
    May 5, 2008 12:02:15 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: (87 by 128) World Region Grid set up.
    Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.176 sec
    Running net.sf.l2j.gameserver.skills.funcs.TestFuncMul
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
    Running net.sf.l2j.gameserver.model.actor.instance.TestL2BoatInstance
    May 5, 2008 12:02:23 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: Setting up World Regions
    May 5, 2008 12:02:25 PM net.sf.l2j.gameserver.model.L2World initRegions
    INFO: L2World: (87 by 128) World Region Grid set up.
    May 5, 2008 12:02:26 PM net.sf.l2j.gameserver.ThreadPoolManager <init>
    INFO: ThreadPoolManager: io:2 generalPackets:4 general:4 ai:10
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.706 sec
    Running net.sf.l2j.gameserver.recipes.dao.impl.TestL2RecipeDaoXml
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading C:\Documents and Settings\KidZor\data\recipes.xml !
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading C:\Documents and Settings\KidZor\data\recipes.xml !
    May 5, 2008 12:02:30 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error loading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    SEVERE: Recipes: Error while reading D:\workspace\L2_GameServer_CT1.5\target\classes\net\sf\l2j\gameserver\recipes\dao\impl\data\recipes.xml !
    May 5, 2008 12:02:31 PM net.sf.l2j.gameserver.recipes.dao.impl.L2RecipeDAOXml <init>
    INFO: Recipes: Loaded 0 recipes.
    Tests run: 6, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 2.193 sec <<< FAILURE!
    Running net.sf.l2j.gameserver.skills.funcs.TestFuncSet
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
    Running net.sf.l2j.gameserver.communitybbs.dao.forum.impl.TestPostsDAOHib
    May 5, 2008 12:02:43 PM org.hibernate.cfg.Environment <clinit>
    INFO: Hibernate 3.2.2
    May 5, 2008 12:02:43 PM org.hibernate.cfg.Environment <clinit>
    INFO: hibernate.properties not found
    May 5, 2008 12:02:43 PM org.hibernate.cfg.Environment buildBytecodeProvider
    INFO: Bytecode provider name : cglib
    May 5, 2008 12:02:43 PM org.hibernate.cfg.Environment <clinit>
    INFO: using JDK 1.4 java.sql.Timestamp handling
    May 5, 2008 12:02:43 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:02:48 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:02:48 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:02:48 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:02:48 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:02:49 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:02:49 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:02:50 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:02:50 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:02:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:02:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:02:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:02:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:02:50 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:02:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:02:50 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:02:50 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:02:50 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:02:51 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:02:51 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:02:51 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:02:51 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:02:56 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:02:56 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:02:56 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:03:03 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select posts0_.post_id as post1_2_0_, posts0_.post_owner_name as post2_2_0_, posts0_.post_ownerid as post3_2_0_, posts0_.post_date as post4_2_0_, posts0_.post_topic_id as post5_2_0_, posts0_.post_txt as post6_2_0_ from posts posts0_ where posts0_.post_id=?
    May 5, 2008 12:03:10 PM org.hibernate.impl.SessionFactoryImpl close
    INFO: closing
    May 5, 2008 12:03:10 PM org.hibernate.connection.DriverManagerConnectionProvider close
    INFO: cleaning up connection pool: jdbc:derby:derbyDB
    May 5, 2008 12:03:10 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:03:10 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:03:12 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    May 5, 2008 12:03:12 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Forums.hbm.xml
    May 5, 2008 12:03:12 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Forums -> forums
    May 5, 2008 12:03:12 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Topic.hbm.xml
    May 5, 2008 12:03:12 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Topic -> topic
    May 5, 2008 12:03:12 PM org.hibernate.cfg.Configuration addResource
    INFO: Reading mappings from resource: mappings/Posts.hbm.xml
    May 5, 2008 12:03:13 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
    INFO: Mapping class: net.sf.l2j.gameserver.communitybbs.model.forum.Posts -> posts
    May 5, 2008 12:03:13 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:03:13 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Forums.topics -> topic
    May 5, 2008 12:03:13 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
    INFO: Mapping collection: net.sf.l2j.gameserver.communitybbs.model.forum.Topic.postses -> posts
    May 5, 2008 12:03:13 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    May 5, 2008 12:03:13 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 20
    May 5, 2008 12:03:13 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    May 5, 2008 12:03:13 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: org.apache.derby.jdbc.EmbeddedDriver at URL: jdbc:derby:derbyDB
    May 5, 2008 12:03:13 PM org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=USER1, password=****}
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Apache Derby, version: 10.1.3.1
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Apache Derby Embedded JDBC Driver, version: 10.1.3.1
    May 5, 2008 12:03:13 PM org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.DerbyDialect
    May 5, 2008 12:03:13 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
    May 5, 2008 12:03:13 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    May 5, 2008 12:03:13 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.EhCacheProvider
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    May 5, 2008 12:03:13 PM org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    May 5, 2008 12:03:13 PM org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    May 5, 2008 12:03:13 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    May 5, 2008 12:03:13 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    May 5, 2008 12:03:13 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    May 5, 2008 12:03:15 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: select max(post_id) from posts
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.74 sec
    Running net.sf.l2j.gameserver.jdklogextensions.AuditLogFormatterTest
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec
    Running net.sf.l2j.gameserver.skills.funcs.TestFuncDiv
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
    Running net.sf.l2j.gameserver.recipes.model.TestL2RecipeComponent
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec
    Running net.sf.l2j.gameserver.skills.funcs.TestFuncAdd
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec
    
    Results :
    
    Failed tests: 
    
    Tests run: 128, Failures: 17, Errors: 0, Skipped: 0
    
    [ERROR] mojo-execute : surefire:test
    Diagnosis: There are test failures.
    
    Please refer to D:\workspace\L2_GameServer_CT1.5\target\surefire-reports for the individual test results.
    FATAL ERROR: Error executing Maven for a project
    [ERROR] project-execute : l2jfree:l2j-gameserver:jar:1.0.0 (  task-segment: [assembly:assembly] (aggregator-style) )
    Diagnosis: There are test failures.
    
    Please refer to D:\workspace\L2_GameServer_CT1.5\target\surefire-reports for the individual test results.
    FATAL ERROR: Error executing Maven for a project
    [ERROR] reactor-execute : D:\workspace\L2_GameServer_CT1.5
    Diagnosis: There are test failures.
    
    Please refer to D:\workspace\L2_GameServer_CT1.5\target\surefire-reports for the individual test results.
    FATAL ERROR: Error executing Maven for a project
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] There are test failures.
    
    Please refer to D:\workspace\L2_GameServer_CT1.5\target\surefire-reports for the individual test results.
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 26 minutes 49 seconds
    [INFO] Finished at: Mon May 05 12:03:32 EEST 2008
    [INFO] Final Memory: 14M/63M
    [INFO] ------------------------------------------------------------------------
    [INFO] Error for project: Unnamed - l2jfree:l2j-gameserver:jar:1.0.0 (during assembly:assembly)
    [INFO] ------------------------------------------------------------------------
    [INFO] There are test failures.
    
    Please refer to D:\workspace\L2_GameServer_CT1.5\target\surefire-reports for the individual test results.
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [ERROR] reactor-execute : D:\workspace\L2_GameServer_CT1.5
    FATAL ERROR: Error executing Maven for a project
    [INFO] BUILD ERRORS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 26 minutes 49 seconds
    [INFO] Finished at: Mon May 05 12:03:33 EEST 2008
    [INFO] Final Memory: 7M/59M
    [INFO] ------------------------------------------------------------------------
    i have the surefire-reports here ><
    Attached Files Attached Files

  8. #38
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    First read your post and you will understand the error.Then delete your sources and recheckout with eclipse.Follow the guide and of cource you must have already install java development kit 1.6++(jdk)

  9. #39
    Valued Member DANIELLE is offline
    MemberRank
    Nov 2006 Join Date
    Silent Hill - BrazilLocation
    149Posts

    Re: [Share]Best Guide for compile with maven!

    Quote Originally Posted by EzEraL View Post
    As i see in your post this is the problem:
    Unable to locate the Javac Compiler in:
    C:\Arquivos de programas\Java\jre1.6.0_05\..\lib\tools.jar
    Please ensure you are using JDK 1.4 or above and
    not a JRE (the com.sun.tools.javac.Main class is required).
    In most cases you can change the location of your Java
    installation by setting the JAVA_HOME environment variable.

    Justvread it and see
    EzEraL Thx, but I had already set anyway thank you very

    My problem here = > Unable to locate the Javac Compiler in:
    C:\Arquivos de programas\Java\jre1.6.0_05\..\lib\tools.jar
    Please ensure you are using JDK 1.4 or above and
    not a JRE (the com.sun.tools.javac.Main class is required).

    and i fix => Diagnosis: Compilation failure Unable to locate the Javac Compiler in: C:\Program Files\Java\jre1.6.0\..\lib\tools.jar

    thx...

  10. #40
    Enthusiast KidZoR is offline
    MemberRank
    Feb 2008 Join Date
    35Posts

    Re: [Share]Best Guide for compile with maven!

    Quote Originally Posted by EzEraL View Post
    First read your post and you will understand the error.Then delete your sources and recheckout with eclipse.Follow the guide and of cource you must have already install java development kit 1.6++(jdk)
    ty bro il try my best...if it will not work ima "pk" that pc -.-


    Quote Originally Posted by DANIELLE;
    EzEraL Thx, but I had already set anyway thank you very

    My problem here = > Unable to locate the Javac Compiler in:
    C:\Arquivos de programas\Java\jre1.6.0_05\..\lib\tools.jar
    Please ensure you are using JDK 1.4 or above and
    not a JRE (the com.sun.tools.javac.Main class is required).

    and i fix => Diagnosis: Compilation failure Unable to locate the Javac Compiler in: C:\Program Files\Java\jre1.6.0\..\lib\tools.jar

    thx...
    And DANIELLE....for ur problem is simple:
    First clik on "Window" tab next to help then select "Preferences"
    Then Clik on the "+" in front of java(+ Java),
    Then clik on another + the last one "+ Installed Jres,
    And then Ul have a button in the right that says "Search..." clik on that select program files (or where did u install jdk) and it will be detected then jdk will apire next to that jre in there and u clik on the little box in front of jdk press ok and thats over ><

  11. #41
    Apprentice shyma is offline
    MemberRank
    Jun 2006 Join Date
    5Posts

    Re: [Share]Best Guide for compile with maven!

    Hello, thank you this very good guide, but i have a problem with eclipse...



    here you have "m2 build" option, i followed exactly step by step your guide, and i don't have this option i only have Ant build and programs...

    can you help me ?

  12. #42
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    Quote Originally Posted by shyma View Post
    Hello, thank you this very good guide, but i have a problem with eclipse...



    here you have "m2 build" option, i followed exactly step by step your guide, and i don't have this option i only have Ant build and programs...

    can you help me ?
    This cause because you use newer version of maven.Follow the method 2 of the guide

  13. #43
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    Guide clean.Litle change for maven install and delete method one as method2 only works with latest maven version

  14. #44
    Account Upgraded | Title Enabled! EzEraL is offline
    MemberRank
    Dec 2006 Join Date
    Greece,AthensLocation
    606Posts

    Re: [Share]Best Guide for compile with maven!

    Latest guide update.Clean up eclipse part...and add TortoiseSVN guide part for users who only want to checkout and dont want edit the source.

    Recommend to compile starters to use TortoiseSVN

  15. #45
    Member axea is offline
    MemberRank
    Jul 2007 Join Date
    FranceLocation
    62Posts

    Re: [Share]Best Guide for compile with maven!

    After compiling when I try to create the hexid.txt with registergameserver.bet I get this error
    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/gsregister
    ing/GameServerRegister
    Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gsregistering.GameServer
    Register
            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    Appuyez sur une touche pour continuer...
    The bat
    Code:
    @echo off
    SET OLDCLASSPATH=%CLASSPATH%
    call setenv.bat
    
    @java -Djava.util.logging.config.file=console.cfg net.sf.l2j.gsregistering.GameServerRegister
    
    SET CLASSPATH=%OLDCLASSPATH%
    @pause
    It's an Umbrella



Page 3 of 5 FirstFirst 12345 LastLast

Advertisement