When working with my BASE1 plug-in in BASE2 the Transformation page was
suddenly broken. I think this happened when upgrading to 2.4 but I am not
sure. After some investigation I found the reason to be that the stdin.txt
file was missing in the database. It was not in the "files" table but a row
in the "anytoany" table had it as a foreign key(non-existing), causing an
error. My quick fix was to remove:
dc.deleteItem(stdin); 
At line 685 in Base1PluginExecuter.
Then "stdin.txt" got into the database and the transformation page showed
nicely with link to the files.

I have altered the Base1PluginExecuter my self and could accidentally caused
this bug. Is it possible to get full root (or admin) privileges on the
newest BASE2 test-installation in Lund to recreate bugs? Then I can figure
out of if my bug is local and if not, it would be easy to show the bug to
you.
  
Also I found another bug/feature: the "leaveStdin"/"leaveStdout"-flags did
not seem to have any effect. The files were stored anyway. For my part this
is ok.
 
Best regards
Vegard Nygaard
Software Engineer
Department of Tumor Biology (Montebello)
Rikshospitalet-Radiumhospitalet Medical Center 0310 Oslo
Bioinformatics user support (NMC)
Phone 0047 22935590


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to