[MOBY-l] trouble connecting to moby central?

Björn Usadel usadel at mpimp-golm.mpg.de
Wed Mar 5 08:06:49 UTC 2008


Hi David,

maybe try setting the central to 
http://moby.ucalgary.ca/moby/MOBY-Central.pl

and the URI to
http://whatever.you.want/MOBY/Central

Probably, this might get also get fixed if you udpate your Java Biomoby, 
but I am not sure, as I only use the perl libs.


Maybe Mark or somebody with access to the biomoby website
could also change the old Central under general Docs?



Best Wishes,
Björn




> I am having trouble connecting to moby central to get a list of all available services using JMoby (Java).
> Here's my code snippet:
> ----------------------------------------------------
>             Central worker = new CentralImpl ();
>             worker.setDebug(true);
>             System.out.println ("KNOWN SERVICE TYPES\n");
>             Map types = worker.getServiceTypes();
>             for (Iterator it = types.entrySet().iterator(); it.hasNext();) {
>               Map.Entry entry = (Map.Entry)it.next();
>               System.out.println (entry.getKey());
>               System.out.println ("\t" + entry.getValue());
>             }
> ----------------------------------------------------
> Here's the output and error message I get:
> ----------------------------------------------------
> KNOWN SERVICE TYPES
> 
> METHOD CALL: retrieveServiceTypes
> ------------
> ------------
> 
> ===ERROR===
> org.biomoby.shared.MobyException: http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.plnull
> ===========
> ----------------------------------------------------
> 
> 
> Any ideas?  Is the moby central address wrong?  If so, what is a correct one?
> 
> Thanks for your help!!
> -DS
> 
> 
> _______________________________________________
> moby-l mailing list
> moby-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/moby-l
> .
> 





More information about the moby-l mailing list