subprocess termination: sun java domain


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users subprocess termination: sun java domain
# 1  
Old 01-25-2011
subprocess termination: sun java domain

I have only one domain in my sun java apps. I restarted however I got the error below

server failed to stop: abnormal subprocess termination
could not stop domain
could not stop domain
could not stop one or more instances in the domain: domain1
starting up myapplication
instance domain1:admin-server started
instance domain1: domain1server started

Why do I have the error above but it after a while my application started? I only have one domain and instance. pls dvise.

---------- Post updated at 10:34 AM ---------- Previous update was at 10:29 AM ----------

Sun ONE Application Server 7.0.0_04
list-instances --domain domain1
admin-server <running>
domain1server <running>
asadmin>
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
asadmin-stop-domain(1AS)					   User Commands					  asadmin-stop-domain(1AS)

NAME
asadmin-stop-domain, stop-domain - stops the given domain SYNOPSIS
stop-domain [--domaindir install_dir/domains][--terse=false] [--echo=false] [domain_name] stop-domain stops the specified domain. If there is only one domain in the default domain directory (install_dir/domains), then no operand is required to stop the domain. However, if there is more than one domain, the domain operand must be specified. This command is supported in local mode only. OPTIONS
--domaindir directory where the domain is to be stopped. If specified, path must be accessible in the filesystem. If not speci- fied, the domainis stopped in the default install_dir/domains directory. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. OPERANDS
domain_name name of the domain. Must be a unique name. Example 1: Using stop-domain asadmin> stop-domain sampleDomain Stoping Domain sampleDomain, please wait Domain sampleDomain stopped Command stop-domain executed successfully Where: the sampleDomain domain in the default domains directory is stopped. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-domain(1AS), asadmin-delete-domain(1AS), asadmin-start-domain(1AS), asadmin-list-domains(1AS) J2EE 1.4 SDK March 2004 asadmin-stop-domain(1AS)