Author |
Message
|
bduncan |
Posted: Wed Feb 23, 2005 4:12 pm Post subject: Netflexity announces Free MQ Web Based Monitoring Solution |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Long awaited free enterprise strength MQ monitoring solution is finally here.
Netflexity, an IT products and services company from Philadelphia, PA, announced that it will release its version of Qflex at no cost.
Qflex sports an impressive array of features.
It is 100% J2EE compliant web application with comprehensive MQ monitoring and performance tracking capabilities.
Web based message browser is a bonus feature.
Downloads and more product details are available at www.netflexity.com/QFlex.shtml
Any questions regarding the product can be posted under Monitoring Tools forum.
Last edited by bduncan on Thu Feb 24, 2005 11:09 am; edited 1 time in total |
|
Back to top |
|
 |
Twilight |
Posted: Thu Feb 24, 2005 10:08 am Post subject: |
|
|
 Apprentice
Joined: 04 Aug 2004 Posts: 49
|
It's free. but Installation steps are too much for it.
Can they make more easlier to install it ?
Thanks  _________________ WMQ/WMQI/WBI Consultant
Toronto, Canada |
|
Back to top |
|
 |
malammik |
Posted: Thu Feb 24, 2005 10:48 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
bduncan |
Posted: Thu Feb 24, 2005 11:10 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
wow... I can't believe I missed that... The stupid parser thought the period at the end of the sentence was part of the URL. _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Feb 24, 2005 12:35 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I am about to install.
Few questions.
1. Can I replace QPasa using this tool?
2. Can we use DB2 udb inpalce of mySQL?
3. Since it is free, how the support going to be?
Thanks |
|
Back to top |
|
 |
malammik |
Posted: Thu Feb 24, 2005 12:44 pm Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
ucbus1 wrote: |
I am about to install.
Few questions.
1. Can I replace QPasa using this tool?
2. Can we use DB2 udb inpalce of mySQL?
3. Since it is free, how the support going to be?
Thanks |
I dont want to start any wars between vendors here and I dont know to what extent you are using QPasa but you WILL be able to perform everything as listed on the features page.
2. DB2 support is not scheduled to come out till Q2 2005.
3. Commercial 24x7 support is available. You can pm me for more details. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
sebulba_dz |
Posted: Fri Feb 25, 2005 8:18 am Post subject: |
|
|
 Novice
Joined: 02 Jun 2003 Posts: 20 Location: UK
|
i just installed it.
hit this exception when i tried to add a qmgr:
java.lang.NoClassDefFoundError: javax/resource/ResourceException
com.ibm.mq.MQEnvironment.<clinit>(MQEnvironment.java:251)
com.ibm.mq.pcf.PCFAgent.connect(PCFAgent.java:313)
com.ibm.mq.pcf.PCFAgent.<init>(PCFAgent.java:211)
com.netflexity.qflex.util.MqPcfUtil.getPCFAgent(MqPcfUtil.java:106)
com.netflexity.qflex.data.mq.QFlexUnixMqQmanager.getChannelsByName(QFlexUnixMqQmanager.java:203)
com.netflexity.qflex.forms.QmanagerForm.validate(QmanagerForm.java:52)
org.apache.struts.action.RequestProcessor.processValidate(RequestProcessor.java:921)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:206)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.netflexity.qflex.servlet.filters.QFlexAuthenticationFilter.doFilter(QFlexAuthenticationFilter.java:93)
i didn't miss a step, did i?  |
|
Back to top |
|
 |
malammik |
Posted: Fri Feb 25, 2005 8:39 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
Hey. Make sure.
1. Your command server is running.
2. The channel you specified is available
3. You have permissions to access the queue manager.
4. You are using Z/OS or OS/390 queue manager make sure command server queues are specified correctly. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 25, 2005 8:51 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
java.lang.NoClassDefFoundError: javax/resource/ResourceException |
That looks like a class path error to me.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
sebulba_dz |
Posted: Fri Feb 25, 2005 9:28 am Post subject: |
|
|
 Novice
Joined: 02 Jun 2003 Posts: 20 Location: UK
|
solved it.
Quote: |
That looks like a class path error to me. |
i thought it was, so what i did initially before posting was to make sure setupclasspath.bat was updated with the mq jars. that didn't work.
what i just found out was the Tomcat config box has a Java Classpath field waiting to be filled up.
thanks guys. |
|
Back to top |
|
 |
malammik |
Posted: Fri Feb 25, 2005 9:55 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
That's strange. The war file should have had mq libs already included. When you go to %TOMCAT_HOME%webapps\QFLEX\WEB-INF\lib, do you see all the mq libs or no?
Eddie, thanks for picking up on class not found problem. _________________ Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex |
|
Back to top |
|
 |
Twilight |
Posted: Mon Feb 28, 2005 10:18 am Post subject: installation step 9 |
|
|
 Apprentice
Joined: 04 Aug 2004 Posts: 49
|
Hi.
It looks like Qflex install step 9"Manage tocat" that I couldn't find it as step 10. shows "how to login" stuff also.
Please help me out. icon_redface.gif _________________ WMQ/WMQI/WBI Consultant
Toronto, Canada |
|
Back to top |
|
 |
malammik |
Posted: Mon Feb 28, 2005 10:24 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
malammik |
Posted: Mon Feb 28, 2005 10:30 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
Twilight |
Posted: Mon Feb 28, 2005 10:34 am Post subject: |
|
|
 Apprentice
Joined: 04 Aug 2004 Posts: 49
|
I can't find "Manage Tomcat" selection from Tomcat start menu.
I have
1. configure tomcat
2. monitor tomcat
3. program directory
Thanks. _________________ WMQ/WMQI/WBI Consultant
Toronto, Canada |
|
Back to top |
|
 |
|