...
- Writing file error can be caused by a number of problem factors
- The disk may not have enough free space, or the directory may have missing omitted privileges.
Code Block | ||
---|---|---|
| ||
TRANSITION TO PHASE : PROCESSCommand execute success. DB Info (Page Size = 32768) (Page Count = 257) (Total DB Size = 8421376) (DB File Size = 1073741824) FAILURE of createdb. [ERR-0103C : Unable to invoke create() function on [/ALTIBASE/altibase_home/dbs/dwfile0.dwf]] |
...
Skipping the database creation procedure
...
- In order to start Altibase in service mode, the database creation procedure must be preceded.
- This problem occurs when the user omits this procedure and starts the server in a shell prompt, starts in iSQL, or starts ALTIBASE as a service in the WINDOWS environment.
- Usually, when ALTIBASE starts up, the loganchor file is retrieved for the first time, so an error message indicating that the file does not exist is returned.
Code Block | ||
---|---|---|
| ||
TRANSITION TO PHASE : CONTROL[FAILURE] The log anchor file does not exist or it is not valid.
Startup Failed....
[ERR-91015 : Communication failure.] |
- Solution: Perform database creation procedure.
Listener port bind failure
...
- This problem occurs when the ALTIBASE process fails to bind the TCP port to be used.
Code Block | ||
---|---|---|
| ||
TRANSITION TO PHASE : SERVICE [CM] Listener failed : TCP on port 20300 [IPV4]
[FAILURE] Unable to bind the socket.
Startup Failed....
[ERR-91015 : Communication failure.] |
- Solution: Find the case that the port cannot be bound, and then solve it.
If another application is preempted, the application or the port used for ALTIBASE must be changed.
Replication port bind failure
...
- This problem occurs when the ALTIBASE replication thread fails in the step of binding the port to be used.
Code Block | ||
---|---|---|
| ||
TRANSITION TO PHASE : SERVICE [CM] Listener started : TCP on port 20300 [IPV4]
[CM] Listener started : UNIX
[CM] Listener started : IPC
[RP] Initialization : FAIL
[FAILURE] [Receiver] Failed to listen to a replication socket (Port No:30300)
Startup Failed....
[ERR-91015 : Communication failure.] |
- Solution: Find the cause that the port cannot be bound, then solve it.
If another application is preempted, the application or the port used for ALTIBASE must be changed.