Search found 11 matches

by philip
Mon Jul 21, 2008 12:20 pm
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53349

No, sorry. I switched to Windows machines so I didn't investigate further on.

Have you tried different versions of Java?

Good luck an please report any success.
by philip
Wed Jul 09, 2008 7:59 pm
Forum: Using OpenEMM
Topic: how do I change the admin password **
Replies: 2
Views: 6466

After transferring OpenEMM from one WinXP-machine to another one I cannot log in. I tried every version of admin_tbl but no user-password kombination - not even with the original table from openemm.sql - worked. Is there any possibility to change the password? If there is no possibility, how do I tr...
by philip
Wed Jul 09, 2008 1:46 pm
Forum: Using OpenEMM
Topic: Accessing POST-vars
Replies: 2
Views: 4323

I found something in the ScriptAction_Documentation:
$requestParameters.get<String key>()
------
get value from HTML form field (key in upper case)
But following code doesn't work:

Code: Select all

#set ( $email = $requestParameters.getEMAIL() )
What am I doing wrong?
by philip
Tue Jul 08, 2008 3:06 pm
Forum: Using OpenEMM
Topic: Accessing POST-vars
Replies: 2
Views: 4323

Accessing POST-vars

Hi, I try to access a POST-variable within a form send by another form. The URL looks like this: http://mydomain.com:8080/form.do?[b]email=name%40somedomain.com[/b]&submit=Send&agnCI=1&agnFN=resend_confirm_send I tried this HTML-code in the form: <input type="text" name="e...
by philip
Tue Jul 01, 2008 9:27 am
Forum: Installation & Upgrades
Topic: JDK Problems
Replies: 1
Views: 3688

Hi Greenhorn, you have to extract the jdk-bin file. first grand execution rights with "chmod u+x jdk-1_5_0_15-linux-i586.bin" then extract the file: "./jdk-1_5_0_15-linux-i586.bin" after that you should see the folder jdk1.5.0_15 follow the steps you mentioned (copy to /opt.., cr...
by philip
Sat Jun 28, 2008 5:17 pm
Forum: Installation & Upgrades
Topic: javax.servlet.ServletException after install openEMM
Replies: 9
Views: 21062

Yes, MySQL is running, and the database "openemm" exists with content from openemm.sql. Maybe it's because I upgraded MySQL to version 5.0.45. python-mysqldb is installed (and sendmail-disable.sh works perfectly). I tried the newest JDK (6u6) but this didn't change anything. Btw is it easi...
by philip
Fri Jun 27, 2008 9:52 pm
Forum: Installation & Upgrades
Topic: javax.servlet.ServletException after install openEMM
Replies: 9
Views: 21062

Hi Kevin! I get similar exceptions. Did You find a solution? Updating Java doesn't change anything. I looked at the database but user "agnitas" has permission to "openemm". I'm rather clueless, too.. :-( javax.servlet.ServletException: org.springframework.jdbc.UncategorizedSQLExc...
by philip
Wed Jun 25, 2008 2:09 pm
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53349

Yes, mySQL is running and openemm.sql is imported. I'm using MySQL version 5.0.51 openEMM is starting like this: 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...
by philip
Wed Jun 25, 2008 11:40 am
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53349

Thanks, that solved the problem in the first time..

but now I get the following message:

"Failed to setup database interface"

Everything else works fine, except of sending mails as sendmail is still enabled.

I'm using Debian 3.1 with exim MTA..
by philip
Tue Jun 24, 2008 1:37 pm
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53349

Disable Sendmail doesn't work

Hi, I'm using OpenEMM 5.5.0 and trying to disable sendmail. I get following error: CAUGHT EXCEPTION: Traceback (most recent call last): File "/home/openemm/bin/scripts/smenable.py", line 105, in ? main (sys.argv[0], sys.argv[1:]) File "/home/openemm/bin/scripts/smenable.py", line...
by philip
Tue Jun 24, 2008 1:31 pm
Forum: Installation & Upgrades
Topic: Can't run OpenEMM.sh -start
Replies: 3
Views: 6467

Hi,

I'm quite new to OpenEMM but try

Code: Select all

/home/openemm/OpenEMM.sh start 
or

Code: Select all

./OpenEMM.sh start