Bug Edge Possible: bm-node ne redémarre pas correctement après reboot

Suite à mon précédent Post : http://forum.blue-mind.net/viewtopic.php?id=369

Le bm-core ne démarre pas correctement après l’installation , mais aussi au redémarrage de la machine physique.

Rien de bien méchant dès que l’on sait, mais cela provoque des drôles d’erreurs dans la gestion du serveur.

Suis je le seul ?

=============

root@telegramme:/var/log/bm-node# cat node.log 
2013-05-04 14:42:58,001 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022...
2013-05-04 14:42:58,998 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider
2013-05-04 14:43:02,102 o.a.s.c.u.SecurityUtils INFO - Registration succeeded
2013-05-04 14:43:02,102 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers
2013-05-04 14:43:02,782 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 14:43:02,850 n.b.n.s.BlueMindNode INFO - configuration complete.
2013-05-04 14:43:02,853 n.b.n.s.BMSshServer INFO - createAcceptor.
2013-05-04 14:43:03,107 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 14:43:03,137 n.b.n.s.NodeLauncher INFO - BlueMind Node started.
2013-05-04 15:14:15,896 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022...
2013-05-04 15:14:16,400 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider
2013-05-04 15:14:18,074 o.a.s.c.u.SecurityUtils INFO - Registration succeeded
2013-05-04 15:14:18,074 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers
2013-05-04 15:14:18,580 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 15:14:18,617 n.b.n.s.BlueMindNode INFO - configuration complete.
2013-05-04 15:14:18,619 n.b.n.s.BMSshServer INFO - createAcceptor.
2013-05-04 15:14:18,799 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:14:18,828 n.b.n.s.NodeLauncher INFO - BlueMind Node started.
2013-05-04 15:20:40,088 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022...
2013-05-04 15:20:41,795 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider
2013-05-04 15:20:46,143 o.a.s.c.u.SecurityUtils INFO - Registration succeeded
2013-05-04 15:20:46,143 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers
2013-05-04 15:20:47,020 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 15:20:47,075 n.b.n.s.BlueMindNode INFO - configuration complete.
2013-05-04 15:20:47,079 n.b.n.s.BMSshServer INFO - createAcceptor.
2013-05-04 15:20:47,323 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:20:47,361 n.b.n.s.NodeLauncher INFO - BlueMind Node started.
2013-05-04 15:21:58,842 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022...
2013-05-04 15:22:00,525 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider
2013-05-04 15:22:04,579 o.a.s.c.u.SecurityUtils INFO - Registration succeeded
2013-05-04 15:22:04,579 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers
2013-05-04 15:22:05,475 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 15:22:05,536 n.b.n.s.BlueMindNode INFO - configuration complete.
2013-05-04 15:22:05,541 n.b.n.s.BMSshServer INFO - createAcceptor.
2013-05-04 15:22:06,114 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:22:06,185 n.b.n.s.NodeLauncher INFO - BlueMind Node started.
2013-05-04 15:27:50,396 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:52,403 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:27:53,014 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:27:53,022 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:53,025 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:27:53,456 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'listfiles /tmp/nodeclient1301632697667019531.myself'
2013-05-04 15:27:54,268 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:27:54,302 o.a.s.s.s.ServerSession WARN - Exception caught
java.io.IOException: Connexion ré-initialisée par le correspondant
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[na:1.7.0_13]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.read(IOUtil.java:198) ~[na:1.7.0_13]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359) ~[na:1.7.0_13]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:273) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:44) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:690) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:664) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:653) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:67) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1124) [mina-core-2.0.7.jar:na]
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [mina-core-2.0.7.jar:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_13]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_13]
        at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
2013-05-04 15:27:54,309 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:27:54,333 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:54,336 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:27:54,744 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm/bm-core.tok'
2013-05-04 15:27:54,897 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /bin/mkdir -p /etc/postfix'
2013-05-04 15:27:54,919 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:54,977 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd hostname -f'
2013-05-04 15:27:54,985 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:55,253 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/main.cf'
2013-05-04 15:27:55,462 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postconf -e 'mynetworks=127.0.0.0/8, 5.135.166.0/24''
2013-05-04 15:27:55,501 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:55,556 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postconf -e 'mailbox_size_limit=10485760''
2013-05-04 15:27:55,601 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:55,657 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postconf -e 'message_size_limit=10485760''
2013-05-04 15:27:55,697 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:55,742 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /var/lib/bm-ca'
2013-05-04 15:27:55,750 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:55,819 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /var/lib/bm-ca/cacert.pem'
2013-05-04 15:27:56,011 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/ssl/certs'
2013-05-04 15:27:56,018 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:56,072 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/ssl/certs/bm_cert.pem'
2013-05-04 15:27:56,199 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /bin/mkdir -p /etc/postfix/sasl'
2013-05-04 15:27:56,206 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:56,254 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/sasl/smtpd.conf'
2013-05-04 15:27:56,378 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /etc/init.d/ysnp stop'
2013-05-04 15:27:58,374 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:58,398 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /etc/init.d/ysnp start'
2013-05-04 15:27:58,416 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:58,474 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/transport'
2013-05-04 15:27:58,483 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:58,485 o.a.s.s.s.ServerSession WARN - Exception caught
java.io.IOException: Connexion ré-initialisée par le correspondant
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[na:1.7.0_13]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.read(IOUtil.java:198) ~[na:1.7.0_13]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359) ~[na:1.7.0_13]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:273) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:44) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:690) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:664) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:653) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:67) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1124) [mina-core-2.0.7.jar:na]
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [mina-core-2.0.7.jar:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_13]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_13]
        at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
2013-05-04 15:27:58,486 n.b.n.s.CloseListener INFO - Active BM Node sessions: 2
2013-05-04 15:27:58,488 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:27:58,873 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/transport'
2013-05-04 15:27:58,938 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/transport'
2013-05-04 15:27:59,009 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:59,063 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_alias'
2013-05-04 15:27:59,073 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:59,074 o.a.s.s.s.ServerSession WARN - Exception caught
java.io.IOException: Connexion ré-initialisée par le correspondant
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[na:1.7.0_13]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) ~[na:1.7.0_13]
        at sun.nio.ch.IOUtil.read(IOUtil.java:198) ~[na:1.7.0_13]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359) ~[na:1.7.0_13]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:273) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:44) ~[mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:690) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:664) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:653) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:67) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1124) [mina-core-2.0.7.jar:na]
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [mina-core-2.0.7.jar:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_13]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_13]
        at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
2013-05-04 15:27:59,076 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:27:59,078 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:27:59,486 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_alias'
2013-05-04 15:27:59,550 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_alias'
2013-05-04 15:27:59,613 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:27:59,670 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_domains'
2013-05-04 15:27:59,679 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:27:59,682 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:27:59,686 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:28:00,225 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_domains'
2013-05-04 15:28:00,309 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_domains'
2013-05-04 15:28:00,399 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:00,463 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_mailbox'
2013-05-04 15:28:00,479 o.a.s.s.s.ServerSession WARN - Exception caught
org.apache.mina.core.write.WriteToClosedSessionException: null
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.clearWriteRequestQueue(AbstractPollingIoProcessor.java:638) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeNow(AbstractPollingIoProcessor.java:590) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeSessions(AbstractPollingIoProcessor.java:560) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$800(AbstractPollingIoProcessor.java:67) [mina-core-2.0.7.jar:na]
        at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1132) [mina-core-2.0.7.jar:na]
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [mina-core-2.0.7.jar:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_13]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_13]
        at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
2013-05-04 15:28:00,481 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:28:00,720 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:28:00,729 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:28:01,197 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_mailbox'
2013-05-04 15:28:01,252 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_mailbox'
2013-05-04 15:28:01,318 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:01,378 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/master_relay_transport'
2013-05-04 15:28:01,387 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:28:01,392 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:28:01,396 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:28:01,894 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/master_relay_transport'
2013-05-04 15:28:01,950 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/master_relay_transport'
2013-05-04 15:28:02,000 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:02,052 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/bin/newaliases'
2013-05-04 15:28:02,203 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:02,268 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /etc/init.d/postfix restart'
2013-05-04 15:28:03,178 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:03,286 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_domains'
2013-05-04 15:28:03,340 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_domains'
2013-05-04 15:28:03,442 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_domains'
2013-05-04 15:28:03,531 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:03,596 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_mailbox'
2013-05-04 15:28:03,657 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_alias'
2013-05-04 15:28:03,711 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/transport'
2013-05-04 15:28:03,771 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_mailbox'
2013-05-04 15:28:03,824 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_mailbox'
2013-05-04 15:28:03,880 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:03,936 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/transport'
2013-05-04 15:28:03,989 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/transport'
2013-05-04 15:28:04,032 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:04,081 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_alias'
2013-05-04 15:28:04,133 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_alias'
2013-05-04 15:28:04,174 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:04,371 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:04,437 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/share/bm-cyrus/resetCyrus.sh'
2013-05-04 15:28:05,315 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:05,428 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/imapd.conf'
2013-05-04 15:28:05,566 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/cyrus.conf'
2013-05-04 15:28:05,716 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'noout /etc/init.d/cyrus-imapd restart'
2013-05-04 15:28:38,086 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/imapd.conf'
2013-05-04 15:28:38,110 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/imapd.conf'
2013-05-04 15:28:38,132 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/imapd.conf'
2013-05-04 15:28:38,273 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /var/spool/cyrus/zozma_fr'
2013-05-04 15:28:38,279 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:38,324 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd chown cyrus:mail /var/spool/cyrus/zozma_fr'
2013-05-04 15:28:38,331 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:38,389 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'noout /etc/init.d/cyrus-imapd restart'
2013-05-04 15:28:42,087 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:42,227 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:42,377 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:42,513 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:42,566 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm/bm-node.client'
2013-05-04 15:28:42,573 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:42,629 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd ssh-keygen -t rsa -b 4096 -f /etc/bm/bm-node.client/local.bm.node.id_rsa -N '''
2013-05-04 15:28:47,901 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:47,964 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:28:47,966 n.b.n.s.CloseListener INFO - Active BM Node sessions: 2
2013-05-04 15:28:48,093 n.b.n.s.BMPublicKeyAuthenticator WARN - Invalid public key
2013-05-04 15:28:48,097 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:28:48,101 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:48,107 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:48,152 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:48,391 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:28:48,394 n.b.n.s.CloseListener INFO - Active BM Node sessions: 2
2013-05-04 15:28:48,521 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted local key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 15:28:50,227 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:28:50,229 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:28:50,232 n.b.n.s.CloseListener INFO - Active BM Node sessions: 2
2013-05-04 15:28:52,064 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:52,123 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:52,129 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:52,184 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:52,413 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:52,472 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:52,477 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:52,523 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:52,715 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:52,774 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:52,780 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:52,825 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:53,013 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:53,071 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:53,078 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:53,132 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:53,233 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /bin/mkdir -p /etc/postfix'
2013-05-04 15:28:53,240 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:53,301 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'listfiles /etc/apache2/sites-available/bm-ui'
2013-05-04 15:28:53,368 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'listfiles /etc/init.d/apache2'
2013-05-04 15:28:53,430 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /etc/init.d/apache2 reload'
2013-05-04 15:28:53,751 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:53,901 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:53,971 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:53,977 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:54,022 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:54,229 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:54,288 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:54,295 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:54,339 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:54,538 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:54,598 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:54,605 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:54,651 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:54,836 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:54,867 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:54,873 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:54,918 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:55,104 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:55,164 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:55,170 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:55,215 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:55,474 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:55,543 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:55,550 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:55,604 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:55,811 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:55,870 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:55,877 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:55,921 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:28:56,120 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/bm/bm-core.tok'
2013-05-04 15:28:56,178 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /etc/bm-node'
2013-05-04 15:28:56,185 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:28:56,229 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/bm-node/local.bm.node.id_rsa.pub'
2013-05-04 15:29:03,009 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_mailbox'
2013-05-04 15:29:03,058 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_alias'
2013-05-04 15:29:03,118 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/transport'
2013-05-04 15:29:03,166 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_mailbox'
2013-05-04 15:29:03,265 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_mailbox'
2013-05-04 15:29:03,363 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:29:03,408 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/transport'
2013-05-04 15:29:03,501 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/transport'
2013-05-04 15:29:03,595 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:29:03,643 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_alias'
2013-05-04 15:29:03,734 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_alias'
2013-05-04 15:29:03,830 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:29:14,109 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/bin/htpasswd -bc /etc/nginx/sw.htpasswd admin 'Blue24Mind28''
2013-05-04 15:29:14,131 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:41:34,489 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:41:34,489 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:49:14,547 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022...
2013-05-04 15:49:16,245 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider
2013-05-04 15:49:21,823 o.a.s.c.u.SecurityUtils INFO - Registration succeeded
2013-05-04 15:49:21,823 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers
2013-05-04 15:49:23,703 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted local key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey)
2013-05-04 15:49:23,943 n.b.n.s.BlueMindNode INFO - configuration complete.
2013-05-04 15:49:23,948 n.b.n.s.BMSshServer INFO - createAcceptor.
2013-05-04 15:49:24,796 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:49:24,867 n.b.n.s.NodeLauncher INFO - BlueMind Node started.
2013-05-04 15:50:01,105 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:50:01,306 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:50:03,628 n.b.n.s.CloseListener INFO - Active BM Node sessions: 0
2013-05-04 15:50:03,641 n.b.n.s.NioExecutorDelegate INFO - execute
2013-05-04 15:50:03,644 n.b.n.s.CloseListener INFO - Active BM Node sessions: 1
2013-05-04 15:50:05,584 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_domains'
2013-05-04 15:50:05,694 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_domains'
2013-05-04 15:50:05,877 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_domains'
2013-05-04 15:50:06,098 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:06,169 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_mailbox'
2013-05-04 15:50:06,233 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/virtual_alias'
2013-05-04 15:50:06,298 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/postfix/transport'
2013-05-04 15:50:06,378 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_mailbox'
2013-05-04 15:50:06,478 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_mailbox'
2013-05-04 15:50:06,596 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:06,648 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/transport'
2013-05-04 15:50:06,744 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/transport'
2013-05-04 15:50:06,944 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:06,998 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/postfix/virtual_alias'
2013-05-04 15:50:07,083 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd /usr/sbin/postmap /etc/postfix/virtual_alias'
2013-05-04 15:50:07,171 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:07,391 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/imapd.conf'
2013-05-04 15:50:07,426 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -f /etc/imapd.conf'
2013-05-04 15:50:07,461 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'scp -t /etc/imapd.conf'
2013-05-04 15:50:07,576 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd mkdir -p /var/spool/cyrus/test_fr'
2013-05-04 15:50:07,582 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:07,627 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'cmd chown cyrus:mail /var/spool/cyrus/test_fr'
2013-05-04 15:50:07,635 n.b.n.s.ShellCommand INFO - exit value: 0
2013-05-04 15:50:07,689 n.b.n.s.CmdFactoryDelegate INFO - delegating cmd => 'noout /etc/init.d/cyrus-imapd restart'
root@telegramme:/var/log/bm-node#
root@telegramme:/var/log/bm-node# uptime 
 18:06:37 up 24 min,  1 user,  load average: 0.10, 0.20, 0.37
root@telegramme:/var/log/bm-node# date
samedi 4 mai 2013, 18:06:40 (UTC+0200)
root@telegramme:/var/log/bm-node# 

Y’a-t-il quelque chose dans les logs de bm-node /var/log/bm-node/node.log ?

Hello Anthony,
Drôle de réponse … Mais non, c’est moi la “truff” …

Je ne comprend pas , j’ai réussi à fournir un log qui ne contient pas les logs après le reboot …

Bizarre, ce log s’arrête au reboot de la machine, donc je te prépare une log uniquement contenant le reboot (et un export du fichier avant purge) .

Pas de surprise, le fichier est vide …
bm-core n’a pas redémarré …

root@telegramme:~#  jps -ml
2488 sun.tools.jps.Jps -ml
1609 org.apache.catalina.startup.Bootstrap start
1561 org.eclipse.equinox.launcher.Main -application net.bluemind.eas.push
1355 org.eclipse.equinox.launcher.Main -application net.bluemind.core.launcher.core
1340 org.eclipse.equinox.launcher.Main -application net.bluemind.hornetq.mqsrv
1563 org.eclipse.equinox.launcher.Main -application net.bluemind.proxy.http.launcher.hpslauncher
1349 org.eclipse.equinox.launcher.Main -application net.bluemind.locator.app
1558 org.eclipse.equinox.launcher.Main -application net.bluemind.ysnp.ysnp
1555 org.eclipse.equinox.launcher.Main -application net.bluemind.lmtp.id1
root@telegramme:~# uptime 
 11:09:56 up 6 min,  1 user,  load average: 0.27, 0.69, 0.42
root@telegramme:~# cat /var/log/bm-node/node.log
root@telegramme:~#

Pourtant , le lien est bien là …

root@telegramme:~# find /etc/rc* | grep bm-core /etc/rc0.d/K01bm-core /etc/rc1.d/K01bm-core /etc/rc2.d/S06bm-core /etc/rc3.d/S06bm-core /etc/rc4.d/S06bm-core /etc/rc5.d/S06bm-core /etc/rc6.d/K01bm-core root@telegramme:~# find /etc/init.d | grep bm-core /etc/init.d/bm-core root@telegramme:~# ls -alrt /etc/init.d/bm-core -rwxr-xr-x 1 root root 2131 11 avril 17:05 /etc/init.d/bm-core root@telegramme:~# ls -alrt /etc/rc3.d/S06bm-core lrwxrwxrwx 1 root root 17 4 mai 17:01 /etc/rc3.d/S06bm-core -> ../init.d/bm-core root@telegramme:~#

Redémarrage de services (par un script perso qui lance un a un les scripts d’init.d )

root@telegramme:~# /etc/init.d/restart_bm_all.ksh Stopping nginx: nginx. Stopping Postfix Mail Transport Agent: postfix. Waiting for Blue Mind Tomcat shutdown... Blue Mind node Server not running. Waiting for Blue Mind lmtpd server shutdown.. Waiting for Blue Mind hps Server shutdown.. Waiting for Blue Mind EAS Server shutdown.. Waiting for Blue Mind core Server shutdown.. Waiting for Blue Mind locator Server shutdown.. Waiting for Blue Mind MQ Server shutdown.. Stopping PostgreSQL 8.4 database server: main. sleep 10 Starting PostgreSQL 8.4 database server: main. Blue Mind MQ Server started: 3683 Blue Mind locator Server started: 3698 Blue Mind core Server started: 3704 Blue Mind EAS Server started: 3770 Blue Mind hps Server started: 3777 Blue Mind lmtpd server started: 3786 Blue Mind node Server started: 3801 Using CATALINA_BASE: /usr/share/tomcat Using CATALINA_HOME: /usr/share/tomcat Using CATALINA_TMPDIR: /tmp Using JRE_HOME: /usr/lib/jvm/bm-jdk Starting Postfix Mail Transport Agent: postfix. Starting nginx: nginx. root@telegramme:~# root@telegramme:~# jps -ml 3777 org.eclipse.equinox.launcher.Main -application net.bluemind.proxy.http.launcher.hpslauncher 3704 org.eclipse.equinox.launcher.Main -application net.bluemind.core.launcher.core 3698 org.eclipse.equinox.launcher.Main -application net.bluemind.locator.app 3801 org.eclipse.equinox.launcher.Main -application net.bluemind.node.server.nodelauncher 4121 sun.tools.jps.Jps -ml 3683 org.eclipse.equinox.launcher.Main -application net.bluemind.hornetq.mqsrv 3832 org.apache.catalina.startup.Bootstrap start 3786 org.eclipse.equinox.launcher.Main -application net.bluemind.lmtp.id1 1558 org.eclipse.equinox.launcher.Main -application net.bluemind.ysnp.ysnp 3770 org.eclipse.equinox.launcher.Main -application net.bluemind.eas.push root@telegramme:~#

Voici le log :
aucun soucis dans le log, normal le service est stable. Il ne démarre pas tout seul, c’est tout :wink:

root@telegramme:~# cat /var/log/bm-node/node.log 2013-05-05 09:17:31,643 n.b.n.s.NodeLauncher INFO - Starting BlueMind Node on port 8022... 2013-05-05 09:17:33,455 o.a.s.c.u.SecurityUtils INFO - Trying to register BouncyCastle as a JCE provider 2013-05-05 09:17:39,871 o.a.s.c.u.SecurityUtils INFO - Registration succeeded 2013-05-05 09:17:39,872 n.b.n.s.BMSshServer INFO - Using BouncyCastle cyphers 2013-05-05 09:17:41,639 n.b.n.s.BMPublicKeyAuthenticator INFO - Accepted local key loaded (org.bouncycastle.jce.provider.JCERSAPublicKey) 2013-05-05 09:17:41,767 n.b.n.s.BlueMindNode INFO - configuration complete. 2013-05-05 09:17:41,771 n.b.n.s.BMSshServer INFO - createAcceptor. 2013-05-05 09:17:42,345 n.b.n.s.NioExecutorDelegate INFO - execute 2013-05-05 09:17:42,439 n.b.n.s.NodeLauncher INFO - BlueMind Node started. root@telegramme:~#

Je réinstalle mon serveur ce matin pour rédiger une procédure d’installation propre … .

Ok, en fait c’est votre node qui ne démarre pas, j’avais pas très bien compris.

Que donne la commande:

# ls -al /etc/rc?.d/*bm-node*

Et en plus, faute de ma part …

Mon node plante, et je cherche les liens de “oups … core” !!!

Je confirme, [je suis un poil fatigué]
Effectivement, les liens ne sont pas fait…

Je viens de faire les liens :

root@telegramme:/etc/init.d# ls -al /etc/rc?.d/*bm-node*
lrwxrwxrwx 1 root root 17  5 mai   22:43 /etc/rc0.d/K01bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc1.d/K01bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc2.d/S07bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc3.d/S07bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc4.d/S07bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc5.d/S07bm-node -> ../init.d/bm-node
lrwxrwxrwx 1 root root 17  5 mai   22:44 /etc/rc6.d/K01bm-node -> ../init.d/bm-node
root@telegramme:/etc/init.d# 

Cela devrait fonctionner :wink: