GlassFish v3 Error Message Reference ACDEPLThis page lists error messages with the ACDEPL prefix. See How to Contribute for more information about adding to and enhancing the information on this page. ----ACDEPL001 Directory URL {0} in the manifest Class-Path for {1} will not be honored; it does not end with a slash. CauseDefault class loaders will not include files from this directory at runtime; also, as a result, these files be not downloaded to clients. SolutionPlease make sure all such directory URLs in the Class-Path entry of JAR manifests have a trailing slash. ----ACDEPL101 Java Web Start services not started for the app client {0}; its developer has marked it as ineligible CauseThe developer's sun-application-client.xml file marks the app client as ineligible for Java Web Start support. SolutionIf users should be able to launch this client using Java Web Start, change the <java-web-start-support> 'enabled' attribute. ----ACDEPL102 Java Web Start services not started for the app client {0}; the administrator has disabled Java Web Start support for it CauseThe administrator disabled Java Web Start launches for the app client, either using '--properties java-web-start-enabled=false' during deployment or changing the properties afterwards. SolutionIf users should be able to launch this client using Java Web Start, either deploy the application again without --properties or adjust the configuration using the admin console or the asadmin 'set' command ----ACDEPL103 Java Web Start services started for the app client {0} (contextRoot: {1}) CauseTBD SolutionTBD ----ACDEPL104 Java Web Start services stopped for the app client {0} CauseTBD SolutionTBD ----ACDEPL105 Error starting the adapter to serve static system-level content CauseAn unexpected internal system error occurred SolutionPlease consult the exception stack trace ----ACDEPL106 Attempt to replace existing static content for {0} with {1} which does not match the existing content {2} CauseThis is an internal error. SolutionPlease file an issue with a reproducible test case. ----ACDEPL107 Attempt to add or retrieve content with URI {0} to HTTP adapter with context root {1} and user-friendly context root {2} rejected; URIs must fall within the adapter context root CauseThis is an internal error. SolutionPlease file an error with a reproducible test case. ----ACDEPL108 Config file for client JNLP not found: {0} CauseThe config file does not exist. SolutionThe file is part of the installation so this might be an internal error. Make sure you have not accidentally removed or renamed the config file. If not, please file an error with a reproducible test case. ----ACDEPL109 The config file for client JNLP {0} exists but could not be read. CauseThe config file might be protected from reading. SolutionMake sure the config file protection settings permit the server to read it. ----ACDEPL110 Error processing client JNLP config file {0} CauseAn error occurred attempting to process the config file's contents. SolutionThe contents of the file might be invalid or incorrectly formatted. Check to make sure the file includes valid property settings. ----ACDEPL111 Client JNLP document {0} refers to the static resource {1} that does not exist or is not readable. CauseThe developer-provided JNLP content refers to a file as if the file is in the application but the server could not find the file. SolutionMake sure the file is packaged in the application and that the reference to the file is correct. Then rebuild and redeploy the application. ----ACDEPL112 Error attempting to process extensions from the manifest of JAR file {0}; ignoring it and continuing CauseThe exception listed in the log file was thrown as the server tried to open the JAR file or process the extensions listed in its manifest. SolutionMake sure the manifest of the JAR file correctly lists the extensions on which the JAR depends. |