why hyperic can't auto-discover my Jboss AppSvr? - jboss

I installed JBoss AS on xx.xx.12.48.
I launched ./bin/run.sh -b xx.xx.12.48.
The JMX web console indicates everything is OK.
On xx.xx.12.49, I installed Hyperic (latest).
I installed Hyperic agent on xx.xx.12.48
I can see both Hyperic agents, on both servers.
But ther's nothing about my JBoss AS server !!!
Why can't Hyperic Auto-Discover finds my JBoss server ?
Is there a simple way to configure ?
Thanks

To force Hyperic HQ Agent to detect JBoss, you have to edit conf/agent.properties
jboss.installpath=C:/jboss
Then, log into your Hyperic HQ Server and manually add the jboss server under inventory.
Give it few minutes, the local agent will pick up the instruction and look for the jboss server.

because you install the new server,but agent did not know,so the hqserver do not know neither.
You need to configure the agent.properties in the agent installed machine.Refer official document:
http://support.hyperic.com/display/EVO/Configure+Agent+-+Server+Communication+Interactively

Related

How to configure JBoss EAP as windows service

I installed JBoss EAP-7.1.0 through windows installer. Now i want to configure this EAP as windows service. How can i do this? I went through several docs but didn't get a proper idea. After that i need to access the admin-console ui of the server. Can some one help?

Web and database servers are starting but EasyPHP Dashbord is not recognizing it

In EasyPHP 16.1.1 dashbord when I click on start, Apache and MySQL are starting but the dashbord interface is not recognizing it. The dashboard is still proposing me to launch the servers (but on a different port this time).
I checked and both servers are running, I can access the www folder through localhost.
Nothing special in the log files.
Install : EasyPHP 16.1.1 on a Windows 8.1 x64
If someone has an idea ?
Open the task manager and the processes eds-* if any
Delete the files conf_last_dbserver.php and conf_last_dbserver.php in eds-dashboard
Run run-easyphp-devserver.exe again
Open the Administration
Restart your servers

weblogic 12c Please enable the DomainRuntimeMBean Server and the Edit MBean Server in this domain's configuration

On my windows 7 64bit machine, I completely install weblogic 12c but when I log into the admin console it gave me this error:
Please enable the DomainRuntimeMBean Server and the Edit MBean Server in this domain's configuration
I have tried uninstall and do a fresh install but to no avail. Any suggestion will be highly appreciated
Try deleting the pending folder within your domain root and restart the server. The default domain may be corrupted.
http://weblogicfordummies.blogspot.com/2008/10/wls10please-enable-domainruntimembean.html

How to run 2 instances of JBoss EPP (Enterprise Portal Platform) on the same machine

Is it possible to run 2 instances of JBoss EPP (Enterprise Portal Platform) on the same machine on different ports? JBoss Enterprise Portal Platform version is 5.2.2, which is based on JBoss AS 5.2.0
I'm learning portlets and I need to establish communication via WSRP between 2 portlets running on 2 different JBoss EPP instances.
As a last resort I may end up installing the second JBoss EPP instance on a virtual machine.
Any hints would be highly appreciated.
Update:
There are 2 options:
modify bindings-jboss-beans.xml and set
<parameter>${jboss.service.binding.set:ports-01}</parameter>
modify jboss startup script (run.conf, run.bat.conf): add
-Djboss.service.binding.set=ports-01 to $JAVA_OPTS
Yes you can run 2 instances of JBoss EPP on the same machine, by using differents ports (for example with "run -Djboss.service.binding.set=ports-01" on the second instance).
Did you encounter issues when doing it ?

jboss 7.0.0.Alpha1

hi i download jboss 7.0.0.Alpha1 but how to implement in application. because i can't run.bat file in this jboss. Please send me step by step process to run jboss 7.0.0.Alpha1.Operating system is window xp.
Did you read the JBoss AS7 User Guide Quick Start section?
On Windows:
cd bin
standalone.bat
This will launch a single process on your system, a standalone JBoss AS server instance.