ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Seeing these error messages at start up

Post new topic  Reply to topic Goto page 1, 2  Next
 Seeing these error messages at start up « View previous topic :: View next topic » 
Author Message
newtomq22
PostPosted: Thu Apr 14, 2005 1:49 pm    Post subject: Seeing these error messages at start up Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

Hi,

When i start up my server i see these errors.It was working fine, i don't know what changed..now i get these errors..

[4/14/05 17:12:53:000 EDT] 3d4c29cf MQQueueConnec E WMSG0902E: The WebSphere MQ JMS Binders have been disabled as either the WebSphere MQ Client has not been installed, or the MQ_INSTALL_ROOT variable has not been set.

[4/14/05 17:12:53:015 EDT] 3d4c29cf MQQueueBinder E WMSG0902E: The WebSphere MQ JMS Binders have been disabled as either the WebSphere MQ Client has not been installed, or the MQ_INSTALL_ROOT variable has not been set.


I have set this MQ_INSTALL_ROOT variable to the root of my MQSeries installation but then also it keeps giving this message..

TIA,
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Apr 14, 2005 4:49 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What context did you set this variable in?

Are you trying to make a client connection when you haven't installed the client?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 5:55 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

What do u mean what context did i set this variable in?

I have set the variable to my MQ installation root I am using Websphere MQ.

I have the client installed. This was working fine, the only thing i remember doing is installing Windows updates.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 6:14 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I meant, what Scope did you set this in? Cell, Node, Server?

What scope did you define your JMS Resources in? the same?

If you are not using WebSphere Application Server, then how are you running this JMS program?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 6:20 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

Both, the variable and the JMS resources are set in the node scope.

and i am using WAS only.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 6:27 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You're on Windows, right?

Does MQ_INSTALL_ROOT have spaces in it? Like "C:\Program Files\IBM\WebSphere MQ"?

If so, try using short paths, "C:\Progra~1\IBM\Websph~1\". Use dir /x to file short paths.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 7:04 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

Unfortunately that didn't work

I am still getting the same error...
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 7:07 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Does it list any more errors closer to the initial start up of WAS in the SystemOut.log?

Did you restart the server after you set this variable?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 7:10 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

I not only restarted the server i also rebooted my machine.

These are the first errors are get.below is the logs snippet when i start my WSAD.

************* End Display Current Environment *************
[4/15/05 10:58:30:575 EDT] 3d41aea9 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[4/15/05 10:58:31:278 EDT] 3d41aea9 AdminInitiali A ADMN0015I: AdminService initialized
[4/15/05 10:58:32:387 EDT] 3d41aea9 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[4/15/05 10:58:32:434 EDT] 3d41aea9 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[4/15/05 10:58:32:637 EDT] 3d41aea9 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
[4/15/05 10:58:32:653 EDT] 3d41aea9 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[4/15/05 10:58:32:653 EDT] 3d41aea9 SecurityCompo I SECJ0240I: Security service initialization completed successfully
[4/15/05 10:58:32:653 EDT] 3d41aea9 JMSRegistrati A MSGS0602I: WebSphere Embedded Messaging Client only has been installed
[4/15/05 10:58:34:293 EDT] 3d41aea9 JMSRegistrati A MSGS0601I: WebSphere Embedded Messaging has not been installed
[4/15/05 10:58:34:653 EDT] 3d41aea9 MQQueueConnec E WMSG0902E: The WebSphere MQ JMS Binders have been disabled as either the WebSphere MQ Client has not been installed, or the MQ_INSTALL_ROOT variable has not been set.
[4/15/05 10:58:34:684 EDT] 3d41aea9 MQQueueBinder E WMSG0902E: The WebSphere MQ JMS Binders have been disabled as either the WebSphere MQ Client has not been installed, or the MQ_INSTALL_ROOT variable has not been set.
[4/15/05 10:58:34:684 EDT] 3d41aea9 ResourceMgrIm I WSVR0049I: Binding ScholasticMailSession as comp/env/mail/ScholasticMailSession
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O *** In SessionReferenceable.getReference:
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.pop3.class, content = com.sun.mail.pop3.POP3Store
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.debug, content = true
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.transport.protocol, content = smtp
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.smtp.host, content = CORPEX06
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.imap.class, content = com.sun.mail.imap.IMAPStore
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.store.protocol, content = pop3
[4/15/05 10:58:34:762 EDT] 3d41aea9 SystemOut O New RefAddr added, type = mail.smtp.class, content = com.sun.mail.smtp.SMTPTransport
[4/15/05 10:58:35:012 EDT] 3d41aea9 ResourceMgrIm I WSVR0049I: Binding DB2DataSource_CF as eis/jdbc/DB2DataSource_CMP
[4/15/05 10:58:35:028 EDT] 3d41aea9 ResourceMgrIm I WSVR0049I: Binding DB2DataSource as jdbc/DB2DataSource
[4/15/05 10:58:35:637 EDT] 3d41aea9 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[4/15/05 10:58:35:762 EDT] 245e6ea8 SystemErr R java.lang.NoClassDefFoundError: com/ibm/mq/jms/admin/AdminObject
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.WSJMSManagedConnectionFactory.getConnectionFactory(WSJMSManagedConnectionFactory.java:225)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedConnection.<init>(JMSManagedConnection.java:154)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedQueueConnection.<init>(JMSManagedQueueConnection.java:64)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.WSJMSManagedQueueConnectionFactory.createManagedConnection(WSJMSManagedQueueConnectionFactory.java:84)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedSessionFactory.getManagedConnection(JMSManagedSessionFactory.java:644)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedSessionFactory.getPhysicalConnection(JMSManagedSessionFactory.java:614)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedSession.<init>(JMSManagedSession.java:187)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedQueueSession.<init>(JMSManagedQueueSession.java:56)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedQueueSessionFactory.createManagedSession(JMSManagedQueueSessionFactory.java:3
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.jms.JMSManagedSessionFactory.createManagedConnection(JMSManagedSessionFactory.java:321)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ejs.j2c.J2CXAResourceFactory.getXAResource(J2CXAResourceFactory.java:168)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ws.Transaction.JTA.XARecoveryData.recover(XARecoveryData.java:632)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ws.Transaction.JTA.RecoveryManager.resync(RecoveryManager.java:1369)
[4/15/05 10:58:35:778 EDT] 245e6ea8 SystemErr R at com.ibm.ws.Transaction.JTA.ResyncThread.run(RecoveryManager.java:1440)
[4/15/05 10:58:37:418 EDT] 3d41aea9 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
[4/15/05 10:58:37:434 EDT] 3d41aea9 SecurityCompo I SECJ0243I: Security service started successfully
[4/1
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 7:18 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

tarunmq wrote:
I not only restarted the server i also rebooted my machine.

These are the first errors are get.below is the logs snippet when i start my WSAD.


Does it list MQ_INSTALL_ROOT in the section that lists variables?

Try also defining MQ_INSTALL_ROOT in the Server scope.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 7:26 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

nopes..this is the display

WebSphere Platform 5.1 [BASE 5.1.0 b0344.02] running with process name localhost\localhost\server1 and process id 1032
Host Operating System is Windows 2000, version 5.0
Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = C:\IBM\WebSphere Studio\runtimes\base_v51
user.install.root = C:\IBM\WebSphere Studio\runtimes\base_v51
Java Home = C:\IBM\WebSphere Studio\runtimes\base_v51\java\jre
ws.ext.dirs = C:\IBM\WebSphere Studio\runtimes\base_v51/java/lib;C:\IBM\WebSphere Studio\runtimes\base_v51/classes;C:\IBM\WebSphere Studio\runtimes\base_v51/classes;C:\IBM\WebSphere Studio\runtimes\base_v51/lib;C:\IBM\WebSphere Studio\runtimes\base_v51/lib/ext;C:\IBM\WebSphere Studio\runtimes\base_v51/web/help;C:\IBM\WebSphere Studio\runtimes\base_v51/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime;C:/Program Files/SQLLIB/java/db2java.zip;C:/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.webservice_5.1.1.2/runtime/worf.jar
Classpath = C:\IBM\WebSphere Studio\runtimes\base_v51/properties;C:\IBM\WebSphere Studio\runtimes\base_v51/properties;C:\IBM\WebSphere Studio\runtimes\base_v51/lib/bootstrap.jar;C:\IBM\WebSphere Studio\runtimes\base_v51/lib/j2ee.jar;C:\IBM\WebSphere Studio\runtimes\base_v51/lib/lmproxy.jar;C:\IBM\WebSphere Studio\runtimes\base_v51/lib/urlprotocols.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\commons-logging.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\commons-digester.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\commons-lang-2.0.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\commons-collections-3.0.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\velocity-1.4.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\mailapi.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\smtp.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\xerces.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\jdom.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\ldap.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\jce1_2_2.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\sunjce_provider.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\xmlrpc-1.2-b1.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\SPSEnv-local.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\commons-beanutils.jar;C:\spsmq\SpsMsgBeans;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\log4j-1.2.8.jar;C:\spsmq\SpsMqWeb\WebContent\WEB-INF\lib\sps-messageApp-0.29.jar;C:/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.1.1/runtime/wteServers.jar;C:/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.1.1/runtime/wasToolsCommon.jar
Java Library path = C:\IBM\WebSphere Studio\runtimes\base_v51/bin;C:\IBM\WebSphere Studio\runtimes\base_v51/java/bin;C:\IBM\WebSphere Studio\runtimes\base_v51/java/jre/bin;C:\IBM\WebSphere Studio\eclipse\jre\bin;.;C:\IBM\WebSphere Studio\eclipse\jre\bin;C:\IBM\WebSphere MQ\Java\lib;C:\Program Files\Perl\bin\;\\PVCS\PVCSAPPS\VM\win32\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Symantec\pcAnywhere;C:\IBM\WebSphere Studio\runtimes\base_v51\java\bin;C:\apache-ant-1.6.2\bin;C:\Program Files\GNU\WinCvs 1.3\CVSNT;c:\CommerceStudioEnhancements\bin;C:\IBM\WebSphere MQ\bin;C:\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program Files\SQLLIB\BIN;C:\Program Files\SQLLIB\FUNCTION;C:\Program Files\SQLLIB\HELP

defining MQ_INSTALL_ROOT in the Server scope also didn't help.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 7:39 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Okay, sorry. The MQ_INSTALL_ROOT is not normally displayed.

But you're not running regular WAS, you're running the WebSphere Test Environment from within WSAD.

Are you setting this variable in the Admin console, or in the server configuration view in WSAD?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
newtomq22
PostPosted: Fri Apr 15, 2005 7:49 am    Post subject: Reply with quote

Novice

Joined: 08 Apr 2005
Posts: 24

I am setting it in the server configuration view in WSAD.

Do u want me to try to set it thru the admin console?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 15, 2005 7:52 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

tarunmq wrote:
I am setting it in the server configuration view in WSAD.

Do u want me to try to set it thru the admin console?


No... It should work that way.

Just in case, you might try changing all of your paths to short paths, in your classpath and your path and lib path and etc.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Apr 15, 2005 7:21 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

tarunmq wrote:
[4/15/05 10:58:32:653 EDT] 3d41aea9 JMSRegistrati A MSGS0602I: WebSphere Embedded Messaging Client only has been installed
[4/15/05 10:58:34:293 EDT] 3d41aea9 JMSRegistrati A MSGS0601I: WebSphere Embedded Messaging has not been installed

You have only a JMS client installed. This means you do not have the Server and as such cannot connect in bindings mode

Elementary my dear Watson
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » IBM MQ Java / JMS » Seeing these error messages at start up
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.