Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use
viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
evelyn
Posts: 3 Joined: Sat Oct 09, 2010 3:37 am
Post
by evelyn » Tue Nov 23, 2010 11:17 pm
The server shut dawn and i can't start it again. plis help! :S
» Find Revision
L2J Revision
Number : 4420
L2JDP Revision
Number : 7628
bagun
Posts: 55 Joined: Sun Oct 03, 2010 12:09 pm
Post
by bagun » Wed Nov 24, 2010 8:27 am
Check your database setup,it seems that cant connect to it.
Server Developer/Admin of L2Jservers
JIV
L2j Veteran
Posts: 1882 Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:
Post
by JIV » Wed Nov 24, 2010 1:13 pm
your server machine is too slow.
tukune
Posts: 533 Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan
Post
by tukune » Wed Nov 24, 2010 4:16 pm
Me too. I delete ConnectionCloser
Code: Select all
L2DatabaseFactory.java public Connection getConnection() //throws SQLException { Connection con = null; while (con == null) { try { con = _source.getConnection();-// if (Server.serverMode == Server.MODE_GAMESERVER)-// ThreadPoolManager.getInstance().scheduleGeneral(new ConnectionCloser(con, new RuntimeException()), 60000);-// else-// getExecutor().schedule(new ConnectionCloser(con, new RuntimeException()), 60, TimeUnit.SECONDS); } catch (SQLException e) { _log.log(Level.WARNING, "L2DatabaseFactory: getConnection() failed, trying again " + e.getMessage(), e); } } return con; }
or change this more large value.
ThreadPoolManager.getInstance().scheduleGeneral(new ConnectionCloser(con, new RuntimeException()),
60000 );
evelyn
Posts: 3 Joined: Sat Oct 09, 2010 3:37 am
Post
by evelyn » Wed Nov 24, 2010 10:05 pm
JIV wrote: your server machine is too slow.
You are sure? I have one intel core i5 2.67 with 8gm ram :/
hope
Posts: 1160 Joined: Thu Aug 30, 2007 5:17 pm
Post
by hope » Wed Nov 24, 2010 11:19 pm
Is it a clean build?
evelyn
Posts: 3 Joined: Sat Oct 09, 2010 3:37 am
Post
by evelyn » Thu Nov 25, 2010 7:21 am
hope wrote: Is it a clean build?
yes, it is
hope
Posts: 1160 Joined: Thu Aug 30, 2007 5:17 pm
Post
by hope » Thu Nov 25, 2010 4:22 pm
You need to fix the unclosed connection check them java files delete them and redownload them see if that helps as it looks like some bad changes have been made to them
_DS_
L2j Veteran
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Thu Nov 25, 2010 7:15 pm
No unclosed connection here, just slow startup possibly due to damaged database.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
komara_23
Posts: 16 Joined: Fri Jul 16, 2010 6:15 pm
Post
by komara_23 » Sun Nov 28, 2010 4:52 pm
Wrong database installing or no connect to DB
or wrong compilation of game server.