[ https://issues.apache.org/jira/browse/OOZIE-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621185#comment-16621185 ]
Peter Bacsko commented on OOZIE-3349: ------------------------------------- I can't fathom how that commit could possibly cause such an error, but if it's consistently reproducible and not trivial to find the root cause, we can roll it back and then see what goes wrong. I would check what happens if {{oozie.service.CallableQueueService.queue.oldImpl}} is set to true. > Test cases in oozie fail with java.net.ConnectException > ------------------------------------------------------- > > Key: OOZIE-3349 > URL: https://issues.apache.org/jira/browse/OOZIE-3349 > Project: Oozie > Issue Type: Bug > Affects Versions: trunk > Reporter: Alisha Prabhu > Assignee: Andras Piros > Priority: Major > Labels: ppc64le, x86_64 > Fix For: 5.1.0 > > > Mvn command used : mvn test -fn > Error : > {code:java} > java.net.ConnectException: Connection refused; For more details see: > http://wiki.apache.org/hadoop/ConnectionRefused > at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown > Source) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791) > at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731) > at org.apache.hadoop.ipc.Client.call(Client.java:1472) > at org.apache.hadoop.ipc.Client.call(Client.java:1399) > at > org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232) > at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source) > at > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)