SunJavaSystemMessageQueue 3.6 2005Q1 (Platform Ed.) Setup Problem! 1158?

Hello,

I have downloaded Sun Java System Message Queue 3 2005Q1 Platform Edition with Sun Download Manager. Checked the zip file that it is OK.

When I try to start setup.bat file a message box with text 1158 displayed. What is the problem? Does Anyone solved this?

I am trying to install on a Windows 2000 Server SP4 (Default Turkish Locale) machine.

And also where can I download the newest version: Sun Java System Message Queue 3 2005Q4 (3.6 SP3) Platform Edition for Windows?

Thanks for advance,

Deniz

[555 byte] By [deniz_tatar] at [2007-11-25 21:46:03]
# 1

Hi Deniz,

Can you please give little more information when this error message comes?.

Is it coming immediately after running the setup.bat file ?

If not , then is it coming after you fill all the details like Destination directory etc.. ?. If this is the case then what is destination directory path are you giving ?

Sidhu at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 2
I have the same mystical problem. HELLO SUN-DEVELOPERS, wake up ! Please answer. Your installations are......hmmm....sick ?regards; progeriku
progeriku at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 3
About the same 1158-error:for me it comes immediately after starting the "setup" bat.
progeriku at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 4

The installer does not support Turkish locale. That is why the error is seen. This error would occur for all the languages except the following:

* English

* German

* Spanish

* French

* Japanese

* Korean

* Chinese Simplified

* Chinese Traditional

These are the only set of languages supported by the installer.

Regards,

Sathyaprabha.

sathyaprabha at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 5

Well, that is not the case with me, since I am from Finland, and I an using english-version of the windows-server.

The error code comes from the windows -> and it has something to do with the system resources that your user id has. Next thing is that I ask the administrator of the server to use his "force" to install messaagequeue, and I will continue later with my "isw" user account.

Please test with administrator rights, do you see any difference ?

progeriku at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 6

I had same problem and solved it by editing setup.ini file. There is this kind of section in setup.ini:

[Languages]

count=8

default=0

You should prepare it by changing value of "default". After change the section should look like this:

[Languages]

count=8

default=0409

Where 0409 means english language. You can choice language you want to use.

After that, installation would work!

mza at 2007-7-5 0:50:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...