Search found 4 matches

by mikeg
Tue Mar 27, 2012 1:59 pm
Forum: Installation & Upgrades
Topic: Sendmail HostStatusDirectory
Replies: 0
Views: 2429

Sendmail HostStatusDirectory

Hello again,

i got everything running except an error while launching openemm. Google and forum search didn't solved it. Here what i get

openemm@h1967321:~> openemm.sh start
Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home ...
by mikeg
Tue Mar 27, 2012 9:08 am
Forum: Installation & Upgrades
Topic: startup.sh not found
Replies: 3
Views: 4519

Re: startup.sh not found

SOLVED

YAST installation sucked since it seemed incomplete. Installing tomcat from scratch is quite simple an solved it.

1. Downloaded latest tomcat build (developer & core)
2. #tar -xvf both files
3. #readlink -f $(which java) to get JAVA path
4. Instered JAVA_HOME="[path to JAVA]" into startup ...
by mikeg
Tue Mar 27, 2012 8:29 am
Forum: Installation & Upgrades
Topic: startup.sh not found
Replies: 3
Views: 4519

Re: startup.sh not found

Hi Mokarram,

i linked in th eopenemm.sh to the system installation of tomcat. Even the path i get from

Code: Select all

#readlink -f $(which tomcat6)
/usr/sbin/tomcat6
won't work.

Thanks for reply
mikeg
by mikeg
Mon Mar 26, 2012 3:41 pm
Forum: Installation & Upgrades
Topic: startup.sh not found
Replies: 3
Views: 4519

startup.sh not found

Hello,

installation and configuration worked fine. But on start up i ran into startup.sh not found (line 57 in openemm.sh)
Tomcat6 and Java were found without any problems (checks were ok). My parameter for Tomcat6 (installed via Yast) and Java were

OPENEMM_SW="opt/openemm"
CATALINA_BASE="$HOME ...