Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JMS Problem

17 views
Skip to first unread message

aparna126

unread,
Aug 2, 2004, 5:37:44 PM8/2/04
to
Hi,

I have WebSphere Application Server5.1 on a Windows2000 SP3 machine.

I am trying to setup a web app. The datasource I have specified in the admin console works fine when I do a Test Connection from the console itself.But the application is having trouble getting to the datasource using JNDI as illustrated by the excerpt from SystemErr.log given below.

DEBUG ERROR JSESSIONID null Getting DataSource jdbc/ippsDB2DS No DataSource SYSTEM.iUserDB.DATASOURCE

where jdbc/ippsDB2DS is the JNDI name of the datasource.

Looking into the SystemOut.log and it seemed like Embedded Messaging component was not installed . When I tried to re-install WSAppServer, I got the message that "Nonsupported earlier release of MQ Series client or WebSphere MQ Client detected. The embedded messaging feature will be disabled."

I have the MQ_INSTALL_ROOT set to the correct directory in WebSPhere.

Please let me know if any more info is needed.
----------------------------------------------------------------
Problem->
The below excerpt is from SystemOut.log.

3c929f8e JMSRegistrati A MSGS0601I: WebSphere Embedded Messaging has not been installed
3c929f8e JMSEmbeddedPr A MSGS0050I: Starting the Queue Manager
3c929f8e JMSEmbeddedPr E MSGS0058E: Unable to start the JMS Server as WebSphere Embedded Messaging has not been installed
3c929f8e JMSService E MSGS0001E: Starting the JMS Server failed with exception: java.lang.Exception: MSGS0058E: Unable to start the JMS Server as WebSphere Embedded Messaging has not been installed
at com.ibm.ws.messaging.JMSEmbeddedProviderImpl.start(JMSEmbeddedProviderImpl.java:216)


3c96f285 ContainerImpl E WSVR0501E: Error creating component null [class com.ibm.ws.messaging.JMSService]
com.ibm.ws.exception.RuntimeWarning: MSGS0001E: Starting the JMS Server failed with exception: java.lang.Exception: MSGS0058E: Unable to start the JMS Server as WebSphere Embedded Messaging has not been installed
at com.ibm.ws.messaging.JMSService.start(JMSService.java:295)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(Containe....


---------------------------------------------------------------
Cause->
INST0043E: Nonsupported earlier release of MQSeries client or WebSphere MQ client detected.
Explanation: A copy of MQSeries client or WebSphere MQ client at an earlier release than that required to support embedded messaging is already installed on the system.
User Response: Either: 1) Upgrade to the level of WebSphere MQ that will support embedded messaging, or 2) If MQSeries is not required on this system, uninstall the existing MQSeries or WebSphere MQ product and retry the installation. This will install the required WebSphere MQ components at the required level. In either case, you should consult the WebSphere Application Server InfoCenter and embedded messaging installation documentation.

--------------------------------------------------------------
I ran "mqver" which returned

D:\>mqver

Name: WebSphere MQ
Version: 530
CMVC level: Client-Build
BuildType: IKAP - (Production)

------------------------------------------------------------------
I downloaded and installed CSD04 (http://www6.software.ibm.com/dl/wsmqcsd/wsmqcsd-h?S_PKG=csd04&S_TACT=&S_CMP=) .

But the Installation gave me the error-->

"CSD's out of sequence Latest CSD applied is CSD06(AMQ4758)".

--------------------------------------------------------------------

Thanks
Rosemary Philip


DennisJudy

unread,
Aug 3, 2004, 10:46:55 AM8/3/04
to
Hi, I get the same thing in my logs. My mqver =
Name: WebSphere MQ
Version: 530.4 CSD04
CMVC level: p530-04-030617
BuildType: IKAP - (Production)

My WAS is 5.0.2 with PQ81989 patch for MQ. Any suggestions?

Ronald Bower

unread,
Aug 3, 2004, 10:49:16 AM8/3/04
to
It sounds like you had WMQ installed on this system? What does your
mq_install.log show regarding what the app server install found? Even if
you try to 'trick the system' by running full WMQ as the embedded JMS, you
still need to go through the install of the embedded to get everything
configured correctly.

Ron

"aparna126" <apar...@rediffmail.com> wrote in message
news:1017370551.1091482664359.JavaMail.wasadmin@swg3ws006...

aparna126

unread,
Aug 3, 2004, 2:32:43 PM8/3/04
to
Hi,
Thanks for your time.
This is what my mq_install.log said. I am confused as to how "mq_ver" command can say the version is 5.3 when mq_install.log says CSD04 found.

So un-installing WMQ and re-installing embedded msgng components is the solution here?

-----------------------------------------------------------
14 Jul 2004 11:23:31 WebSphere Messaging Install
======================= WebSphere Messaging Install Log ======================

WMSetup.dll Built on Oct 9 2003 at 09:46:59; version 1.90
InstallMessaging() Called: 'D:\Program Files\IBM\WebSphere MQ' 'J:\win\messaging\server' 'D:\Program Files\WebSphere\AppServer\logs\mq_install.log' '1033'
WebSphere Messaging Install
======================= WebSphere Messaging Prereq Log ======================
WMSetup.dll Built on Oct 9 2003 at 09:46:59; version 1.90

CheckPrerequisites() Called: 'D:\Program Files\IBM\WebSphere MQ' 'J:\win\messaging\server' 'D:\Program Files\WebSphere\AppServer\logs\mq_install.log'
Full prereq check requested
Windows Version is 5.5
C:\WINNT\system32\Msi.dll version is 2.0.2600.1
MQ installation directory is 'D:\Program Files\IBM\WebSphere MQ'
WEMPS installation directory is 'D:\Program Files\IBM\WebSphere MQ\WEMPS'

Checking CSD package information
CSD directory 'J:\win\messaging\CSD'
Opened control file 'J:\win\messaging\CSD\backup.csd':
Found CSD info: 'csd; 04; 5.30 ;'
Available CSD is CSD04
Required MQ version/release is 5.30
MSI product 'WebSphere MQ Server' is not installed
MSI product 'WebSphere MQ Client' is not installed
MQ registry key not found (HKLM\SOFTWARE\IBM\MQSeries\CurrentVersion)
Space needed for CSD04 is 53MB
MSI product 'SupportPac MA88' is not installed
MSI product 'Publish And Subscribe' is not installed
Space needed for 'JavaMsg' feature is 2MB
Space needed for 'Server' feature is 54MB
Space needed for WEMPS is 44MB
Install Directory d: 155 Mb Required 8617 Mb Available
System Directory c: 16 Mb Required 1081 Mb Available
Temp Directory c: 18 Mb Required 1081 Mb Available
<<Function Successful>> return code WASM_ERROR_SUCCESS (0)
======================= End of WebSphere Messaging Prereq Log ======================
C:\WINNT\system32\Msi.dll version is 2.0.2600.1
MSI product 'WebSphere MQ Server' is not installed
MSI product 'WebSphere MQ Client' is not installed
MQ registry key not found (HKLM\SOFTWARE\IBM\MQSeries\CurrentVersion)
======================= Entering WebSphere MQ Install ======================
MQ installation directory is 'D:\Program Files\IBM\WebSphere MQ'
TRANSFORMS=":1033" STARTSERVICE=0 STARTTASKBAR=0 ADDLOCAL="Server,JavaMsg" REMOVE="GuiAdmin,Client,Toolkit" AGREETOLICENSE=yes AMQNOPREREQADSI="1" LAUNCHWIZ="0" ALLUSERS="1" REBOOT="ReallySuppress" AMQCHECKLICENSEUNITS="" PGMFOLDER="D:\Program Files\IBM\WebSphere MQ" DATFOLDER="D:\Program Files\IBM\WebSphere MQ" LOGFOLDER="D:\Program Files\IBM\WebSphere MQ\Log"
Action 11:24:12: GenerateScript. Generating script operations for action:
Action 11:24:19: iwiCleanUp_Rollback.
Action 11:24:19: iwiDeletePreviousExec.
Action 11:24:19: iwiDeletePrevious.
Action 11:24:19: iwiDirectSetGroupSecurity.
Action 11:24:20: ProcessComponents. Updating component registration
Action 11:24:20: StopServices. Stopping services
Action 11:24:20: iwiDirectAddPerfMon_rollback.
Action 11:24:20: iwiDirectDeletePerfMon.
Action 11:24:20: DeleteServices. Deleting services
Action 11:24:20: RemoveODBC. Removing ODBC components
Action 11:24:20: CreateFolders. Creating folders
Action 11:24:20: iwiDirectSetFolderSecurityExec.
Action 11:24:20: iwiDirectSetFolderSecurityExec. Securing WebSphere MQ folders
Action 11:24:20: iwiDirectBackupCcsid.
Action 11:24:20: InstallFiles. Copying new files
Action 11:27:24: BindImage. Binding executables
Action 11:27:25: iwiCopyLicenseFile_rollback.
Action 11:27:25: iwiCopyLicenseFile.
Action 11:27:25: iwiCopyLicenseText_rollback.
Action 11:27:25: iwiCopyLicenseText.
Action 11:27:28: RegisterClassInfo. Registering class servers
Action 11:27:28: RegisterProgIdInfo. Unregistering program identifiers
Action 11:27:28: WriteRegistryValues. Writing system registry values
Action 11:27:28: WriteEnvironmentStrings. Updating environment strings
Action 11:27:28: iwiDirectSetRegSecurityExec.
Action 11:27:28: iwiDirectSetRegSecurityExec. Securing the registry...
Action 11:27:28: iwiLaunchAmqMkDir.
Action 11:27:29: iwiLaunchSetmqcap.
Action 11:27:29: iwiLaunchAmqmcert.
Action 11:27:30: RegisterUser. Registering user
Action 11:27:30: RegisterProduct. Registering product
Action 11:27:31: PublishFeatures. Publishing product features
Action 11:27:31: PublishProduct. Publishing product information
Action 11:27:31: iwiCleanUpGuiAdmin_exec.
Action 11:27:31: RollbackCleanup. Removing backup files
MsiInstallProduct() returning ERROR_SUCCESS (0)
Source drive is 'J:\'
Found source drive 'J:\'
Drive 'J:\' is not removable
InstallBaseMQ Return Code: ERROR_SUCCESS (0)
======================= Exiting WebSphere MQ Install ========================

Checking CSD package information
CSD directory 'J:\win\messaging\CSD'
Opened control file 'J:\win\messaging\CSD\backup.csd':
Found CSD info: 'csd; 04; 5.30 ;'
Available CSD is CSD04
Required MQ version/release is 5.30
CSD Log file 'D:\Program Files\WebSphere\AppServer\logs\MQCSDLog.txt'
CSD directory 'J:\win\messaging\CSD'

Starting CSD Installation
Launching process 'J:\win\messaging\CSD\amqicsdn.exe' 'MQPSILENT=1 MQPNOMENU=1 MQPREBOOT=0 MQPLOG="D:\Program Files\WebSphere\AppServer\logs\MQCSDLog.txt"'; dir 'J:\win\messaging\CSD'.
Process 'J:\win\messaging\CSD\amqicsdn.exe' ended; exit code 0x00000000
Extract from CSD log file 'D:\Program Files\WebSphere\AppServer\logs\MQCSDLog.txt':
>>11:32:53 Shipped CSD level is 'CSD01'
Found CSD value 'CSD04'
CSD 04 is current
Latest CSD level is '04'
RollBack value is 'D:\Program Files\IBM\WebSphere MQ\CSD04'
Shipped CSD number is '01'
Previous CSD number is '01'
Latest CSD number is '04'
Refreshing Start menu
MQ start menu folder is 'C:\Documents and Settings\All Users\Start Menu\Programs\IBM WebSphere MQ'
Finished shortcut operations
Ending with RC 0 (0x00000000)
End of messages from CSD log file.
InstallBaseMQCsd Return Code: 0
Finished CSD Installation

MSI product 'Publish And Subscribe' is not installed
======================= Entering Publish And Subscribe Install ======================
WEMPS installation directory is 'D:\Program Files\IBM\WebSphere MQ\WEMPS'
ADDLOCAL="wmqebBroker" ALLUSERS="1" ARPNOMODIFY="1" ARPNOREPAIR="1" REBOOT="ReallySuppress" INSTALLDIR="D:\Program Files\IBM\WebSphere MQ\WEMPS"
Action 11:32:56: GenerateScript. Generating script operations for action:
Action 11:32:57: ProcessComponents. Updating component registration
Action 11:32:57: RemoveODBC. Removing ODBC components
Action 11:32:57: CreateFolders. Creating folders
Action 11:32:57: InstallFiles. Copying new files
Action 11:33:17: WriteRegistryValues. Writing system registry values
Action 11:33:17: WriteEnvironmentStrings. Updating environment strings
Action 11:33:17: RegisterUser. Registering user
Action 11:33:17: RegisterProduct. Registering product
Action 11:33:17: PublishFeatures. Publishing product features
Action 11:33:17: PublishProduct. Publishing product information
Action 11:33:17: RollbackCleanup. Removing backup files
MsiInstallProduct() returning ERROR_SUCCESS (0)
======================= Exiting Publish And Subscribe Install ======================
<<Function Successful>> return code WASM_ERROR_SUCCESS (0)
======================= End of WebSphere Messaging Install Log ======================
-----------------------------------------------------------

Ronald Bower

unread,
Aug 4, 2004, 5:16:48 PM8/4/04
to
If your mqver doesn't show CSD4 and the mq_install log appears to have
installed it, then I'd say that something went wrong. I'd suggest that you
uninstall/reinstall.

Ron

"aparna126" <apar...@rediffmail.com> wrote in message

news:289724300.1091557963056.JavaMail.wasadmin@swg3ws006...

0 new messages