error in installing/refreshing ace on appliance
Reported by Deleted User | February 3rd, 2009 @ 06:42 AM | in 1.0.0.Beta2
[root@localhost ~]# grep -i error /var/log/ace/install.log Tue Feb 03 16:22:01 -0500 2009 //jboss-as5::appliance/Augeas[jbossasconf]/returns (err): change from need_to_run to 0 failed: Error sending command 'set' with params ["/files/etc/jboss-as5.conf/JBOSS_GOSSIP_HOST"]/can't convert nil into String at /usr/share/ace/appliances/jboss-as5-appliance/manifests/appliance.pp:45
Comments and changes to this ticket
-
bob (at oddthesis) February 3rd, 2009 @ 06:54 AM
I think this is a failure for lacking an injecting /etc/vm2-boot-data.conf (or whatever we call the metadata under vm2)
Adjusting the facter fact for it (to return an empty string perhaps) or the puppet rule to avoid setting if $jboss_gossip_host is nil.
-
Deleted User February 12th, 2009 @ 07:26 AM
- State changed from new to resolved
Done in ace branch.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
**We moved**
Read more here: http://community.jboss.org/docs/DOC-14372
People watching this ticket
Referenced by
- 17 after appliance start jboss as is binding to 127.0.0.1 This is probably connected to #16
- 17 after appliance start jboss as is binding to 127.0.0.1 Resolved, as indeed it was dependent on #16.