Opened 11 years ago

Closed 10 years ago

#490 closed defect (fixed)

rasmgr startup output corrupted

Reported by: Peter Baumann Owned by: Veranika Liaukevich
Priority: minor Milestone: 9.0.x
Component: rasmgr Version: 8.5
Keywords: Cc:
Complexity: Trivial

Description

The startup message does not appear any more.
code in rasmgr/rasmgr_main.cc says:

cout << "rasmgr: rasdaman server manager tool. rasdaman "

<< RMANVERSION << " — generated on " << COMPDATE << "." << std::endl

but output is (note leading blank!):

rasmgr running on floridita, listening on port 7001 with poll timeout 200 seconds.

Maybe an issue of cout vs RMInit::logOut.

Change History (2)

comment:1 by Dimitar Misev, 10 years ago

Owner: changed from Dimitar Misev to Veranika Liaukevich
Status: newassigned

Reassigning to Veranika, as she has checked the rasserver output it would be good to check the logs of rasmgr as well.

comment:2 by Veranika Liaukevich, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed in changeset:eb24d6243de082c64a898a28277cc4cb6d623f06. The issue was not only of cout vs RMInit::logOut, but also of writing to a log before setting a logfile.

Note: See TracTickets for help on using tickets.