You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files belonging to this database system will be owned by user "00767127".
36
+
This user must also own the server process. The database cluster will be initialized with locale "Chinese (Simplified)_China.936".
37
+
initdb: could not find suitable text search configuration for locale "Chinese (Simplified)_China.936"
38
+
The default text search configuration will be set to "simple".
39
+
Data page checksums are disabled. fixing permissions on existing directory C:/DeepBI/pgsqldata ...
40
+
initdb: error: could not change permissions of directory "C:/DeepBI/pgsqldata": Permission denied pg_ctl: directory "C:/DeepBI/pgsqldata" is not a database
41
+
cluster directory createdb: error: connection to server at "localhost" (::1), port 5432 failed: Connection refused (0x0000274D/10061) Is the server running on that host and accepting TCP/IP connections?
Copy file name to clipboardExpand all lines: README_window_en.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,56 @@
25
25

26
26
- Above is DeepBI installation process, use instructions, [DeepBI user manual](client/app/assets/images/en/user_manual_en.md)
27
27
28
+
## An error occurred during installation and the solution
29
+
30
+
1. Promblem: A message indicating no permission is displayed during installation, as fellows:
31
+

32
+
- Appear:
33
+
```
34
+
The files belonging to this database system will be owned by user "00767127".
35
+
This user must also own the server process. The database cluster will be initialized with locale "Chinese (Simplified)_China.936".
36
+
initdb: could not find suitable text search configuration for locale "Chinese (Simplified)_China.936"
37
+
The default text search configuration will be set to "simple".
38
+
Data page checksums are disabled. fixing permissions on existing directory C:/DeepBI/pgsqldata ...
39
+
initdb: error: could not change permissions of directory "C:/DeepBI/pgsqldata": Permission denied pg_ctl: directory "C:/DeepBI/pgsqldata" is not a database
40
+
cluster directory createdb: error: connection to server at "localhost" (::1), port 5432 failed: Connection refused (0x0000274D/10061) Is the server running on that host and accepting TCP/IP connections?
41
+
```
42
+
- solution:
43
+
44
+
(1)Stop the service and open the command line as an administrator
45
+
Click the Window window and enter cmd as shown below:
46
+
47
+

48
+
49
+
(2)The command after the above command is generally in the directory C:\WINDOWS\system32,Go to the C:DeepBI folder and run stop.bat
50
+
run command: ``` cd ../../DeepBI```
51
+
run command: ```stop.bat``` ,then wait for the run to finish
52
+
53
+

54
+
55
+
(3) Delete historical files without permission
56
+
Open folder C:\DeepBI and delete the “.init” file and the “pgsqldata” folder
57
+
58
+
(4)Give folder permission
59
+
60
+

61
+
62
+
(5)Reopen the administrator command line cmd and go to C:\DeepBI
63
+
Run start.bat on the CLI and wait until the command is complete
64
+
65
+
2. Promblem: After the installation is complete, the web account is keeping loading after login.
66
+
67
+

68
+
69
+
Right-click the page, select Check, and select Console
70
+
71
+

72
+
73
+
If the js files can not load
74
+
75
+
Solution:
76
+
77
+
(1)WIN+R Open the CMD command box and enter "regedit" to enter the registry
78
+
79
+
(2)In the "Computer /HKEY_CLASSES_ROOT/.js" directory, locate the Content Type key and change its value "text/plain" to "text/javascript"
0 commit comments