Closed Bug 271200 Opened 20 years ago Closed 20 years ago

Bonsai software error

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: syamagu.ml, Assigned: myk)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

As of 2004.11.22, the Bonsai top page show the following message:

----------- starts here -----------

Software error:

Can't find string terminator "'" anywhere before EOF at data/batch-3.pl line 30013.

For help, please send mail to the webmaster (webmaster@mozilla.org ), giving
this error message and the time and date of the error. Content-type: text/html
Software error:

[Mon Nov 22 02:16:43 2004] toplevel.cgi: Can't find string terminator "'"
anywhere before EOF at data/batch-3.pl line 30013.
Compilation failed in require at globals.pl line 604.

For help, please send mail to the webmaster (webmaster@mozilla.org ), giving
this error message and the time and date of the error. 

----------- ends here -----------

Because of these problems, when you trace the change log of a certain web
document from
http://rheet.mozilla.org/webtools/bonsai/rview.cgi?dir=mozilla-org/html&cvsroot=/cvsroot,
 the access is forbidden with the following message:

----------- starts here -----------

Forbidden
You don't have permission to access /webtools/registry/file.cgi on this server.

----------- ends here -----------

Thus, it is unable to track the change log of the documents.

Reproducible: Always
Steps to Reproduce:
1. open
http://rheet.mozilla.org/webtools/bonsai/rview.cgi?dir=mozilla-org/html&cvsroot=/cvsroot
2. choose on of the documents you want to check the change log. (e.g. roadmap.html)
Actual Results:  
The following error message (Forbidden) is displayed.

----------- starts here -----------

Forbidden
You don't have permission to access /webtools/registry/file.cgi on this server.

----------- ends here -----------

Expected Results:  
Bonsai should display the change log of the inquired document.
Assignee: tara → justdave
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
I have no clue what the batch*.pl files are for.  Can someone enlighten me so I
know what I'm looking for?
The batch files contain the list of checkins.  The format looks like:

$::TreeOpen = '1';
$::LastGoodTimeStamp = '28800';
$::CloseTimeStamp = '28800';
@::CheckInList = ('::checkin_XXXX_YYY', '::checkin_AAA_BBB', .... );
$::checkin_XXXX_YYY{'person'} = 'username';
$::checkin_XXXX_YYY{'otherattribute'} = 'value';
$::checkin_AAA_BBB{'attribute'} = 'value';
....

Obviously, there's a misquote somewhere.  I'm going to guess that it's in the
@::CheckInList.  Also, the /registry/ tree was never pulled and setup.  Bonsai
needs that as well.  We might want to think about moving that into bonsai in
another bug.
Assignee: justdave → myk
Component: Bonsai → Server Operations
Product: Webtools → mozilla.org
QA Contact: timeless → justdave
Version: Trunk → other
Fixed.  batch file was truncated, by the look of it.  It stopped in the middle
of a string.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Thank you! It seems working without any problem.
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.