@operato/scene-visualizer 1.3.15 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/attachments/0d91a37d-c2d7-4c6d-88dc-a29e5bbea361.png +0 -0
- package/attachments/1b07c8d3-07d5-4007-b02e-031ee1755539.glb +0 -0
- package/attachments/226c6c23-c4fd-46c8-93e3-3d3d9c4bb8a9.glb +0 -0
- package/attachments/4425ca46-cf1d-476d-9185-dcb881ecad1f.glb +0 -0
- package/attachments/51e7c45d-6eae-4baf-a4e2-ba979b7e77cd.glb +0 -0
- package/attachments/54427925-c109-4499-875c-fb14207b95c5.glb +0 -0
- package/attachments/8cc70a65-e20f-4187-83c8-64deb3faf3d9.glb +0 -0
- package/attachments/964d004d-1fe7-4224-89a6-2b6e86db233c.glb +0 -0
- package/attachments/ff47fd63-6f1c-4a69-b965-9bb03797a415.png +0 -0
- package/db.sqlite +0 -0
- package/dist/banner.d.ts +0 -1
- package/dist/camera.d.ts +0 -1
- package/dist/cube.d.ts +0 -1
- package/dist/cylinder.d.ts +0 -1
- package/dist/desk.d.ts +0 -1
- package/dist/editors/property-editor-gltf-info.d.ts +0 -1
- package/dist/gltf-object.d.ts +0 -1
- package/dist/light.d.ts +0 -1
- package/dist/polygon.d.ts +4 -4
- package/dist/rack-table-cell.d.ts +0 -1
- package/dist/rack-table.d.ts +0 -1
- package/dist/sphere.d.ts +0 -1
- package/dist/sprite.d.ts +0 -1
- package/dist/stock.d.ts +0 -1
- package/dist/three-container.d.ts +0 -1
- package/dist/three-controls.d.ts +0 -1
- package/dist/three-layout.d.ts +0 -1
- package/dist/three-space.d.ts +0 -1
- package/dist/threed/floor/floor.d.ts +0 -1
- package/dist/threed/real-object-gltf.d.ts +0 -1
- package/dist/threed/real-object.d.ts +0 -1
- package/dist/threed/texture/canvas-texture.d.ts +0 -1
- package/dist/threed/three-dimensional-container.d.ts +0 -1
- package/dist/visualizer.d.ts +0 -1
- package/dist/wall.d.ts +0 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +11 -6
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +11 -6
- package/logs/application-2025-01-07-10.log +106 -0
- package/logs/application-2025-01-07-14.log +4 -0
- package/logs/application-2025-01-07-15.log +4 -0
- package/logs/connections-2025-01-07-10.log +106 -0
- package/logs/connections-2025-01-07-14.log +53 -0
- package/logs/connections-2025-01-07-15.log +53 -0
- package/package.json +2 -2
- package/schema.graphql +4552 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/attachments/1d830f95-6589-452d-b3c7-d76fdfe21d88.glb +0 -0
- package/logs/application-2023-11-30-10.log +0 -89
- package/logs/application-2023-11-30-21.log +0 -44
- package/logs/connections-2023-11-30-10.log +0 -114
- package/logs/connections-2023-11-30-21.log +0 -38
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.4.0](https://github.com/things-scene/operato-scene/compare/v1.3.29...v1.4.0) (2025-01-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/scene-visualizer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.3.15](https://github.com/things-scene/operato-scene/compare/v1.3.14...v1.3.15) (2024-04-22)
|
|
7
15
|
|
|
8
16
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/db.sqlite
CHANGED
|
Binary file
|
package/dist/banner.d.ts
CHANGED
package/dist/camera.d.ts
CHANGED
package/dist/cube.d.ts
CHANGED
package/dist/cylinder.d.ts
CHANGED
package/dist/desk.d.ts
CHANGED
package/dist/gltf-object.d.ts
CHANGED
package/dist/light.d.ts
CHANGED
package/dist/polygon.d.ts
CHANGED
|
@@ -9,9 +9,9 @@ export declare class PolygonExtrude extends RealObjectExtrude {
|
|
|
9
9
|
};
|
|
10
10
|
get shape(): THREE.Shape;
|
|
11
11
|
get minMax(): {
|
|
12
|
-
minX?: number
|
|
13
|
-
minY?: number
|
|
14
|
-
maxX?: number
|
|
15
|
-
maxY?: number
|
|
12
|
+
minX?: number;
|
|
13
|
+
minY?: number;
|
|
14
|
+
maxX?: number;
|
|
15
|
+
maxY?: number;
|
|
16
16
|
};
|
|
17
17
|
}
|
package/dist/rack-table.d.ts
CHANGED
package/dist/sphere.d.ts
CHANGED
package/dist/sprite.d.ts
CHANGED
package/dist/stock.d.ts
CHANGED
package/dist/three-controls.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* @author WestLangley / http://github.com/WestLangley
|
|
6
6
|
* @author erich666 / http://erichaines.com
|
|
7
7
|
*/
|
|
8
|
-
/// <reference path="../src/component.d.ts" />
|
|
9
8
|
import { Component } from '@hatiolab/things-scene';
|
|
10
9
|
import * as THREE from 'three';
|
|
11
10
|
declare var ThreeControls: (this: any, object: THREE.Camera, component: Component) => void;
|
package/dist/three-layout.d.ts
CHANGED
package/dist/three-space.d.ts
CHANGED
package/dist/visualizer.d.ts
CHANGED
package/dist/wall.d.ts
CHANGED
|
@@ -6,14 +6,19 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1736212771287,
|
|
10
|
+
"name": "logs/application-2025-01-07-10.log",
|
|
11
|
+
"hash": "6eabb052620f105b34d318828f7082b55ca6bf593e67ef6bb298f8dc355ed1b8"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/application-
|
|
16
|
-
"hash": "
|
|
14
|
+
"date": 1736229299405,
|
|
15
|
+
"name": "logs/application-2025-01-07-14.log",
|
|
16
|
+
"hash": "04d36289a62084b1d0c0ef9343c330f6d4bba10943be5dbb93b928c8a22e8cbc"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1736231339271,
|
|
20
|
+
"name": "logs/application-2025-01-07-15.log",
|
|
21
|
+
"hash": "a11d26fa943096ab9e24ef47be28fa6cc0aa7dc31c4bbe6674c9291983e414cf"
|
|
17
22
|
}
|
|
18
23
|
],
|
|
19
24
|
"hashType": "sha256"
|
|
@@ -6,14 +6,19 @@
|
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/connections-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1736212773256,
|
|
10
|
+
"name": "logs/connections-2025-01-07-10.log",
|
|
11
|
+
"hash": "ee53ff54368e03bfdaf70ea3fc274ae54583698abe856edc5909413bdf0dac9c"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/connections-
|
|
16
|
-
"hash": "
|
|
14
|
+
"date": 1736229301458,
|
|
15
|
+
"name": "logs/connections-2025-01-07-14.log",
|
|
16
|
+
"hash": "6ea92e155daee572f65d650652fab3826e5efd7a32d9695276768c543e57bbd4"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1736231341355,
|
|
20
|
+
"name": "logs/connections-2025-01-07-15.log",
|
|
21
|
+
"hash": "441e747887b3856b8e2db16179418dbf5761c39fc95f332ef07d3abf5948a922"
|
|
17
22
|
}
|
|
18
23
|
],
|
|
19
24
|
"hashType": "sha256"
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
2025-01-07T10:19:32+09:00 info: File Storage is Ready.
|
|
2
|
+
2025-01-07T10:19:34+09:00 info: Default DataSource established
|
|
3
|
+
2025-01-07T10:19:35+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2025-01-07T10:19:35+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2025-01-07T10:20:59+09:00 error: TypeError: non-error thrown: null
|
|
6
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
7
|
+
at Application.emit (node:events:531:35)
|
|
8
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
9
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
10
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
11
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
12
|
+
2025-01-07T10:21:02+09:00 error: TypeError: non-error thrown: null
|
|
13
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
14
|
+
at Application.emit (node:events:531:35)
|
|
15
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
16
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
17
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
18
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
19
|
+
2025-01-07T10:21:14+09:00 error: TypeError: non-error thrown: null
|
|
20
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
21
|
+
at Application.emit (node:events:531:35)
|
|
22
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
23
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
24
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
25
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
26
|
+
2025-01-07T10:21:17+09:00 error: TypeError: non-error thrown: null
|
|
27
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
28
|
+
at Application.emit (node:events:531:35)
|
|
29
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
30
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
31
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
32
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
33
|
+
2025-01-07T10:21:29+09:00 error: TypeError: non-error thrown: null
|
|
34
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
35
|
+
at Application.emit (node:events:531:35)
|
|
36
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
37
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
38
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
39
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
40
|
+
2025-01-07T10:21:36+09:00 error: TypeError: non-error thrown: null
|
|
41
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
42
|
+
at Application.emit (node:events:531:35)
|
|
43
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
44
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
45
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
46
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
47
|
+
2025-01-07T10:21:56+09:00 error: TypeError: non-error thrown: null
|
|
48
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
49
|
+
at Application.emit (node:events:531:35)
|
|
50
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
51
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
52
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
53
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
54
|
+
2025-01-07T10:21:57+09:00 error: TypeError: non-error thrown: null
|
|
55
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
56
|
+
at Application.emit (node:events:531:35)
|
|
57
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
58
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
59
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
60
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
61
|
+
2025-01-07T10:22:07+09:00 error: TypeError: non-error thrown: null
|
|
62
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
63
|
+
at Application.emit (node:events:531:35)
|
|
64
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
65
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
66
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
67
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
68
|
+
2025-01-07T10:22:07+09:00 error: TypeError: non-error thrown: null
|
|
69
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
70
|
+
at Application.emit (node:events:531:35)
|
|
71
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
72
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
73
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
74
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
75
|
+
2025-01-07T10:22:07+09:00 error: TypeError: non-error thrown: null
|
|
76
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
77
|
+
at Application.emit (node:events:531:35)
|
|
78
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
79
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
80
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
81
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
82
|
+
2025-01-07T10:22:08+09:00 error: TypeError: non-error thrown: null
|
|
83
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
84
|
+
at Application.emit (node:events:531:35)
|
|
85
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
86
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
87
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
88
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
89
|
+
2025-01-07T10:22:09+09:00 error: TypeError: non-error thrown: null
|
|
90
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
91
|
+
at Application.emit (node:events:531:35)
|
|
92
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
93
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
94
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
95
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
96
|
+
2025-01-07T10:22:09+09:00 error: TypeError: non-error thrown: null
|
|
97
|
+
at Application.onerror (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/application.js:224:31)
|
|
98
|
+
at Application.emit (node:events:531:35)
|
|
99
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/middlewares/index.js:24:25
|
|
100
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
101
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js:86:9
|
|
102
|
+
at async cors (/Users/super/Documents/GitHub/operato-scene/node_modules/@koa/cors/index.js:109:16)
|
|
103
|
+
2025-01-07T10:53:29+09:00 info: File Storage is Ready.
|
|
104
|
+
2025-01-07T10:53:31+09:00 info: Default DataSource established
|
|
105
|
+
2025-01-07T10:53:32+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
106
|
+
2025-01-07T10:53:32+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2025-01-07T14:55:00+09:00 info: File Storage is Ready.
|
|
2
|
+
2025-01-07T14:55:03+09:00 info: Default DataSource established
|
|
3
|
+
2025-01-07T14:55:04+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2025-01-07T14:55:04+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2025-01-07T15:29:00+09:00 info: File Storage is Ready.
|
|
2
|
+
2025-01-07T15:29:04+09:00 info: Default DataSource established
|
|
3
|
+
2025-01-07T15:29:05+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2025-01-07T15:29:05+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
2025-01-07T10:19:35+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2025-01-07T10:19:35+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2025-01-07T10:19:35+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2025-01-07T10:19:35+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2025-01-07T10:19:35+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2025-01-07T10:19:35+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2025-01-07T10:19:35+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2025-01-07T10:19:35+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2025-01-07T10:19:35+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2025-01-07T10:19:35+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2025-01-07T10:19:35+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2025-01-07T10:19:35+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2025-01-07T10:19:35+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2025-01-07T10:19:35+09:00 info: Connector 'headless-connector' started to ready
|
|
15
|
+
2025-01-07T10:19:35+09:00 info: Connector 'email-connector' started to ready
|
|
16
|
+
2025-01-07T10:19:35+09:00 info: Connector 'influxdb-connector' started to ready
|
|
17
|
+
2025-01-07T10:19:35+09:00 info: Connector 'msgraph-connector' started to ready
|
|
18
|
+
2025-01-07T10:19:35+09:00 info: Connector 'proxy-connector' started to ready
|
|
19
|
+
2025-01-07T10:19:35+09:00 info: echo-back-servers are ready
|
|
20
|
+
2025-01-07T10:19:35+09:00 info: echo-back connections are ready
|
|
21
|
+
2025-01-07T10:19:35+09:00 info: http-connector connections are ready
|
|
22
|
+
2025-01-07T10:19:35+09:00 info: graphql-connector connections are ready
|
|
23
|
+
2025-01-07T10:19:35+09:00 info: sqlite-connector connections are ready
|
|
24
|
+
2025-01-07T10:19:35+09:00 info: postgresql-connector connections are ready
|
|
25
|
+
2025-01-07T10:19:35+09:00 info: mqtt-connector connections are ready
|
|
26
|
+
2025-01-07T10:19:35+09:00 info: mssql-connector connections are ready
|
|
27
|
+
2025-01-07T10:19:35+09:00 info: oracle-connector connections are ready
|
|
28
|
+
2025-01-07T10:19:35+09:00 info: mysql-connector connections are ready
|
|
29
|
+
2025-01-07T10:19:35+09:00 info: socket servers are ready
|
|
30
|
+
2025-01-07T10:19:35+09:00 info: operato-connector connections are ready
|
|
31
|
+
2025-01-07T10:19:35+09:00 info: headless-connector connections are ready
|
|
32
|
+
2025-01-07T10:19:35+09:00 info: email connections are ready
|
|
33
|
+
2025-01-07T10:19:35+09:00 info: influxdb connections are ready
|
|
34
|
+
2025-01-07T10:19:35+09:00 info: msgraph-connector connections are ready
|
|
35
|
+
2025-01-07T10:19:35+09:00 info: proxy-connector connections are ready
|
|
36
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'echo-back-server' ready
|
|
37
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'echo-back' ready
|
|
38
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'http-connector' ready
|
|
39
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'graphql-connector' ready
|
|
40
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'sqlite-connector' ready
|
|
41
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'postgresql-connector' ready
|
|
42
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'mqtt-connector' ready
|
|
43
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'mssql-connector' ready
|
|
44
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'oracle-connector' ready
|
|
45
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'mysql-connector' ready
|
|
46
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'socket-server' ready
|
|
47
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'operato-connector' ready
|
|
48
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'headless-connector' ready
|
|
49
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'email-connector' ready
|
|
50
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'influxdb-connector' ready
|
|
51
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'msgraph-connector' ready
|
|
52
|
+
2025-01-07T10:19:35+09:00 info: All connector for 'proxy-connector' ready
|
|
53
|
+
2025-01-07T10:19:35+09:00 info: ConnectionManager initialization done:
|
|
54
|
+
2025-01-07T10:53:32+09:00 info: Initializing ConnectionManager...
|
|
55
|
+
2025-01-07T10:53:32+09:00 info: Connector 'echo-back-server' started to ready
|
|
56
|
+
2025-01-07T10:53:32+09:00 info: Connector 'echo-back' started to ready
|
|
57
|
+
2025-01-07T10:53:32+09:00 info: Connector 'http-connector' started to ready
|
|
58
|
+
2025-01-07T10:53:32+09:00 info: Connector 'graphql-connector' started to ready
|
|
59
|
+
2025-01-07T10:53:32+09:00 info: Connector 'sqlite-connector' started to ready
|
|
60
|
+
2025-01-07T10:53:32+09:00 info: Connector 'postgresql-connector' started to ready
|
|
61
|
+
2025-01-07T10:53:32+09:00 info: Connector 'mqtt-connector' started to ready
|
|
62
|
+
2025-01-07T10:53:32+09:00 info: Connector 'mssql-connector' started to ready
|
|
63
|
+
2025-01-07T10:53:32+09:00 info: Connector 'oracle-connector' started to ready
|
|
64
|
+
2025-01-07T10:53:32+09:00 info: Connector 'mysql-connector' started to ready
|
|
65
|
+
2025-01-07T10:53:32+09:00 info: Connector 'socket-server' started to ready
|
|
66
|
+
2025-01-07T10:53:32+09:00 info: Connector 'operato-connector' started to ready
|
|
67
|
+
2025-01-07T10:53:32+09:00 info: Connector 'headless-connector' started to ready
|
|
68
|
+
2025-01-07T10:53:32+09:00 info: Connector 'email-connector' started to ready
|
|
69
|
+
2025-01-07T10:53:32+09:00 info: Connector 'influxdb-connector' started to ready
|
|
70
|
+
2025-01-07T10:53:32+09:00 info: Connector 'msgraph-connector' started to ready
|
|
71
|
+
2025-01-07T10:53:32+09:00 info: Connector 'proxy-connector' started to ready
|
|
72
|
+
2025-01-07T10:53:32+09:00 info: echo-back-servers are ready
|
|
73
|
+
2025-01-07T10:53:32+09:00 info: echo-back connections are ready
|
|
74
|
+
2025-01-07T10:53:32+09:00 info: http-connector connections are ready
|
|
75
|
+
2025-01-07T10:53:32+09:00 info: graphql-connector connections are ready
|
|
76
|
+
2025-01-07T10:53:32+09:00 info: sqlite-connector connections are ready
|
|
77
|
+
2025-01-07T10:53:32+09:00 info: postgresql-connector connections are ready
|
|
78
|
+
2025-01-07T10:53:32+09:00 info: mqtt-connector connections are ready
|
|
79
|
+
2025-01-07T10:53:32+09:00 info: mssql-connector connections are ready
|
|
80
|
+
2025-01-07T10:53:32+09:00 info: oracle-connector connections are ready
|
|
81
|
+
2025-01-07T10:53:32+09:00 info: mysql-connector connections are ready
|
|
82
|
+
2025-01-07T10:53:32+09:00 info: socket servers are ready
|
|
83
|
+
2025-01-07T10:53:32+09:00 info: operato-connector connections are ready
|
|
84
|
+
2025-01-07T10:53:32+09:00 info: headless-connector connections are ready
|
|
85
|
+
2025-01-07T10:53:32+09:00 info: email connections are ready
|
|
86
|
+
2025-01-07T10:53:32+09:00 info: influxdb connections are ready
|
|
87
|
+
2025-01-07T10:53:32+09:00 info: msgraph-connector connections are ready
|
|
88
|
+
2025-01-07T10:53:32+09:00 info: proxy-connector connections are ready
|
|
89
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'echo-back-server' ready
|
|
90
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'echo-back' ready
|
|
91
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'http-connector' ready
|
|
92
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'graphql-connector' ready
|
|
93
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'sqlite-connector' ready
|
|
94
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'postgresql-connector' ready
|
|
95
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'mqtt-connector' ready
|
|
96
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'mssql-connector' ready
|
|
97
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'oracle-connector' ready
|
|
98
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'mysql-connector' ready
|
|
99
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'socket-server' ready
|
|
100
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'operato-connector' ready
|
|
101
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'headless-connector' ready
|
|
102
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'email-connector' ready
|
|
103
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'influxdb-connector' ready
|
|
104
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'msgraph-connector' ready
|
|
105
|
+
2025-01-07T10:53:32+09:00 info: All connector for 'proxy-connector' ready
|
|
106
|
+
2025-01-07T10:53:32+09:00 info: ConnectionManager initialization done:
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
2025-01-07T14:55:04+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2025-01-07T14:55:04+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2025-01-07T14:55:04+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2025-01-07T14:55:04+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2025-01-07T14:55:04+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2025-01-07T14:55:04+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2025-01-07T14:55:04+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2025-01-07T14:55:04+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2025-01-07T14:55:04+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2025-01-07T14:55:04+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2025-01-07T14:55:04+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2025-01-07T14:55:04+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2025-01-07T14:55:04+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2025-01-07T14:55:04+09:00 info: Connector 'headless-connector' started to ready
|
|
15
|
+
2025-01-07T14:55:04+09:00 info: Connector 'email-connector' started to ready
|
|
16
|
+
2025-01-07T14:55:04+09:00 info: Connector 'influxdb-connector' started to ready
|
|
17
|
+
2025-01-07T14:55:04+09:00 info: Connector 'msgraph-connector' started to ready
|
|
18
|
+
2025-01-07T14:55:04+09:00 info: Connector 'proxy-connector' started to ready
|
|
19
|
+
2025-01-07T14:55:04+09:00 info: echo-back-servers are ready
|
|
20
|
+
2025-01-07T14:55:04+09:00 info: echo-back connections are ready
|
|
21
|
+
2025-01-07T14:55:04+09:00 info: http-connector connections are ready
|
|
22
|
+
2025-01-07T14:55:04+09:00 info: graphql-connector connections are ready
|
|
23
|
+
2025-01-07T14:55:04+09:00 info: sqlite-connector connections are ready
|
|
24
|
+
2025-01-07T14:55:04+09:00 info: postgresql-connector connections are ready
|
|
25
|
+
2025-01-07T14:55:04+09:00 info: mqtt-connector connections are ready
|
|
26
|
+
2025-01-07T14:55:04+09:00 info: mssql-connector connections are ready
|
|
27
|
+
2025-01-07T14:55:04+09:00 info: oracle-connector connections are ready
|
|
28
|
+
2025-01-07T14:55:04+09:00 info: mysql-connector connections are ready
|
|
29
|
+
2025-01-07T14:55:04+09:00 info: socket servers are ready
|
|
30
|
+
2025-01-07T14:55:04+09:00 info: operato-connector connections are ready
|
|
31
|
+
2025-01-07T14:55:04+09:00 info: headless-connector connections are ready
|
|
32
|
+
2025-01-07T14:55:04+09:00 info: email connections are ready
|
|
33
|
+
2025-01-07T14:55:04+09:00 info: influxdb connections are ready
|
|
34
|
+
2025-01-07T14:55:04+09:00 info: msgraph-connector connections are ready
|
|
35
|
+
2025-01-07T14:55:04+09:00 info: proxy-connector connections are ready
|
|
36
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'echo-back-server' ready
|
|
37
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'echo-back' ready
|
|
38
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'http-connector' ready
|
|
39
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'graphql-connector' ready
|
|
40
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'sqlite-connector' ready
|
|
41
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'postgresql-connector' ready
|
|
42
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'mqtt-connector' ready
|
|
43
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'mssql-connector' ready
|
|
44
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'oracle-connector' ready
|
|
45
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'mysql-connector' ready
|
|
46
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'socket-server' ready
|
|
47
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'operato-connector' ready
|
|
48
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'headless-connector' ready
|
|
49
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'email-connector' ready
|
|
50
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'influxdb-connector' ready
|
|
51
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'msgraph-connector' ready
|
|
52
|
+
2025-01-07T14:55:04+09:00 info: All connector for 'proxy-connector' ready
|
|
53
|
+
2025-01-07T14:55:04+09:00 info: ConnectionManager initialization done:
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
2025-01-07T15:29:05+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2025-01-07T15:29:05+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2025-01-07T15:29:05+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2025-01-07T15:29:05+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2025-01-07T15:29:05+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2025-01-07T15:29:05+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2025-01-07T15:29:05+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2025-01-07T15:29:05+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2025-01-07T15:29:05+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2025-01-07T15:29:05+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2025-01-07T15:29:05+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2025-01-07T15:29:05+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2025-01-07T15:29:05+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2025-01-07T15:29:05+09:00 info: Connector 'headless-connector' started to ready
|
|
15
|
+
2025-01-07T15:29:05+09:00 info: Connector 'email-connector' started to ready
|
|
16
|
+
2025-01-07T15:29:05+09:00 info: Connector 'influxdb-connector' started to ready
|
|
17
|
+
2025-01-07T15:29:05+09:00 info: Connector 'msgraph-connector' started to ready
|
|
18
|
+
2025-01-07T15:29:05+09:00 info: Connector 'proxy-connector' started to ready
|
|
19
|
+
2025-01-07T15:29:05+09:00 info: echo-back-servers are ready
|
|
20
|
+
2025-01-07T15:29:05+09:00 info: echo-back connections are ready
|
|
21
|
+
2025-01-07T15:29:05+09:00 info: http-connector connections are ready
|
|
22
|
+
2025-01-07T15:29:05+09:00 info: graphql-connector connections are ready
|
|
23
|
+
2025-01-07T15:29:05+09:00 info: sqlite-connector connections are ready
|
|
24
|
+
2025-01-07T15:29:05+09:00 info: postgresql-connector connections are ready
|
|
25
|
+
2025-01-07T15:29:05+09:00 info: mqtt-connector connections are ready
|
|
26
|
+
2025-01-07T15:29:05+09:00 info: mssql-connector connections are ready
|
|
27
|
+
2025-01-07T15:29:05+09:00 info: oracle-connector connections are ready
|
|
28
|
+
2025-01-07T15:29:05+09:00 info: mysql-connector connections are ready
|
|
29
|
+
2025-01-07T15:29:05+09:00 info: socket servers are ready
|
|
30
|
+
2025-01-07T15:29:05+09:00 info: operato-connector connections are ready
|
|
31
|
+
2025-01-07T15:29:05+09:00 info: headless-connector connections are ready
|
|
32
|
+
2025-01-07T15:29:05+09:00 info: email connections are ready
|
|
33
|
+
2025-01-07T15:29:05+09:00 info: influxdb connections are ready
|
|
34
|
+
2025-01-07T15:29:05+09:00 info: msgraph-connector connections are ready
|
|
35
|
+
2025-01-07T15:29:05+09:00 info: proxy-connector connections are ready
|
|
36
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'echo-back-server' ready
|
|
37
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'echo-back' ready
|
|
38
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'http-connector' ready
|
|
39
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'graphql-connector' ready
|
|
40
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'sqlite-connector' ready
|
|
41
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'postgresql-connector' ready
|
|
42
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'mqtt-connector' ready
|
|
43
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'mssql-connector' ready
|
|
44
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'oracle-connector' ready
|
|
45
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'mysql-connector' ready
|
|
46
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'socket-server' ready
|
|
47
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'operato-connector' ready
|
|
48
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'headless-connector' ready
|
|
49
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'email-connector' ready
|
|
50
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'influxdb-connector' ready
|
|
51
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'msgraph-connector' ready
|
|
52
|
+
2025-01-07T15:29:05+09:00 info: All connector for 'proxy-connector' ready
|
|
53
|
+
2025-01-07T15:29:05+09:00 info: ConnectionManager initialization done:
|