Hi.
I have install GF V2.1 in AIX Version 5, and JVM 1.5 (IMB)
When execute lib/ant/bin/ant -f setup.xml, generte next error:
before the data are correct this error
..
....
create.domain:
[exec] Using port 4848 for Admin.
[exec] Using port 8080 for HTTP Instance.
[exec] Using port 7676 for JMS.
[exec] Using port 3700 for IIOP.
[exec] Using port 8181 for HTTP_SSL.
[exec] Using default port 3820 for IIOP_SSL.
[exec] Using default port 3920 for IIOP_MUTUALAUTH.
[exec] Using default port 8686 for JMX_ADMIN.
[exec] Domain being created with profile:developer, as specified by variable AS_ADMIN_PROFI
LE in configuration file.
[exec] ------ Using Profile [developer] to create the domain ------
[exec] XML processing for profile: Base document [/swutility/glassfish/lib/install/template
s/default-domain.xml.template]. Profile name [developer]. Processing property [domain.xml.style-
sheets].
[exec] The file in given locale [es_CO] at: [/swutility/glassfish/lib/install/templates/loc
ales/es_CO/index.html] could not be found. Using default (en_US) index.html instead.
[exec] Security Store uses: JKS
[exec] null
BUILD FAILED
/swutility/glassfish/setup.xml:177: The following error occurred while executing this line:
/swutility/glassfish/setup.xml:607: exec returned: 1
The line in setup.xml is:
<target name="create.domain" depends="setup.init,set.env,remove.domain.xml">
<exec executable="${ASADMIN}" failonerror="true"> [b]THIS ERROR LINE[/b]
<arg line="create-domain" />
<arg line="--adminport ${admin.port}" />
<arg line="--instanceport ${instance.port}" />
<arg line="--user ${admin.user}" />
<arg line="--passwordfile "${adminpassfile}"" />
<arg line="--domainproperties orb.listener.port=${orb.port}:jms.port=${imq.port}:http.ssl.port=${https.port}" />
<arg line="--savelogin" />
<arg line="${domain.name}" />
</exec>
<delete file="${adminpassfile}" />
</target>
And if I use the command asadmin create-domain domain1 the error is equal
I need yo help
Tanks
[Message sent by forum member 'jcamilodo' (jcamilodo)]
http://forums.java.net/jive/thread.jspa?messageID=341076