GlassFish v3 Error Message Reference
\

ACDEPL

This 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.

Cause

Default class loaders will not include files from this directory at runtime; also, as a result, these files be not downloaded to clients.

Solution

Please 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

Cause

The developer's sun-application-client.xml file marks the app client as ineligible for Java Web Start support.

Solution

If 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

Cause

The 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.

Solution

If 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})

Cause

TBD

Solution

TBD

----ACDEPL104 Java Web Start services stopped for the app client {0}

Cause

TBD

Solution

TBD

----ACDEPL105 Error starting the adapter to serve static system-level content

Cause

An unexpected internal system error occurred

Solution

Please consult the exception stack trace

----ACDEPL106 Attempt to replace existing static content for {0} with {1} which does not match the existing content {2}

Cause

This is an internal error.

Solution

Please 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

Cause

This is an internal error.

Solution

Please file an error with a reproducible test case.

----ACDEPL108 Config file for client JNLP not found: {0}

Cause

The config file does not exist.

Solution

The 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.

Cause

The config file might be protected from reading.

Solution

Make sure the config file protection settings permit the server to read it.

----ACDEPL110 Error processing client JNLP config file {0}

Cause

An error occurred attempting to process the config file's contents.

Solution

The 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.

Cause

The developer-provided JNLP content refers to a file as if the file is in the application but the server could not find the file.

Solution

Make 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

Cause

The 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.

Solution

Make sure the manifest of the JAR file correctly lists the extensions on which the JAR depends.