[Help] Crash error on JAVA
I've already tryed all kinds of java, I've already registered, I've already tryed version JDK 6 updates 10/10 and version SDK 6 update 11, I've already tryed do set patch as well
but the error keep happening, I tryed to reinstal sometimes, I've reboot etc... the error happens each 4~3 hours
the config of the server is:
Quote:
Pentium 4 3.2 GHz Dual Core
Ram: 2 GB FB-DIMM DRR2
Uplink: 100 Mbps Public & Private
Hard Disck 1: 125 GB
Windows 2003 Server 32x
the config of gameserver.bat at the moment is ("Gracia part 2 - 1.2.5"):
Quote:
@echo off
title Game Server Console
:start
echo Starting l2jfree
echo.
SET OLDCLASSPATH=%CLASSPATH%
call setenv.bat
REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF-8 -Xmx756m com.l2jfree.gameserver.GameServer
REM
REM For debug purpose (for devs), use this :
REM java -Dfile.encoding=UTF-8 -Xmx756m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 com.l2jfree.gameserver.GameServer
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Dfile.encoding=UTF-8 -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
SET CLASSPATH=%OLDCLASSPATH%
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause
and the screenshot link:
http://img412.imageshack.us/img412/5849/19107068bm4.jpg
http://img412.imageshack.us/img412/1...jpg/1/w638.png
can someone help me? it's urgent
Re: [URGENT]Crash error on JAVA
back up Database if any, reinstall java ( after uninstalling it ), and optional, to make sure, reinstall all server files (packs). download them from official server pack site.
Re: [URGENT]Crash error on JAVA
I have done all of this friend solves nothing!
Re: [Help] Crash error on JAVA
well it does say that the error is in compiled code...
meaning why don't you try v1.2.6?
http://www.l2jfree.com/index.php?topic=5563.0