You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Sora Lee (JIRA)" <ji...@apache.org> on 2017/02/01 09:46:51 UTC

[jira] [Created] (ZEPPELIN-2039) Update gh-site dependencies

Sora Lee created ZEPPELIN-2039:
----------------------------------

             Summary: Update gh-site dependencies
                 Key: ZEPPELIN-2039
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2039
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Sora Lee
            Assignee: Sora Lee
            Priority: Minor


I faced this problem when starting the gh-site server.
This issue is similar with [ZEPPELIN-813|https://issues.apache.org/jira/browse/ZEPPELIN-813].

{code}
$ bundle exec jekyll serve --watch
/var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::TimeoutError is deprecated
/var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/runner.rb:365:in `block in require_program': program version required (Commander::Runner::CommandError)
	from /var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/runner.rb:364:in `each'
	from /var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/runner.rb:364:in `require_program'
	from /var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/runner.rb:52:in `run!'
	from /var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/delegates.rb:7:in `run!'
	from /var/lib/gems/2.3.0/gems/commander-4.1.5/lib/commander/import.rb:10:in `block in <top (required)>'
/var/lib/gems/2.3.0/gems/safe_yaml-0.9.7/lib/safe_yaml/syck_node_monkeypatch.rb:42:in `<top (required)>': uninitialized constant Syck (NameError)
	from /var/lib/gems/2.3.0/gems/safe_yaml-0.9.7/lib/safe_yaml.rb:200:in `require'
	from /var/lib/gems/2.3.0/gems/safe_yaml-0.9.7/lib/safe_yaml.rb:200:in `<module:YAML>'
	from /var/lib/gems/2.3.0/gems/safe_yaml-0.9.7/lib/safe_yaml.rb:132:in `<top (required)>'
	from /var/lib/gems/2.3.0/gems/jekyll-1.3.0/lib/jekyll.rb:21:in `require'
	from /var/lib/gems/2.3.0/gems/jekyll-1.3.0/lib/jekyll.rb:21:in `<top (required)>'
	from /var/lib/gems/2.3.0/gems/jekyll-1.3.0/bin/jekyll:7:in `require'
	from /var/lib/gems/2.3.0/gems/jekyll-1.3.0/bin/jekyll:7:in `<top (required)>'
	from /usr/local/bin/jekyll:23:in `load'
	from /usr/local/bin/jekyll:23:in `<main>'
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)