Foren

Setting up liferay 6.1.1GA +tomcat bundle and using welcome-theme

Sarit Zeidman, geändert vor 11 Jahren.

Setting up liferay 6.1.1GA +tomcat bundle and using welcome-theme

New Member Beiträge: 2 Beitrittsdatum: 11.09.12 Neueste Beiträge
Hi!
I am testing the liferay 6 welcome theme.
All i did is:
1. unzipped it on RH6 with Java7
2. configured my own DB in portal-ext.properties
3. ran tomcat

The server is up and running and i loaded the default site (welcome theme is loaded)
However, I almost instantly get an exception in the log:
14:46:36,950 ERROR [http-bio-8080-exec-6][ImageImpl:66] Error reading image 10519
com.liferay.portlet.documentlibrary.NoSuchFileException: /home/pp3_old/liferay-portal-6.1.1-ce-ga2/data/document_library/0/0/10519.gif/1.0
at com.liferay.portlet.documentlibrary.store.FileSystemStore.getFileAsStream(FileSystemStore.java:215)
at com.liferay.portlet.documentlibrary.store.BaseStore.getFileAsStream(BaseStore.java:354)

document library is empty (of course, i put nothing there) and images are not loading from there.
Can anyone help telling me how to fill the document library?