[jira] Commented: (ZOOKEEPER-64) We should log system env information when intializing client/server

2008-12-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652749#action_12652749
 ] 

Hudson commented on ZOOKEEPER-64:
-

Integrated in ZooKeeper-trunk #161 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/161/])


 We should log system env information when intializing client/server
 ---

 Key: ZOOKEEPER-64
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-64
 Project: Zookeeper
  Issue Type: Improvement
  Components: c client, java client, server
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-64.patch


 We should log system environment information (as much as possible) during 
 both client  server initialization. This will help with debugging of 
 customer issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-64) We should log system env information when intializing client/server

2008-12-01 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652204#action_12652204
 ] 

Mahadev konar commented on ZOOKEEPER-64:


ok i finally verified that the tests are running fine.. the problem was that my 
path has old java in it and the server would not come up since it was compiled 
with java 6. Its really hard to debug the c tests though... 

+1 for this patch... i will go ahead and commit this.


 We should log system env information when intializing client/server
 ---

 Key: ZOOKEEPER-64
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-64
 Project: Zookeeper
  Issue Type: Improvement
  Components: c client, java client, server
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 3.1.0

 Attachments: ZOOKEEPER-64.patch


 We should log system environment information (as much as possible) during 
 both client  server initialization. This will help with debugging of 
 customer issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-64) We should log system env information when intializing client/server

2008-11-11 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646741#action_12646741
 ] 

Patrick Hunt commented on ZOOKEEPER-64:
---

On client or server regardless of runtime/architecture:

zookeeper.version version number

host.name name of host

os.name Operating system name
os.arch Operating system architecture
os.version  Operating system version
user.name   User's account name
user.home   User's home directory
user.dirUser's current working directory

In addition I'm planning to log the following from java client/server code:

java.versionJava Runtime Environment version
java.vendor Java Runtime Environment vendor
java.home   Java installation directory
java.class.path Java class path
java.library.path   List of paths to search when loading libraries
java.io.tmpdir  Default temp file path
java.compiler   Name of JIT compiler to use


 We should log system env information when intializing client/server
 ---

 Key: ZOOKEEPER-64
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-64
 Project: Zookeeper
  Issue Type: Improvement
  Components: c client, java client, server
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 3.1.0


 We should log system environment information (as much as possible) during 
 both client  server initialization. This will help with debugging of 
 customer issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.