Issue Details (XML | Word | Printable)

Key: DERBY-613
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Deepa Remesh
Reporter: Daniel John Debrunner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Intended location of network server tracing files is not clear.

Created: 11/Oct/05 04:54 AM   Updated: 22/Oct/05 03:26 AM
Return to search
Component/s: Documentation, Network Server
Affects Version/s: 10.2.1.6
Fix Version/s: 10.1.2.1, 10.2.1.6

Time Tracking:
Not Specified

Resolution Date: 22/Oct/05 03:26 AM


 Description  « Hide
The javadoc for NetworkServer control says:

-----
tracedirectory <tracedirectory> [-h <host>] [-p <portnumber>]: This changes where new trace files will be placed. For sessions with tracing already turned on, trace files remain in the previous location. Default is clousdcape.system.home
------

Apart from the problem of cloudscape.system.home instead of derby.system.home, when I turn tracing on the trace files are created in the current directory (user.dir) and not derby.system.home. Also if the documentation is correct, then the location when derby.system.home is not set should be specified.

java -Dderby.system.home=$PWD/dsh org.apache.derby.drda.NetworkServerControl start

Then turn tracing on with

java org.apache.derby.drda.NetworkServerControl trace on

and connect.




 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Deepa Remesh added a comment - 20/Oct/05 05:13 AM
This patch has been fixed with DERBY-375.

Deepa Remesh added a comment - 21/Oct/05 09:05 AM
Re-opening to update fix version. This has been merged to 10.1 as revision 327018.