Versão atual:

Erro ao instalar Fluig no Ubuntu 18.04

Olá,

Estou tendo alguns problemas ao instalar o Fluig no Ubuntu 18.04.

  • Baixei o Fluig: FLUIG-1.6.4-180828-LINUX64
    • Baixei o connector do mysql: mysql-connector-java-8.0.12.jar
    • No diretório do linux /opt coloquei a pasta extraída do Fluig e o jar do mysql ( assim como feito no Fluig Academy ).
    • Então dentro da pasta FLUIG-1.6.4-180828-LINUX64 eu executei: sudo bash fluig-installer-64.sh
    • Passei por todas as etapas, até chegar em Verificação do Servidor, é ainda onde aparece o primeiro erro:

      jdk-64/jre/lib/amd64/server/libjsig.so (No such file or directory)

error01.png

_

  • Após isso eu confirmo e ele habilita o botão: Próximo.
    • Seleciono todos os pacotes que desejo instalar e aperto Próximo novamente.
    • Ai vem o outro erro, aparentemente relacionado ao concedimento de permissão ao arquivo:

Error executing /bin/chmod a+x /opt/fluig/jdk-64/bin/java

error02.png error03.png

_

  • Após confirmar os 2 erros ele exibe a tela como se tivesse concluído: error04.png

_

  • Se eu aperto Próximo ele segue o fluxo normalmente: error05.png

_

  • Com isso a instalação é finalizada, se eu for no /etc/init.d e listar os arquivos, encontro os do Fluig:

-rwxr-xr-x 1 root root 7,1K set 4 11:47 fluig

-rwxr--r-- 1 root root 2,7K set 4 11:47 fluig_Indexer

-rwxr-xr-x 1 root root 1,4K set 4 11:40 fluig_RealTime

  • Porém se eu mandar fazer o start já no primeiro serviço do Fluig: fluig_Indexer, tenho o erro no terminal:

    Job for fluig_Indexer.service failed because the control process exited with error code.

See "systemctl status fluig_Indexer.service" and "journalctl -xe" for details.

  • Se executo: sudo systemctl status fluig_Indexer.service, vejo esse erro:
> sudo systemctl status fluig_Indexer.service
● fluig_Indexer.service - LSB: Controls Apache Solr as a Service
   Loaded: loaded (/etc/init.d/fluig_Indexer; generated)
   Active: failed (Result: exit-code) since Tue 2018-09-04 11:53:00 -03; 2min 1s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1199 ExecStart=/etc/init.d/fluig_Indexer start (code=exited, status=1/FAILURE)

fluig_Indexer[1199]: Command that we tried: '/opt/fluig/jdk-64/bin/java -version', with response:
fluig_Indexer[1199]: /opt/fluig/fluig_Indexer/bin/solr: line 127: /opt/fluig/jdk-64/bin/java: No such file or direct
fluig_Indexer[1199]: Debug information:
fluig_Indexer[1199]: JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
fluig_Indexer[1199]: Active Path:
fluig_Indexer[1199]: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
su[1201]: pam_unix(su:session): session closed for user root
systemd[1]: fluig_Indexer.service: Control process exited, code=exited status=1
systemd[1]: fluig_Indexer.service: Failed with result 'exit-code'.
systemd[1]: Failed to start LSB: Controls Apache Solr as a Service.
lines 1-16/16 (END)

Aparentemente o problema é gerado devido a cadeia de erros anteriores.

Outras informações:

> source /etc/environment  

> echo $JAVA_HOME        
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

>java -version
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-0ubuntu0.18.04.1-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)

Alguém sabe como posso proceder?

E se alguém usa Fluig com GitFlow e também via Linux, gostaria de trocar algumas ideias.

Versão (1):

Ver a versão formatada

Erro ao instalar Fluig no Ubuntu 18.04

Comentário

new question