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 Installation/Configuration Support » Facing Problem in Installation of Message Broker v6

Post new topic  Reply to topic Goto page 1, 2  Next
 Facing Problem in Installation of Message Broker v6 « View previous topic :: View next topic » 
Author Message
PankajS
PostPosted: Mon Feb 27, 2006 8:06 am    Post subject: Facing Problem in Installation of Message Broker v6 Reply with quote

Voyager

Joined: 27 Dec 2004
Posts: 82

Hi Friends,
I am trying to install Message Broker v6 toolkit on Windows XP.
I get following error.

Feb 27, 2006 9:24:07 PM), Install, com.installshield.wizardx.actions.AsciiFileUpdateWizardAction, err, WizardException: (error code = 200; message="C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)"; exception = [ServiceException: (error code = 200; message = "C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)"; severity = 0; exception = [java.io.FileNotFoundException: C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)])])
STACK_TRACE: 7
WizardException: (error code = 200; message="C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)"; exception = [ServiceException: (error code = 200; message = "C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)"; severity = 0; exception = [java.io.FileNotFoundException: C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd (The system cannot find the path specified)])])
at com.installshield.wizardx.ascii.ModifyFile.writeFile(ModifyFile.java:280)
at com.installshield.wizardx.actions.AsciiFileUpdateWizardAction.execute(AsciiFileUpdateWizardAction.java:171)
at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:106)
at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1569)



Any clue what is going wrong ??
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Feb 27, 2006 8:09 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Is this the *first* error in the log?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
PankajS
PostPosted: Mon Feb 27, 2006 8:30 am    Post subject: Reply with quote

Voyager

Joined: 27 Dec 2004
Posts: 82

Hi jefflowrey,
NO.that is not first error in the error log ..
Following is the first error :

install, com.ibm.rational.cdi.archive.CDIInstallArchive, err, An

error occurred and product installation failed. Look at the log file C:\IBM\MBToolkit\6.0

\logs\wmbt_install.log for details.
(Feb 27, 2006 9:23:47 PM), Install, com.ibm.rational.cdi.archive.CDIInstallArchive, err,

ProductException: (error code = 601; message="err"; additional data =

[b_rwd:java.io.IOException: Could not obtain resource: Improper test folder structure.])
STACK_TRACE: 12

ProductException: (error code = 601; message="err"; additional data =

[b_rwd:java.io.IOException: Could not obtain resource: Improper test folder structure.])
at com.ibm.rational.cdi.archive.CDIInstallArchive.install

(CDIInstallArchive.java:390)
at

com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction

(PureJavaProductServiceImpl.java:1
Back to top
View user's profile Send private message
michael.da
PostPosted: Thu Mar 30, 2006 10:33 pm    Post subject: Reply with quote

Novice

Joined: 30 Mar 2006
Posts: 13
Location: Frankfurt / Germany

Hi

I get the same first error.
thankful for any help!!!
Back to top
View user's profile Send private message
sandiksk
PostPosted: Fri Mar 31, 2006 5:50 am    Post subject: Reply with quote

Centurion

Joined: 08 Jun 2005
Posts: 133

http://www-306.ibm.com/software/integration/mqfamily/support/readme/all60_read.html


Go through the Readme file, it says something about the directory structure.
Back to top
View user's profile Send private message
OmPat
PostPosted: Tue Jun 13, 2006 6:05 am    Post subject: Reply with quote

Apprentice

Joined: 20 Jul 2004
Posts: 33
Location: Charlotte

Its a problem with the directory structure of the install images.

InstallShield expects that disk2, disk3, disk4 and disk5 (incase of FP1) are in the same directory as disk1 and not prompt for them.

When you create a local image, all the disk# directories must be in the same subdirectory:
my_common_dir/disk1
my_common_dir/disk2
my_common_dir/disk3
my_common_dir/disk4
my_common_dir/disk5 (incase of FP1)

For CD images, make sure that the root level of the CD is the disk# folder:
my_image/disk1 // the disk1 directory level is the root of CD1
my_image/disk2 // the disk2 directory level is the root of CD2
my_image/disk3 // the disk3 directory level is the root of CD3
my_image/disk4 // the disk4 directory level is the root of CD4
my_image/disk5 // the disk5 directory level is the root of CD5 (incase of FP1)

If you do not have the correct directory structure you will see the following error

"error code 601 Improper test folder structure"
_________________
IBM Certified WMQ V5.3 System Administrator
IBM Certified WMQ V5.3 Solutions Designer
Brainbench Certified MQ Expert
IBM Certified WMQI V2.1 Solutions Expert
IBM Certified WMQI V2.1 Specialist
Back to top
View user's profile Send private message
chaitralip
PostPosted: Tue Jun 19, 2007 1:25 am    Post subject: Reply with quote

Novice

Joined: 16 May 2007
Posts: 24

the directory structure is proper in my case

disk1, disk2, disk3 and disk4.

Still it gives the same error for me
Back to top
View user's profile Send private message
chaitralip
PostPosted: Tue Jun 19, 2007 9:55 pm    Post subject: Reply with quote

Novice

Joined: 16 May 2007
Posts: 24

Can anyone please help me
Back to top
View user's profile Send private message
Gaya3
PostPosted: Tue Jun 19, 2007 10:58 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

From which directory you are trying to install the software.

Hope all the directories are having user access previleges

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
chaitralip
PostPosted: Tue Jun 19, 2007 11:02 pm    Post subject: Reply with quote

Novice

Joined: 16 May 2007
Posts: 24

<localPath>\disk1\mqsilaunchpad.exe

yes all the disk1,2,3,4 have th authority
Back to top
View user's profile Send private message
Gaya3
PostPosted: Wed Jun 20, 2007 12:29 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

Would you please tell me the following

C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd

file is existing there or not.

Local path means C:\ or what

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
chaitralip
PostPosted: Wed Jun 20, 2007 12:33 am    Post subject: Reply with quote

Novice

Joined: 16 May 2007
Posts: 24

Hi Gaya

I can see the file in the location

C:\Documents and Settings\All Users\Application Data\IBM\MQSI\Common\profiles\mqsitooling.cmd

Yes by localpath i mean the installable is there on the Local drive
Back to top
View user's profile Send private message
Gaya3
PostPosted: Wed Jun 20, 2007 1:25 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

the error says that
java.io.FileNotFoundException

its not getting that file from that location....

i am not getting how the mqsi happened to be on that location

C:\Documents and Settings\All Users\Application Data\IBM\MQSI\

would you plz let us know

thanks and Regardsg
gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
chaitralip
PostPosted: Wed Jun 20, 2007 1:29 am    Post subject: Reply with quote

Novice

Joined: 16 May 2007
Posts: 24

Gaya3 wrote:

i am not getting how the mqsi happened to be on that location

C:\Documents and Settings\All Users\Application Data\IBM\MQSI\

would you plz let us know


I didnt get what you mean by HOW did MQSi happen to be there...Do I need to delete the MQSI folder if i have to install Toolkit
Back to top
View user's profile Send private message
Gaya3
PostPosted: Wed Jun 20, 2007 1:43 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

Are you doing a fresh install or do you have anything previously on that system.

thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
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 Installation/Configuration Support » Facing Problem in Installation of Message Broker v6
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.