ForgeEssentials

ForgeEssentials

339k Downloads

[1.12.2] [BUG]

Taknax opened this issue ยท 0 comments

commented

FE 1.12.2 installed on fresh server. It works like charm but this issues i get out in the console:

23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.Version]: HHH000412: Hibernate Core {5.2.2.Final}
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.cfg.Environment]: HHH000206: hibernate.properties not found
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.cfg.Environment]: HHH000021: Bytecode provider name : javassist
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.annotations.common.Version]: HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
23.06 20:24:20 [Server] Server thread/WARN [org.hibernate.orm.connections.pooling]: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.orm.connections.pooling]: HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:./ForgeEssentials/playerlogger]
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.orm.connections.pooling]: HHH10001001: Connection properties: {user=forgeessentials, password=forgeessentials}
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.orm.connections.pooling]: HHH10001003: Autocommit mode: false
23.06 20:24:20 [Server] Server thread/INFO [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl]: HHH000115: Hibernate connection pool size: 20 (min=1)
23.06 20:24:21 [Server] Server thread/INFO [org.hibernate.dialect.Dialect]: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
23.06 20:24:22 [Server] Server thread/WARN [org.hibernate.cfg.AnnotationBinder]: HHH000457: Joined inheritance hierarchy [com.forgeessentials.playerlogger.entity.Action] defined explicit @DiscriminatorColumn. Legacy Hibernate behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the hibernate.discriminator.ignore_explicit_for_joined setting (hibernate.discriminator.ignore_explicit_for_joined=true)
23.06 20:24:23 [Server] Server thread/INFO [org.hibernate.orm.connections.access]: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f2177cf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.

and

23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command gamemode registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command worldborder registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias butcher of command febutcher registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias kill of command fekill registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias weather of command feweather registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command help registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias ? of command help registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command tp registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias reload of command fereload registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias remove of command feremove registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias biomeinfo of command febiome registered twice
23.06 20:24:24 [Server] Server thread/ERROR [forgeessentials]: Command alias locate of command felocate registered twice

sry for format. I couldnt insert a working codelinekontext.