Sun Microsystems 820682310 manual Issues Related to asadmin, asadmin start-domain Command Fails

Page 31
Issues Related to asadmin

Issues Related to asadmin

getResource or getResourceAsStream, consider using getClass().getResource, which returns a URL object, then invoke the url.setUseCaches method to turn off caching for that jar file, and useurl.getInputStream() to obtain the stream.

Although turning off caching for access to the jar file can slow performance, this approach does allow the application to be undeployed or redeployed. Note also that if the getClass().getResourceAsStream method is used instead, then the jar file in which the resource is located is cached (this is the default Java runtime setting) and remains open until the server is stopped.

Issues Related to asadmin

asadmin start-domain Command Fails

The command asadmin start-domain fails with one of the following errors:

Error: CLI143 There is more than one domain...

Error: Could Not Start Domain

Error: CLI143 There is more than one domain...

Description

When issued with no arguments, the command asadmin start-domain fails with the error:

CLI143 There is more than one domain in C:\\Sun\\AppServer\\domains.

Please use operand to specify the domain.

CLI156 Could not start the domain null.

This error occurs when there is more than one domain in the domains directory, none of them is named domain1, and no domain is specified with the start-domain command.

Solution

Specify the domain when issuing the start-domain command:

asadmin start-domain domain-name

For example:

asadmin start-domain mycustomdomain

Chapter 2 • Specific Issues

31

Image 31
Contents Sun GlassFish Enterprise Server v3 Prelude Troubleshooting GuideSun Microsystems, Inc 4150 Network Circle Santa Clara, CA U.S.A This distribution may include materials developed by third parties 1 Overview of Enterprise Server Troubleshooting ContentsWas Application Deployment Successful? Administration FAQs How Do I Use Update Tool to Extend My Enterprise Server Installation? Update Tool FAQsIndex “Enterprise Server Documentation Set” on page “Symbol Conventions” on page “Default Paths and File Names” on pagePreface Enterprise Server Documentation SetContinued TABLE P-1 Books in the Enterprise Server Documentation SetTypographic Conventions Related Documentationhttp//developers.sun.com/javadb Symbol Conventions Symbol ConventionsDefault Paths and File Names The following table explains symbols that might be used in this bookSearching Sun Product Documentation Documentation, Support, and TrainingThird-Party Web Site References Sun Welcomes Your Comments First Steps Identifying the Problem“Identifying the Problem” on page “Troubleshooting Tools” on page “Where to Go for More Information” on pageSearch the GlassFish Mailing Lists and Forums Verify System Requirements and ConfigurationReview Known Issues Search the Product DocumentationSearch the SunSolve Knowledgebase When Does the Problem Occur?What Is Your Environment? Gathering InformationWhat Is Different? What Is Your System Configuration?Examining Log Files “Operating System Utilities” on page Troubleshooting ToolsMonitoring the System Operating System UtilitiesTo Obtain a Server Thread Dump Type the following commandStack Traces and Thread Dumps VisualVMWhere to Go for More Information Page “Cannot Access Remote Server” on page Specific IssuesCannot Access Local Server http//localhost8080 “Cannot Access Local Server http//localhost8080” on pageDescription To Determine Which Port Number the Server Is Actually UsingDid the Server Start? Was the Server Started at the Expected Port?“Is the Proxy Setting Causing a Problem?” on page Cannot Access Remote ServerIs the Proxy Setting Causing a Problem? SolutionIs the Application Server Running? Cannot Access the Administration Console“Is the Administration Console Running on the Expected Port?” on page “Is the Security Manager Disabled?” on page“Administrator User Name or Password Not Known” on page Cannot Access a Server ApplicationIs the Administration Console Running on the Expected Port? Is the Security Manager Disabled?1 Stop the server, if it is currently running Administrator User Name or Password Not KnownTo Remove the User Name and Password Completely Was Application Deployment Successful?7 Uncomment the security-constraint element in the web.xml file 8 Restart the server for the new user name-password to take effectServer Will Not Start on Windows Port Conflict 4 Start the serverDescription SolutionTwo Server Instances Bind to Same Port on Windows Has an Ungraceful Shutdown Occurred on a Previously Running Server?Error When Deploying EAR Issues Related to ApplicationsCannot Produce a JVM Thread Dump After Server Crash http//blogs.sun.com/quinn/entry/deploymentinglassfishv3prelude Cannot Find SunDeploymentManagerSolution Issues Related to asadminasadmin start-domain Command Fails Error CLI143 There is more than one domainError Could Not Start Domain Cannot Stop Domain Using asadmin stop-domainUsing asadmin set Command Might Produce Unexpected Results Issues Related to EclipseGeneral Installation Issues Related to Installation and UpgradeCannot Upgrade Cannot Deploy a Mail Session as a JNDI Resource Issues Related to JavaMailIssues Related to JNDI Cannot Configure JavaMail Resourcesjava.security.AccessControlException Access Issues Related to MySQLIssues Related to Security Exception When Creating MySQL Connection PoolMutual Authentication Not Working With the Application Client Page “Administration FAQs” on page “Application FAQs” on page Frequently Asked QuestionsAdministration FAQs Which asadmin Commands are Supported?How Do I Change Application Permissions? Application FAQsEclipse FAQs How Do I Debug Applications?How Do I Add Containers? Extensibility FAQsHow Do I Extend the Administration Console? How Do I Develop Add-On Components?What Java Persistence Support Is Available? Java Persistence FAQsJDBC FAQs Jersey FAQsThat Application? OpenESB FAQsRails and JRuby FAQs If I Deploy an Application Using the glassfishrailsGem documentation http//glassfishgem.rubyforge.org What Options Are Available for Running JRuby With Enterprise Server?Warbler information http//caldersphere.rubyforge.org/warbler Can I Change the Keystore Password? Security FAQsUpdate Tool FAQs What Happens When No Server Side Realm Is Configured?After you start your Enterprise Server instance, the default location for the Administration Console is http//localhost4848/ at least one Enterprise Server domain must be started before you can launch the Administration Console. Unless you declined to check for updates during installation, you will be notified of available updates in the message area. Update Tool can also be accessed on the command line by running the updatetool command in the as-install/bin directory. Extensive online help is provided for both versions Index