After converting from Oracle to PostgreSQL I can't create new channels.

It appears some column is set to null when there is a constraint on nulls
for that column.

==> /var/log/tomcat5/catalina.out <==
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string description
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string GPGKeyUrl
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string GPGKeyId
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string GPGKeyFp
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string maintainerName
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string
maintainerEmail
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string
maintainerPhone
2013-07-28 21:04:47,633 [TP-Processor5] WARN
 com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object
com.redhat.rhn.domain.channel.Channel is setting empty string supportPolicy
2013-07-28 21:04:47,648 [TP-Processor5] WARN
 org.hibernate.util.JDBCExceptionReporter - SQL Error: 0, SQLState: 23502
2013-07-28 21:04:47,648 [TP-Processor5] ERROR
org.hibernate.util.JDBCExceptionReporter - ERROR: null value in column
"last_modified" violates not-null constraint
2013-07-28 21:04:47,650 [TP-Processor5] ERROR
org.hibernate.event.def.AbstractFlushingEventListener - Could not
synchronize database state with session
org.hibernate.exception.ConstraintViolationException: could not insert:
[com.redhat.rhn.domain.channel.Channel]
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to