Project:
http://jenkins.ovirt.org/job/ovirt-engine_master_dao_unit_tests_gerrit/
Build:
http://jenkins.ovirt.org/job/ovirt-engine_master_dao_unit_tests_gerrit/3382/
Build Number: 3382
Build Status: Failure
Triggered By: Triggered by Gerrit: http://gerrit.ovirt.org/29123
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #3382
[pkliczewski] jsonrpc: Protocol decision based on cluser compatibility version
-----------------
Failed Tests:
-----------------
3 tests failed.
REGRESSION: org.ovirt.engine.core.dao.VdsDynamicDAOTest.testSave
Error Message:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement; nested exception is org.postgresql.util.PSQLException:
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement
Stack Trace:
org.springframework.dao.DataIntegrityViolationException:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement; nested exception
is org.postgresql.util.PSQLException: ERROR: null value in column "protocol"
violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245)
at
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at
org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at
org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:62)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:21)
at
org.ovirt.engine.core.dao.VdsDynamicDAOTest.testSave(VdsDynamicDAOTest.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at
org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at com.sun.proxy.$Proxy0.invoke(Unknown Source)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.postgresql.util.PSQLException: ERROR: null value in column
"protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2103)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1836)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 45 more
REGRESSION: org.ovirt.engine.core.dao.VdsStaticDAOTest.testSave
Error Message:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement; nested exception is org.postgresql.util.PSQLException:
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement
Stack Trace:
org.springframework.dao.DataIntegrityViolationException:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement; nested exception
is org.postgresql.util.PSQLException: ERROR: null value in column "protocol"
violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245)
at
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at
org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at
org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:62)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:21)
at
org.ovirt.engine.core.dao.VdsStaticDAOTest.testSave(VdsStaticDAOTest.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at
org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at com.sun.proxy.$Proxy0.invoke(Unknown Source)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.postgresql.util.PSQLException: ERROR: null value in column
"protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2103)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1836)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 45 more
REGRESSION: org.ovirt.engine.core.dao.VdsStatisticsDAOTest.testSave
Error Message:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement; nested exception is org.postgresql.util.PSQLException:
ERROR: null value in column "protocol" violates not-null constraint Where:
SQL statement "INSERT INTO vds_static(vds_id,host_name, free_text_comment, ip,
vds_unique_id, port, protocol, vds_group_id, vds_name, server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )" PL/pgSQL function "insertvdsstatic"
line 4 at SQL statement
Stack Trace:
org.springframework.dao.DataIntegrityViolationException:
CallableStatementCallback; SQL [{call insertvdsstatic(?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}];
ERROR: null value in column "protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement; nested exception
is org.postgresql.util.PSQLException: ERROR: null value in column "protocol"
violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:245)
at
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at
org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at
org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:62)
at
org.ovirt.engine.core.dao.VdsStaticDAODbFacadeImpl.save(VdsStaticDAODbFacadeImpl.java:21)
at
org.ovirt.engine.core.dao.VdsStatisticsDAOTest.testSave(VdsStatisticsDAOTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at
org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at com.sun.proxy.$Proxy0.invoke(Unknown Source)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.postgresql.util.PSQLException: ERROR: null value in column
"protocol" violates not-null constraint
Where: SQL statement "INSERT INTO vds_static(vds_id,host_name,
free_text_comment, ip, vds_unique_id, port, protocol, vds_group_id, vds_name,
server_SSL_enabled,
vds_type,vds_strength,pm_type,pm_user,pm_password,pm_port,pm_options,pm_enabled,
pm_proxy_preferences, pm_secondary_ip, pm_secondary_type, pm_secondary_user,
pm_secondary_password, pm_secondary_port, pm_secondary_options,
pm_secondary_concurrent, pm_detect_kdump, vds_spm_priority, sshKeyFingerprint,
console_address, ssh_port, ssh_username, disable_auto_pm) VALUES( $1 , $2 , $3
, $4 , $5 , $6 , $7 , $8 , $9 , $10 , $11 , $12 , $13 , $14 , $15 , $16
, $17 , $18 , $19 , $20 , $21 , $22 , $23 , $24 , $25 , $26 , $27 ,
$28 , $29 , $30 , $31 , $32 , $33 )"
PL/pgSQL function "insertvdsstatic" line 4 at SQL statement
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2103)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1836)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at
org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 45 more
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches