Advertisement
zamotivator

Untitled

Aug 5th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. oleg (0) /storage/work/scidb/tests/harness$ ./runN.py 1 scidb --istart
  2. DB instance name: scidb with root + 0 instances.
  3. children for '16877' are [16879]
  4. NOTE: killing old scidb instance at PID 16877 by -SIGTERM signal
  5. 16879 pts/4 Sl 0:00 /storage/work/scidb/tests/harness/../../bin/scidb -p 1239 -m 64 --storage /storage/work/scidb/tests/harness/../../bin/storage.scidb -l /storage/work/scidb/tests/harness/../../bin/log1.properties --merge-sort-buffer 64 --plugins /storage/work/scidb/tests/harness/../../bin/plugins -kc host=localhost port=5432 dbname=scidb user=scidb password=scidb
  6. 16880 ? Ss 0:00 postgres: scidb scidb 127.0.0.1(41071) idle
  7. 16886 pts/4 S+ 0:00 /usr/bin/python ./runN.py 1 scidb --istart
  8. 16941 pts/4 S+ 0:00 /bin/sh -c ps ax | grep scidb
  9. 16943 pts/4 S+ 0:00 grep scidb
  10. Cleaning up old logs and storage files.
  11. mkdir: cannot create directory `/storage/work/scidb/tests/harness/../../bin': File exists
  12. Initializing catalog...
  13. NOTICE: drop cascades to 5 other objects
  14. DETAIL: drop cascades to constraint array_version_array_id_fkey on table array_version
  15. drop cascades to constraint array_version_version_array_id_fkey on table array_version
  16. drop cascades to constraint array_partition_array_id_fkey on table array_partition
  17. drop cascades to constraint array_attribute_array_id_fkey on table array_attribute
  18. drop cascades to constraint array_dimension_array_id_fkey on table array_dimension
  19. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "array_pkey" for table "array"
  20. NOTICE: CREATE TABLE / UNIQUE will create implicit index "array_name_key" for table "array"
  21. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "array_version_pkey" for table "array_version"
  22. NOTICE: CREATE TABLE / UNIQUE will create implicit index "array_version_array_id_version_id_key" for table "array_version"
  23. NOTICE: CREATE TABLE / UNIQUE will create implicit index "array_version_lock_array_name_query_id_instance_id_key" for table "array_version_lock"
  24. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "instance_pkey" for table "instance"
  25. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "array_partition_pkey" for table "array_partition"
  26. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "array_attribute_pkey" for table "array_attribute"
  27. NOTICE: CREATE TABLE / UNIQUE will create implicit index "array_attribute_array_id_name_key" for table "array_attribute"
  28. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "array_dimension_pkey" for table "array_dimension"
  29. NOTICE: CREATE TABLE / UNIQUE will create implicit index "array_dimension_array_id_name_key" for table "array_dimension"
  30. NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "libraries_pkey" for table "libraries"
  31. NOTICE: CREATE TABLE / UNIQUE will create implicit index "libraries_name_key" for table "libraries"
  32. 131 [0x7f5c06fb2880] ERROR scidb.entry null - Error during SciDB execution: bind: Address already in use
  33. 131 [0x7f5c06fb2880] ERROR scidb.qproc null - Failed to close header file
  34. 131 [0x7f5c06fb2880] ERROR scidb.qproc null - Failed to close transaction log file
  35. 132 [0x7f5c06fb2880] ERROR scidb.qproc null - Failed to close transaction log file
  36. Starting SciDB server...
  37. Master pid: 16981
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement