Foren

Pagination problem to see list of users in the control panel (Site Members)

Enrique Fernandez Rodriguez, geändert vor 7 Jahren.

Pagination problem to see list of users in the control panel (Site Members)

New Member Beiträge: 15 Beitrittsdatum: 25.02.13 Neueste Beiträge
Hi,
I have a problem with pagination. I have searched and not find any solution.

I want to see users who are in a site from the control panel and only shows me 20 from a total of more than 2000, pagination not show. Neither I can see the web content, sites... with pagination

Get the following error:
java.lang.StackOverflowError
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)
        at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:123)



For example if I view the portlet 'Site Members Directory' (p_p_id_187) on a page, Only show up to 20 results and nothing comes out of pagination.

For example in the capture1, I want to see users in the site. 20 users are listed only when more than 2,000 and I can not view pagination.
In the captura2 you can see that in another environment liferay if it is working properly and I think that environment settings are set equal

I tried reindexing but the problem is not solved.

Any suggestions? Is it a bug Liferay?

Thanks
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Which version of Liferay are you referring to here?
Enrique Fernandez Rodriguez, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

New Member Beiträge: 15 Beitrittsdatum: 25.02.13 Neueste Beiträge
David H Nebinger:
Which version of Liferay are you referring to here?

Liferay Portal Enterprise Edition 6.2.10 EE GA1
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
So first you should be updating your environment to 6.1 EE GA3 SP5 (or applying the patches to get there).

Running on such an old and out of date version, you're guaranteed to be hitting some number of bugs/issues for things which have already been fixed.

Can you try on GA3 SP5 and see if you have the same issue?
Enrique Fernandez Rodriguez, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

New Member Beiträge: 15 Beitrittsdatum: 25.02.13 Neueste Beiträge
David H Nebinger:
So first you should be updating your environment to 6.1 EE GA3 SP5 (or applying the patches to get there).

Running on such an old and out of date version, you're guaranteed to be hitting some number of bugs/issues for things which have already been fixed.

Can you try on GA3 SP5 and see if you have the same issue?


Hi,
I do not know when I can update the version or applying the new patches.

Also, my version is later than 6.1 , it is 6.2.1!!

I attached my patching info

Thanks for response
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Okay, well even so, upgrading to the latest SP (I think SP15 is out now) or applying the patches is still a good starting point.







Come meet me at the NAS!
Enrique Fernandez Rodriguez, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

New Member Beiträge: 15 Beitrittsdatum: 25.02.13 Neueste Beiträge
Yes, I will try to update

Does anyone know why this problem happens?
Thanks
Enrique Fernández Rodríguez, geändert vor 7 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb (Antwort)

New Member Beiträge: 15 Beitrittsdatum: 25.02.13 Neueste Beiträge
RESOLVED:
The problem was that we updated a jsp /html/taglib/ui/page_iterator/start.jsp for Hook and a copy of the original (start.portal.jsp) was corrupt. When we remove the hook, the jsp is not correct.

The solution was to put the original jsp (/html/taglib/ui/page_iterator/start.jsp), restart and redeploy the hook
Thanks
Digital Tumbler, geändert vor 3 Jahren.

RE: Pagination problem to see list of users in the control panel (Site Memb

New Member Beitrag: 1 Beitrittsdatum: 11.05.20 Neueste Beiträge
Enrique Fernández Rodríguez:

RESOLVED:
The problem was that we updated a jsp /html/taglib/ui/page_iterator/start.jsp for Hook and a copy of the original (start.portal.jsp) was corrupt. When we remove the hook, the jsp is not correct. tellthebell

The solution was to put the original jsp (/html/taglib/ui/page_iterator/start.jsp), restart and redeploy the hook
Thanks
Good one. Thanks for sharing a nice piece of info.