now i'm trying 5h to install Openemm... this isn't my first install, but first install on Debian squeeze 64bit with new version 6.1
My last install was be on Debian etch 32bit, wit Openemm 5.x be working fine.
Okay back to the Problem.
If i Starting Openemm i get the error
"Resin httpd stat at .."
looks like:
Code: Select all
openemm@bserver:~$ ./bin/OpenEMM.sh start
Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start python /home/openemm/bin/scripts/recovery.py .. done.
Start /home/openemm/bin/scripts/update.py bounce account .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes: done.
Starting sendmails: listener client queue mqueue-client admin queue mail queue done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Resin httpd start at Wed Jun 23 02:41:12 CEST 2010
/home/openemm/webapps/core/log/openemm_jvm.log
Code: Select all
Can't connect to parent process through socket 52500
Resin needs to connect to its parent.
Can't connect to parent process through socket 49972
Resin needs to connect to its parent.
Can't connect to parent process through socket 60844
Resin needs to connect to its parent.
Can't connect to parent process through socket 54039
Resin needs to connect to its parent.
Can't connect to parent process through socket 54439
Resin needs to connect to its parent.
Can't connect to parent process through socket 49811
Resin needs to connect to its parent.
Can't connect to parent process through socket 53109
Resin needs to connect to its parent.
Can't connect to parent process through socket 52516
Resin needs to connect to its parent.
Can't connect to parent process through socket 36073
Resin needs to connect to its parent.
Can't connect to parent process through socket 42696
Resin needs to connect to its parent.
Can't connect to parent process through socket 47708
Resin needs to connect to its parent.
Can't connect to parent process through socket 51701
Resin needs to connect to its parent.
Can't connect to parent process through socket 45483
Resin needs to connect to its parent.
Can't connect to parent process through socket 43915
Resin needs to connect to its parent.
Can't connect to parent process through socket 39482
Resin needs to connect to its parent.
Can't connect to parent process through socket 46597
Resin needs to connect to its parent.
Can't connect to parent process through socket 33849
Resin needs to connect to its parent.
Can't connect to parent process through socket 38196
Resin needs to connect to its parent.
Can't connect to parent process through socket 42726
Resin needs to connect to its parent.
Can't connect to parent process through socket 55549
Resin needs to connect to its parent.
Can't connect to parent process through socket 35617
Resin needs to connect to its parent.
Can't connect to parent process through socket 32887
Resin needs to connect to its parent.
Can't connect to parent process through socket 46888
Resin needs to connect to its parent.
Can't connect to parent process through socket 35063
Resin needs to connect to its parent.
Can't connect to parent process through socket 34621
Resin needs to connect to its parent.
my configuration looks like:
/home/openemm/.bash_profile
Code: Select all
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
//edit correct path:
PATH=$PATH:$HOME/bin:/usr/lib/jvm/ia32-java-6-sun/bin
JAVA_HOME=/usr/lib/jvm/ia32-java-6-sun
export PATH
export JAVA_HOME
unset USERNAME
Code: Select all
openemm@bserver:~$ ls -la
total 26612
drwxr-xr-x 10 openemm openemm 4096 Jun 23 00:41 .
drwxr-xr-x 10 root root 4096 Jun 22 14:58 ..
-rw------- 1 openemm openemm 3306 Jun 23 02:34 .bash_history
-rw-r--r-- 1 openemm openemm 220 Jun 22 14:58 .bash_logout
-rw-r--r-- 1 openemm openemm 294 Jun 23 02:35 .bash_profile
-rw-r--r-- 1 openemm openemm 3184 Jun 22 14:58 .bashrc
drwxr-xr-x 3 openemm openemm 4096 Jun 11 16:52 bin
drwxr-xr-x 4 openemm openemm 4096 Jun 11 16:52 conf
drwxr-xr-x 2 openemm openemm 4096 Jun 11 16:52 lib
drwxr-xr-x 2 openemm openemm 4096 Jun 11 16:52 libexec
-rw------- 1 openemm openemm 25 Jun 23 02:47 .nano_history
-rw-r--r-- 1 openemm openemm 27069441 Jun 11 20:43 OpenEMM-6.1-bin.tar.gz
-rw-r--r-- 1 openemm openemm 675 Jun 22 14:58 .profile
-rw-r--r-- 1 openemm openemm 5065 Jun 11 16:52 README.txt
-rw-r--r-- 1 openemm openemm 64704 Jun 23 00:22 test.txt
-rw-r--r-- 1 openemm openemm 3109 Jun 11 16:52 UPDATE.txt
drwxr-xr-x 2 openemm openemm 4096 Jun 23 01:26 USR_SHARE
drwxr-xr-x 6 openemm openemm 4096 Jun 11 16:52 var
drwxr-xr-x 3 openemm openemm 4096 Jun 11 16:52 webapps
drwxr-xr-x 2 openemm openemm 4096 Jun 11 16:52 webservices
File permessions on /home/openemm/bin
Code: Select all
drwxr-xr-x 3 openemm openemm 4096 Jun 11 16:52 .
drwxr-xr-x 10 openemm openemm 4096 Jun 23 00:41 ..
-rwxr-xr-x 1 openemm openemm 75670 Jun 11 16:52 bav
-rwxr-xr-x 1 openemm openemm 1444 Jun 11 16:52 bavd.sh
-rwxr-xr-x 1 openemm openemm 1460 Jun 11 16:52 bav-trigger.sh
-rwxr-xr-x 1 openemm openemm 1458 Jun 11 16:52 bav-update.sh
-rwxr-xr-x 1 openemm openemm 1835 Jun 11 16:52 bounce.sh
-rwxr-xr-x 1 openemm openemm 350 Jun 11 16:52 core.sh
-rwxr-xr-x 1 openemm openemm 2407 Jun 11 16:52 httpd.sh
-rwxr-xr-x 1 openemm openemm 2575 Jun 11 16:52 mailer.sh
-rwxr-xr-x 1 openemm openemm 1518 Jun 11 16:52 merger.sh
-rwxr-xr-x 1 openemm openemm 5579 Jun 11 16:52 openemm-charset-convert.sh
-rwxr-xr-x 1 openemm openemm 1634 Jun 11 16:52 OpenEMM.sh
-rwxr-xr-x 1 openemm openemm 1506 Jun 11 16:52 pickdist.sh
-rwxr-xr-x 1 openemm openemm 1341 Jun 11 16:52 recovery.sh
drwxr-xr-x 2 openemm openemm 4096 Jun 22 23:56 scripts
-rwxr-xr-x 1 openemm openemm 1339 Jun 11 16:52 sendmail-disable.sh
-rwxr-xr-x 1 openemm openemm 1338 Jun 11 16:52 sendmail-enable.sh
-rwxr-xr-x 1 openemm openemm 1452 Jun 11 16:52 slrtscn.sh
-rwsr-sr-x 1 root root 9216 Jun 11 16:52 smctrl
-rwxr-xr-x 1 openemm openemm 1322 Jun 11 16:52 softbounce.sh
-rwxr-xr-x 1 openemm openemm 11803 Jun 11 16:52 updater
-rwxr-xr-x 1 openemm openemm 1453 Jun 11 16:52 update.sh
-rwxr-xr-x 1 openemm openemm 1422 Jun 11 16:52 upgrade.sh
-rwxr-xr-x 1 openemm openemm 19388 Jun 11 16:52 wrapper.pl
-rwxr-xr-x 1 openemm openemm 1072433 Jun 11 16:52 xmlback
Sendmail works fine.
if you need other config/files please be free to ask!
I dont haye any ideas more

Thank you all for help![/code]