I have a small problem with an Xpage Application and hope that someone has an
solution:
First some overview:
I have an ACL with 4 User Roles: Admin,User,No Access
In my case I change a Users Role for example from User to Admin.
then open an Xpage witch Uses Java classes I got the following error Message
Error 500
HTTPWeb Server: Could not Handled Exception
to solve this Problem I must “Clean” the project.
Does anyone have an idea how to solve this without cleaning? I mean how could a User solve this without a designer?
I would understand how to solve the problem with “clean and build the project”
here is the full error I got after changing the ACL:
The runtime has encountered an unexpected error.
Error source
Page Name:/ProjectsByName.xsp
Control Id: _id60
Exception
com.ibm.xsp.exception.EvaluationExceptionEx: Error while executing JavaScript computed expression
Error while executing JavaScript computed expression
Script interpreter error, line=1, col=27: [ReferenceError] 'de' not found
JavaScript code
1: var exUtils = new de.itwu.RessourceUtils();
2:
3: return exUtils.computeCountrybox();
► Stack Trace
the Stack trace is empty
an the Java-class is in Code/Java with the right package.
after a clean all works fine… nothing else like restarting the HTTP task on a server or restarting the hole server works
If your java classes is in the java design element move them to
web-inf\.