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.
Search found 11 matches
- Mon Jul 21, 2008 12:20 pm
- Forum: Installation & Upgrades
- Topic: Disable Sendmail doesn't work
- Replies: 30
- Views: 45980
- Wed Jul 09, 2008 7:59 pm
- Forum: Using OpenEMM
- Topic: how do I change the admin password **
- Replies: 2
- Views: 5323
- Wed Jul 09, 2008 1:46 pm
- Forum: Using OpenEMM
- Topic: Accessing POST-vars
- Replies: 2
- Views: 3473
I found something in the ScriptAction_Documentation:
What am I doing wrong?
But following code doesn't work:$requestParameters.get<String key>()
------
get value from HTML form field (key in upper case)
Code: Select all
#set ( $email = $requestParameters.getEMAIL() )- Tue Jul 08, 2008 3:06 pm
- Forum: Using OpenEMM
- Topic: Accessing POST-vars
- Replies: 2
- Views: 3473
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="email" value ...
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="email" value ...
- Tue Jul 01, 2008 9:27 am
- Forum: Installation & Upgrades
- Topic: JDK Problems
- Replies: 1
- Views: 2991
- Sat Jun 28, 2008 5:17 pm
- Forum: Installation & Upgrades
- Topic: javax.servlet.ServletException after install openEMM
- Replies: 9
- Views: 18643
- Fri Jun 27, 2008 9:52 pm
- Forum: Installation & Upgrades
- Topic: javax.servlet.ServletException after install openEMM
- Replies: 9
- Views: 18643
- Wed Jun 25, 2008 2:09 pm
- Forum: Installation & Upgrades
- Topic: Disable Sendmail doesn't work
- Replies: 30
- Views: 45980
- Wed Jun 25, 2008 11:40 am
- Forum: Installation & Upgrades
- Topic: Disable Sendmail doesn't work
- Replies: 30
- Views: 45980
- Tue Jun 24, 2008 1:37 pm
- Forum: Installation & Upgrades
- Topic: Disable Sendmail doesn't work
- Replies: 30
- Views: 45980
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 87, in main ...
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 87, in main ...
- Tue Jun 24, 2008 1:31 pm
- Forum: Installation & Upgrades
- Topic: Can't run OpenEMM.sh -start
- Replies: 3
- Views: 5397
Hi,
I'm quite new to OpenEMM but try
or
I'm quite new to OpenEMM but try
Code: Select all
/home/openemm/OpenEMM.sh start Code: Select all
./OpenEMM.sh start 