JavaScript is working fine. In the event log appear 520 errors
Picking some of them point out show me: <
UnitTests
NHibernate.Exceptions.GenericADOException: could not insert: Continua.Modules.Builds.UnitTests.UnitTest#d19b3b5b-3641-44b9-bfb6-a1ee017ae8c5
SQL: INSERT INTO builds_unittest (buildid, configurationid, stageid, assemblyname, namespace, fixture, name, messages, stacktrace, result, success, executed, testtime, hash, changed, isnew, shelved, firstfailedbuildid, firstfailedbuildversion, Id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] —> Npgsql.NpgsqlException: FEHLER: 23502: NULL-Wert in Spalte »namespace« verletzt Not-Null-Constraint
at Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3>d__a.MoveNext()
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject()
at Npgsql.ForwardsOnlyDataReader.GetNextRowDescription()
at Npgsql.ForwardsOnlyDataReader.NextResult()
at Npgsql.ForwardsOnlyDataReader…ctor(IEnumerable1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError) <br> at Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb) <br> at Npgsql.NpgsqlCommand.ExecuteNonQuery() <br> at NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd) <br> at NHibernate.AdoNet.NonBatchingBatcher.AddToBatch(IExpectation expectation) <br> at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) <br> --- End of inner exception stack trace --- <br> at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Boolean[] notNull, Int32 j, SqlCommandInfo sql, Object obj, ISessionImplementor session) <br> at NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object id, Object[] fields, Object obj, ISessionImplementor session) <br> at NHibernate.Impl.StatelessSessionImpl.Insert(String entityName, Object entity) <br> at NHibernate.Impl.StatelessSessionImpl.Insert(Object entity) <br> at Continua.Modules.Builds.UnitTests.UnitTestManager.RegisterUnitTests(Int32 buildId, Guid stageId, IList
1 unitTests, IEnumerable`1 metrics, Boolean updateMetrics)