tmpFile.renameTo(classFile) failed | Community
Skip to main content
AdobeID24
New Participant
July 22, 2018
Solved

tmpFile.renameTo(classFile) failed

  • July 22, 2018
  • 3 replies
  • 2814 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

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

3 replies

AdobeID24
AdobeID24Author
New Participant
July 23, 2018

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 ?

edubey
edubeyAccepted solution
New Participant
July 22, 2018

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

arunpatidar
New Participant
July 22, 2018

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