Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Sidebar/siderail not coming in touchUI mode

Avatar

Level 2

In my instance(http://localhost:4502/editor.html/content/anypage) the siderail option is not coming and the whole toolbar(marked in yellow) is not working. Its working with another instance(http://localhost:4512/editor.html/content/anypage).

The Edit dropdown, Preview and Annotate are also not working.

red

Error.log is giving this:

16.03.2017 12:22:00.616 *WARN* [0:0:0:0:0:0:0:1 [1489647120248] GET /editor.html/content/geometrixx/en.html HTTP/1.1] libs.granite.ui.components.foundation.admin.page.page$jsp @deprecated /libs/granite/ui/components/foundation/admin/page; Shell 1.0 components are deprecated. 16.03.2017 12:22:00.731 *WARN* [0:0:0:0:0:0:0:1 [1489647120248] GET /editor.html/content/geometrixx/en.html HTTP/1.1] libs.granite.ui.components.foundation.admin.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/toolbar; Shell 1.0 components are deprecated. 16.03.2017 12:22:00.757 *WARN* [0:0:0:0:0:0:0:1 [1489647120248] GET /editor.html/content/geometrixx/en.html HTTP/1.1] libs.granite.ui.components.foundation.admin.layouts.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/layouts/toolbar; Shell 1.0 components are deprecated.
How to bring back the siderail in touchUI?
1 Accepted Solution

Avatar

Correct answer by
Level 1

Issue solved.. The annotate js was corrupted.. Installed the package for the path : /libs/cq/gui/components/authoring/editors/clientlibs/plugin/annotate

Things are back on track...

0 Replies

Avatar

Level 1

I am also facing the same problem. All of a sudden, the side panel stopped working, edit, annotate no more in function.

Did you get the solution?

************************************************Error log***************************************************************************

24.03.2017 13:13:45.141 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.page.page$jsp @deprecated /libs/granite/ui/components/foundation/admin/page; Shell 1.0 components are deprecated.
24.03.2017 13:13:45.147 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/toolbar; Shell 1.0 components are deprecated.
24.03.2017 13:13:45.148 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.layouts.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/layouts/toolbar; Shell 1.0 components are deprecated.

Avatar

Level 3

hemant_1991 wrote...

I am also facing the same problem. All of a sudden, the side panel stopped working, edit, annotate no more in function.

Did you get the solution?

************************************************Error log***************************************************************************

24.03.2017 13:13:45.141 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.page.page$jsp @deprecated /libs/granite/ui/components/foundation/admin/page; Shell 1.0 components are deprecated.
24.03.2017 13:13:45.147 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/toolbar; Shell 1.0 components are deprecated.
24.03.2017 13:13:45.148 *WARN* [127.0.0.1 [1490341425137] GET /editor.html/content/aia-sg-stp/en/lufthansa-test.html HTTP/1.1] libs.granite.ui.components.foundation.admin.layouts.toolbar.toolbar$jsp @deprecated /libs/granite/ui/components/foundation/admin/layouts/toolbar; Shell 1.0 components are deprecated.

 

 

Could you try using the incognito mode of browser and check if the functionality works ? The side panel toggle button is hidden in preview mode.

Also, could you share the browser console logs ?

Avatar

Correct answer by
Level 1

Issue solved.. The annotate js was corrupted.. Installed the package for the path : /libs/cq/gui/components/authoring/editors/clientlibs/plugin/annotate

Things are back on track...

Avatar

Level 1

What package was that ? Where to get that package ?

Evan I am facing the issue similar to the above one.

Avatar

Level 1

Hi arjitbansal,

 

Please go to system/console/configMgr and search "Apache Sling main servlet" and increase the "Number of Calls per Request: 2000" from 1000 to 2000 or 3000 and save it and refresh the page and check it will work, same issue i had and its got resolved. Thank you.