Details
-
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Master
-
None
Description
Step to reproduce:
- Add a web content structure with an Upload field
- Add a web content based on new structure
- Click the Select button of Upload field
Expected Results:
The modal should be rendered well.
Actual Results:
The Document Selector is temporarily unavailable. Additionallly, the following error is thrown in server console
2021-01-22 10:00:30.039 ERROR [http-nio-8080-exec-6][PortletRequestDispatcherImpl:304] Unable to dispatch request: com.liferay.portal.kernel.exception.SystemException: java.lang.IllegalArgumentException: Positional parameter does not exist: 2 in query: SELECT COUNT(DISTINCT DLFileVersion.fileEntryId) AS COUNT_VALUE FROM DLFileVersion WHERE (DLFileVersion.groupId = ?) AND (DLFileVersion.status = ?) AND ((DLFileVersion.folderId = 39298)) 2021-01-22 10:00:30.041 ERROR [http-nio-8080-exec-6][PortletServlet:119] javax.portlet.PortletException: org.apache.jasper.JasperException: com.liferay.portal.kernel.exception.SystemException: java.lang.IllegalArgumentException: Positional parameter does not exist: 2 in query: SELECT COUNT(DISTINCT DLFileVersion.fileEntryId) AS COUNT_VALUE FROM DLFileVersion WHERE (DLFileVersion.groupId = ?) AND (DLFileVersion.status = ?) AND ((DLFileVersion.folderId = 39298)) javax.portlet.PortletException: org.apache.jasper.JasperException: com.liferay.portal.kernel.exception.SystemException: java.lang.IllegalArgumentException: Positional parameter does not exist: 2 in query: SELECT COUNT(DISTINCT DLFileVersion.fileEntryId) AS COUNT_VALUE FROM DLFileVersion WHERE (DLFileVersion.groupId = ?) AND (DLFileVersion.status = ?) AND ((DLFileVersion.folderId = 39298)) at com.liferay.portlet.internal.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:307) at com.liferay.portlet.internal.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:123) at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:571) at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:587) at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.doView(MVCPortlet.java:177) at com.liferay.portal.kernel.portlet.LiferayPortlet.doDispatch(LiferayPortlet.java:302)
Reproduced on:
Tomcat 9.0.37 + MySQL 5.7. Portal master GIT ID: a9c7b417e8ef81cb4e42d79359abdb1d7121aba0.
Attachments
Issue Links
- duplicates
-
LPS-126500 Unable to create Web Content with "Upload" structure field
- Closed
-
LPS-126711 Upload field is broken
- Closed
- is related to
-
LPS-125994 The User Personal Folder tab is missing in Upload field
- Closed