Hello ACEDB users.
I am going on the net. Thanks to R. Durbin things are a lot clearer now.
However, I am having a little problem that I could not find the answer
in the previous messages on this list nor in the various readme and
instalation guides.
Acedb is 4.7l
Perl is 5.005_03
CGI.pm is 2.56
AcePerl is 1.57
AceBrowser is 2.10
Apache is something
Netscape is 4.5
Solaris is 7 / sun OS 5.7
Everything is going fine except that I have this message :
jaffar# tail /var/adm/messages
Jan 26 13:45:47 jaffar rpcace[2104]: svc_tli_create: could not do
t_sync: Illegal file descriptor
Jan 26 13:45:47 jaffar rpcace[2104]: cannot create tcp service.
Jan 26 13:45:47 jaffar inetd[181]: /usr/local/bin/rpc.acedb: Hangup
Jan 26 13:45:50 jaffar rpcace[2109]: svc_tli_create: could not do
t_sync: Illegal file descriptor
Jan 26 13:45:50 jaffar rpcace[2109]: cannot create tcp service.
Jan 26 13:45:50 jaffar inetd[181]: /usr/local/bin/rpc.acedb: Hangup
Jan 26 13:45:53 jaffar rpcace[2114]: svc_tli_create: could not do
t_sync: Illegal file descriptor
Jan 26 13:45:53 jaffar rpcace[2114]: cannot create tcp service.
Jan 26 13:45:53 jaffar inetd[181]: /usr/local/bin/rpc.acedb: Hangup
and this message in netscape :
Software Error
Couldn't open database.
The acedb compilation was OK the first time but just in case I
recompilled using rpcace_svc.crick but that did not change anything.
Runing the server in foreground is OK.
Accessing this server is OK.
/etc/rpc :
# 26 janvier 2000
digitata 20000114 rpc.acedb
/etc/services :
# 26 janvier 2000
digitata 20000114/tcp rpc.acedb
/etc/inetd.conf :
# pour le serveur ACEDB
20000114/1 stream rpc/tcp wait est /usr/local/bin/rpc.acedb rpc.acedb
/opt2/digitata 20000114 600:600:0
SiteDefs.pm :
%DATABASES = (
'digitata' => {
host => 'jaffar.sb-roscoff.fr', # database host
port => 20000114, # database port
stylesheet => '/stylesheets/elegans.css', #
stylesheet to use
searches => [qw(simple grep search expr_search query blast)], #
search scripts available
url_mapper => \&elegans_mapper, # object class->url
mapping
displays => \%elegans_displays, # special displays for
certain objects
home => ['C. elegans home' =>
'/elegans/'], # home sweet home
title => <<END,
<center><span class=banner><cite>L. digitata</cite> EST Database</span>
P
Do you have any idea of what is not going well ?
Thank you very much in advance.
Florent
---