dev@glassfish.java.net

Re: Fresh Source Build on GNU/Linux: configure-runtime fails

From: Dinesh Patil <dinesh.patil_at_Sun.COM>
Date: Tue, 21 Mar 2006 10:35:22 -0800

The derby changes to javadb is checked in yesterday, but nightly builds
didn't go through that's why you may not be able to get this changes if
you download only SNAPSHOT image or "maven bootstrap configure-runtime"
build this will fail.

So to fix this you need to checkout glassfish/bootstrap module and run
"maven bootstrap-all checkout build configure-runtime" which will not
have this problem.

thanks
Dinesh

Kedar Mhaswade wrote:

> I think this is related to the derby/javadb exercise.
> You were caught in an unfortunate situation.
> These changes are reverted AFAIK.
>
> A possible workaround:
> cd glassfish
> mv javadb derby
>
> Don't use the configure runtime target.
>
> use <glassfish>/bin/asadmin create-domain --adminport 4848 domain1
>
> It will prompt for admin password, enter "adminadmin".
> It will also prompt for master password, enter "changeit".
>
>
> Kedar
>
> Ed Burns wrote:
>
>> Hello,
>>
>> I just built Glassfish from an empty directory on GNU/Linux and the
>> configure-runtime step failed with the following error:
>>
>> configure-runtime:
>> Copying 1 file to
>> /home/edburns/Projects/J2EE/workareas/glassfish-workspace/publish/glassfish
>>
>> Current Java Version 1.5.0_06
>> Changing permissions on Linux
>> Using default port 3820 for IIOP_SSL.
>> Using default port 3920 for IIOP_MUTUALAUTH.
>> Using default port 8686 for JMX_ADMIN.
>> org.apache.derby.jdbc.EmbeddedDriver
>> CLI130 Could not create domain, domain1
>>
>> BUILD FAILED
>> File......
>> /home/edburns/Projects/J2EE/workareas/glassfish-workspace/glassfish/bootstrap/maven.xml
>>
>> Element... ant:ant
>> Line...... 248
>> Column.... 76
>> exec returned: 1
>> Total time: 20 seconds
>> Finished at: Tue Mar 21 13:01:41 EST 2006
>>
>> Can anyone help with this?
>>
>> I'm trying to verify Dinesh's fix for issue 97.
>>
>> P.S. You-all really need a Glassfish IRC channel.
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>