This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: java.lang.NullPointerException | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:547) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:529) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:634) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: java.lang.RuntimeException: Script '/hasLinkedViewAccess' does not return boolean | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:547) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:529) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:634) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Get the first assessments that link to the current one, and grant access if we can view it | |
| def currentuser = context.getUser(); // The current user object | |
| def assessment = args["assessment"]; | |
| def incoming_links = assessment.getLinksTo(); | |
| if( incoming_links ) | |
| { | |
| def first_incoming = incoming_links[0]; // We assume only one incoming link |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Expression file.origName is undefined on line 12, column 19 in components/FileUploadComponent_assessment. | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Expression file.origName is undefined on line 12, column 19 in components/FileUploadComponent_assessment. | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Expression component.getPublicFileInfo( assessment ) is undefined on line 9, column 16 in components/FileUploadComponent_assessment. | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Expression component.getPublicFileInfo( assessment ) is undefined on line 9, column 16 in components/FileUploadComponent_assessment. | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: java.lang.NullPointerException | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: java.lang.NullPointerException | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:185) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:551) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:533) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:638) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.faulkner.elastic.apps.Helpers; | |
| import com.faulkner.elastic.apps.services.Securable; | |
| import com.faulkner.elastic.apps.transactions.TransactionCache; | |
| import java.util.HashSet; | |
| // script used to determine access to the user profiles | |
| def currentuser = context.getUser(); // The current user object | |
| // If the current user has Manage Users permission, they can see all profile assessments. |
OlderNewer