掲示板

Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

12年前 に Xavier Rodríguez によって更新されました。

Problem uploading files Liferay 6.1.0 - GA1 - Tomcat.

New Member 投稿: 21 参加年月日: 11/04/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 -
11年前 に enrico zanchetta によって更新されました。

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

New Member 投稿: 5 参加年月日: 12/03/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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Please try with 6.1.1 GA2. 6.1.0 GA1 was a little bit buggy.
thumbnail
10年前 に Manuel Hoyos によって更新されました。

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

Junior Member 投稿: 60 参加年月日: 12/06/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
10年前 に Juan Gonzalez によって更新されました。

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

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
Any error in logs?
thumbnail
10年前 に King N.B. によって更新されました。

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

New Member 投稿: 13 参加年月日: 13/08/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
10年前 に King N.B. によって更新されました。

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

New Member 投稿: 13 参加年月日: 13/08/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?