[Problem] server

10/10/2011 05:08 topazee#1
Hello, here is my problem

[Only registered and activated users can see links. Click Here To Register...]

Yet I followed the tutorial step by step.

thank you for your help.
10/10/2011 09:15 x-AcT#2
check your java version.. seems you are running an java7 jre but the server is not compatible to java7 just to java6
10/10/2011 15:53 topazee#3
Quote:
Originally Posted by x-AcT View Post
check your java version.. seems you are running an java7 jre but the server is not compatible to java7 just to java6
Ok thank you :)

it actually solved the problem of loginserver but here my other problem occurs it will come StaticData File

[Only registered and activated users can see links. Click Here To Register...]

you had an idea of the problem? thank you again for your help
10/10/2011 18:53 x-AcT#4
hm.. try to reimport the siege_spawns.sql
10/10/2011 19:04 topazee#5
I is not sql: (
10/10/2011 19:25 x-AcT#6
Quote:
Originally Posted by topazee View Post
I is not sql: (
what? :P
10/10/2011 22:28 topazee#7
I is not the sql file in my file: (

is shown on elitepvpers it is unnecessary to file j've looked into the research
10/11/2011 09:19 x-AcT#8
maybe jsut checkout gameserver.model.siege.SiegeLocation

you gonna find:

Quote:
public int getNextState()
{
return this.nextState;
}

/**
* @param nextState
*/
public void setNextState(Integer nextState)
{
this.nextState = nextState;
}
just replace it with

Quote:
public int getNextState()
{
return this.nextState;
}

/**
* @param nextState
*/
public void setNextState(int nextState)
{
this.nextState = nextState;
}
10/11/2011 09:29 topazee#9
Thank you But I managed to solve the problem but alas another error ....

decidedly lol

all is the niquel has happened except that the selection of the server's freeze ....

apparently it was because of the bin32 and alas I did 50 and still a bugg, no server or j then landed on the map
10/11/2011 10:16 x-AcT#10
sorry, I cannot understand your post
10/11/2011 19:10 topazee#11
when I get to the selection server the image is frozen can not select the server
10/11/2011 19:35 x-AcT#12
i don't know which version's you are running on, but do you run client and server on same versions?
10/11/2011 19:46 topazee#13
# Server Version
gameserver.version = 2.1.0.9
10/11/2011 20:57 x-AcT#14
and your client?
10/11/2011 21:50 topazee#15
2.6.0.1 :(