mytestbed / omf_web

OMF Visualisation
2 stars 3 forks source link

Problem Running Demo #12

Open crockct opened 8 years ago

crockct commented 8 years ago

I'm having an error running the demo: omf_web_server --example simple start

DEBUG FileContentRepository: Creating repo 'simple with top dir: /var/lib/gems/1.9.1/gems/omf_web-1.2.9/example/simple /var/lib/gems/1.9.1/gems/omf_web-1.2.9/lib/omf-web/rack/multi_file.rb:17:in `initialize': uninitialized constant OMF::Web::Rack::MultiFile::SEPS (NameError)

Has anyone seen this before? Any help appreciated.

andrepuschmann commented 8 years ago

Hey, I've come across the same issue and solved it by installing from source. This commit fixes the issue. However, I am still not able to run the demo because I am getting an undefined method error. Here is the log that I see in the browser:

NoMethodError at /tab undefined method `content' for nil:NilClass

Ruby /home/anpu/tmp/omf_web/lib/omf-web/theme/bright/page.rb: in content, line 38 Web GET localhost/tab

Any ideas how to fix this?

maxott commented 8 years ago

Andrew,

Thanks for reporting this. I'll have a look into it. @Colleen, sorry for not seeing your email earlier. Not sure why.

I started to dockerize all our services over the last few weekends which should flush out a few of those issues and should also make it easier to install in the future.

Stay tuned.

Cheers, -max

On Wed, Apr 13, 2016 at 8:59 PM Andre Puschmann notifications@github.com wrote:

Hey, I've come across the same issue and solved it by installing from source. This https://github.com/mytestbed/omf_web/commit/35d3bdbc8c8 commit fixes the issue. However, I am still not able to run the demo because I am getting an undefined method error. Here is the log that I see in the browser:

NoMethodError at /tab undefined method `content' for nil:NilClass

Ruby /home/anpu/tmp/omf_web/lib/omf-web/theme/bright/page.rb: in content, line 38 Web GET localhost/tab

Any ideas how to fix this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/mytestbed/omf_web/issues/12#issuecomment-209366501

andrepuschmann commented 8 years ago

Hey Max, just wondering whether there is an update for this available? Thanks