Discuss.FOLIO.org is no longer used. This is a static snapshot of the website as of February 14, 2023.

Error booting FOLIO vagrant box

Camila_Feitosa
27 Mar '18

I am using Vagrant 2.0.3 and VirtualBox 5.1.32r120294 on a server and when I try the command vagrant up I get the following error:

Captura%20de%20tela%20de%202018-03-27%2015-25-50

Any ideas on how to fix this?

xley
28 Mar '18

It might be a variation of this troubleshooting note: https://github.com/folio-org/folio-ansible/blob/master/doc/index.md#bios-virtualization-configuration

As the note says … “Good luck”.

Camila_Feitosa
28 Mar '18

Thank you! My infra team got that error figure out.
My next problem: I should be able to see the page localhost:3000, right? My server which contains FOLIO/stable box is not local, so I am trying to access using 10.0.20.45:3000 but I receive an empty page. When I try 10.0.20.45:9132 I receive “Missing Tenant”.

What am I missing?

xley
28 Mar '18

In future, please ask different questions as separate topics. That would be more visible, and someone else might assist.

Sorry, i cannot help with this one. I can run a box on my workstation, but do not know about across a network.

Camila_Feitosa
29 Mar '18

Sorry about that. I’ll keep in mind in the future.

I found a workaround: I connect to my server redirecting ports with -L 3000:localhost:3000 in the ssh command. Then, I access localhost:3000 in my workstation. It is a bit slow but works.
Hoping to find a permanent solution.