Jump to content

Recommended Posts

Posted

Hi,

 

I believe my ruby app requires the mongrel gem for your server and needs

bundle install run from the terminal? Otherwise, I'm not quite sure why it

won't run, it works from localhost fine.

 

Thanks so much,

 

Ben Greenberg

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Posted

Hi,

 

My main domain is trumpfilter.heliohost.org and my username is ravben.

 

Thanks!

 

Ben

 

On Wed, Jun 28, 2017 at 10:55 AM, Heliohost Support

wrote:

 

> What is your username or main domain?

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Posted

Thank you. Do you have any insight as to why my Ruby app is not running?

When I click run, it tells me in a green indication box that's running, but

the status never changes from not running.

 

On Wed, Jun 28, 2017 at 11:04 AM, Heliohost Support

wrote:

 

> You can install Ruby Gems at https://johnny.heliohost.org:

> 2083/frontend/paper_lantern/module_installers/main.html?lang=rubyBut

> mongrel 1.1.5 is already installed systemwide.

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Posted

http://trumpfilter.heliohost.org:12098/

 

On Wed, Jun 28, 2017 at 11:11 AM, Heliohost Support

wrote:

 

> What is the URL for your ruby script?

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Posted

Just did it at: http://trumpfilter.heliohost.org/trumpfilter

 

On Wed, Jun 28, 2017 at 11:23 AM, Heliohost Support

wrote:

 

> You won't be able to access your Ror application directly by the port like

> that. You need to create a url rewrite through cpanel. You can do that here

> https://johnny.heliohost.org:2083/frontend/paper_lantern/

> ror/createrewrite.html

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Posted

For troubleshooting you can find your RoR log files in:

 

/home/ravben/rails_apps/trump_filter/log/

 

In this case the error seems to be:

 

/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- bundler/setup (LoadError)

 

Googling that error results in this:

 

https://stackoverflow.com/questions/7262305/ruby-in-gem-original-require-no-such-file-to-load-cloudyscripts-loaderror

Posted

Thank you, that was very helpful! Much appreciated.

 

On Wed, Jun 28, 2017 at 11:39 AM, Heliohost Support

wrote:

 

> For troubleshooting you can find your RoR log files

> in:/home/ravben/rails_apps/trump_filter/log/In this case the error seems

> to be:/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in

> `gem_original_require': no such file to load -- bundler/setup

> (LoadError)Googling that error results in this:https://stackoverflow.

> com/questions/7262305/ruby-in-gem-original-require-no-such-

> file-to-load-cloudyscripts-loaderror

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

 

Is Sinatra gem supported on your server? I tried to install it through

CPanel and get back that it requires a newer version of Ruby.

 

On Wed, Jun 28, 2017 at 11:43 AM, Heliohost Support

wrote:

 

> Thank you, that was very helpful! Much appreciated.

> On Wed, Jun 28, 2017 at 11:39 AM, Heliohost Support

> wrote:

> > For troubleshooting you can find your RoR log files

> > in:/home/ravben/rails_apps/trump_filter/log/In this case the error seems

> > to be:/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in

> > `gem_original_require': no such file to load -- bundler/setup

> > (LoadError)Googling that error results in this:https://stackoverflow.

> > com/questions/7262305/ruby-in-gem-original-require-no-such-

> > file-to-load-cloudyscripts-loaderror

> >

> > You may view the status of your ticket by visiting:

> >

> > http://www.helionet.org/index/index.php?showtopic(625

> >

> > Thank you,

> > Heliohost support

> > http://www.heliohost.org/

> > http://www.helionet.org/

> >

> >

> --

> Rabbi Ben Greenberg

> bengreenberg@gmail.com

> www.bengreenberg.org

> --------------------------

> The content of this e-mail may be privileged and confidential and is

> intended only for the identified individual or entity. If you are not the

> intended recipient or are not responsible for passing this e-mail to the

> intended recipient, then you are hereby notified that any use, copying,

> dissemination or distribution of this e-mail is strictly prohibited,

> without explicit written and/or verbal permission.

>

> You may view the status of your ticket by visiting:

>

> http://www.helionet.org/index/index.php?showtopic(625

>

> Thank you,

> Heliohost support

> http://www.heliohost.org/

> http://www.helionet.org/

>

>

 

--

Rabbi Ben Greenberg

bengreenberg@gmail.com

www.bengreenberg.org

--------------------------

The content of this e-mail may be privileged and confidential and is

intended only for the identified individual or entity. If you are not the

intended recipient or are not responsible for passing this e-mail to the

intended recipient, then you are hereby notified that any use, copying,

dissemination or distribution of this e-mail is strictly prohibited,

without explicit written and/or verbal permission.

Guest
This topic is now closed to further replies.
×
×
  • Create New...