Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Stuck with bundler08 problem.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim Inman  
View profile  
 More options Jan 14 2011, 2:23 pm
From: Tim Inman <tim.in...@gmail.com>
Date: Fri, 14 Jan 2011 19:23:02 +0000
Local: Fri, Jan 14 2011 2:23 pm
Subject: Stuck with bundler08 problem.

Hi everyone,

My mac had an unrecoverable error this week, fortunately I was able to back
up my files before erasing the drive and reinstalling OSX.
I reinstalled the google-appengine gem, but haven't get things working right
yet.

appcfg.rb generate_app . in my applications directory generates:

=> Bundling gems
ERROR:  While executing gem ... (RuntimeError)
    Unknown command bundle

My first guess was something like a problem with paths and ruby finding
executables, but I'm not getting anywhere on my own.  Any ideas?

Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Inman  
View profile  
 More options Jan 14 2011, 5:45 pm
From: Tim Inman <tim.in...@gmail.com>
Date: Fri, 14 Jan 2011 22:45:34 +0000
Local: Fri, Jan 14 2011 5:45 pm
Subject: Re: Stuck with bundler08 problem.

Additionally, I'm now using rubygems version 1.4.2? Can anyone confirm if
bundler08 is working with rubygems1.4.2?

Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
winfield  
View profile  
 More options Feb 1 2011, 11:52 pm
From: winfield <winfield...@gmail.com>
Date: Tue, 1 Feb 2011 20:52:31 -0800 (PST)
Local: Tues, Feb 1 2011 11:52 pm
Subject: Re: Stuck with bundler08 problem.
rubygems above 1.4 not working for me either

I downgrade to 1.3.7 to solve it.

On Jan 15, 6:45 am, Tim Inman <tim.in...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Inman  
View profile  
 More options Feb 4 2011, 2:50 am
From: Tim Inman <tim.in...@gmail.com>
Date: Fri, 4 Feb 2011 07:50:06 +0000
Local: Fri, Feb 4 2011 2:50 am
Subject: Re: Stuck with bundler08 problem.

I had thought that since there was an update system command that there would
be a command to downgrade, but that doesn't seem to be the case.  I think
what I ended up doing was just deleting the old executable and downloading a
new .dmg (on mac osx).

Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Howard  
View profile  
 More options Feb 4 2011, 10:50 am
From: Nick Howard <ndh.000...@gmail.com>
Date: Fri, 4 Feb 2011 08:50:13 -0700
Local: Fri, Feb 4 2011 10:50 am
Subject: Re: Stuck with bundler08 problem.

You can down grade rubygems by installing rubygems-update -v 1.3.7 and
running update_rubygems.

I've sometimes had an issue with it where update_rubygems wasn't added to
the path. Then you need to run ruby -I
/<path-to-gems>/rubygems-update-1.3.7/lib
/<path-to-gems/rubygems-update-1.3.7/bin/update_rubygems

The -I is because rubygems-update needs to be on the load path.
On Feb 4, 2011 12:50 AM, "Tim Inman" <tim.in...@gmail.com> wrote:

> I had thought that since there was an update system command that there
would
> be a command to downgrade, but that doesn't seem to be the case. I think
> what I ended up doing was just deleting the old executable and downloading
a
> new .dmg (on mac osx).

> Tim

> --
> You received this message because you are subscribed to the Google Groups

"Google App Engine for JRuby" group.
> To post to this group, send email to appengine-jruby@googlegroups.com.
> To unsubscribe from this group, send email to

appengine-jruby+unsubscribe@googlegroups.com<appengine-jruby%2Bunsubscribe@ googlegroups.com>
.
> For more options, visit this group at

http://groups.google.com/group/appengine-jruby?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Ang  
View profile  
 More options Feb 19 2011, 1:21 am
From: Dan Ang <anj...@gmail.com>
Date: Fri, 18 Feb 2011 22:21:07 -0800 (PST)
Local: Sat, Feb 19 2011 1:21 am
Subject: Re: Stuck with bundler08 problem.
Hi, I am also facing the same problem. Tried downgrading to 1.3.7
does't work for me. gems -v still showing 1.5.2 though.

C:\RubyProjects>appcfg.rb.bat generate_app hello
C:/Ruby192/lib/ruby/gems/1.9.1/gems/appengine-tools-0.0.17/lib/
appengine-tools/gem_bundler.rb:63: warning: already initialized
constant RUBY_ENGINE
=> Bundling gems
ERROR:  While executing gem ... (RuntimeError)
    Unknown command bundle

C:\RubyProjects>ruby -v
ruby 1.9.2p136 (2010-12-25) [i386-mingw32]

C:\RubyProjects>gem -v
1.5.2

C:\RubyProjects>gem list
*** LOCAL GEMS ***

appengine-apis (0.0.23)
appengine-rack (0.0.12)
appengine-sdk (1.4.2)
appengine-tools (0.0.17)
bundler08 (0.8.5)
google-appengine (0.0.20)
jruby-jars (1.5.6)
jruby-rack (1.0.6)
minitest (2.0.2, 1.6.0)
rack (1.2.1)
rake (0.8.7)
rdoc (3.5.3, 2.5.8)
rubygems-update (1.3.7)
rubyzip (0.9.4)

On Feb 2, 12:52 pm, winfield <winfield...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Ang  
View profile  
 More options Feb 19 2011, 3:35 am
From: Dan Ang <anj...@gmail.com>
Date: Sat, 19 Feb 2011 00:35:17 -0800 (PST)
Local: Sat, Feb 19 2011 3:35 am
Subject: Re: Stuck with bundler08 problem.
Hi guys, managed to resolve this myself. Seems that its not advisable
to upgrade to ruby 1.9.2 yet? I don't have any problems with 1.8.7.

On Feb 19, 2:21 pm, Dan Ang <anj...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »