Hi Franco,

The server error is thrown when your file named tool_data_table_conf.xml.sample is parsed.  The content of this file is the following.

 <!-- Locations of indexes in the bisulphite conversion -->
<table name="bismark_indexes" comment_char="#">
<columns>value, dbkey, name, path</columns>
<file path="tool-data/bismark_indices.loc" />
</table>
<!-- Locations of bed files for bisulphite analysis -->
<table name="bismark_bed_files" comment_char="#">
<columns>value, name, path</columns>
<file path="tool-data/bismark_bed_files.loc" />
</table>

This is an invalid xml file because it requires a containing <tables> tag set since multiple <table> tag sets are defined.  

I've improved the current server error behavior by displaying an appropriate error message for this problem, but the fix will not make it out to the main Galaxy tool shed until the next Galaxy release, currently scheduled for about December 20.

In the meantime, I believe you should see better behavior if you upload a new version of this file to your repository that looks something like this:

<tables>
  <!-- Locations of indexes in the bisulphite conversion -->
<table name="bismark_indexes" comment_char="#">
<columns>value, dbkey, name, path</columns>
<file path="tool-data/bismark_indices.loc" />
</table>
<!-- Locations of bed files for bisulphite analysis -->
<table name="bismark_bed_files" comment_char="#">
<columns>value, name, path</columns>
<file path="tool-data/bismark_bed_files.loc" />
</table>
</tables>

Thanks,

Greg Von Kuster


On Dec 3, 2012, at 6:40 PM, Franco Caramia wrote:

Main toolshed broken??
Hi list,

Trying to upload, delete, update files from a repository I own in the toolshed I keep getting Server Error..

This is the repo: http://fcaramia@toolshed.g2.bx.psu.edu/repos/fcaramia/methylation_analysis_bismark

Is anyone having the same issues?? I could just delete the repository but no option for that is given..

Thanks,

Franco
This email (including any attachments or links) may contain confidential and/or legally privileged information and is intended only to be read or used by the addressee. If you are not the intended addressee, any use, distribution, disclosure or copying of this email is strictly prohibited. Confidentiality and legal privilege attached to this email (including any attachments) are not waived or lost by reason of its mistaken delivery to you. If you have received this email in error, please delete it and notify us immediately by telephone or email. Peter MacCallum Cancer Centre provides no guarantee that this transmission is free of virus or that it has not been intercepted or altered and will not be liable for any delay in its receipt.
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

 http://lists.bx.psu.edu/