Hi, everything started... I had a minor hiccup with my local-bootstrap.sh file 
(it was looking in the wrong folder for AIPs) but otherwise I had a functioning 
DSpace installation. I've tweaked local-bootstrap.sh and am re-running it now. 
But, I think if you run vagrant destroy -f && vagrant up you'll be able to get 
going.

________________________________
From: Pottinger, Hardy J.
Sent: Wednesday, July 02, 2014 3:22 PM
To: Monika Mevenkamp; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] vagrant trouble

Hi, Monika, I'm trying to fire up a fresh clone of Vagrant-DSpace, just to see 
if it goes OK, and I notice that you've skipped a step in making a fresh start. 
You need to type

vagrant destroy

to destroy any previos Vagrant box, so you can re-provision a new box. I 
typically type this to start from scratch:

vagrant destroy -f && vagrant up

I'll reply again when things start up OK. You're right, it does take a while...

________________________________
From: Monika Mevenkamp [moni...@princeton.edu]
Sent: Wednesday, July 02, 2014 3:08 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] vagrant trouble

I tried to work inside vagrant to redo my pull request but was stopped in my 
tracks by vagrant acting up.

So I started from scratch.
Cloned a fresh copy from git
then vagrant up - this took a while;
then vagrant ssh, a bit of set up,
then creation of a top level community in the UI
that took and took and took more time. So I decided it was hanging,
my ssh session into the vagrant box became unresponsive as well,
so I did vagrant halt
then vagrant up which failed with the  nasty message below

my other vagrant box comes up just fine and vagrant ssh works as expected


tips anybody ?

Monika


=> default: Configuring and enabling network interfaces...
/Applications/Vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:392:in 
`await_response_state': dspace setup (RuntimeError)
    from 
/Applications/Vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:363:in 
`block (3 levels) in start_command'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:311:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:311:in
 `process'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in
 `block in preprocess'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in
 `each'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in
 `preprocess'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:205:in
 `process'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in
 `block in loop'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in
 `loop'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in
 `loop'
    from 
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:269:in
 `wait'
    from 
/Applications/Vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:279:in 
`upload!'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:211:in
 `block in upload'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:500:in
 `block in scp_connect'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:247:in
 `connect'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:498:in
 `scp_connect'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:205:in
 `upload'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/debian/cap/configure_networks.rb:40:in
 `block in configure_networks'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/debian/cap/configure_networks.rb:13:in
 `tap'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/debian/cap/configure_networks.rb:13:in
 `configure_networks'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in
 `capability'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/guest.rb:43:in
 `capability'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/network.rb:132:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:15:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:70:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/nfs/action_cleanup.rb:25:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:12:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:118:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/env_set.rb:19:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/provision.rb:76:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/set_name.rb:50:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_accessible.rb:18:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in
 `block in finalize_action'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `block in run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in
 `busy'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in
 `block in finalize_action'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `block in run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in
 `busy'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in
 `block in finalize_action'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `block in run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in
 `busy'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/box_check_outdated.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in
 `call'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `block in run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in
 `busy'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in
 `run'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/machine.rb:157:in
 `action'
    from 
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/batch_action.rb:72:in
 `block (2 levels) in run'






-- Monika Mevenkamp
phone: 609-258-4161
Lewis Library,Washington Road and Ivy Lane,
Princeton University, Princeton, NJ 08544
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to