Instalação Idempiere


#1

Boa tarde! Estou fazendo a instalação do Idempiere eu meu PC, seguinte os passos do tutorial a seguir:
http://wiki.idempiere.org/en/Installing_iDempiere
meu problema é que quando rodo o sh console-setup.sh ou o sh console-setup-alt.shtenho o seguinte problema:
Key Store Password [myPassword]:
ni1235no
May 08, 2018 6:03:05 PM org.compiere.install.KeyStoreMgt
INFO: /opt/idempiere-server/jettyhome/etc/keystore
May 08, 2018 6:03:05 PM org.compiere.install.KeyStoreMgt getKeyStore
SEVERE: load
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56)
at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224)
at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:70)
at java.security.KeyStore.load(KeyStore.java:1445)
at org.compiere.install.KeyStoreMgt.getKeyStore(KeyStoreMgt.java:155)
at org.compiere.install.console.ConfigurationConsole.keyStorePass(ConfigurationConsole.java:316)
at org.compiere.install.console.ConfigurationConsole.doSetup(ConfigurationConsole.java:50)
at org.compiere.install.console.ConsoleInstallApplication.start(ConsoleInstallApplication.java:36)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778)
… 21 more

KeyStore Settings.
(ON) Common Name [root]:

a questão é que a senha nao esta incorreta pois consigo alterar normalmente seguinte esta rotina:
#/usr/lib/jvm/java-8-openjdk-amd64/bin/keytool -storepasswd
-keystore /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts
Enter keystore password: changeit
New keystore password: new-password
Re-enter new keystore password: new-password

o que pode ser? ja fiz a reinstalação do java e o problema persiste…


#2

A senha que está errada é desse arquivo e não do cacerts.

Aqui tem um script de instalação automática:
https://bitbucket.org/cboecking/idempiere-installation-script/src/default/

Você pode rodar em um servidor sem nada, que o script instala tudo.

Att.


#3

bom dia, estou colocando o lbr seguindo este tutorial:
https://bitbucket.org/idempierelbr/idempierelbr/wiki/Passo%20a%20Passo%20Configuração%20do%20iDempiere%20e%20iDempiereLBR%20no%20eclipse%20Windows%20Completo

conclui o tutorial seguindo passo a passo, porém, quando clico em run, ele finaliza com erro. segue link do log:

!SESSION 2018-05-11 08:38:13.633 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_80
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=pt_BR
Framework arguments: -product org.adempiere.server.server_product
Command-line arguments: -product org.adempiere.server.server_product -data C:\Users\Gabriel\Documents\AGNUS\PROJETOS\Projeto - Fred do Frio\SISTEMA\iDempiere/…/runtime-server.product -dev file:C:/Users/Gabriel/Documents/AGNUS/PROJETOS/Projeto - Fred do Frio/SISTEMA/iDempiere/.metadata/.plugins/org.eclipse.pde.core/server.product/dev.properties -os win32 -arch x86_64 -consoleLog -console

!ENTRY org.eclipse.osgi 2 0 2018-05-11 08:39:01.527
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2018-05-11 08:39:01.528
!MESSAGE Bundle org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505 [113] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.launcher.gtk.linux.x86_64 2 0 2018-05-11 08:39:01.528
!MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))

!ENTRY org.eclipse.osgi 2 0 2018-05-11 08:39:01.904
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2018-05-11 08:39:01.904
!MESSAGE Bundle org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505 [113] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.launcher.gtk.linux.x86_64 2 0 2018-05-11 08:39:01.904
!MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))

!ENTRY org.eclipse.osgi 4 0 2018-05-11 08:39:01.904
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: idempiere.properties file missing. Path=C:\Users\Gabriel\Documents\AGNUS\PROJETOS\Projeto - Fred do Frio\SISTEMA\iDempiere\idempiere.properties
at org.adempiere.server.Application.start(Application.java:44)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)


#4

Está faltando alguma coisa no seu ambiente OSGi, você tentou executar o script de update?