
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
22/Oct/05 03:26 AM
|
|
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.
|
|
Description
|
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.
|
Show » |
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#326289 |
Tue Oct 18 22:58:08 UTC 2005 |
djd |
DERBY-375 DERBY-613
Fix test failure for derbynet/getCurrentProperties.java
1. Removes the following permission from derbynet.jar and classes
directory. This is not required after the patch for DERBY-375.
permission java.io.FilePermission "${user.dir}${/}*", "write";
2. Grants the following permission to derbynet.jar. This is required
since tracing file location now defaults to ${derby.system.home}. The
test derbynet/getCurrentProperties.java uses this.
// tracing files default to derby.system.home,
derbynet/getCurrentProperties.java
permission java.io.FilePermission "${derby.system.home}${/}*", "write";
3. Grants the following permission to derbynet.jar and classes
directory. This is required by the test jdbcapi/secureUsers1.sql when
run using sane builds.
// sane=true, jdbcapi/secureUsers1.sql
permission java.io.FilePermission "${user.dir}${/}CloudLDAP.out", "write";
Contributed by Deepa Remesh dremesh@gmail.com
|
| Files Changed |
MODIFY
/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy
|
made changes - 20/Oct/05 05:13 AM
| Field |
Original Value |
New Value |
|
Assignee
|
|
Deepa Remesh
[ deepa
]
|
|
Fix Version/s
|
|
10.2.0.0
[ 11187
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 20/Oct/05 05:14 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
made changes - 21/Oct/05 09:05 AM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
made changes - 21/Oct/05 09:05 AM
|
Fix Version/s
|
|
10.1.2.0
[ 12310270
]
|
made changes - 22/Oct/05 03:26 AM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|
DERBY-375.