# Introduction + Question re: Error dropping nodes

**URL:** https://discourse.chef.io/t/introduction-question-re-error-dropping-nodes/1881
**Category:** Chef Infra (archive)
**Created:** [June 2, 2011, 9:02pm UTC](https://discourse.chef.io/t/introduction-question-re-error-dropping-nodes/1881 "2011-06-02T21:02:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![chris\_burnett](https://avatars.discourse-cdn.com/v4/letter/c/50afbb/32.png) [@chris\_burnett](https://discourse.chef.io/u/chris_burnett)
#### Post date: [June 2, 2011, 9:02pm UTC](https://discourse.chef.io/t/introduction-question-re-error-dropping-nodes/1881/1 "2011-06-02T21:02:23Z")

</div>

Greetings.

I am new to this list. My name is Chris.

I was hoping to see if anyone might be familiar with an error I am getting  
when trying to drop nodes. If anyone has seen this before or has suggestions  
on how to fix, I would greatly appreciate it.

Error below.

## Thx, Chris Topspin Operations

The following occurs when trying to drop any node. Registration deletions  
work, but deleting a node fails. It is not a syntax issue with the use of  
spaces in the names either. Everything worked fine at some point. My hunch  
suggests it’s a gem issue or a json issue.

Chef Version: 0.7.16-1

EOFError 500  
end of file reached

…/chef-server-slice/app/controllers/nodes.rb in `destroy’ 136

131 begin  
132 @node = Chef::Node.load(params[:id])  
133 rescue Net::HTTPServerException =\> e  
134 raise NotFound, "Cannot load node #{params[:id]}"  
135 end  
136 @node.destroy  
137 if request.accept == 'application/json’  
138 display @node  
139 else  
140 redirect(absolute\_slice\_url(:nodes), {:message =\> { :notice =\> “Node  
#{params[:id]} deleted successfully” }, :permanent =\> true})  
141 end

---

<div class="post-metadata">

### Author: ![kallistec](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/kallistec/32/23_2.png) [@kallistec](https://discourse.chef.io/u/kallistec)
#### Post date: [June 3, 2011, 4:46pm UTC](https://discourse.chef.io/t/introduction-question-re-error-dropping-nodes/1881/2 "2011-06-03T16:46:14Z")

</div>

On Thursday, June 2, 2011 at 2:02 PM, chris burnett wrote:

> Greetings.
> 
> I am new to this list. My name is Chris.
> 
> I was hoping to see if anyone might be familiar with an error I am getting when trying to drop nodes. If anyone has seen this before or has suggestions on how to fix, I would greatly appreciate it.
> 
> Error below.
> 
> ## Thx, Chris Topspin Operations
> 
> The following occurs when trying to drop any node. Registration deletions work, but deleting a node fails. It is not a syntax issue with the use of spaces in the names either. Everything worked fine at some point. My hunch suggests it's a gem issue or a json issue.
> 
> Chef Version: 0.7.16-1

Are you just starting with Chef? If so, I'd recommend moving on to 0.10 before you get too much invested in 0.7. I'm guessing you installed from apt? If so, take a look here: [Chef 0.10 Debian/Ubuntu Packages - Chef Blog | Chef](http://www.opscode.com/blog/2011/05/16/chef-0-10-debianubuntu-packages/)

Currently we aren't planning to upstream Chef into distros anymore since we are releasing too fast for that to work well with the upstreams' update policies.

> EOFError 500  
> end of file reached
> 
> ../chef-server-slice/app/controllers/nodes.rb in `destroy' 136
> 
> 131 begin  
> 132 @node = Chef::Node.load(params[:id])  
> 133 rescue Net::HTTPServerException =\> e  
> 134 raise NotFound, "Cannot load node #{params[:id]}"  
> 135 end  
> 136 @node.destroy  
> 137 if request.accept == 'application/json'  
> 138 display @node  
> 139 else  
> 140 redirect(absolute\_slice\_url(:nodes), {:message =\> { :notice =\> "Node #{params[:id]} deleted successfully" }, :permanent =\> true})  
> 141 end  
> Can you provide more server logs for this error?

Thanks,  
Dan DeLeo

---

<div class="post-metadata">

### Author: ![chris\_burnett](https://avatars.discourse-cdn.com/v4/letter/c/50afbb/32.png) [@chris\_burnett](https://discourse.chef.io/u/chris_burnett)
#### Post date: [June 7, 2011, 8:08pm UTC](https://discourse.chef.io/t/introduction-question-re-error-dropping-nodes/1881/3 "2011-06-07T20:08:31Z")

</div>

Daniel,

Thanks for your response. We have been using version 0.7.16-1 successfully  
for well over a year now, supporting dozens of servers. I am worried that an  
upgrade will interfere significantly with our environment.

I would really like to figure out a way to fix this error so we can delete  
nodes.

Thanks,  
Chris Burnett

On Fri, Jun 3, 2011 at 9:46 AM, Daniel DeLeo [dan@kallistec.com](mailto:dan@kallistec.com) wrote:

> On Thursday, June 2, 2011 at 2:02 PM, chris burnett wrote:
> 
> > Greetings.
> > 
> > I am new to this list. My name is Chris.
> > 
> > I was hoping to see if anyone might be familiar with an error I am  
> > getting when trying to drop nodes. If anyone has seen this before or has  
> > suggestions on how to fix, I would greatly appreciate it.
> > 
> > Error below.
> > 
> > ## Thx, Chris Topspin Operations
> > 
> > The following occurs when trying to drop any node. Registration deletions  
> > work, but deleting a node fails. It is not a syntax issue with the use of  
> > spaces in the names either. Everything worked fine at some point. My hunch  
> > suggests it's a gem issue or a json issue.
> > 
> > Chef Version: 0.7.16-1
> 
> Are you just starting with Chef? If so, I'd recommend moving on to 0.10  
> before you get too much invested in 0.7. I'm guessing you installed from  
> apt? If so, take a look here:  
> [Chef 0.10 Debian/Ubuntu Packages - Chef Blog | Chef](http://www.opscode.com/blog/2011/05/16/chef-0-10-debianubuntu-packages/)
> 
> Currently we aren't planning to upstream Chef into distros anymore since we  
> are releasing too fast for that to work well with the upstreams' update  
> policies.
> 
> > EOFError 500  
> > end of file reached
> > 
> > ../chef-server-slice/app/controllers/nodes.rb in `destroy' 136
> > 
> > 131 begin  
> > 132 @node = Chef::Node.load(params[:id])  
> > 133 rescue Net::HTTPServerException =\> e  
> > 134 raise NotFound, "Cannot load node #{params[:id]}"  
> > 135 end  
> > 136 @node.destroy  
> > 137 if request.accept == 'application/json'  
> > 138 display @node  
> > 139 else  
> > 140 redirect(absolute\_slice\_url(:nodes), {:message =\> { :notice =\> "Node  
> > #{params[:id]} deleted successfully" }, :permanent =\> true})  
> > 141 end  
> > Can you provide more server logs for this error?
> 
> Thanks,  
> Dan DeLeo
