Secret Experience

Secret Experience (https://secretexperience.net/)
-   [AION | Admin] Dúvidas (https://secretexperience.net/aion-admin-duvidas/)
-   -   O que é esse erro? (https://secretexperience.net/aion-admin-duvidas/23683-o-que-e-esse-erro.html)

llJuniorll 24-07-2010 03:05 PM

O que é esse erro?
 
Edit: pode trancar, resolvido o problma.

HISORI 24-07-2010 03:54 PM

Que rev você esta usando?

llJuniorll 24-07-2010 04:06 PM

gameserver rev.2578
loginserver rev.2549


todas as revs unique da isso :sad:

HISORI 24-07-2010 04:48 PM

veja se o PM ajuda amigo

llJuniorll 24-07-2010 04:49 PM

se der pra responder aqui agradeço.

HISORI 24-07-2010 07:18 PM

Tem como voce detalhar melhor seu erro amigo gostaria de lhe ajudar mais esta muito vago seu erro e numca tive esse tipo de problemas com os files da unique.

llJuniorll 24-07-2010 09:18 PM

esse ai é o erro q aparece no console do gameserver.
apenas copiei da pasta gameserver\log arquivo errors.

DES7RUCTOR 24-07-2010 09:57 PM

Correto, neste erro esta relatado alguns pontos do seu gameserver, ele esta monstrando algo em siege e tambem monstrando informaçoes java, porém o seu erro pode ser algo muito pequeno simples porém dificil de se encontrar.

Estou dizendo que o erro que deu no loading provavelmente deriva de algum caracter muito pequeno e que na hora de suas config, na hora que você foi configurar pode ter passado e vc nem viu como um ponto final, aspas, virgula, hifem etc.

1º OPÇÃO - Se você ja fez o server funcionar antes e agora ocorreu isto, compare seu server novo com o antigo, principalmente os seus arquivos de config, tanto no loginserver como no gameserver.

2º OPÇÃO - Se você fez alguma alteraçao manual, fora as padroes do unique, verifique as alteraçoes que efetuou nos arquivos que efetuou, no seu caso me parece fazer referencia a siege.

3º OPÇÃO - Se é a primeira vez que monta o servidor recomento pegar uma nova revisao do servidor e tambem configurar com cuidado seus configs.


Abraços espero ter ajudado (pois infelizmente não tenho como verificar para você todos os arquivos do seu servidor mas falo sem medo que as revs estao uniques estao funcionando perfeitamente)
Eu as uso e mesmo aplicando minhas proprias correçoes nao tenho problema algum.

ABRAÇOS

llJuniorll 24-07-2010 11:34 PM

DES7RUCTOR agradeço as sugestões ..
mas é a primeira vez mexo com server aion.. eu mexia com L2 que é quase a mesma coisa .. mas ... enfim ..
nao mexi com nada isso da em todas as rev's Unique nao sei pq ..
e outras rev's nao consigo loga no server.. baixei varias rev's mas dão o mesmo erro .. nao sei mais o que fazer ..
nao quero mais mexer com L2 ..
vou postar as configs.. por favor me ajudem ..

Configs do LS
Database
Código:

#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
#

# This class represents database driver class that will be used while connecting to database
database.driver=com.mysql.jdbc.Driver

# This is database url.
database.url=jdbc:mysql://localhost:3306/au_server_ls

# Database user
database.user=root

# Database password
database.password=

# Minimum amount of database connections that will allways in the pool
database.connections.min=5

# Maximum amount of DB connections that server can use
database.connections.max=10

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor=./data/scripts/system/database.xml

Network
Código:

# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
#

# LoginServer will listen for connections on specified port
loginserver.network.client.port=2106

# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=127.0.0.1

# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban=5

# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing=15

# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host=*

# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port=9014

# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read=0

# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write=0

# Create accounts automatically or not?
loginserver.accounts.autocreate=true


Configs do GS

Database
Código:

# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config
# ----------------------------

# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver

# This is database url.
database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password =

# Minimum amount of database connections that will allways in the pool
database.connections.min = 5

# Maximum amount of DB connections that server can use
database.connections.max = 10

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml


Network
Código:

#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config
# ----------------------------

# Port that will be used to listen for client connections
gameserver.network.client.port = 7777

# Host that will be used to listen for client connections
gameserver.network.client.host = *

# Maximum online players on the server
gameserver.network.client.maxplayers = 100

# Address of login server
gameserver.network.login.address = localhost:9014

# Id of this game server
gameserver.network.login.gsid = 1

# Password of this game server
gameserver.network.login.password =

# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021

# Password of this game server for chat server
gameserver.network.chat.password = password

# Additional threads that are used to read network data
gameserver.network.nio.threads.read = 0

# Additional threads that are used to write network data
gameserver.network.nio.threads.write = 0

# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false

ipconfig
Código:

<!--
  ~ This file is part of aion-unique <aionunique.smfnew.com>.
  ~
  ~ aion-unique is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ aion-unique is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~ along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
  -->

<!--
    File that is responsible for network address mapping.
    We can have any number of ip ranges mapped to various network interfaces
    Useful for those who run server in local areas with two (or more) networks

    For ipconfig's "default" attribute both DNS and ip address is supported.
    Example: <ipconfig default="216.239.59.104">
    Examples: <ipconfig default="google.de">
-->

<ipconfig default="127.0.0.1">

    <!--
        IANA-reserved private IPv4 network ranges
        Access only from local networks, external client can't have any of
        the following ip addresses
   
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>-->

</ipconfig>


DES7RUCTOR 25-07-2010 12:40 AM

Olá amigo, vou postar para você uma resposta já com uma sugestão de configuração ok.
Bom em primeiro lugar acredito que você deva ter configurado a tabela gameserver no seu loginserver no NAVICAT da sequinte forma.

1 127.0.0.1 (neste campo que seria o login vc deixou em branco, lembre-se ha uma observação para senhas em branco no navicat, você tem que dar um espaço fechar clicar em salvar e depois abrir novamente essa tabela e deletar o espaço)

Por este motivo recomendo você a colocar uma senha no seu mysql e no navicat colocar a mesma e depois configurar as tabelas, evita erros entende e te da mais sergurança, agora vou comentar suas tabelas uma a uma abaixo.

Config do LS
database
Citação:

# Database user
database.user=root

# Database password
database.password= (interessante por uma senha)
network

Citação:

# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=127.0.0.1 (recomendo trocar também pelo "*" quando vc coloca só o * ele o sistema entende qualquer ip
config do GS
database

Citação:

# Database password
# NOTE: Change this! Root password is not safe!
database.password = (recomendo usar senha)
network
Citação:

# Password of this game server
gameserver.network.login.password = (recomendo usar senha)

ipconfig

****se esta fazendo para teste em run local esta tudo corretissimo aqui


Faça essas pequenas alteraçoes e me de o resultado

Abraços


Horários baseados na GMT -3. Agora são 10:15 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.