------=_Part_140563_705361331.1495632345559
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Which makes sense seeing as that's what Red Hat officially supports. It just made
sense for our infrastructure to put it on our postgres cluster that is running 9.5.x.
Unfortunately things like this happen sometimes when running a slightly unsupported
infrastructure.
Is this worth putting in an RFE? Support for postgresql-jdbc 42+ and postgresql 9.5+
Logan
On May 24, 2017 at 5:24 AM Martin Perina <mperina(a)redhat.com>
wrote:
Yes, postgresql 9.2 JDBC drivers are the only working and supported JDBC drivers.
Also please be aware that we test and only PostgreSQL 9.2 for oVirt, so there may be
other issues with newer versions.
On Tue, May 23, 2017 at 11:15 PM, Yedidyah Bar David <didi(a)redhat.com
mailto:didi@redhat.com > wrote:
> > On Wed, May 24, 2017 at 12:06 AM, <support(a)jac-properties.com
mailto:support@jac-properties.com > wrote:
> > Wow, that looks almost exactly like what we're seeing.
> >
> > Unfortunately, downgrading from postgresql-jdbc-42.1.1 to 42.0.0,
restarting ovirt-engine and rerunning engine-setup produces the same error messages.
> >
>
> Please try 9.2. Thanks!
>
> > Logan
> >
> >> On May 23, 2017 at 3:39 PM Yedidyah Bar David <didi(a)redhat.com
mailto:didi@redhat.com > wrote:
> >>
> >>
> >> On Tue, May 23, 2017 at 11:19 PM, Logan Kuhn
<support(a)jac-properties.com mailto:support@jac-properties.com > wrote:
> >> > Hi
> >> >
> >> > We recently upgraded from postgres 9.5.4 to 9.5.6 and then to
9.5.7. We
> >> > restarted ovirt-engine between 9.5.4 and it worked as
expected. After we
> >> > updated to 9.5.7 we have started to get postgres errors in
engine.log and a
> >> > 404 error in the browser when we try to start ovirt-engine.
> >> >
> >> > Updates were done on client and server to keep them in sync.
> >> >
> >> > The error is complaining about a missing function, but we can
verify that
> >> > the function exists in the database. We've also restored
engine and
> >> > ovirt_engine_history from a backup at 8am this morning when it
was working
> >> > and before we upgraded to 9.5.7 with no apparent help and run
engine-setup
> >> > afterwards, still no luck.
> >> >
> >> > 2017-05-23 15:07:48,418 INFO
[org.ovirt.engine.core.dal.dbbroker.DbFacade]
> >> > (ServerService Thread Pool -- 51) [] Initializing the
DbFacade
> >> > 2017-05-23 15:07:48,480 INFO
[org.ovirt.engine.core.bll.Backend]
> >> > (ServerService Thread Pool -- 51) [] Start initializing
Backend
> >> > 2017-05-23 15:07:48,502 ERROR
> >> > [org.ovirt.engine.core.bll.network.macpool.MacPoolPerDc]
(ServerService
> >> > Thread Pool -- 46) [] Error initializing:
PreparedStatementCallback; bad SQL
> >> > grammar [select * from getallmacpoolrangesbymacpoolid()];
nested exception
> >> > is org.postgresql.util.PSQL
> >> > Exception: ERROR: function getallmacpoolrangesbymacpoolid()
does not exist
> >> > Hint: No function matches the given name and argument types.
You might need
> >> > to add explicit type casts.
> >> > Position: 16
> >> > 2017-05-23 15:07:48,517 ERROR
[org.ovirt.engine.core.bll.Backend]
> >> > (ServerService Thread Pool -- 51) [] Error during
initialization:
> >> > org.jboss.weld.exceptions.WeldException: WELD-000049: Unable
to invoke
> >> > public void
> >> >
org.ovirt.engine.core.bll.hostedengine.PreviousHostedEngineHost.cre
> >> > ate() on
> >> >
org.ovirt.engine.core.bll.hostedengine.PreviousHostedEngineHost@3a35f461
> >> > at
> >> >
org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:100)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.postConstruct(DefaultLifecycleCallbackInvoker.java:81)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.injection.producer.BasicInjectionTarget.postConstruct(BasicInjectionTarget.java:126)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:162)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.context.AbstractContext.get(AbstractContext.java:96)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:101)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.bean.ContextualInstanceStrategy$ApplicationScopedContextualInstanceStrategy.get(ContextualInstanceStrategy.java:141)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:742)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.bean.builtin.InstanceImpl.getBeanInstance(InstanceImpl.java:189)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.weld.bean.builtin.InstanceImpl.get(InstanceImpl.java:100)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
org.ovirt.engine.core.bll.Backend.loadService(Backend.java:301)
> >> > [bll.jar:]
> >> > at
org.ovirt.engine.core.bll.Backend.initialize(Backend.java:212)
> >> > [bll.jar:]
> >> > at
org.ovirt.engine.core.bll.Backend.create(Backend.java:159)
> >> > [bll.jar:]
> >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
> >> > [rt.jar:1.8.0_131]
> >> > at
> >> >
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> >> > [rt.jar:1.8.0_131]
> >> > at
> >> >
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >> > [rt.jar:1.8.0_131]
> >> > at java.lang.reflect.Method.invoke(Method.java:498)
> >> > [rt.jar:1.8.0_131]
> >> > at
> >> >
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> >> > at
> >> >
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:117)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> >> > at
> >> >
org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
> >> > [weld-core-impl-2.3.5.Final.jar:2.3.5.Final]
> >> > at
> >> >
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:74)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.weld.ejb.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:100)
> >> > [wildfly-weld-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> >> > at
> >> >
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> >> > at
> >> >
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:263)
> >> > [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:374)
> >> > [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
> >> > at
> >> >
org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:70)
> >> > [wildfly-ejb3-10.1.0.Final.jar:10.1.0.Final]
> >> >
> >>
> >> A very similar report [1] was solved by downgrading
postgresql-jdbc.
> >>
> >> [1]
http://lists.ovirt.org/pipermail/users/2017-April/081517.html
http://lists.ovirt.org/pipermail/users/2017-April/081517.html
> >>
> >> Best,
> >> --
> >> Didi
>
>
>
> --
> Didi
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org mailto:Users@ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/users
http://lists.ovirt.org/mailman/listinfo/users
>
> >
------=_Part_140563_705361331.1495632345559
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html>
<html><head>
<meta charset=3D"UTF-8">
</head><body><p>Which makes sense seeing as that's what Red Hat
officia=
lly supports.  It just made sense for our infrastructure to put it on =
our postgres cluster that is running 9.5.x.  Unfortunately things like=
this happen sometimes when running a slightly unsupported infrastructure.<=
/p><p><br></p><p>Is this worth putting in an RFE?
 Support for postgre=
sql-jdbc 42+ and postgresql
9.5+</p><p><br></p><p>Logan</p><blockquote type=
=3D"cite">On May 24, 2017 at 5:24 AM Martin Perina
&#60;mperina(a)redhat.com&=
#62; wrote:<br><br><div dir=3D"ltr"><div
class=3D"ox-03f7f44247-gmail_defau=
lt" style=3D"font-family: arial,helvetica,sans-serif;">Yes, postgresql
9.2 =
JDBC drivers are the only working and supported JDBC drivers. Also please b=
e aware that we test and only PostgreSQL 9.2  for oVirt, so there may =
be other issues with newer versions.<br></div></div><div
class=3D"ox-03f7f4=
4247-gmail_extra"><br><div
class=3D"ox-03f7f44247-gmail_quote">On Tue, May =
23, 2017 at 11:15 PM, Yedidyah Bar David <<a href=3D"mailto:didi@redhat=
.com" target=3D"_blank">didi(a)redhat.com</a>&#62;
wrote:<br><blockquote>On W=
ed, May 24, 2017 at 12:06 AM,  <<a
href=3D"mailto:support@jac-prop=
erties.com">support(a)jac-properties.com</a>&#62; wrote:<br>
> Wow, that =
looks almost exactly like what we're seeing.<br> ><br>
> Unfort=
unately, downgrading from postgresql-jdbc-42.1.1 to 42.0.0, restarting ovir=
t-engine and rerunning engine-setup produces the same error messages.<br> &=
#62;<br> <br> Please try 9.2. Thanks!<br> <br> >
Logan<br> ><br> &#=
62;> On May 23, 2017 at 3:39 PM Yedidyah Bar David <<a
href=3D"mail=
to:didi@redhat.com">didi@redhat.com</a>> wrote:<br>
>><br> >=
;><br> >> On Tue, May 23, 2017 at 11:19 PM, Logan Kuhn
<<a =
href=3D"mailto:support@jac-properties.com">support@jac-properties.com</a>&#=
62; wrote:<br> >> > Hi<br> >>
><br> >> >=
; We recently upgraded from postgres 9.5.4 to 9.5.6 and then to 9.5.7. =
; We<br> >> > restarted ovirt-engine between 9.5.4 and it
worke=
d as expected.  After we<br> >> > updated to 9.5.7
we have=
started to get postgres errors in engine.log and a<br> >> >
40=
4 error in the browser when we try to start ovirt-engine.<br> >>
&#=
62;<br> >> > Updates were done on client and server to keep
the=
m in sync.<br> >> ><br> >> >
The error is complaini=
ng about a missing function, but we can verify that<br> >> >
th=
e function exists in the database.  We've also restored engine and=
<br> >> > ovirt_engine_history from a backup at 8am this
mornin=
g when it was working<br> >> > and before we upgraded to
9.5.7 =
with no apparent help and run engine-setup<br> >> >
afterwards,=
still no luck.<br> >> ><br> >>
> 2017-05-23 15:07:=
48,418 INFO  [org.ovirt.engine.core.dal.<wbr/>dbbroker.DbFacade]<br>
&=
#62;> > (ServerService Thread Pool -- 51) [] Initializing the DbFac=
ade<br> >> > 2017-05-23 15:07:48,480 INFO 
[org.ovirt.engi=
ne.core.bll.<wbr/>Backend]<br> >> > (ServerService
Thread Pool =
-- 51) [] Start initializing Backend<br> >> > 2017-05-23
15:07:=
48,502 ERROR<br> >> >
[org.ovirt.engine.core.bll.<wbr/>network.=
macpool.MacPoolPerDc] (ServerService<br> >> > Thread Pool --
46=
) [] Error initializing: PreparedStatementCallback; bad SQL<br> >>
=
> grammar [select * from 
getallmacpoolrangesbymacpoolid<wbr/>()];=
nested exception<br> >> > is
org.postgresql.util.PSQL<br> >=
;> > Exception: ERROR: function getallmacpoolrangesbymacpoolid<wbr/=
() does not exist<br> >> > 
Hint: No function matches the=
given name and argument types. You might
need<br> >> > to add =
explicit type casts.<br> >> >  Position:
16<br> >>=
> 2017-05-23 15:07:48,517 ERROR [org.ovirt.engine.core.bll.<wbr/>Backe=
nd]<br> >> > (ServerService Thread Pool -- 51) [] Error
during =
initialization:<br> >> >
org.jboss.weld.exceptions.<wbr/>WeldEx=
ception: WELD-000049: Unable to invoke<br> >> > public
void<br>=
>> >
org.ovirt.engine.core.bll.<wbr/>hostedengine.<wbr/>Previo=
usHostedEngineHost.cre<br> >> > ate() on<br>
>> > o=
rg.ovirt.engine.core.bll.<wbr/>hostedengine.<wbr/>PreviousHostedEngineHost@=
<wbr/>3a35f461<br> >> >   
    at<br> >=
> >
org.jboss.weld.injection.<wbr/>producer.<wbr/>DefaultLifecycleC=
allbackInvoke<wbr/>r.invokeMethods(<wbr/>DefaultLifecycleCallbackInvoke<wbr=
/>r.java:100)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>jar:2.=
3.5.Final]<br> >> >     
  at<br> >>=
; >
org.jboss.weld.injection.<wbr/>producer.<wbr/>DefaultLifecycleCallb=
ackInvoke<wbr/>r.postConstruct(<wbr/>DefaultLifecycleCallbackInvoke<wbr/>r.=
java:81)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>jar:2.3.5.F=
inal]<br> >> >       
at<br> >> =
2; org.jboss.weld.injection.<wbr/>producer.BasicInjectionTarget.<wbr/>postC=
onstruct(<wbr/>BasicInjectionTarget.java:126)<br> >> >
[weld-co=
re-impl-2.3.5.Final.<wbr/>jar:2.3.5.Final]<br> >>
>   =
;     at
org.jboss.weld.bean.<wbr/>ManagedBean.create(<wbr/>Manag=
edBean.java:162)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>jar=
:2.3.5.Final]<br> >> >     
  at<br> >&=
#62; >
org.jboss.weld.context.<wbr/>AbstractContext.get(<wbr/>AbstractC=
ontext.java:96)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>jar:=
2.3.5.Final]<br> >> >     
  at<br> >&#=
62; >
org.jboss.weld.bean.<wbr/>ContextualInstanceStrategy$<wbr/>Defaul=
tContextualInstanceStrat<wbr/>egy.get(<wbr/>ContextualInstanceStrategy.<wbr=
/>java:101)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>jar:2.3.=
5.Final]<br> >> >       
at<br> >> =
>
org.jboss.weld.bean.<wbr/>ContextualInstanceStrategy$<wbr/>Applicatio=
nScopedContextualIns<wbr/>tanceStrategy.get(<wbr/>ContextualInstanceStrateg=
y.<wbr/>java:141)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>ja=
r:2.3.5.Final]<br> >> >     
  at<br> >=
> >
org.jboss.weld.bean.<wbr/>ContextualInstance.get(<wbr/>Contextu=
alInstance.java:50)<br> >> >
[weld-core-impl-2.3.5.Final.<wbr/>=
jar:2.3.5.Final]<br> >> >     
  at<br> =
2;> >
org.jboss.weld.manager.<wbr/>BeanManagerImpl.getReference(<wb=
r/>BeanManagerImpl.java:742)<br> >> >
[weld-core-impl-2.3.5.Fin=
al.<wbr/>jar:2.3.5.Final]<br> >> > 
      a=
t<br> >> >
org.jboss.weld.bean.builtin.<wbr/>InstanceImpl.getBe=
anInstance(<wbr/>InstanceImpl.java:189)<br> >> >
[weld-core-imp=
l-2.3.5.Final.<wbr/>jar:2.3.5.Final]<br> >>
>    =
0;   at<br> >> >
org.jboss.weld.bean.builtin.<wbr/>Instanc=
eImpl.get(InstanceImpl.<wbr/>java:100)<br> >> >
[weld-core-impl=
-2.3.5.Final.<wbr/>jar:2.3.5.Final]<br> >> > 
   =
;   at org.ovirt.engine.core.bll.<wbr/>Backend.loadService(Backend.<wb=
r/>java:301)<br> >> > [bll.jar:]<br>
>> >  =
60;     at
org.ovirt.engine.core.bll.<wbr/>Backend.initialize(Bac=
kend.<wbr/>java:212)<br> >> > [bll.jar:]<br>
>> >&#=
160;       at
org.ovirt.engine.core.bll.<wbr/>Backend.create=
(Backend.java:<wbr/>159)<br> >> > [bll.jar:]<br>
>> =
2;        at
sun.reflect.<wbr/>NativeMethodAccessorImpl=
.<wbr/>invoke0(Native Method)<br> >> >
[rt.jar:1.8.0_131]<br> &=
#62;> >        at<br>
>> > sun.refl=
ect.<wbr/>NativeMethodAccessorImpl.<wbr/>invoke(<wbr/>NativeMethodAccessorI=
mpl.java:<wbr/>62)<br> >> >
[rt.jar:1.8.0_131]<br> >> &=
#62;        at<br> >> >
sun.reflect.<wbr/>D=
elegatingMethodAccessorImpl.<wbr/>invoke(<wbr/>DelegatingMethodAccessorImpl=
.<wbr/>java:43)<br> >> > [rt.jar:1.8.0_131]<br>
>> >=
;        at
java.lang.reflect.Method.<wbr/>invoke(Metho=
d.java:498)<br> >> > [rt.jar:1.8.0_131]<br>
>> >=
60;       at<br> >> >
org.jboss.as.ee.component.=
<wbr/>ManagedReferenceLifecycleMetho<wbr/>dInterceptor.<wbr/>processInvocat=
ion(<wbr/>ManagedReferenceLifecycleMetho<wbr/>dInterceptor.java:96)<br>
=
2;> >        at<br>
>> > org.jboss.=
invocation.<wbr/>InterceptorContext.proceed(<wbr/>InterceptorContext.java:3=
40)<br> >> >       
at<br> >> >=
org.jboss.invocation.<wbr/>InterceptorContext$Invocation.<wbr/>proceed(Int=
erceptorContext.<wbr/>java:437)<br> >> > 
    &#=
160; at<br> >> >
org.jboss.as.weld.ejb.<wbr/>Jsr299BindingsInte=
rceptor.<wbr/>delegateInterception(<wbr/>Jsr299BindingsInterceptor.<wbr/>ja=
va:70)<br> >> >
[wildfly-weld-10.1.0.Final.<wbr/>jar:10.1.0.Fin=
al]<br> >> >       
at<br> >> >=
org.jboss.as.weld.ejb.<wbr/>Jsr299BindingsInterceptor.<wbr/>doLifecycleInt=
erception(<wbr/>Jsr299BindingsInterceptor.<wbr/>java:117)<br>
>> &#=
62; [wildfly-weld-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
>=
        at<br> >> >
org.jboss.as.weld.ejb.<=
wbr/>Jsr299BindingsInterceptor.<wbr/>processInvocation(<wbr/>Jsr299Bindings=
Interceptor.<wbr/>java:103)<br> >> >
[wildfly-weld-10.1.0.Final=
.<wbr/>jar:10.1.0.Final]<br> >> >   
    at=
<br> >> >
org.jboss.invocation.<wbr/>InterceptorContext.proceed=
(<wbr/>InterceptorContext.java:340)<br> >> > 
   =
;   at<br> >> >
org.jboss.invocation.<wbr/>InterceptorCont=
ext$Invocation.<wbr/>proceed(InterceptorContext.<wbr/>java:437)<br>
>&#=
62; >        at<br> >>
> org.jboss.weld=
.ejb.<wbr/>AbstractEJBRequestScopeActivat<wbr/>ionInterceptor.aroundInvoke(=
<wbr/>AbstractEJBRequestScopeActivat<wbr/>ionInterceptor.java:73)<br>
>=
> > [weld-core-impl-2.3.5.Final.<wbr/>jar:2.3.5.Final]<br>
>=
2; >        at<br> >>
> org.jboss.as.we=
ld.ejb.<wbr/>EjbRequestScopeActivationInter<wbr/>ceptor.processInvocation(<=
wbr/>EjbRequestScopeActivationInter<wbr/>ceptor.java:83)<br>
>> =
2; [wildfly-weld-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
>&=
#160;       at<br> >> >
org.jboss.invocation.<wb=
r/>InterceptorContext.proceed(<wbr/>InterceptorContext.java:340)<br>
>&=
#62; >        at<br> >>
> org.jboss.as.=
weld.injection.<wbr/>WeldInjectionInterceptor.<wbr/>processInvocation(<wbr/=
WeldInjectionInterceptor.java:<wbr/>53)<br>
>> > [wildfly-weld=
-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
>    =
60;   at<br> >> >
org.jboss.invocation.<wbr/>InterceptorCo=
ntext.proceed(<wbr/>InterceptorContext.java:340)<br> >>
> =
      at<br> >> >
org.jboss.as.ee.component.<wb=
r/>AroundConstructInterceptorFact<wbr/>ory$1.processInvocation(<wbr/>Around=
ConstructInterceptorFact<wbr/>ory.java:28)<br> >>
>   =
;     at<br> >> >
org.jboss.invocation.<wbr/>Intercep=
torContext.proceed(<wbr/>InterceptorContext.java:340)<br> >>
>&=
#160;       at<br> >> >
org.jboss.as.weld.inject=
ion.<wbr/>WeldInterceptorInjectionInterc<wbr/>eptor.processInvocation(<wbr/=
WeldInterceptorInjectionInterc<wbr/>eptor.java:56)<br>
>> > [w=
ildfly-weld-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
> =
      at<br> >> >
org.jboss.invocation.<wbr/>In=
terceptorContext.proceed(<wbr/>InterceptorContext.java:340)<br>
>> =
>        at<br> >>
> org.jboss.as.ee.co=
mponent.<wbr/>ComponentInstantiatorIntercept<wbr/>or.processInvocation(<wbr=
/>ComponentInstantiatorIntercept<wbr/>or.java:74)<br> >>
> =
;       at<br> >> >
org.jboss.invocation.<wbr/>I=
nterceptorContext.proceed(<wbr/>InterceptorContext.java:340)<br>
>>=
>        at<br> >>
> org.jboss.as.weld=
.ejb.<wbr/>Jsr299BindingsCreateIntercepto<wbr/>r.processInvocation(<wbr/>Js=
r299BindingsCreateIntercepto<wbr/>r.java:100)<br> >> >
[wildfly=
-weld-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
>   =
;     at<br> >> >
org.jboss.invocation.<wbr/>Intercep=
torContext.proceed(<wbr/>InterceptorContext.java:340)<br> >>
>&=
#160;       at<br> >> >
org.jboss.as.ee.componen=
t.<wbr/>NamespaceContextInterceptor.<wbr/>processInvocation(<wbr/>Namespace=
ContextInterceptor.<wbr/>java:50)<br> >> > 
    =
  at<br> >> >
org.jboss.invocation.<wbr/>InterceptorContex=
t.proceed(<wbr/>InterceptorContext.java:340)<br> >>
>  =
60;     at<br> >> >
org.jboss.as.ejb3.tx.<wbr/>CMTTxI=
nterceptor.invokeInNoTx(<wbr/>CMTTxInterceptor.java:263)<br>
>> =
2; [wildfly-ejb3-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br> >>
>&=
#160;       at<br> >> >
org.jboss.as.ejb3.tx.<wb=
r/>CMTTxInterceptor.supports(<wbr/>CMTTxInterceptor.java:374)<br>
>>=
; > [wildfly-ejb3-10.1.0.Final.<wbr/>jar:10.1.0.Final]<br>
>> &=
#62;        at<br> >> >
org.jboss.as.ejb3.t=
x.<wbr/>LifecycleCMTTxInterceptor.<wbr/>processInvocation(<wbr/>LifecycleCM=
TTxInterceptor.<wbr/>java:70)<br> >> >
[wildfly-ejb3-10.1.0.Fin=
al.<wbr/>jar:10.1.0.Final]<br> >> ><br>
>><br> >=
2; A very similar report [1] was solved by downgrading postgresql-jdbc.<br>=
>><br> >> [1] <a
href=3D"http://lists.ovirt.org/pipermail/=
users/2017-April/081517.html"
target=3D"_blank">http://lists.ovirt.org/<wbr=
/>pipermail/users/2017-April/<wbr/>081517.html</a><br>
>><br> >=
> Best,<br> <span class=3D"ox-03f7f44247-HOEnZb"><span
style=3D"color: =
#888888;">>> --<br> >> Didi<br>
<br> <br> <br> --<br> Didi<=
br> ______________________________<wbr/>_________________<br> Users
mailing=
list<br> <a
href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><br> <a
hre=
f=3D"http://lists.ovirt.org/mailman/listinfo/users"
target=3D"_blank">http:=
//lists.ovirt.org/<wbr/>mailman/listinfo/users</a><br>
</span></span></bloc=
kquote></div><br></div></blockquote></body></html>
=20
------=_Part_140563_705361331.1495632345559--