tobwiens

Results 10 issues of tobwiens

Create two nodesources which have the same name violates the constrain that nodesources must have unique names. Creating a nodesource with a duplicate name gives a 504 Gateway Timeout without...

Bash Tasks and most probably all others tasks (only tested with Bash) are not properly killed in forked mode. Reproduce: Execute [BashSigterm-Issue.zip](https://github.com/ow2-proactive/scheduling/files/754328/BashSigterm-Issue.zip) and kill task which stays running. That task...

Sigterm instead of sigkill on the tasks processes

The time one clicks onto the 'Mark as Finished and Resume' is taken into account as task duration. Gif: ![output_15wvsu](https://cloud.githubusercontent.com/assets/6491363/19231307/8a5df534-8f03-11e6-9833-afa80e2f9f89.gif)

Starting the ProActive Scheduler with ``` ./proactive-server -ln 4 ``` Results in following error: ``` Starting the scheduler... Starting the resource manager... java.net.UnknownHostException: ip-172-30-0-37: ip-172-30-0-37: unknown error at java.net.InetAddress.getLocalHost(InetAddress.java:1505) at...

type:bug
severity:minor
priority:low

### Description The initial error happens during `sam build --use-container` inside the Bitbucket pipeline: ``` RuntimeError: Container does not exist. Cannot get logs for this container ``` In the Bitbucket...

area/local/invoke
maintainer/need-followup

The Rest service get(getSchedulerURL() + "/jobs/" + jobId + "/result/") (http://trydev.activeeon.com/rest/doc/#-1632702002) return the following exception, if the task has not been finished yet. ``` {"exception":{"localizedMessage":"Source object must not be null","cause":null,"stackTrace":[{"fileName":"MappingUtils.java","nativeMethod":false,"methodName":"throwMappingException","className":"org.dozer.util.MappingUtils","lineNumber":87},{"fileName":"MappingValidator.java","nativeMethod":false,"methodName":"validateMappingRequest","className":"org.dozer.util.MappingValidator","lineNumber":37},{"fileName":"MappingValidator.java","nativeMethod":false,"methodName":"validateMappingRequest","className":"org.dozer.util.MappingValidator","lineNumber":49},{"fileName":"MappingProcessor.java","nativeMethod":false,"methodName":"map","className":"org.dozer.MappingProcessor","lineNumber":103},{"fileName":"MappingProcessor.java","nativeMethod":false,"methodName":"map","className":"org.dozer.MappingProcessor","lineNumber":99},{"fileName":"DozerBeanMapper.java","nativeMethod":false,"methodName":"map","className":"org.dozer.DozerBeanMapper","lineNumber":120},{"fileName":"SchedulerStateRest.java","nativeMethod":false,"methodName":"jobResult","className":"org.ow2.proactive_grid_cloud_portal.scheduler.SchedulerStateRest","lineNumber":555},{"fileName":"NativeMethodAccessorImpl.java","nativeMethod":true,"methodName":"invoke0","className":"sun.reflect.NativeMethodAccessorImpl","lineNumber":-2},{"fileName":"NativeMethodAccessorImpl.java","nativeMethod":false,"methodName":"invoke","className":"sun.reflect.NativeMethodAccessorImpl","lineNumber":62},{"fileName":"DelegatingMethodAccessorImpl.java","nativeMethod":false,"methodName":"invoke","className":"sun.reflect.DelegatingMethodAccessorImpl","lineNumber":43},{"fileName":"Method.java","nativeMethod":false,"methodName":"invoke","className":"java.lang.reflect.Method","lineNumber":497},{"fileName":"MethodInjectorImpl.java","nativeMethod":false,"methodName":"invoke","className":"org.jboss.resteasy.core.MethodInjectorImpl","lineNumber":139},{"fileName":"ResourceMethodInvoker.java","nativeMethod":false,"methodName":"invokeOnTarget","className":"org.jboss.resteasy.core.ResourceMethodInvoker","lineNumber":295},{"fileName":"ResourceMethodInvoker.java","nativeMethod":false,"methodName":"invoke","className":"org.jboss.resteasy.core.ResourceMethodInvoker","lineNumber":249},{"fileName":"ResourceMethodInvoker.java","nativeMethod":false,"methodName":"invoke","className":"org.jboss.resteasy.core.ResourceMethodInvoker","lineNumber":236},{"fileName":"SynchronousDispatcher.java","nativeMethod":false,"methodName":"invoke","className":"org.jboss.resteasy.core.SynchronousDispatcher","lineNumber":376},{"fileName":"SynchronousDispatcher.java","nativeMethod":false,"methodName":"invoke","className":"org.jboss.resteasy.core.SynchronousDispatcher","lineNumber":199},{"fileName":"ServletContainerDispatcher.java","nativeMethod":false,"methodName":"service","className":"org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher","lineNumber":221},{"fileName":"HttpServletDispatcher.java","nativeMethod":false,"methodName":"service","className":"org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher","lineNumber":56},{"fileName":"HttpServletDispatcher.java","nativeMethod":false,"methodName":"service","className":"org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher","lineNumber":51},{"fileName":"HttpServlet.java","nativeMethod":false,"methodName":"service","className":"javax.servlet.http.HttpServlet","lineNumber":790},{"fileName":"ServletHolder.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.servlet.ServletHolder","lineNumber":808},{"fileName":"ServletHandler.java","nativeMethod":false,"methodName":"doHandle","className":"org.eclipse.jetty.servlet.ServletHandler","lineNumber":587},{"fileName":"ScopedHandler.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.handler.ScopedHandler","lineNumber":143},{"fileName":"SecurityHandler.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.security.SecurityHandler","lineNumber":577},{"fileName":"SessionHandler.java","nativeMethod":false,"methodName":"doHandle","className":"org.eclipse.jetty.server.session.SessionHandler","lineNumber":223},{"fileName":"ContextHandler.java","nativeMethod":false,"methodName":"doHandle","className":"org.eclipse.jetty.server.handler.ContextHandler","lineNumber":1127},{"fileName":"ServletHandler.java","nativeMethod":false,"methodName":"doScope","className":"org.eclipse.jetty.servlet.ServletHandler","lineNumber":515},{"fileName":"SessionHandler.java","nativeMethod":false,"methodName":"doScope","className":"org.eclipse.jetty.server.session.SessionHandler","lineNumber":185},{"fileName":"ContextHandler.java","nativeMethod":false,"methodName":"doScope","className":"org.eclipse.jetty.server.handler.ContextHandler","lineNumber":1061},{"fileName":"ScopedHandler.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.handler.ScopedHandler","lineNumber":141},{"fileName":"HandlerList.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.handler.HandlerList","lineNumber":52},{"fileName":"HandlerWrapper.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.handler.HandlerWrapper","lineNumber":97},{"fileName":"Server.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.Server","lineNumber":499},{"fileName":"HttpChannel.java","nativeMethod":false,"methodName":"handle","className":"org.eclipse.jetty.server.HttpChannel","lineNumber":310},{"fileName":"HttpConnection.java","nativeMethod":false,"methodName":"onFillable","className":"org.eclipse.jetty.server.HttpConnection","lineNumber":257},{"fileName":"AbstractConnection.java","nativeMethod":false,"methodName":"run","className":"org.eclipse.jetty.io.AbstractConnection$2","lineNumber":540},{"fileName":"QueuedThreadPool.java","nativeMethod":false,"methodName":"runJob","className":"org.eclipse.jetty.util.thread.QueuedThreadPool","lineNumber":635},{"fileName":"QueuedThreadPool.java","nativeMethod":false,"methodName":"run","className":"org.eclipse.jetty.util.thread.QueuedThreadPool$3","lineNumber":555},{"fileName":"Thread.java","nativeMethod":false,"methodName":"run","className":"java.lang.Thread","lineNumber":745}],"suppressed":[],"message":"Source...

type:bug
severity:minor

I have simple microservices which only do one operation and I let this operation happen on the root. When I create asciidoc with a @Router / [post] I get the...

## Project Description - Small and medium companies are the backbone of most western societies, they need a platform to collaborate with low fees and without ludicrous contracts. Being a...

### Colony Hackathon Submission **Project Colony** a freelancer collaboration platform. **Project Description** - Small and medium companies are the backbone of most western societies, they need a platform to collaborate...