[Logo] Mango M2M Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
New Installation - troubles and hints  XML
Forum Index -> Mango installation
Author Message
Patriator

Initiate

Joined: 24/07/2009 03:58:32
Messages: 9
Offline

Hi there,

Just tried to install the last version on a new *nix machine.

I got a last trouble I did not success resolving yet maybe someone could help me :

the Help links don't works , when people click on the question mark, they get the div, qith "loading..." title and then a browser error message withou any explanation. WEB-INF/dox/[lang] files are here with the correct rights access



here are some troubles I resolved and their solution:

on tomcat launch mango try to get a write acces on several files :
-derby.log createTables.log -> looks like they try to write it on the lancher home directory with the tomcat launcher rights. for my installation it was on /root/ with user tomcat:tomcat rights

Solutions : giving right access on the directory to tomcat user / launching tomcat as root / making a hack on source code so that these files are in the usual mango log folder.

mango default log and DB folders did not suit my installation ... you'll find and manage to change the paths in log4j.xml and env.properties files you'll find in [mango]/WEB-INF/classes/

some troubles sending mails : a usual tomcat javamail trouble , mango com with its mail.jar but if there is any other mail.jar/javamail.jar/smtp.jar in tomcat's classpath sending mail migth be bogus - everything become OK when others are removed.

some trouble with i18n -> when your locale is not English mango looks strange : ???login.userId??? for exemple , there a thread here explaining where to configure i18n .
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 899
Online

Hello,

You seem to have found your way around customization of installation quite well. Regarding your online documentation issue, are there any error messages in the Tomcat console?

Best regards,
Matthew Lohbihler
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 899
Online

Also, can you specify the Java JRE or JDK that you are using, and what *nix distro?

Best regards,
Matthew Lohbihler
Patriator

Initiate

Joined: 24/07/2009 03:58:32
Messages: 9
Offline

Re oppenning my old thread

My distros : fedora 11 and Fedora 12
Java : OpenJDK

I guess I'll have some questions soon about serial ports.

I can access /dev/ttyS0 with tomcat user on the console but no serial port is present in the list on mango.

RXTX and others jars seem to be on the right place.

Is there any easy way to test it ?
Any configuration hint ?
Patriator

Initiate

Joined: 24/07/2009 03:58:32
Messages: 9
Offline

Found a rxtx lock unable error...
Solved it by adding tomcat user to corresponding group.

And a reboot was mandatory ...

[Solved]
 
Forum Index -> Mango installation
Go to:   
Powered by JForum 2.1.7 © JForum Team