The server don't start

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
evelyn
Posts: 3
Joined: Sat Oct 09, 2010 3:37 am

The server don't start

Post by evelyn »

The server shut dawn and i can't start it again. plis help! :S
Image


» Find Revision
L2J Revision Number: 4420
L2JDP Revision Number: 7628
bagun
Posts: 55
Joined: Sun Oct 03, 2010 12:09 pm

Re: The server don't start

Post by bagun »

Check your database setup,it seems that cant connect to it. 8)
Server Developer/Admin of L2Jservers
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: The server don't start

Post by JIV »

your server machine is too slow.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: The server don't start

Post by tukune »

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

Re: The server don't start

Post by evelyn »

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

Re: The server don't start

Post by hope »

Is it a clean build?
evelyn
Posts: 3
Joined: Sat Oct 09, 2010 3:37 am

Re: The server don't start

Post by evelyn »

hope wrote:Is it a clean build?
yes, it is
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: The server don't start

Post by hope »

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
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: The server don't start

Post by _DS_ »

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

Re: The server don't start

Post by komara_23 »

Wrong database installing or no connect to DB
or wrong compilation of game server.
Post Reply