sdpstart (starts the SDP server)
Format
Function
This command starts the SDP server.
Execution permissions
Prerequisites for command execution
To execute this command, you need the following files:
- System configuration property file (system_config.properties)
- JavaVM options file for SDP servers (jvm_options.cfg)
Storage directory
Arguments
Notes
- When this command executes, it moves the current directory to the working directory and then starts the server. Therefore, if you specify a relative path for the class path in the JavaVM options file for SDP servers, you must specify the correct path relative to the working directory.
- If the port number is being used, an error results. In such a case, you must change the port number in specified system_config.properties.
- Only one SDP server can be run in a working directory.
- Once the SDP server starts, control will not be returned to this command until the SDP server is shut down.
- If JavaVM terminates abnormally, JavaVM's return value is set.
- If the exit method is executed in a process that is implemented by the user using a custom adaptor in the in-process connection mode, this command returns the value specified by the exit method as its return value.
Return value
Value | Meaning |
---|
0 | The server terminated normally. |
1 | The server shut down because the system detected an error or because the user forcibly shut it down. |