Displaying 20 results from an estimated 1000 matches similar to: "ThreadError: stopping only thread"
2010 May 09
2
console ThreadError ("thread ... tried to join itself")
I''m just getting started with Rails 2 and I''ve immediately hit a
problem in the console. This must be well known so perhaps someone
could just tell me the solution.
mattleopard$ script/console
Loading development environment (Rails 2.3.5)
>> app.get "photos"
=> 200
>> app.get "photos"
ThreadError: thread 0x1003c7368 tried to join itself
from
2006 Aug 25
1
#<ActiveRecord::StatementInvalid: ThreadError: killed thread
Wht exactly does this mean?
#<ActiveRecord::StatementInvalid: ThreadError: killed thread:
That a thread was killed in the middle of a query?
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2007 Jun 28
1
ThreadError from DRb server
Hi there,
I''ve just started using aaf for searching and it''s running well apart
from one error I received:
A ThreadError occurred in person#search:
current thread not owner
(druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:274:in
`mon_check_owner''
(druby:/localhost:9010) /usr/lib/ruby/1.8/monitor.rb:274:in
`mon_check_owner''
2006 Mar 21
2
Rails newbie can''t initialize a new Paginator object
Hi all,
I''m using ruby 1.8.2-15 and a recent rails 1.0 download.
I''m trying to implement the Classic/Custom pagination in a list action.
Here''s my code:
def list
getSearchTerms
# NOTE: @params[:search_results] is an Array of product_data objects
# returned by a search action.
@results = @params[:search_results]
if @results.nil? then
# The default
2015 Dec 05
1
Compile error about using RInside on windows enviroment
I'm going to using RInside on windows enviroment. I installed all tools and packages according to Dirk's instruction.
My R installation reside in d:\hli\programfiles\R-3.2.2. There's no problems with folders with spaces.
The rtools is installed in d:\hli\programfiles\Rtools and MinGW in d: \hli\programfiles\MinGW.
The R_HOME is set to d:\hli\programfiles\R-3.2.2.
I
2008 Sep 02
1
the %ProgramFiles% variable
Hello,
I want to use the %ProgramFiles% variable in a Sys.setenv (R 2.7.2,
Windows) but it always seems to get handled literally. For instance,
in cmd.exe I get what I want
C:\Documents and Settings\user>echo %ProgramFiles%
C:\Program Files
but in R
> system("echo %ProgramFiles%")
%ProgramFiles%
nope. Is there a way to use %ProgramFIles% or get the corresponding
2005 Oct 14
3
zip package
Dear all
I can not understand how to install the package lpsolve_1.1.9.zip
I have read the FAQ and the help pages carefully, but it still not
clear for me.
I have tried the following (and obtained the respective error
messages):
>install.packages("c:/ProgramFiles/R/rw2011/library/lpSolve_1.1.9",destdir="
c:/ProgramFiles/R/rw2011/library/lpSolve")
Mensagem de aviso:
2006 Sep 04
2
The real reason why Sync and Mutex behave differently
As I''ve mentioned before, Sync and Mutex are very similar, and Mutex
is very simple.
Their locking algorithm (for exclusive locking) is essentially identical.
And in some detailed examinations of Mutex''s behavior, there''s nothing
superficially wrong with it. It''s pure ruby, so there are no funny
memory allocations at the C level, and it essentially operates
2010 May 22
1
R.exe crashes on R v2.12.0dev (Windows Vista)
Using the latest developers version of R [2.12.0 Under development
(unstable) (2010-05-21 r52061)], R.exe crashes:
"%ProgramFiles%/R/R-2.12.0dev/bin/i386/R.exe"
with Windows reporting:
Problem signature:
Problem Event Name: APPCRASH
Application Name: R.exe
Application Version: 2.120.52061.0
Application Timestamp: 4bf638bd
Fault Module Name: R.exe
Fault Module Version:
2001 Feb 16
1
error_2_can't_find_apps
Hello,
I tried lunch something but the anwer was
"can't find apps"
(I used absolute path too)
[serge@rex wineserver-rex]$ wine
/windows/ProgramFiles/Office/winword.exe
Invoking /opt/wine/bin/wine.bin /windows/ProgramFiles/Office/winword.exe
...
Wine failed with return code 2
/usr/bin/wine: line 516: 1046 Compl?t? tail -f $log_name
Deleting /tmp/wine.log.Vv4t6C
2012 Jun 12
1
winetricks won't open from terminal
mike at mike-Inspiron-N4010:~$ winetricks
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/mike/.wine
------------------------------------------------------
mike at mike-Inspiron-N4010:~$
I'm new to linux so does
2010 Mar 23
3
NoMethodError in AdminController#index
I am newb in ror. I''ve googled and found no concrete answer to my
problem below:
NoMethodError in AdminController#index
undefined method `scaffold'' for AdminController:Class
RAILS_ROOT: /home/darwin/Sites/music_library
Application Trace | Framework Trace | Full Trace
/home/darwin/Sites/music_library/app/controllers/admin_controller.rb:3
2007 Jun 02
1
Problem with reading a file.xls
Hi friends,
I have a file.xls entitled "Dali" which is composed of two columns: the first is entitled "imp" and the second is entitled:"exp". I putted The file "Dali" in the following way:C:/programfiles/R 2.4.0. I can't read this file from R console. What can I do? thanks.
[[alternative HTML version deleted]]
2007 Jun 09
2
problem with xlsreadwrite package
Hi friends,
I have installed R 2.4.0 in my pc. I have a file xls entitled dali following this directory:c://programfiles//R 2.4.0. Recently I have installed xlsreadwrite 1.3.2. but , when I wrote the following lines:
>library(xlsReadWrite)
>read.xls( file, colNames = TRUE, sheet = 1, type = "data.frame", from = 1, colClasses = NA )
I obtained from R console the following messages:
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi,
I am trying to compile R from source on Windows.
I am following the instructions here
3.1 Building from source
3 Installing R under Windows
file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html
It only says,?
"
The Tcl/Tk support files are contained in Rtools30.exe and?
available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.?
Please make sure you install the right version:
2009 Dec 24
4
NoMethodError
Hi,
In a few words, can someone explain to me the NoMethodError. Googling
for answers will get you to something but a direct answer from experts
will give you something.
NoMethodError in Book#new
Showing app/views/book/new.html.erb where line #4 raised:
undefined method `title'' for #<Book id: nil, created_at: nil,
updated_at: nil>
Extracted source (around line #4):
1:
2010 Jan 02
1
Easily changing directory where program files should be installed to by default?
Dear Wine users,
installing a Windows program the program?s installer should look up some
registry entry(?) (ProgramFiles [2]) what folder to use to install the
program files into. For Englisch installations this is normally `C:
\Program Files` in my home directory.
I have small space left in my home directory, so I would like to install
the program files in a different location, for example
2010 Jun 15
1
how to make JAVA available for R use?
i've just installed the package"xlsx",which is used for read,write,format
Excel 2007 files, as i loaded the package ,i was told to intall the package
rJava, the problem was that i didn't have a JAVA platform on my computer, so
i have to install JAVA JDK first, my problem is ,after i 've installed
JDK,how can i make my JAVA available for R use,the manual said(quote) NOTE:
You
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
Hi,
could somebody apply the below patch, please? It removes a couple of
environment variables which are propagated to the child process so far,
but which not really necessary to keep child processes running. What's
left now is the bare minimum which is requested by scripts, typically.
Thanks,
Corinna
Index: openbsd-compat/bsd-cygwin_util.c
2001 May 02
1
wine is unable to find file.exe.so
Hi all.
First of all, a little background:
Wine release 20010418
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
glibc-2.1.3-21
I'm trying to use our home banking software. The software is composed from
many different .exe files. When I try to start the menu, wine complains it
is unable to load a .exe.so file (i.e., wine is trying to load some of the
.exe files as if they