hi there,
I've installed BONIC and joined einstein@home. everything worked fine but I've closed the application and now I'm not able to start it again. the problem is that nothing happens when I run it, there is no error message I can see on my screen (maybe it is stored in some log file). What is a problem?
hhanks in advance
jn.
Joseph
Copyright © 2024 Einstein@Home. All rights reserved.
BIONIC doesn't start
)
Hi joseph,
check BOINC installation directory/stderr.txt
ex: c:/program files/BOINC/stderr.txt
(i am using a forward slash coz forum does not like back slash!)
also check stdout.txt in the same folder...
let us know if there is anything in them!
Paul.
Wanna visit BOINC Synergy site? Click my stats!
Join BOINC Synergy Team
stderr.txt is empty,
)
stderr.txt is empty, stdout.txt contains:
------ cut here ------
2005-02-25 16:01:53 [---] Starting BOINC client version 4.19 for windows_intelx86
2005-02-25 16:01:53 [http:///] Project prefs: no separate prefs for work; using your defaults
2005-02-25 16:01:53 [Einstein@Home] Project prefs: no separate prefs for work; using your defaults
2005-02-25 16:01:53 [http:///] Host ID not assigned yet
2005-02-25 16:01:53 [Einstein@Home] Host ID is 43180
2005-02-25 16:01:53 [---] General prefs: from Einstein@Home (last modified 2005-02-24 18:39:55)
2005-02-25 16:01:53 [---] General prefs: no separate prefs for work; using your defaults
------ cut here ------
but there is some stderr.txt in einstein.phys.uwm.edu directory containing:
------ cut here ------
Can't open init data file - running in standalone mode
Required user-variable `IFO` has not been specified!
Level 0: $Id: ComputeFStatistic.c,v 1.232 2005/02/11 17:03:16 ballen Exp $
Function call `LALUserVarReadAllInput(stat,argc,argv)' failed.
file ComputeFStatistic.c, line 436
Level 1: $Id: UserInput.c,v 1.21 2004/11/29 18:38:59 reinhard Exp $
Status code -1: Recursive error
function LALUserVarReadAllInput, file UserInput.c, line 701
Level 2: $Id: UserInput.c,v 1.21 2004/11/29 18:38:59 reinhard Exp $
Status code 8: Required user-variable was not set
function LALUserVarCheckRequired, file UserInput.c, line 758
BOINC_ERR_EXIT: now calling boinc_finish()
Can't set up shared mem: -1
Required user-variable `IFO` has not been specified!
Level 0: $Id: ComputeFStatistic.c,v 1.232 2005/02/11 17:03:16 ballen Exp $
Function call `LALUserVarReadAllInput(stat,argc,argv)' failed.
file ComputeFStatistic.c, line 436
Level 1: $Id: UserInput.c,v 1.21 2004/11/29 18:38:59 reinhard Exp $
Status code -1: Recursive error
function LALUserVarReadAllInput, file UserInput.c, line 701
Level 2: $Id: UserInput.c,v 1.21 2004/11/29 18:38:59 reinhard Exp $
Status code 8: Required user-variable was not set
function LALUserVarCheckRequired, file UserInput.c, line 758
BOINC_ERR_EXIT: now calling boinc_finish()
------ cut here ------
do you have an idea what's wrong?
thank.
jn.
Joseph
Afraid I haven't a clue about
)
Afraid I haven't a clue about that one!
developers maybe might?!
Wanna visit BOINC Synergy site? Click my stats!
Join BOINC Synergy Team
The messages show the
)
The messages show the problem:
> 2005-02-25 16:01:53 [http:///] Project prefs: no separate prefs for work;
> using your defaults
> 2005-02-25 16:01:53 [Einstein@Home] Project prefs: no separate prefs for work;
> using your defaults
> 2005-02-25 16:01:53 [http:///] Host ID not assigned yet
The URL for the project is empty. It should point to the projects server. Did you attach more than once?
EDIT - you don't need to detach from the einstein@home project, but do need to detach from the empty project for BOINC to work. If BOINC is still running, you can do that fromm the GUI. But of BOINC isn't running, then you have to use the command line version.
For the command line version:
Open a command prompt and change to the folder where you installed BOINC. Thats usually in the program files so at the command prompt enter:
cd c:/program files/boinc
Then get a list of the projects with this command:
boinc_cli -show_projects
One of them should be the empty one.
Detach from it with the command:
boinc_cli -detach_project http:///
Do the -show_project again to make sure its gone, and repeat it for any other bad project you see.
this solved the problem!
)
this solved the problem! thanks a lot.
> The messages show the problem:
>
> > 2005-02-25 16:01:53 [http:///] Project prefs: no separate prefs for
> work;
> > using your defaults
> > 2005-02-25 16:01:53 [Einstein@Home] Project prefs: no separate prefs for
> work;
> > using your defaults
> > 2005-02-25 16:01:53 [http:///] Host ID not assigned yet
>
> The URL for the project is empty. It should point to the projects server.
> Did you attach more than once?
>
>
> EDIT - you don't need to detach from the einstein@home project, but do need to
> detach from the empty project for BOINC to work. If BOINC is still
> running, you can do that fromm the GUI. But of BOINC isn't running, then you
> have to use the command line version.
>
> For the command line version:
>
> Open a command prompt and change to the folder where you installed BOINC.
> Thats usually in the program files so at the command prompt enter:
>
> cd c:/program files/boinc
>
> Then get a list of the projects with this command:
>
> boinc_cli -show_projects
>
> One of them should be the empty one.
>
> Detach from it with the command:
>
> boinc_cli -detach_project http:///
>
> Do the -show_project again to make sure its gone, and repeat it for any other
> bad project you see.
>
>
>
>
>
Joseph
> The URL for the project is
)
> The URL for the project is empty. It should point to the projects server.
> Did you attach more than once?
>
oops! didn't spot that.... embarassed now!
Wanna visit BOINC Synergy site? Click my stats!
Join BOINC Synergy Team