留言板

Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

Xavier Rodríguez,修改在12 年前。

Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

New Member 帖子: 21 加入日期: 11-4-26 最近的帖子
Hi,

I've just installed Liferay 6.1.0 - GA1 Tomcat bundled. I can't upload any file in "Control panel" -> "Documents and Media" --> "add" --> "Multiple Documents". I see the error: "An unexpected error occurred while uploading your file.".

It works fine if I upload a file as a "Basic document". The logs doesn't show any exception.

Any idea about it?

Best regards,

- Xavier -
enrico zanchetta,修改在11 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

New Member 帖子: 5 加入日期: 12-3-29 最近的帖子
Hi,
I've the same problem with Liferay bundle 6.1.0 ce ga1 with Firefox 14.0.1 (i don t know with previous version).
The problem is only with the Linux and into log catalaina.out there are not error

When i try a upload there is this error:
An unexpected error occurred while uploading your file.

Any idea? I tired with other flash player version but unsuccessfully

Best Regards
Enrico
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Please try with 6.1.1 GA2. 6.1.0 GA1 was a little bit buggy.
thumbnail
Manuel Hoyos,修改在10 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

Junior Member 帖子: 60 加入日期: 12-6-11 最近的帖子
Hello!

I have the same problem in the 6.1.1 CE GA2. Any idea?

This occurs in windows and linux, with Mozilla Firefox 20

Thanks
thumbnail
Juan Gonzalez,修改在10 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Any error in logs?
thumbnail
King N.B.,修改在10 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

New Member 帖子: 13 加入日期: 13-8-28 最近的帖子
Also I am facing same problem on Liferay 6.1 GA3 - Tomcat
I detailed the situation.

+ Client machine
OS : Windows7
Browser I tried : Firefox(14.0.1), Firefox(23.0.1), Safari(5.1.7), Chrome(29.0), IE8

+ Liferay 6.1 GA3 with Tomcat bundle
RHEL 6.4

==============
<<Steps>>
Document & Media portlet, add documents and select files
|
When Firefox(14.0.1), Firefox(23.0.1), Safari(5.1.7),
There are error message : An unexpected error occurred while uploading your file.

On the other hand, Chrome(29.0), IE8 successfully upload files.

====================================

Does anybody have an idea to solve this issue?
According to the Support Matrix v6.1, https://www.liferay.com/documents/14/21598941/Support+Matrix+v6.1
Liferay supports browsers (Chrome 21, Firefox 14, Internet Explorer 9, Internet Explorer 8, Safari 5.1)

Best regards
thumbnail
King N.B.,修改在10 年前。

RE: Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

New Member 帖子: 13 加入日期: 13-8-28 最近的帖子
Finally, I know how this issue occurs.

When I use Firefox or Safari, and protocol uses SSL(https) but don't apply SSL certificate to the server
#at this time, some browsers warn "This site is not secure". But in development environment, not supposed to buy SSL certificate.

Then I uploaded files and it returns above errors.

When I applied SSL certificate and connect https, file upload is successfully completed. Also I use HTTP (not https) protocol, also file upload is completed.
On the other hand, using SSL protocol but no correct SSL certificate is applied, this returns above error.

Does anybody comment this issue whether it is correct?