Hi there.
I’m new to razuna. I download the last 1.8 zip and installed it on my ubuntu box. I have Oracle Java 8 jre.
I have a problem uploading images from tenant. In fact, I can upload a TXT document without issue, but when I’m trying to upload a simple small image, the GUI displays me ‘the upload of the image ZZZ is still in progress’. I check into the incoming folder and the image is in there. Not into the ‘assets’ directory (default location).
From the logfile I can see that :
Source
44: <!— Save content —>
45:
46:
47:
An error occurred: http://#cgi.server_name##cgi.script_name#?#cgi.query_string#
48: Time: #dateFormat(now(), “short”)# #timeFormat(now(), “short”)#
^ Snippet from underlying CFML source
Stack Trace
java.lang.NullPointerException
at org.apache.catalina.connector.Request.getServletContext(Request.java:1655)
at org.apache.catalina.connector.Request.getContextPath(Request.java:2013)
and
addassetthread (/tmp/ra/razuna_tomcat_1_8/tomcat/webapps/razuna/global/cfc/assets.cfc, Line=1794, Column=1)
|
±-processImgFile (/tmp/ra/razuna_tomcat_1_8/tomcat/webapps/razuna/global/cfc/assets.cfc, Line=2694, Column=1)
|
±-importimagesthread (/tmp/ra/razuna_tomcat_1_8/tomcat/webapps/razuna/global/cfc/assets.cfc, Line=2907, Column=1)
Detail Error at line 1, column 45
Tag Context CFSET (/tmp/ra/razuna_tomcat_1_8/tomcat/webapps/razuna/global/cfc/assets.cfc, Line=3100, Column=3)
Can you help me?
edit : I try right now using Java 7 and razuna 1.7 and it works. So I assume it is a razuna 1.8 issue