annajiat / mesh4x

Automatically exported from code.google.com/p/mesh4x
0 stars 0 forks source link

Cannot start ektoo client #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzip the compressed file downloaded from the downloads section 
(ektoo_0_0_4.zip)
2. run ektooClient.jar

I see nothing happening on Windows Vista 32 bit SP1 with JRE 1.6.0

Original issue reported on code.google.com by simone.b...@gmail.com on 19 May 2009 at 1:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is an executable jar and suppose to run on double click (has been tested 
in the 
same platform u have mentioned); but i guess, somehow double clicking on the 
jar is 
not working for your case because of .jar extension is not mapped correctly to 
JRE 
in your machine.

Can u pls try to run the jar from command prompt like the following

java -jar [folderLocation/]ektooClient.jar

Original comment by auni.ku@gmail.com on 19 May 2009 at 2:08

GoogleCodeExporter commented 9 years ago
I think this was not the issue, but running it from a command line gives a more 
meaningful exception:

Exception in thread "main" java.lang.ExceptionInInitializerError
        at org.mesh4j.ektoo.Ektoo.main(Ektoo.java:28)
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
it_IT, locale it_IT
        at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
        at java.util.ResourceBundle.getBundleImpl(Unknown Source)
        at java.util.ResourceBundle.getBundle(Unknown Source)
        at org.mesh4j.translator.EktooMessageTranslator.<clinit>(EktooMessageTranslator.java:13)
        ... 1 more

Look like something related to localization.

Original comment by simone.b...@gmail.com on 19 May 2009 at 2:15

GoogleCodeExporter commented 9 years ago
Simone,

The problem was a resource bundle file name, we change it and a new version is
available from http://downloads.instedd.org/mesh4x/ektoo_0_0_5.zip.

Mesh4x is an open source project that try to help in humanitarian tasks, any 
comments
or suggestions about mesh4x is welcome.

Thanks in advance.
JMTondato

Original comment by jtondato@gmail.com on 19 May 2009 at 5:11

GoogleCodeExporter commented 9 years ago
Suggestions, ideas, and feedback: http://mesh4x.uservoice.com
Discuss with experts and other users http://groups.google.com/group/mesh4x

Original comment by jtondato@gmail.com on 19 May 2009 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 20 May 2009 at 2:37