Jump to content

Invalid connection string after upgrating from sqlite to firebird on ubuntu


rraf

Recommended Posts

feedback-tab.png?t=feedback&c=ffffff&r=0

Hi.

I installed plasticSCM 3.0.187.30 inside a Ubutni 10.04 Virtual Machine.

Configure the server, by default it was using sqlite.

I created several test repositories and checked in some files to test it.

Verified that I could access it inside Ubuntu and from external windows machines.

All is well in the world.

It auomatically created a db.conf file for sqlite on install

<DBConfig>

<ProviderName>sqlite</ProviderName>

<ConnectionString>Data Source={0};Synchronous=OFF;Journal Mode=Delete;Pooling=true</ConnectionString>

<DatabasePath</DatabasePath>

</DBConfig>

I installed firebird using

# sudo su

# apt-get install firebird2.1-super

Configured to automatically start.

# dpkg-reconfigure firebird2.1-super

Set the new firebird user passwd to masterkey

Installed and tested the firebird dev databse. Logged into it and tested no problem.

Stopped the plastic server.

#./plasticsd stop

renamed the current db.conf file to db.conf.sqlite

created a new db.conf file for the firebird install.

(I made sure that the connection string was a single line.)

<DbConfig>

<ProviderName>firebird</ProviderName>

<ConnectionString>ServerType=0;User=SYSDBA;

Password=masterkey;Database={0};Pooling=true;

connection lifetime=60;Charset=UNICODE_FSS;

</ConnectionString>

<DatabasePath></DatabasePath>

</DbConfig>

restarted plastic server and

# ./plasticsd start

And when I try to create a repository I get the following message.

# cm mkrep cwsi-srv-plastic:8084 rraf_test

Error: An Invalid connection string argument has been supplied or a required connection string argument has not bee supplied.

When I change the server type to 1 and run cm mkrep I get this error message instead.

Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

There are no new entries in firebird.log inthe plasticscm/server directory and no other lg files.

Please help. Is there some other config I need to do?

Thanks Rob

Link to comment
Share on other sites

Hi Rob,

please try using this db.conf configuration:

<DbConfig>

<ProviderName>firebird</ProviderName>

<DatabasePath>/path/to/myRepositoryStore</DatabasePath>

<ConnectionString>ServerType=0;Server=localhost;Port=3050;User=SYSDBA;Password=masterkey;Database={0};Pooling=true;Connection Timeout=120;Connection Lifetime=1200;</ConnectionString>

</DbConfig>

Make sure the server user is able to write on the path provided, the user/passwd is correct and the firebird port is fine.

Link to comment
Share on other sites

This error is shown when the client is not able to contact with the server.

Is the server up? Are the databases created?Can you send to us the server log? You will find it on the PlasticSCM installation directory, it's called loader.log.txt/plastic.server.log.

Link to comment
Share on other sites

Hi.

A few mintues later this showed up in my root console.

Unhandled Exception: System.InvalidOperationException: List has changed.

at System.Collections.ArrayList+SimpleEnumerator.MoveNext () [0x00000] in <filename unknown>:0

at Codice.CM.Server.ActivityScheduler.b () [0x00000] in <filename unknown>:0

at Codice.CM.Server.ActivityScheduler.c () [0x00000] in <filename unknown>:0

Link to comment
Share on other sites

I'm having trouble uploading it as it is too big.

I can email itm but here is the latest info.

2012-01-24 11:58:17,726 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 11:58:17,891 ActivitySchedulerThread EVERY_USER_OR_GROUP 34e8ed6f-966c-4f22-ac3f-f4bb16f99118 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 34e8ed6f-966c-4f22-ac3f-f4bb16f99118

2012-01-24 11:58:17,892 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 11:58:17,892 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 11:58:17,892 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:03:18,019 ActivitySchedulerThread EVERY_USER_OR_GROUP 95bdc696-ebf7-4054-8bb7-0a7a50144f0e Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. fbembed [/opt/plasticscm/server/repositories.plastic.fdb]

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:03:18,019 ActivitySchedulerThread EVERY_USER_OR_GROUP 95bdc696-ebf7-4054-8bb7-0a7a50144f0e Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 95bdc696-ebf7-4054-8bb7-0a7a50144f0e

2012-01-24 12:03:18,019 ActivitySchedulerThread ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:03:18,019 ActivitySchedulerThread ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:03:18,019 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 12:03:18,127 ActivitySchedulerThread EVERY_USER_OR_GROUP fcbd6e30-ea69-4c1d-99b9-500b6fd076b5 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed fcbd6e30-ea69-4c1d-99b9-500b6fd076b5

2012-01-24 12:03:18,127 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:03:18,127 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:03:18,127 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:08:18,249 ActivitySchedulerThread EVERY_USER_OR_GROUP 2975fb7a-53bb-4247-895e-2108a4a57d6e Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. fbembed [/opt/plasticscm/server/repositories.plastic.fdb]

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:08:18,249 ActivitySchedulerThread EVERY_USER_OR_GROUP 2975fb7a-53bb-4247-895e-2108a4a57d6e Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 2975fb7a-53bb-4247-895e-2108a4a57d6e

2012-01-24 12:08:18,249 ActivitySchedulerThread ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:08:18,249 ActivitySchedulerThread ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:08:18,249 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 12:08:18,385 ActivitySchedulerThread EVERY_USER_OR_GROUP 6ca0c0e1-f946-47a3-9fa9-d02094841560 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 6ca0c0e1-f946-47a3-9fa9-d02094841560

2012-01-24 12:08:18,385 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:08:18,385 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:08:18,385 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:13:18,509 ActivitySchedulerThread EVERY_USER_OR_GROUP 7ec26662-7e2e-49d3-b4b5-b1cc612db0a4 Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. fbembed [/opt/plasticscm/server/repositories.plastic.fdb]

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:13:18,509 ActivitySchedulerThread EVERY_USER_OR_GROUP 7ec26662-7e2e-49d3-b4b5-b1cc612db0a4 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 7ec26662-7e2e-49d3-b4b5-b1cc612db0a4

2012-01-24 12:13:18,510 ActivitySchedulerThread ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:13:18,510 ActivitySchedulerThread ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:13:18,510 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 12:13:18,648 ActivitySchedulerThread EVERY_USER_OR_GROUP 69f2f30b-bd1b-4fc4-a6f1-37f22f025e61 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 69f2f30b-bd1b-4fc4-a6f1-37f22f025e61

2012-01-24 12:13:18,649 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:13:18,649 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:13:18,649 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:18:18,766 ActivitySchedulerThread EVERY_USER_OR_GROUP 0e6367c4-ee34-4e66-830c-eaa24052fc66 Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. fbembed [/opt/plasticscm/server/repositories.plastic.fdb]

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:18:18,766 ActivitySchedulerThread EVERY_USER_OR_GROUP 0e6367c4-ee34-4e66-830c-eaa24052fc66 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 0e6367c4-ee34-4e66-830c-eaa24052fc66

2012-01-24 12:18:18,766 ActivitySchedulerThread ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:18:18,766 ActivitySchedulerThread ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:18:18,766 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 12:18:18,906 ActivitySchedulerThread EVERY_USER_OR_GROUP 1c3f453b-0b1e-4e41-9ee6-f184af1ff08a Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 1c3f453b-0b1e-4e41-9ee6-f184af1ff08a

2012-01-24 12:18:18,906 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:18:18,907 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:18:18,907 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:23:19,022 ActivitySchedulerThread EVERY_USER_OR_GROUP 23f315d4-e6c7-47f2-82fa-5ca4bab00b31 Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. fbembed [/opt/plasticscm/firebird_db/repositories.plastic.fdb]

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:23:19,023 ActivitySchedulerThread EVERY_USER_OR_GROUP 23f315d4-e6c7-47f2-82fa-5ca4bab00b31 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 23f315d4-e6c7-47f2-82fa-5ca4bab00b31

2012-01-24 12:23:19,023 ActivitySchedulerThread ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:23:19,023 ActivitySchedulerThread ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:23:19,023 ActivitySchedulerThread ERROR Security - Starting server without inactive users info

2012-01-24 12:23:19,145 ActivitySchedulerThread EVERY_USER_OR_GROUP 80533117-30c2-4221-b609-11f51f80689a Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 80533117-30c2-4221-b609-11f51f80689a

2012-01-24 12:23:19,146 ActivitySchedulerThread ERROR Transaction - fbembed at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:23:19,146 ActivitySchedulerThread ERROR Security - An exception was thrown loading known seid info:

System.DllNotFoundException: fbembed

at (wrapper managed-to-native) FB_1061628003_Class:isc_attach_database (intptr[],int16,byte[],int&,int16,byte[])

at FB_1061628003_Class.IFbClient.isc_attach_database (System.IntPtr[] statusVector, Int16 dbNameLength, System.Byte[] dbName, System.Int32& dbHandle, Int16 parmBufferLength, System.Byte[] parmBuffer) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.Client.Native.FesDatabase.Attach (FirebirdSql.Data.Common.DatabaseParameterBuffer dpb, System.String dataSource, Int32 port, System.String database) [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:23:19,146 ActivitySchedulerThread ERROR Security - Starting server without known seid info

2012-01-24 12:23:34,557 1509104 EVERY_USER_OR_GROUP d93a824f-3ed1-43ba-9abd-6491449e7065 Server:cwsi-srv-plastic INFO Transaction - Transaction timeout -> 120000ms

2012-01-24 12:23:55,227 1509104 EVERY_USER_OR_GROUP 09121b0a-f19c-4f9c-8211-5b2c471141e5 Server:cwsi-srv-plastic FATAL LdapProvider - Could not connect to LDAP server. Invalid server cwsi-sbs-srv1

2012-01-24 12:23:55,233 1509104 EVERY_USER_OR_GROUP 09121b0a-f19c-4f9c-8211-5b2c471141e5 Server:cwsi-srv-plastic FATAL LdapProvider - Could not connect to LDAP server. Invalid credentials trying to log-in into cwsi-sbs-srv1: Connect Error

2012-01-24 12:27:54,397 15406832 EVERY_USER_OR_GROUP efee53fc-1b1c-4433-bc5a-31d1b421ee06 Server:cwsi-srv-plastic INFO Transaction - Transaction timeout -> 120000ms

2012-01-24 12:28:14,759 15406832 FATAL LdapProvider - Could not connect to LDAP server. Invalid server cwsi-sbs-srv1

2012-01-24 12:28:14,764 15406832 FATAL LdapProvider - Could not connect to LDAP server. Invalid credentials trying to log-in into cwsi-sbs-srv1: Connect Error

2012-01-24 12:28:21,527 15210224 (null) (null) (null) ERROR x - Error in CreateDb. I/O error for file "/opt/plasticscm/server/repositories.plastic.fdb"

Error while trying to create file

at FirebirdSql.Data.FirebirdClient.FbConnection.CreateDatabase (System.String connectionString, Int32 pageSize, Boolean forcedWrites, Boolean overwrite) [0x00000] in <filename unknown>:0

at x.e (System.String A_0) [0x00000] in <filename unknown>:0

2012-01-24 12:28:21,540 15210224 (null) (null) (null) ERROR Codice.CM.Server.RepositoryHandler - The database /opt/plasticscm/server/repositories.plastic.fdb can't be created. Check the server log for more information. at f.b (System.String A_0, System.String A_1) [0x00000] in <filename unknown>:0

at f.f () [0x00000] in <filename unknown>:0

at (wrapper synchronized) f:f ()

at Codice.CM.Server.RepositoryHandler.InitService () [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,579 15210224 (null) (null) (null) FATAL LdapProvider - Could not connect to LDAP server. Invalid server cwsi-sbs-srv1

2012-01-24 12:28:41,584 15210224 (null) (null) (null) FATAL LdapProvider - Could not connect to LDAP server. Invalid credentials trying to log-in into cwsi-sbs-srv1: Connect Error

2012-01-24 12:28:41,588 15210224 EVERY_USER_OR_GROUP bde5bae8-e67b-4ba6-a267-dbdf71188b87 Server:cwsi-srv-plastic INFO Transaction - Transaction timeout -> 120000ms

2012-01-24 12:28:41,687 15210224 EVERY_USER_OR_GROUP bde5bae8-e67b-4ba6-a267-dbdf71188b87 Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. I/O error for file "/opt/plasticscm/server/repositories.plastic.fdb"

Error while trying to open file [/opt/plasticscm/server/repositories.plastic.fdb]

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,689 15210224 EVERY_USER_OR_GROUP bde5bae8-e67b-4ba6-a267-dbdf71188b87 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed bde5bae8-e67b-4ba6-a267-dbdf71188b87

2012-01-24 12:28:41,691 15210224 ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,691 15210224 ERROR Security - An exception was thrown loading inactive users info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.a () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllInactiveUsers () [0x00000] in <filename unknown>:0

at k.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,693 15210224 ERROR Security - Starting server without inactive users info

2012-01-24 12:28:41,915 15210224 EVERY_USER_OR_GROUP 92933e71-64f7-40be-ba1f-f754c18da464 Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. I/O error for file "/opt/plasticscm/server/repositories.plastic.fdb"

Error while trying to open file [/opt/plasticscm/server/repositories.plastic.fdb]

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,915 15210224 EVERY_USER_OR_GROUP 92933e71-64f7-40be-ba1f-f754c18da464 Server:cwsi-srv-plastic INFO Transaction - RollbackArea -- Transaction removed 92933e71-64f7-40be-ba1f-f754c18da464

2012-01-24 12:28:41,916 15210224 ERROR Transaction - Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log. at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.b () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllActiveUsers () [0x00000] in <filename unknown>:0

at f.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,916 15210224 ERROR Security - An exception was thrown loading known seid info:

Codice.CM.Common.CmException: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

at y.d (Codice.CM.Data.CmConnection A_0, bc A_1) [0x00000] in <filename unknown>:0

at y.b (System.String A_0, System.String A_1, bc A_2) [0x00000] in <filename unknown>:0

at y.d (bc A_0) [0x00000] in <filename unknown>:0

at qu.b () [0x00000] in <filename unknown>:0

at Codice.CM.Data.SqlDataQuery.GetAllActiveUsers () [0x00000] in <filename unknown>:0

at f.a () [0x00000] in <filename unknown>:0

at Codice.CM.Server.TransactionManager.ExecuteServerTransactedCall (Codice.CM.Server.DoServerTransactedCallDelegate call) [0x00000] in <filename unknown>:0

2012-01-24 12:28:41,916 15210224 ERROR Security - Starting server without known seid info

2012-01-24 12:28:42,011 15210224 EVERY_USER_OR_GROUP 46d9f9d4-f685-4f29-bc74-fffb7297f3bf Server:cwsi-srv-plastic ERROR DataConnection - There was a problem in OpenConnection. I/O error for file "/opt/plasticscm/server/repositories.plastic.fdb"

Error while trying to open file [/opt/plasticscm/server/repositories.plastic.fdb]

at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

2012-01-24 12:28:42,011 15210224 EVERY_USER_OR_GROUP 46d9f9d4-f685-4f29-bc74-fffb7297f3bf Server:cwsi-srv-plastic ERROR Trigger - There was an error loading the triggers. Error: Server cwsi-srv-plastic:8084 wasn't able to open a connection to the database. Check the server's log.

Link to comment
Share on other sites

  • 2 years later...

Cool!!! :)

 

This did not fix it for me on freeBSD 9.2 + Firebird server 2.5.2.

 

<DbConfig>

  <ProviderName>firebird</ProviderName>

  <DatabasePath>/db</DatabasePath>

  <ConnectionString>ServerType=0;Server=localhost;Port=3050;User=SYSDBA;Password=masterkey;Database={0};Pooling=true;Connection Timeout=120;Connection Lifetime=1200;</ConnectionString>

</DbConfig>

 

results still in:

 

(null) root at (null) ERROR Codice.CM.Server.RepositoryHandler - Index is less than 0 or more than or equal to the list count.

Parameter name: index

0   at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String name, System.Object actual, System.String message) [0x00000] in <filename unknown>:0

  at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] in <filename unknown>:0

  at System.Diagnostics.ProcessModuleCollection.get_Item (Int32 index) [0x00000] in <filename unknown>:0

  at System.Diagnostics.Process.get_MainModule () [0x00000] in <filename unknown>:0

  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_MainModule ()

  at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.GetProcessName () [0x00000] in <filename unknown>:0

  at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BuildDpb (IDatabase db, FirebirdSql.Data.FirebirdClient.FbConnectionString options) [0x00000] in <filename unknown>:0

  at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect () [0x00000] in <filename unknown>:0

  at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionInternal:Connect ()

  at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create () [0x00000] in <filename unknown>:0

  at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut () [0x00000] in <filename unknown>:0

  at (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbConnectionPool:CheckOut ()

  at FirebirdSql.Data.FirebirdClient.FbConnection.Open () [0x00000] in <filename unknown>:0

 af32996c-a25b-4490-9f32-f163691134d2 root at Server:freebsd INFO  Transaction - Transaction timeout -> 120000ms

 af32996c-a25b-4490-9f32-f163691134d2 root at Server:freebsd ERROR DataConnection - There was a problem in OpenConnection. Index is less than 0 or more than or equal to the list count.

Parameter name: index

0 [/db/repositories.plastic.fdb]

 af32996c-a25b-4490-9f32-f163691134d2 root at Server:freebsd ERROR Trigger - There was an error loading the triggers. Error: Plastic SCM server freebsd:8087 wasn't able to open a connection to the database. Check the server log (plastic.server.log). Error: Index is less than 0 or more than or equal to the list count.

Parameter name: index

0

 root at  INFO  Channel - 'sinklevel' compression mode set. all metadata will be serialized

 root at  INFO  Channel - 'BufferPoolMax' is set to '10'. It sets the maximum number of available buffers for object data transfers

 root at  INFO  Channel - 'SerializationObjectsAtSink' is set to 'True'. True means SerializationBase descendants are  directly written into the response buffer

 root at  INFO  Channel - Start listening

 

Btw thats what my mono version notes:

 

mono -V

Mono JIT compiler version 3.2.3 (tarball Wed Feb 19 23:32:57 UTC 2014)

Copyright © 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

        TLS:           __thread

        SIGSEGV:       altstack

        Notification:  kqueue

        Architecture:  x86

        Disabled:      none

        Misc:          softdebug

        LLVM:          supported, not enabled.

        GC:            sgen

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...