-
Notifications
You must be signed in to change notification settings - Fork 95
Description
While testing the Channel Finder v3 integration with CS Studio, I have been able to view/search the channel data ok, but modifying the channel property/tags causes errors:
Modify property:
2016-03-23 10:52:25.936 INFO [Thread 46] org.csstudio.utility.channel.actions.ModifyChannelJob (run) - modified propertygov.bnl.channelfinder.api.Property@b20410bd com.sun.jersey.api.client.UniformInterfaceException: PUT https://localhost:8181/ChannelFinder/resources/properties/pvStatus returned a response status of 500 Internal Server Error at com.sun.jersey.api.client.WebResource.voidHandle(WebResource.java:709) at com.sun.jersey.api.client.WebResource.access$400(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.put(WebResource.java:524) at gov.bnl.channelfinder.api.ChannelFinderClientImpl$UpdateChannelProperty.run(ChannelFinderClientImpl.java:854) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
Add Property:
com.sun.jersey.api.client.UniformInterfaceException: POST https://localhost:8181/ChannelFinder/resources/properties/TestProp returned a response status of 500 Internal Server Error at com.sun.jersey.api.client.WebResource.voidHandle(WebResource.java:709) at com.sun.jersey.api.client.WebResource.access$400(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:555) at gov.bnl.channelfinder.api.ChannelFinderClientImpl$UpdateProperty.run(ChannelFinderClientImpl.java:935) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
Add Tag:
com.sun.jersey.api.client.UniformInterfaceException: PUT https://localhost:8181/ChannelFinder/resources/tags/TestTag returned a response status of 500 Internal Server Error at com.sun.jersey.api.client.WebResource.voidHandle(WebResource.java:709) at com.sun.jersey.api.client.WebResource.access$400(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.put(WebResource.java:524) at gov.bnl.channelfinder.api.ChannelFinderClientImpl$UpdateTag.run(ChannelFinderClientImpl.java:801) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)