Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Running Demo #12

Open
crockct opened this issue Jan 21, 2016 · 3 comments
Open

Problem Running Demo #12

crockct opened this issue Jan 21, 2016 · 3 comments

Comments

@crockct
Copy link

crockct commented Jan 21, 2016

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
Copy link

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
Copy link
Member

maxott commented Apr 13, 2016

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 [email protected]
wrote:

Hey, I've come across the same issue and solved it by installing from
source. This 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
#12 (comment)

@andrepuschmann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants