Hi,
I've setup a new environnement following instructions of
http://wiki.idempiere.org/en/Installing_iDempiereI've also migrating my database from 2.1 to 3.1.
And I'm facing issues when trying to launch Swing and Webui clients.
Swing :A non blocking error : org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console (see full log in attachment).
The login display and i'm able to log in and play.
Should I worry ?
Webui :When trying to launch the client, Eclipse open a popup 'Validation' : The following problems were detected :
org.eclipse.equinox.launche.gtk.linux.x86_64
Platform filter did not match: (&
osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
I've ask Google and found some threads - i try to apply descibed fixes - but issue remains.
If i remove the plugin 'org.eclipse.equinox.launcher.gtk.linux.x86_64) from the selected plugin (Debug configuration), the program starts but... it seems to fail when starting Hazelcast
09:55:22.866-----------> Node: [192.168.1.31]:5701 [@ADEMPIERE_DB_USER@.@ADEMPIERE_DB_NAME@/@ADEMPIERE_DB_SERVER@] [3.5.3] No join method is enabled! Starting standalone. [25]As i don't need Hazelcast, i try to remove the following VM argument :
-Dhazelcast.config=${workspace_loc}/org.adempiere.server-feature/hazelcast-template.xml
But it doesn't change things, the programs seems stopped at line :
[WARNING] com.mchange.v2.cfg.BasicMultiPropertiesConfig: Properties object found at resource path [system properties] contains a value that is not a String: null; Skipping...Any idea where to look ?
Thanks,
Nicolas