Coder Social home page Coder Social logo

taverna / taverna-server Goto Github PK

View Code? Open in Web Editor NEW
5.0 18.0 7.0 295.4 MB

Taverna Server is an implementation of the Taverna Platform execution model as a REST and SOAP web service.

License: GNU Lesser General Public License v2.1

Java 95.23% Shell 0.21% HTML 1.83% JavaScript 1.41% Tcl 1.22% Batchfile 0.11%

taverna-server's Issues

SMS notification is not working.

Hi,

i've been (and i am actually) trying to configure SMS dispatcher to send a post message to url. The idea is that we are developing a website that sends workflows to taverna server and we'd like taverna server notifies the finished status to our website.

I thought that using SMS dispatcher would make the job but it is not working as expected.

There is a first problem with the configuration.

bean.xml is not configuring all the properties as it should. Is not configuring service (so cannot change the default uri for sending the post message).

Also, SMSDispatcher is not getting the data from tavernaserver.properties properly since it is using a function valid() that discards the value if it starts with ${

The steps i did is to change bean.xml, add service and replace ${} with the real value

<bean id="dispatch.sms" class="org.taverna.server.master.notification.SMSDispatcher">
<property name="usernameField" value="username" />
<property name="passwordField" value="password" />
<property name="destinationField" value="to" />
<property name="messageField" value="text" />
<property name="cooldownSeconds" value="1" />
<property name="service" value="http://localhost" />
</bean>

but it is not workign. Well it gets initialized (it is listed in /rest/policy/enabledNotificationFabrics) but is not doing the post to localhost. So, something is still not working.

I'm on version 2.4.1 I dont know if it is already fixed in newer versions. I'm not a java developer and I don't see easily how to fork, compile etc to test it on my own.

Any help would be very appreciated. :(

Thanks in advance.

Can't discover artifact for net.sf.taverna.t2.activities:jsonpath-activity

When a workflow with a jsonpath activity is run, server throws an error, which is visible in the workflow's detail.log:

WARN 2016-07-20 17:58:32,316 (net.sf.taverna.t2.workflowmodel.serialization.xml.AbstractXMLDeserializer:167) - Can't discover artifact for net.sf.taverna.t2.activities:jsonpath-activity

Empty feed when it shouldn't

Hi again :)

I'm using the feed to get notifications about finished jobs. I just found out that if you restart taverna server and fetch the feed url, it is empty. It is needed to create at least one job after the restart in order to get the populated feed.

It is breaking completely our workflow since servers get restarted "often" and feed fetchers do not get the updated info until somebody starts a new job.

Does it make sense?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.