fullview and archive not displaying
Posted: Fri Jan 18, 2008 6:36 pm
After getting 5.3.2 installed and working so I can send test mailing, neither the fullview nor archive is working. I followed the user manual for creating the actions and forms, at first I found that the ##AGNUID## string in the link was not being interpreted. I found this thread: http://www.openemm.org/forums/viewtopic ... ight=forms which describes the problem and tried substituting [agnUID] in the link. Now, the string is interpreted, but I am led to empty pages in both cases.
Here are the links as in the content:
And here are the links as displayed in the received email:
Any ideas? I am not sure how to continue debugging this. As I said, clicking on the links leads to a page, but it is completely empty.
Andrew
===============
Update:
I looked at the code in the content window and saw what might be some troublesome line-breaks; after correcting that and trying a new test send, I see that all links to forms are returning the error form, not a blank page. I tried creating another form based on the manual instructions, for displaying user data, and that one also returns an error "form not found".
The only errors I can find in any logs are in /var/log/jvm_console.log and /var/log/jvm_redirection.log and are repeated over and over...
$ cat var/log/jvm_redirection.log
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1072)
$ cat var/log/jvm_console.log
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1072)
$ /opt/openemm.org/software/java/bin/java -version
java version "1.6.0_05-ea"
Java(TM) SE Runtime Environment (build 1.6.0_05-ea-b04)
Java HotSpot(TM) Client VM (build 1.6.0_05-ea-b04, mixed mode, sharing)
Here are the links as in the content:
Code: Select all
<a href="http://example.com:8080/form.do?agnCI=1&agnFN=fullview&agnUID=[agnUID]">
Code: Select all
<a href="http://example.com:8080/form.do?agnCI=1&agnFN=archive&agnUID=[agnUID]">
Code: Select all
http://example.com:8080/r.html?uid=1.1.2.7.5kdkul0hd4%0AagnUID=1.1.2.0.jhkrcqrj7t
Code: Select all
http://example.com:8080/r.html?uid=1.1.2.8.vmqkhvdjt4%0AagnUID=1.1.2.0.jhkrcqrj7t
Andrew
===============
Update:
I looked at the code in the content window and saw what might be some troublesome line-breaks; after correcting that and trying a new test send, I see that all links to forms are returning the error form, not a blank page. I tried creating another form based on the manual instructions, for displaying user data, and that one also returns an error "form not found".
The only errors I can find in any logs are in /var/log/jvm_console.log and /var/log/jvm_redirection.log and are repeated over and over...
$ cat var/log/jvm_redirection.log
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1072)
$ cat var/log/jvm_console.log
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
at java.lang.System.initProperties(Native Method)
at java.lang.System.initializeSystemClass(System.java:1072)
$ /opt/openemm.org/software/java/bin/java -version
java version "1.6.0_05-ea"
Java(TM) SE Runtime Environment (build 1.6.0_05-ea-b04)
Java HotSpot(TM) Client VM (build 1.6.0_05-ea-b04, mixed mode, sharing)