cannot start imqbrokerd

I've installed the MessageQueue under C:\Sun\MessageQueue\bin Where the log files are being outputted to, I do not know.

I can not start the service. When I start from the command line, there is simply no output or any indication that anything has happened. When I start as a service from Windows services, I get

Could not start the Message Queue Broker service on Local Computer

Error 2: The system cannot find the file specified.

However, when I look at the message queue broker properties, it looks like it is pointing to the right place: C:\Sun\MessageQueue\bin\imqbrokersvc.exe

What am I doing wrong? I figure it must be something very basic, but I'm either googling on the wrong terms or nobody else is making the same mistake I am.

[784 byte] By [Alan_Smitheea] at [2007-11-27 8:28:32]
# 1
There should be a log file under C:\Sun\MessageQueue\var\instances\imqbroker\log. You could also try starting dos console, cd to C:\Sun\MessageQueue\bin and run the command "imqbrokerd -tty". Most likely you don't have JAVA_HOME set in the imqenv.conf file under c:\Sun\MessageQueue\etc.
one9966a at 2007-7-12 20:18:32 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
The imqbroker folder was missing (and, thus, also the log folder and file)I created the folders. You were right that the JAVA_HOME was not set in the configuration file. I assumed it was getting that from the environment.My queue is running and I am happy. Thank you,
Alan_Smitheea at 2007-7-12 20:18:32 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...