banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Hq Monitoring -- Cài báo lỗi JAVA_HOME ??  XML
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 05/07/2010 20:57:50 (+0700) | #1 | 214712
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Chào các anh các chị HVA.

Hiện tại em đang setup thử HQ MONITOR .

Và làm theo hướng dẫn này:
Có 2 điểm khác về cấu hình em làm trong này là Em dùng ubuntu 10.4hyperic hq 4.3
Trong hướng dẫn là ubuntu 7.04hyperic hq 3.1

Em làm tới bước này thì không được :
Code:
./hyperic-hq-installer/setup.sh


Nó báo lỗi :
Code:
$ ./setup.sh 
JAVA_HOME/bin/java does not exist or is not executable.


Lúc đầu nó báo JAVA_HOME not defined...

Sau đó em có tìm hiểu và cài thêm java vào
sudo apt-get install gcj-4.4-jre-headless
sudo apt-get install cacao
sudo apt-get install gij-4.3
sudo apt-get install jamvm
OpenJDK Java 6 Runtime


và edit file : /etc/bash.bashrc ( thêm vào cuối file )
JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre/bin/java
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH

Test thử path java
Code:
$ echo $JAVA_HOME
/usr/lib/jvm/java-6-openjdk/jre/bin/java


Em đã tìm mà chưa thấy cách giải quyết.. hi vọng post lên đây .. ai rủ lòng thương giúp em vượt qua cái nạn này .

Em chân thành cám ơn
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 05/07/2010 21:19:53 (+0700) | #2 | 214715
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Cách giải quyết là: bạn thử lần lại xem nếu JAVA_HOME như trên thì JAVA_HOME/bin/java có tồn tại không?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 05/07/2010 21:41:12 (+0700) | #3 | 214719
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

quanta wrote:
Cách giải quyết là: bạn thử lần lại xem nếu JAVA_HOME như trên thì JAVA_HOME/bin/java có tồn tại không? 


Em đã check lại. và đã cài đặt được.. cám ơn anh quanta nhiều ( tự nhiên kém thông minh chỗ JAVA_HOME quá smilie )

Và khi em cài thì nó báo lỗi này..hic...( em check thì có file pg_ctl.exe mà >"<smilie

báo trong file log:
Code:
[b]/home/hyperic/server-4.3.0/bin/db-stop.sh: 12: /home/hyperic/server-4.3.0/hqdb/bin/pg_ctl: not found[/b]

bão lỗi trong khi setup :
Code:
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.

An error occurred trying to start the HQ built-in database.  More
 information may be available in the /home/hyperic/server-4.3.0/logs/hqdb.log file.
--------------------------------------------------------------------------------
Waiting for server to stop...
Stopping built-in database...
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:439: : The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:448: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:588: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-PostgreSQL.xml:158: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-PostgreSQL.xml:199: The following error occurred while executing this line:
/home/hyperic/server-4.3.0/data/server.xml:168: exec returned: 127

[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 05/07/2010 21:45:30 (+0700) | #4 | 214720
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Tới bước này em phải làm sao? khi file thì có mà....nó báo ko thấy ???

HÌNH NHƯ EM ĐÃ DOWN NHẦM BẢN BÊN WIN.... EM XIN LỖI MỌI NGƯỜI
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 05:59:18 (+0700) | #5 | 214733
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]
JAVA_HOME là biến môi trường cho thư mục chứa JAVA (thư viện, binaries.....) chớ không phải là đường dẫn đến java binary. Bởi vậy,

JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre/bin/java ----> sai.

JAVA_HOME=/usr/lib/jvm/java-6-openjdk -----> đúng.

Dùng cái gì, đọc tài liệu của cái đó.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 07:43:59 (+0700) | #6 | 214747
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

ntycle wrote:
Tới bước này em phải làm sao? khi file thì có mà....nó báo ko thấy ???
 

Bạn thử cài PostgreSQL bên ngoài thay vì dùng built-in xem: http://forums.hyperic.com/jiveforums/message.jspa?messageID=29663

ntycle wrote:

HÌNH NHƯ EM ĐÃ DOWN NHẦM BẢN BÊN WIN.... EM XIN LỖI MỌI NGƯỜI  

smilie
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi ?? 06/07/2010 12:21:54 (+0700) | #7 | 214770
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Em chào các anh các chị...

Em đã cài lại Hyperic HQ rồi... ( lần này chắc chắn đúng .. vì lần trước nhấp link linux mà nó xuất hiện link win nên em down luôn)

EM dùng Ubuntu 10.4 32 bit
Bản HQ : hyperic-hq-installer-4.3.0-1443-x86-linux.gz

khi đang cài đặt nó báo lỗi sau :

Code:
Setting up JDBC driver...
Copying database files...
Configuring database...
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:439: : The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:448: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:588: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-PostgreSQL.xml:130: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:139: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:22: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:26: Directory /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/tmp creation was not successful for an unknown reason
--------------------------------------------------------------------------------
Deleting temporary JRE


Hic nó báo lỗi ko hiểu nguyên nhân nên em cũng bó tay.. em search thử thì nó solve là:
Code:
If I was going to make a guess I would guess that you could be trying to run the 64 bit package on 32 bit OS or possibly didn't extract the bunlde with gnutar


Nhưng em nghĩ là em đã chọn cả 2 bản đều là 32 bit hết rồi >"<

Link anh quanta đưa: http://forums.hyperic.com/jiveforums/message.jspa?messageID=29663 .

Lỗi này là do nó dùng 64 bit và chưa chỉ ra cái path của JAVA_HOME smilie
Lỗi của em giờ nó khác rồi....
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 15:04:40 (+0700) | #8 | 214779
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]
Coi thử file /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml ở dòng thứ 439 có cái gì?
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 15:40:16 (+0700) | #9 | 214783
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Cám ơn anh conmale đã ghé thăm topic này...

conmale wrote:
Coi thử file /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml ở dòng thứ 439 có cái gì? 


Dòng thứ 439 file setup.xml :
<antcall target="server-install"/>

Dòng thứ 448 :
<antcall target="setup-server"/>

Dòng thứ 588 :
<ant antfile="setup-db-${server.database}.xml" target="setup"/>

/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-PostgreSQL.xml:130: The following error occurred while executing this line:

Code:
<ant antfile="setup-db-common.xml" target="replace-dbservice-values"/>



/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:139: The following error occurred while executing this line:
Code:
<antcall target="check.data.dir"/>


Dòng 22 :
Code:
<antcall target="create.datatmp"/>


Dòng 26:
Code:
<mkdir dir="${install.dir}/data/tmp"/>



Em cũng xem rùi.. mà chưa hiểu lắm... Mong các anh giúp em smilie
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 15:49:59 (+0700) | #10 | 214785
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]
Bồ đọc kỹ cái này chưa?

http://support.hyperic.com/display/DOC/Installation+Requirements

http://support.hyperic.com/display/DOC/Before+You+Start

http://support.hyperic.com/display/DOC/Set+Up+PostgreSQL (vì bồ dùng postgresql?).

Đọc thật kỹ tài liệu hướng dẫn và đừng làm kiểu mò mẫm.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 06/07/2010 19:12:14 (+0700) | #11 | 214792
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

conmale wrote:
Bồ đọc kỹ cái này chưa?

http://support.hyperic.com/display/DOC/Installation+Requirements

http://support.hyperic.com/display/DOC/Before+You+Start

http://support.hyperic.com/display/DOC/Set+Up+PostgreSQL (vì bồ dùng postgresql?).

Đọc thật kỹ tài liệu hướng dẫn và đừng làm kiểu mò mẫm. 


Thanks for your link !

Em chưa có đọc cái này nữa... có gì em sẽ... lên đây hỏi tiếp...hihihi

Cám ơn anh conmale và quanta
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 00:15:18 (+0700) | #12 | 214801
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Em lại gặp lỗi rồi...lỗi Access Denied

Code:
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:143: : The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-interactive.xml:15: org.hyperic.util.NestedRuntimeException$NestedEx: Error checking for existing database: Access denied for user 'hqadmin'@'localhost' (using password: YES)
--------------------------------------------------------------------------------
Deleting temporary JRE


Sau khi conmale đưa em link đó thì em có biết đc thêm là phải cài mysql trước..em đã cài và tạo database như sau


Code:
mysql> create user 'hqadmin'@'127.0.0.1' identified by 'hqadmin';
mysql> create database HQ CHARACTER SET utf8 COLLATE utf8_bin;
mysql> grant all on HQ.* to 'hqadmin'@'127.0.0.1';


khi nó yêu cầu nhập username và password để setup thì em nhập là hqadmin... ko biết em nên chmod hay chown chỗ nào để nó có thể access được ạ.

Em chân thành cám ơn
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 00:20:57 (+0700) | #13 | 214802
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Trong trường hợp này mình đồ rằng localhost khác với 127.0.0.1 đấy.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 09:09:42 (+0700) | #14 | 214815
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

quanta wrote:
Trong trường hợp này mình đồ rằng localhost khác với 127.0.0.1 đấy. 


Nếu vậy em tạo database như vầy thì liệu có ổn ko anh nhỉ

Code:
mysql> create user 'hqadmin'@'localhost' identified by 'hqadmin';
 mysql> create database HQ CHARACTER SET utf8 COLLATE utf8_bin;
 mysql> grant all on HQ.* to 'hqadmin'@'localhost';


và cho em hỏi.. làm sao để bít mình đã có bao nhiu database trên máy... để có thể drop chúng để có thể chạy lại
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 09:26:44 (+0700) | #15 | 214817
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

ntycle wrote:

Nếu vậy em tạo database như vầy thì liệu có ổn ko anh nhỉ

Code:
mysql> create user 'hqadmin'@'localhost' identified by 'hqadmin';
 mysql> create database HQ CHARACTER SET utf8 COLLATE utf8_bin;
 mysql> grant all on HQ.* to 'hqadmin'@'localhost';

 

Bạn thử cài lại là biết ngay mà hoặc thử login từ command line xem: mysql -u hqadmin -p -h localhost

ntycle wrote:

và cho em hỏi.. làm sao để bít mình đã có bao nhiu database trên máy... để có thể drop chúng để có thể chạy lại 

mysql> show databases;

PS: giống như khi cài một package mà gặp dependencies, mình nghĩ bạn nên đọc tài liệu về MySQL trước. Cách này sẽ vất vả nhưng đỡ mất thời gian cho bạn sau này vì phải... đọc lại.

Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 09:48:46 (+0700) | #16 | 214820
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Em cũng thử rùi... nó toàn báo access denied cả..

root@thanhhuy-desktop:~# mysql> -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@thanhhuy-desktop:~# mysql -u hqadmin -p -h localhost
Enter password:
ERROR 1045 (28000): Access denied for user 'hqadmin'@'localhost' (using password: YES)
root@thanhhuy-desktop:~# mysql> show databases;
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Nhưng mà em dùng cái này thì lại được

Code:
root@thanhhuy-desktop:~# mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 52
Server version: 5.1.41-3ubuntu12.3 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 10:50:02 (+0700) | #17 | 214825
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Tới lúc này em thấy đã cài được Hq-Agent... còn HQ-server nó lại báo lỗi T_T

Code:
Enter the JDBC connection URL for the MySQL Enterprise / Community Server 5.x database [default 'jdbc:mysql://localhost:3306/HQ']:
jdbc:mysql://localhost:3306/HQ?connectTimeout=60000&socketTimeout=60000
Enter the username to use to connect to the database:
hqadmin
Enter the password to use to connect to the database.: 
(again): 
HQ agent installation path [default '/home/hyperic']:

Loading install configuration...
Install configuration loaded.
Preparing to install...
Validating agent install configuration...
Validating server install configuration...
Checking server webapp port...
Checking server secure webapp port...
Checking server JRMP port...
Checking server JNP port...
Checking database permissions...
Verifying admin user properties
Validating server DB configuration...
Installing the agent...
Looking for previous installation
Unpacking agent to: /home/hyperic/agent-4.3.0...
Installing the agent JRE ...
Unpacking JRE x86-linux-glibc2-jre-1_5.tar.gz to: /home/hyperic/agent-4.3.0...
Setting permissions on agent binaries...
Fixing line endings on text files...
--------------------------------------------------------------------------------
Installation Complete:
  Agent successfully installed to: /home/hyperic/agent-4.3.0
--------------------------------------------------------------------------------

 You can now start your HQ agent by running this command:

  /home/hyperic/agent-4.3.0/bin/hq-agent.sh start

Installing the server...
Unpacking server to: /home/hyperic/server-4.3.0...
Creating server configuration files...
Copying binaries and libraries to server installation...
Copying server configuration file...
Copying server control file...
Copying server binaries...
Copying server db-upgrade files...
Copying server libs...
Setting up server database...
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:439: : The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:448: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup.xml:588: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-MySQL.xml:10: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:139: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:22: The following error occurred while executing this line:
/home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/setup-db-common.xml:26: Directory /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data/tmp creation was not successful for an unknown reason
--------------------------------------------------------------------------------
Deleting temporary JRE


Khi nó kêu bạn có thể chạy HQ agent thì em chạy thử...test các kiểu vẫn ko chạy
Code:
thanhhuy@thanhhuy-desktop:~/Desktop/hyperic-hq-installer/installer-4.3.0/bin$ /home/hyperic/agent-4.3.0/bin/hq-agent.sh start
Starting HQ Agent...
- No token file found, waiting for Agent to initialize
[ Running agent setup ]
What is the HQ server IP address: 127.0.0.1
Should Agent communications to HQ always be secure [default=no]: 
What is the HQ server port     [default=7080]: 
- Testing insecure connection ... Failure
What is the HQ server IP address: 192.168.65.141 ( em dùng ifconfig để thấy ip này )
Should Agent communications to HQ always be secure [default=no]: 
What is the HQ server port     [default=7080]: 
- Testing insecure connection ... Failure
What is the HQ server IP address: localhost
Should Agent communications to HQ always be secure [default=no]: 
What is the HQ server port     [default=7080]: 
- Testing insecure connection ... Failure


Chuyện gì đã xảy ra với em vậy các anh !
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 10:56:46 (+0700) | #18 | 214826
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
ls -ld /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 12:17:02 (+0700) | #19 | 214829
[Avatar]
nhanth87
Member

[Minus]    0    [Plus]
Joined: 12/08/2009 08:54:00
Messages: 168
Offline
[Profile] [PM]
Có vẻ như là nó không được quyền tạo thư mục tmp trong /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data.
Aricent - Software Engineer
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 13:23:32 (+0700) | #20 | 214832
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

quanta wrote:
ls -ld /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data? 


nhanth87 wrote:
Có vẻ như là nó không được quyền tạo thư mục tmp trong /home/thanhhuy/Desktop/hyperic-hq-installer/installer-4.3.0/data. 


Cám ơn 2 anh đã giúp đỡ em..ban đầu quyền nó là root em đã set lại và chạy đc.

Nhưng mà em bị 1 lỗi khác...



Code:
thanhhuy@thanhhuy-desktop:~/Desktop/hyperic-hq-installer$ /home/hyperic/server-4.3.0/bin/hq-server.sh start
Starting HQ server...
Initializing HQ server configuration...
Checking jboss jndi port...
Checking jboss mbean port...
Starting HQ built-in database...
fgets failure: No such file or directory
The program "postgres" is needed by pg_ctl but was not found in the
same directory as "[b]/home/hyperic/server-4.3.0/hqdb/bin/pg_ctl[/b]".
Check your installation.
HQ built-in database failed to start:
The log file /home/hyperic/server-4.3.0/hqdb/data/hqdb.log may contain further details on why it failed to start.


em vô xem thì thấy file postgres có 0 byte em cũng hok hiểu tại sao nữa.
mà trong thư mục đó có file pg_ctl mà nó báo là ko có >"<


$setup.sh -mysql


Cái này em góp ý 1 chỗ đối với các bạn mới làm:
Cài HQ yêu cầu user không phải là root .. nên khi cài cẩn thận chỗ này chown -hR với các file cài đặtsmilie ( Kinh nghiệm bản thân )
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 15:36:46 (+0700) | #21 | 214838
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Đoán mò: bạn đọc lại tài liệu xem tại sao nó vẫn dùng PostgreSQL (built-in) thay vì MySQL (external).
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 07/07/2010 21:58:06 (+0700) | #22 | 214856
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

quanta wrote:
Đoán mò: bạn đọc lại tài liệu xem tại sao nó vẫn dùng PostgreSQL (built-in) thay vì MySQL (external). 


Em thấy có vẻ dùng PostgreSQL dễ hơn MYSQL nhưng mà.... do em ko tìm thấy 2 file postgressql và postgresql-server .

Vô ubuntu center software bấm postgres nó ra quá trời luôn... em chỉ thấy có postgresql-server-devel và mấy cái linh tinh khác>"< nên em mới mạo muội dùng mysql.

[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 08/07/2010 12:29:29 (+0700) | #23 | 214883
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Với lại em làm theo hướng dẫn này để cài đặt Postgres SQL thì dùng lệnh create ko đc.

http://support.hyperic.com/display/DOC/Set+Up+PostgreSQL#SetUpPostgreSQL-InstallandInitializePostgreSQL

Khi em su postgres vào rồi...

Installed:
postgresql.i386 0:8.1.21-1.el5_5.1 postgresql-server.i386 0:8.1.21-1.el5_5.1

Complete!
[root@original ~]# su postgres
bash-3.2$ create role admin with login createdb password 'hqadmin';
bash: create: command not found

ko dùng lệnh Create đc nên em ko dùng postgres sql....

[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 08/07/2010 12:52:49 (+0700) | #24 | 214885
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Em đã fix được lỗi đó rồi... chắc có lẽ em đã cài đặt nhiều lần nên thư mục hqdb đã được tạo...

Chỉ cần đổi tên ( xoá chắc cũng ok ) thư mục hqdb là xong !

Chạy được rồi..

thanhhuy@thanhhuy-desktop:~/Desktop/hyperic-hq-installer$ /home/hyperic/server-4.3.0/bin/hq-server.sh start
Starting HQ server...
Initializing HQ server configuration...
Checking jboss jndi port...
Checking jboss mbean port...
Verify HQ database schema...
Unable to locate tools.jar. Expected to find it in /home/hyperic/server-4.3.0/lib/tools.jar
Loading taskdefs...
Taskdefs loaded
Booting the HQ server (Using JAVA_OPTS=-XX:MaxPermSize=192m -Xmx512m -Xms512m -XX:+HeapDumpOnOutOfMemoryError)...
HQ server booted.
Login to HQ at: http://127.0.0.1:7080/


Nhưng sao em chưa vào được link này được .. lỗi ko tìm thấy 404 !

Các hướng dẫn hình như e đã làm tới bước cuối cùng rồi ạ.
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 08/07/2010 14:25:05 (+0700) | #25 | 214891
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Bạn có thể xem log để biết thêm chi tiết.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 08/07/2010 21:09:44 (+0700) | #26 | 214906
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]

quanta wrote:
Bạn có thể xem log để biết thêm chi tiết. 


Dạ em đã xem file server.log : failed hơi nhiều có đoạn lỗi như sau ( em copy 1 phần fail.. chủ yếu là jboss.web....

Code:
-- MBeans waiting for other MBeans ---
ObjectName: hyperic.jmx:type=Service,name=Scheduler
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=LocalTxCM,name=HypericDS

ObjectName: jboss.web.deployment:war=hq.war,id=2057622708
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/home/hyperic/server-4.3.0/hq-engine/server/default/deploy/hq.ear/hq.war/ deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=hq.war,id=2057622708
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/home/hyperic/server-4.3.0/hq-engine/server/default/deploy/hq.ear/hq.war/ deployment failed

(AuditManagerEJBImpl.java:272)
	... 18 more
Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class org.hyperic.hq.hibernate.SessionManager
	at org.hyperic.hq.application.HQApp$Snatcher.invokeHomeNext(HQApp.java:675)
	at org.hyperic.txsnatch.TxSnatch.invokeHome(TxSnatch.java:84)
	at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
	... 25 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hyperic.hq.hibernate.SessionManager
	at org.hyperic.hq.application.HQApp$Snatcher.invokeNextBoth(HQApp.java:535)
	at org.hyperic.hq.application.HQApp$Snatcher.invokeHomeNext(HQApp.java:671)
	... 28 more
2010-07-08 13:47:45,999 INFO  [main] [org.apache.catalina.connector.Connector@1122] The connector has already been started
2010-07-08 13:47:46,000 INFO  [main] [org.apache.catalina.connector.Connector@1122] The connector has already been started
2010-07-08 13:47:46,000 INFO  [main] [org.apache.catalina.connector.Connector@1122] The connector has already been started
2010-07-08 13:47:46,004 INFO  [main] [org.jboss.system.server.Server@504] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:9s:724ms
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 08/07/2010 22:08:29 (+0700) | #27 | 214912
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]



Em chạy tới 36% là đứng hoài luôn.... Không biết anh chị nào trong đây đã gặp phải trường hợp này chưa ?

Giúp em với. plz
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 09/07/2010 08:23:20 (+0700) | #28 | 214923
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
http://forums.hyperic.com/jiveforums/thread.jspa?threadID=9333&tstart=1
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 09/07/2010 12:03:33 (+0700) | #29 | 214954
ntycle
Member

[Minus]    0    [Plus]
Joined: 25/11/2009 21:42:24
Messages: 90
Offline
[Profile] [PM]
Chân thành cám ơn các anh đã giúp đỡ em....

Em đã cài thành công ( đăng nhập vô hyperric HQ được rồi ... )

Nhưng ai đã dùng cái này có thể chỉ cho em cách mornitor một cái gì đó ko... chẳng hạn như các service httpd mysql v.v

Em không biết làm sao để có thể monitor nữa... dù đã đăng nhập được...

Có thể cho em 1 cái link để em có thể check cũng được smilie

Em cám ơn rất nhiều ạ
[Up] [Print Copy]
  [Question]   Hq Monitoring -- Cài báo lỗi JAVA_HOME ?? 09/07/2010 12:21:04 (+0700) | #30 | 214959
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

ntycle wrote:

Nhưng ai đã dùng cái này có thể chỉ cho em cách mornitor một cái gì đó ko... chẳng hạn như các service httpd mysql v.v

Em không biết làm sao để có thể monitor nữa... dù đã đăng nhập được...

Có thể cho em 1 cái link để em có thể check cũng được smilie
 

Phần tài liệu trên trang chủ của nó không hướng dẫn à bạn?
Let's build on a great foundation!
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|