users@glassfish.java.net

Re: cleanest upgrade path from early V3 to FCS

From: vince kraemer <Vince.Kraemer_at_Sun.COM>
Date: Fri, 11 Dec 2009 18:09:20 -0800

Once more... with FEELING!

I think the command is

/v3/bin/asadmin start-domain --domaindir /oldv3/domains domain1

vbk
 


Hassan Schroeder wrote:
> On Fri, Dec 11, 2009 at 5:17 PM, Kedar Mhaswade <Kedar.Mhaswade_at_sun.com> wrote:
>
>
>> Now, you should simply do:
>>
>> /v3/bin/asadmin start-domain --domaindir /oldv3/domains/domain1
>>
>
> glassfish-v3-web]$ ./bin/asadmin start-domain --domaindir
> ../glassfish-01/glassfish/domains/domain1
> CLI303 There is more than one domain in
> ../glassfish-01/glassfish/domains/domain1. You must specify one
> domain as an operand.
> Command start-domain failed.
>
> Uh, what???
>
>
I think the start-domain command was trying to figure out which of the
subdirectories of glassfish-01/glassfish/domains/domain1 is the domain
you want to start...

>> and if all goes well, the domain1 will be "upgraded" to use the new
>> v3 FCS binaries and code.