Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

tmpFile.renameTo(classFile) failed

Avatar

Level 7

tmpFile.renameTo(classFile) failed

Cannot serve request to /sites.html in /libs/foundation/components/primary/cq/Page/Page.jsp

I am getting this error for AEM 6.1..what can be done ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

One reason it happens is- the user with which AEM is running (has been started by) does not have proper rights in OS

View solution in original post

3 Replies

Avatar

Community Advisor

Hi,

Try to recompile JSPs and try reload page.

you can recompiled JSP from Felix console i.e. 

http://localhost:4502/system/console/slingjsp 

You can find all JSP compiler classes at

http://localhost:4502/system/console/fsclassloader

Thanks

Arun



Arun Patidar

Avatar

Correct answer by
Level 10

One reason it happens is- the user with which AEM is running (has been started by) does not have proper rights in OS

Avatar

Level 7

Thanks for reply.

But how i can resolve this issue .

Is there any way to provide proper rights .

JFYI : I have not changed anything in my system and have not upgraded any OS .

AEM was working fin over my machine suddenly it is behag like that.

Please provide any solution ?