Jump to content

installation error


Recommended Posts

can't understand what does it mean? :mellow:

[plastic1@plastic2 server]$ tail -n 30 plastic.server.log
CREATE TABLE reviewcomment (
    iobjid BIGINT NOT NULL,
    fidreview BIGINT NOT NULL,
    fidrevision BIGINT NOT NULL,
    slocationspec VARCHAR(200) COLLATE ucs2_bin
) ENGINE = InnoDB;
ALTER TABLE reviewcomment ADD CONSTRAINT PK_reviewcomment PRIMARY KEY (iobjid);
CREATE INDEX reviewcomment_fidreview ON reviewcomment(fidreview);
CREATE INDEX reviewcomment_fidrevision ON reviewcomment(fidrevision);
] RepId:2
2014-05-05 21:14:17,546 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan ERROR CmCommand - Exception: Fatal error encountered during command execution.   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (CommandBehavior behavior) [0x00000] in <filename unknown>:0 
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader () [0x00000] in <filename unknown>:0 
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery () [0x00000] in <filename unknown>:0 
  at Codice.CM.Data.CmCommand.DoExecuteNonQuery () [0x00000] in <filename unknown>:0 
  at Codice.CM.Data.CmCommand.ExecuteNonQuery () [0x00000] in <filename unknown>:0 
2014-05-05 21:14:17,546 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan ERROR CmCommand - Inner exception: Fatal error encountered attempting to read the resultset.   at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x00000] in <filename unknown>:0 
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (CommandBehavior behavior) [0x00000] in <filename unknown>:0 
2014-05-05 21:14:17,546 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan ERROR DatabaseCreator - Error in DoExecuteDatabaseScript. Fatal error encountered during command execution.
2014-05-05 21:14:17,546 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan ERROR RepositoryStore - Error trying to create database tables rep_2: Fatal error encountered during command execution.
2014-05-05 21:14:17,546 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan ERROR RepositoryStore - Error in CreateSingleRepository. The database rep_2 can't be created. Check the server log (plastic.server.log). Error: Fatal error encountered during command execution.
2014-05-05 21:14:17,700 899563e6-5f51-4835-963e-c0534237669a plastic1 at Server:plastic2.gaijin.lan INFO  Transaction - RollbackArea -- Transaction removed 899563e6-5f51-4835-963e-c0534237669a
2014-05-05 21:14:17,701  plastic1 at  ERROR Transaction - The database rep_2 can't be created. Check the server log (plastic.server.log). Error: Fatal error encountered during command execution.
2014-05-05 21:14:17,701  plastic1 at  ERROR Codice.CM.Server.RepositoryHandler - The database rep_2 can't be created. Check the server log (plastic.server.log). Error: Fatal error encountered during command execution.   at Codice.CM.Data.RepositoryStore.a (Codice.CM.Data.CmConnection A_0, System.String A_1, System.String A_2) [0x00000] in <filename unknown>:0 
  at Codice.CM.Data.RepositoryStore.CreateRepository (RepId repId) [0x00000] in <filename unknown>:0 
2014-05-05 21:14:17,877 6dd56294-efd2-49a7-90c9-28e4085c1c4f plastic1 at Server:plastic2.gaijin.lan INFO  UpdatePerf - 		CmDataReader- Execute 169 ms. [SELECT  ta.iobjid as iobjid, ta.iposition as iposition, ta.sname as sname, ta.itype as itype, ta.isubtype as isubtype,  ta.spath as spath, ta.sfilter as sfilter, ta.fidowner as fidowner, ta.fidacl as fidacl  FROM triggeraction ta]
2014-05-05 21:14:17,890  plastic1 at  INFO  Channel - 'sinklevel' compression mode set. all metadata will be serialized
2014-05-05 21:14:17,890  plastic1 at  INFO  Channel - 'BufferPoolMax' is set to '10'. It sets the maximum number of available buffers for object data transfers
2014-05-05 21:14:17,890  plastic1 at  INFO  Channel - 'SerializationObjectsAtSink' is set to 'True'. True means SerializationBase descendants are  directly written into the response buffer
2014-05-05 21:14:17,896  plastic1 at  INFO  Channel - Start listening
2014-05-05 21:14:17,897  plastic1 at  FATAL Daemon - Configuration file '/mnt/data/home/plastic1/plasticscm5/server/remoting.conf' could not be loaded: Address already in use

Link to comment
Share on other sites


[plastic1@plastic2 server]$ cat db.conf

<DbConfig>

<ProviderName>mysql</ProviderName>

<ConnectionString>Server=localhost;User ID=root;Password=?????????;Database={0};Pooling=true</ConnectionString>

<DatabasePath></DatabasePath>

</DbConfig>

Link to comment
Share on other sites

  • 3 months later...

Archived

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

×
×
  • Create New...