Bug #59
Crash when generating CM graph.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Anonymous | % Done: | 0% | |
| Category: | ProCKSI | |||
| Target version: | 8.5 | |||
| Resolution: | fixed |
Description
Clicking "redraw" for contact map graph at
http://procksi.cs.nott.ac.uk:8080/cgi-bin/visualise.cgi
shows "IO Error" (attached).
History
#1 Updated by Anonymous almost 18 years ago
- Status changed from New to Closed
- Resolution set to fixed
/usr/lib64/graphviz/config was missing. Copied it over from development machine:
------------------------------------------
libgvplugin_dot_layout.so.2 dot_layout {
layout {
dot 0
}
}
libgvplugin_neato_layout.so.2 neato_layout {
layout {
neato 0
fdp 0
twopi 0
circo 0
nop 0
nop1 0
nop2 0
}
}
libgvplugin_usershape_gd.so.2 usershape_gd {
usershape {
png-gd 0
}
}
----------------------------------------------------
#2 Updated by Anonymous almost 18 years ago
Milestone 8.5 deleted
#3
Updated by Paweł Widera about 12 years ago
- File error.log added