Ir para conteúdo
  • Cadastre-se
  • 0

L2jAcis 374 - Error to register gs/ login JAVA cannt find class


SlayerBR

Pergunta

Eai galera tudo bem ?

Estou compilando a acis porem independente oque eu faco sempre recebo o mesmo erro, alguem poderia dar um help ?

Photos:

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

O conteúdo está oculto, favor efetuar login ou se cadastrar!

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

 

 

 

############################################################
#      Global properties
############################################################

# "handlers" specifies a comma separated list of log Handler classes. 
# These handlers will be installed during VM startup. Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only show messages at the INFO and above levels.
#handlers= java.util.logging.ConsoleHandler

# To also add the FileHandler, use the following line instead.
handlers = java.util.logging.FileHandler,\
        java.util.logging.ConsoleHandler,\
        net.sf.l2j.commons.logging.handler.ErrorLogHandler
           
chat.handlers = net.sf.l2j.commons.logging.handler.ChatLogHandler
chat.useParentHandlers = false

gmaudit.handlers = net.sf.l2j.commons.logging.handler.GMAuditLogHandler
gmaudit.useParentHandlers = false

item.handlers = net.sf.l2j.commons.logging.handler.ItemLogHandler
item.useParentHandlers = false


# Default global logging level.
# This specifies which kinds of events are logged across all loggers. 
# For any given facility this global level can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level setting to limit messages printed to the console.
.level= CONFIG

############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################

# console
java.util.logging.ConsoleHandler.formatter = net.sf.l2j.commons.logging.formatter.ConsoleLogFormatter
java.util.logging.ConsoleHandler.level = FINER

# default file output is in user's home directory.
java.util.logging.FileHandler.pattern = log/console/console_%g.txt
java.util.logging.FileHandler.limit = 1000000
java.util.logging.FileHandler.count = 5
java.util.logging.FileHandler.formatter = net.sf.l2j.commons.logging.formatter.FileLogFormatter
java.util.logging.FileHandler.level = CONFIG

# log errors (exceptions)
net.sf.l2j.commons.logging.handler.ErrorLogHandler.pattern = log/error/error_%g.txt
net.sf.l2j.commons.logging.handler.ErrorLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ErrorLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ErrorLogHandler.formatter = java.util.logging.SimpleFormatter
net.sf.l2j.commons.logging.handler.ErrorLogHandler.filter = net.sf.l2j.commons.logging.filter.ErrorFilter
net.sf.l2j.commons.logging.handler.ErrorLogHandler.level = CONFIG

# log chats
net.sf.l2j.commons.logging.handler.ChatLogHandler.pattern = log/chat/chat_%g.txt
net.sf.l2j.commons.logging.handler.ChatLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ChatLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ChatLogHandler.formatter = net.sf.l2j.commons.logging.formatter.ChatLogFormatter
net.sf.l2j.commons.logging.handler.ChatLogHandler.filter = net.sf.l2j.commons.logging.filter.ChatFilter
net.sf.l2j.commons.logging.handler.ChatLogHandler.append = true
net.sf.l2j.commons.logging.handler.ChatLogHandler.level = INFO

# log GM Audit
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.pattern = log/gmaudit/gmaudit_%g.txt
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.count = 5
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.formatter = net.sf.l2j.commons.logging.formatter.GMAuditFormatter
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.filter = net.sf.l2j.commons.logging.filter.GMAuditFilter
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.append = true
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.level = INFO

# log items
net.sf.l2j.commons.logging.handler.ItemLogHandler.pattern = log/item/item_%g.txt
net.sf.l2j.commons.logging.handler.ItemLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ItemLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ItemLogHandler.formatter = net.sf.l2j.commons.logging.formatter.ItemLogFormatter
net.sf.l2j.commons.logging.handler.ItemLogHandler.filter = net.sf.l2j.commons.logging.filter.ItemFilter
net.sf.l2j.commons.logging.handler.ItemLogHandler.append = true
net.sf.l2j.commons.logging.handler.ItemLogHandler.level = INFO


############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################

# For example, set the com.xyz.foo logger to only log SEVERE messages:
net.sf.l2j.gameserver.level = CONFIG
net.sf.l2j.loginserver.level = CONFIG

 

Editado por SlayerBR
Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts recomendados


  • 0
13 hours ago, KhayrusS said:

Não está conseguindo se conectar com o banco de dados. Verifica se o serviço do MySQL está executando na máquina e revisa as configurações do banco.

Desinstalei todo SQL SERVER, dai instalei ele novamente porem ele pediu pra eu trocar o nome do servico de SQL80 pra 100.

O SQL 80 nao esta dando start, porem o 100 esta rodando normal

Ainda nao funciona ?

Olha minha Build oque aparece, mas fala que compila com successo.

 

Buildfile: C:\Users\ProjectX\workspace\aCis_gameserver\build.xml


clean:
   [delete] Deleting directory C:\Users\ProjectX\workspace\aCis_gameserver\build
checkRequirements:
     [echo] Verification of your JDK version.
init:
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\classes
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver
compile:
    [javac] Compiling 1693 source files to C:\Users\ProjectX\workspace\aCis_gameserver\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] Note: C:\Users\ProjectX\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\scripting\ScriptManager.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning
jar:
      [jar] Building jar: C:\Users\ProjectX\workspace\aCis_gameserver\build\l2jserver.jar
     [copy] Copying 1 file to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login\libs
     [copy] Copying 1 file to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\libs
dist:
     [copy] Copying 3 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login\libs
     [copy] Copying 3 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\libs
     [copy] Copying 7 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login
     [copy] Copying 5 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\log
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login\log
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\config
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login\config
     [copy] Copying 8 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\config
     [copy] Copying 3 files to C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\login\config
    [mkdir] Created dir: C:\Users\ProjectX\workspace\aCis_gameserver\build\dist\gameserver\data
BUILD SUCCESSFUL
Total time: 28 seconds

Editado por SlayerBR
Link para o comentário
Compartilhar em outros sites

  • 0

 

 

 

Olha minha Build oque aparece, mas fala que compila com successo.

Só tem algum warnings no build, mas nada que possa está relacionado com o seu problema de acesso ao banco.

 

 

Desinstalei todo SQL SERVER, dai instalei ele novamente porem ele pediu pra eu trocar o nome do servico de SQL80 pra 100.

 

Você está usando o SQLServer ? Se estiver, você precisa também utilizar o driver do SQLServer. Pelo que vi no stacktrace driver que está sendo é pra MySQL.

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.