RES: [Openfire-br] Open Fire - Windows 2003 Server

Filipe S. bi.go.de em hotmail.com
Quarta Julho 29 08:42:38 BRT 2009


Então, eu já reinstalei o servidor um monte de vezes.
Ele da um erro do tipo que o banco de dados do openfire já esta sendo usado. Mas eu fiz instalação padrao com o banco de dados interno dele.

From: maviaelnascimento em jbr.eng.br
To: openfire-br em listas.softwarelivre.org
Subject: RES: [Openfire-br] Open Fire - Windows 2003 Server
Date: Wed, 29 Jul 2009 08:42:28 -0300






















Colega já aconteceu isso comigo e a única forma foi refazer o Server
openfire

 

Maviael



 





De: openfire-br-bounces em listas.softwarelivre.org
[mailto:openfire-br-bounces em listas.softwarelivre.org] Em nome de Filipe
S.

Enviada em: quarta-feira, 29 de julho de 2009 08:30

Para: openfire-br em listas.softwarelivre.org

Assunto: [Openfire-br] Open Fire - Windows 2003 Server





 

Galera, instalei o openfire no windows
server 2003 e toda vez que dou um start ele apresenta os seguintes erros:



2009.07.29 08:19:11
[org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:555)

] Erro interno do servidor

java.lang.IllegalArgumentException: Illegal JID: good_bom

    at org.xmpp.packet.JID.init(JID.java:396)

    at org.xmpp.packet.JID.<init>(JID.java:231)

    at
org.jivesoftware.openfire.SessionManager.initialize(SessionManager.java:1239)

    at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:544)

    at
org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:97)

    at
org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:391)

Caused by: org.jivesoftware.stringprep.IDNAException: Contains non-LDH characters.

    at org.jivesoftware.stringprep.IDNA.toASCII(IDNA.java:106)

    at org.jivesoftware.stringprep.IDNA.toASCII(IDNA.java:53)

    at org.xmpp.packet.JID.init(JID.java:367)

    ... 5 more

2009.07.29 08:19:11 [org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:397)

] 

java.util.ConcurrentModificationException

    at
java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)

    at java.util.LinkedHashMap$ValueIterator.next(Unknown
Source)

    at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:541)

    at
org.jivesoftware.openfire.XMPPServer.access$400(XMPPServer.java:97)

    at
org.jivesoftware.openfire.XMPPServer$1.run(XMPPServer.java:391)

2009.07.29 08:19:20
[org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:507)

] Error loading plugin: C:\Arquivos de programas\Openfire\plugins\search

java.lang.NullPointerException: No ComponentManager implementation available.

    at
org.xmpp.component.ComponentManagerFactory.getComponentManager(ComponentManagerFactory.java:53)

    at
org.jivesoftware.openfire.plugin.SearchPlugin.initializePlugin(SearchPlugin.java:137)

    at
org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:448)

    at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java:47)

    at
org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManager.java:1032)

    at
java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown
Source)

    at java.util.concurrent.FutureTask.runAndReset(Unknown
Source)

    at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown
Source)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown
Source)

    at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
Source)

    at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)

    at java.lang.Thread.run(Unknown Source)

2009.07.29 08:19:30
[org.jivesoftware.database.DbConnectionManager.setConnectionProvider(DbConnectionManager.java:501)

] 

java.sql.SQLException: The database is already in use by another process:
org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck, exists=true, locked=false,
valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file
[C:\Arquivos de programas\Openfire\embedded-db\openfire.lck] is presumably
locked by another process.

    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)

    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown
Source)

    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)

    at org.hsqldb.jdbcDriver.connect(Unknown Source)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at
org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConnectionBuilder.java:39)

    at
org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159)

    at
org.logicalcobwebs.proxool.ConnectionPool.getConnection(ConnectionPool.java:211)

    at org.logicalcobwebs.proxool.ProxoolDriver.connect(ProxoolDriver.java:89)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at
org.jivesoftware.database.EmbeddedConnectionProvider.getConnection(EmbeddedConnectionProvider.java:52)

    at
org.jivesoftware.database.DbConnectionManager.setConnectionProvider(DbConnectionManager.java:494)

    at
org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:79)

    at org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:335)

    at
org.jivesoftware.util.JiveProperties.init(JiveProperties.java:73)

    at
org.jivesoftware.util.JiveProperties$JivePropertyHolder.<clinit>(JiveProperties.java:40)

    at org.jivesoftware.util.JiveProperties.getInstance(JiveProperties.java:52)

    at
org.jivesoftware.util.JiveGlobals.getProperty(JiveGlobals.java:532)

    at
org.jivesoftware.openfire.XMPPServer.initialize(XMPPServer.java:298)

    at
org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:415)

    at org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at
org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

2009.07.29 08:19:30
[org.jivesoftware.util.log.util.CommonsLogFactory$1.error(CommonsLogFactory.java:92)

] Prototype

java.sql.SQLException: The database is already in use by another process:
org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de programas\Openfire\embedded-db\openfire.lck,
exists=true, locked=false, valid=false, fl =null]: java.lang.Exception:
checkHeartbeat(): lock file [C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck] is presumably locked by another
process.

    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)

    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown
Source)

    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)

    at org.hsqldb.jdbcDriver.connect(Unknown Source)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at java.sql.DriverManager.getConnection(Unknown Source)

    at
org.logicalcobwebs.proxool.DefaultConnectionBuilder.buildConnection(DefaultConnectionBuilder.java:39)

    at
org.logicalcobwebs.proxool.Prototyper.buildConnection(Prototyper.java:159)

    at
org.logicalcobwebs.proxool.Prototyper.sweep(Prototyper.java:102)

    at
org.logicalcobwebs.proxool.PrototyperThread.run(PrototyperThread.java:44)

2009.07.29 08:19:33
[org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:346)

] 

java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a
connection after 11 retries. The exception from the last attempt is as follows:
java.sql.SQLException: The database is already in use by another process:
org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck, exists=true, locked=false,
valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file
[C:\Arquivos de programas\Openfire\embedded-db\openfire.lck] is presumably
locked by another process.

    at
org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:124)

    at
org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:335)

    at org.jivesoftware.util.JiveProperties.init(JiveProperties.java:73)

    at
org.jivesoftware.util.JiveProperties$JivePropertyHolder.<clinit>(JiveProperties.java:40)

    at
org.jivesoftware.util.JiveProperties.getInstance(JiveProperties.java:52)

    at org.jivesoftware.util.JiveGlobals.getProperty(JiveGlobals.java:532)

    at
org.jivesoftware.openfire.XMPPServer.initialize(XMPPServer.java:298)

    at
org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:415)

    at
org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at
org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

2009.07.29 08:19:36
[org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:709)

] Database could not be accessed

java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a
connection after 11 retries. The exception from the last attempt is as follows:
java.sql.SQLException: The database is already in use by another process:
org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck, exists=true, locked=false,
valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file
[C:\Arquivos de programas\Openfire\embedded-db\openfire.lck] is presumably
locked by another process.

    at
org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:124)

    at
org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:698)

    at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:427)

    at
org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)

    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at
org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at
org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

2009.07.29 08:19:36
[org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:457)

] 

java.lang.IllegalArgumentException: java.sql.SQLException:
ConnectionManager.getConnection() failed to obtain a connection after 11
retries. The exception from the last attempt is as follows:
java.sql.SQLException: The database is already in use by another process:
org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck, exists=true, locked=false,
valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file
[C:\Arquivos de programas\Openfire\embedded-db\openfire.lck] is presumably
locked by another process.

    at org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:710)

    at
org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:427)

    at
org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at
org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at
org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Caused by: java.sql.SQLException: ConnectionManager.getConnection() failed to
obtain a connection after 11 retries. The exception from the last attempt is as
follows: java.sql.SQLException: The database is already in use by another
process: org.hsqldb.persist.NIOLockFile em 6077abbc[file =C:\Arquivos de
programas\Openfire\embedded-db\openfire.lck, exists=true, locked=false,
valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file
[C:\Arquivos de programas\Openfire\embedded-db\openfire.lck] is presumably
locked by another process.

    at
org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:124)

    at org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:698)

    ... 16 more

2009.07.29 08:21:50
[org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:555)

] Erro interno do servidor

java.lang.IllegalArgumentException: Illegal JID: good_bom

    at org.xmpp.packet.JID.init(JID.java:396)

    at org.xmpp.packet.JID.<init>(JID.java:231)

    at
org.jivesoftware.openfire.SessionManager.initialize(SessionManager.java:1239)

    at
org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:544)

    at
org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:432)

    at
org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)

    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at
org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at
org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Caused by: org.jivesoftware.stringprep.IDNAException: Contains non-LDH
characters.

    at org.jivesoftware.stringprep.IDNA.toASCII(IDNA.java:106)

    at org.jivesoftware.stringprep.IDNA.toASCII(IDNA.java:53)

    at org.xmpp.packet.JID.init(JID.java:367)

    ... 19 more

2009.07.29 08:21:50
[org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:457)

] 

java.util.ConcurrentModificationException

    at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown
Source)

    at java.util.LinkedHashMap$ValueIterator.next(Unknown
Source)

    at
org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:541)

    at
org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:432)

    at
org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:161)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:106)

    at
org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:51)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)







Alguem pode me ajudar por favor? Sou novo aqui no forum, e estou tentando
instalar um server de menssagens interno.



Grato.







Com
o Windows Live, você pode organizar, editar e compartilhar suas fotos.


_________________________________________________________________
Conheça os novos produtos Windows Live! Clique aqui.
http://www.windowslive.com.br
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.softwarelivre.org/pipermail/openfire-br/attachments/20090729/575be826/attachment-0001.htm


Mais detalhes sobre a lista de discussão Openfire-br