| | |
| | | import static org.opends.server.messages.ToolMessages.*; |
| | | import static org.opends.server.util.ServerConstants.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | import org.opends.server.util.StaticUtils; |
| | | import static org.opends.server.tools.ToolConstants.*; |
| | | import org.opends.server.admin.std.server.BackendCfg; |
| | | |
| | |
| | | |
| | | if(retCode != 0) |
| | | { |
| | | System.exit(retCode); |
| | | System.exit(filterExitCode(retCode)); |
| | | } |
| | | } |
| | | |
| | |
| | | catch(Exception e) |
| | | { |
| | | System.err.println("Error installing the custom error logger: " + |
| | | StaticUtils.stackTraceToSingleLineString(e)); |
| | | stackTraceToSingleLineString(e)); |
| | | } |
| | | |
| | | |