Maybe change the service to run a newly created batch file that starts abd 
dumps red5-debug.bat to a txt file and then take a look at that as it starts up.

Sent from my iPhone

On 1 Aug 2012, at 20:27, "Seth Galitzer" <sg...@ksu.edu> wrote:

> I changed from a system service account to the administrator account, it 
> didn't help, so perhaps it isn't as simple an issue as I thought.  I'm not 
> getting terribly useful error logs either.  Any way to get more debug errors 
> from red5?
> 
> Thanks.
> Seth
> 
> On 08/01/2012 02:16 PM, Stephen Cottham wrote:
>> Sorry I mean change the user that runs the service from system to a normal 
>> user to check
>> 
>> Sent from my iPhone
>> 
>> On 1 Aug 2012, at 20:14, "Seth Galitzer"<sg...@ksu.edu>  wrote:
>> 
>>> Yes.  If I login to the windows host, start a cmd window, and run red5.bat 
>>> from there, it works fine.
>>> 
>>> Seth
>>> 
>>> On 08/01/2012 02:05 PM, Stephen Cottham wrote:
>>>> Did you test that theory by running the service as a normal user?
>>>> 
>>>> You could assign the paths in the AutoIT script before compiling
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>> On 1 Aug 2012, at 20:02, "Seth Galitzer"<sg...@ksu.edu>   wrote:
>>>> 
>>>>> Stephen,
>>>>> 
>>>>> I tried using your wrapper and got the same error.  I even tried using 
>>>>> your copy of instsrv and srvany, still no luck.
>>>>> 
>>>>> If I had to guess, I say that the system account does not have a java 
>>>>> path, or at least isn't configured properly.  I think that's one of the 
>>>>> things that the wrapper.exe as provided for 1.9 did, setup the java 
>>>>> environment before executing the red5 process.  That was configurable via 
>>>>> a config file that was read in at runtime, and didn't have to be compiled 
>>>>> in as with the autoit utility seems to be.
>>>>> 
>>>>> Seth
>>>>> 
>>>>> On 07/31/2012 03:13 AM, Stephen Cottham wrote:
>>>>>> Hey Seth,
>>>>>> 
>>>>>> Attached is a zip file with the following:
>>>>>> 
>>>>>> Red5.exe
>>>>>> 
>>>>>> instsrv.exe
>>>>>> 
>>>>>> srvany.exe
>>>>>> 
>>>>>> Red5.exe is simply an AutoIT compiled script as an exe that runs the
>>>>>> red5.bat file in the same folder
>>>>>> 
>>>>>> AutoIT Script here:
>>>>>> 
>>>>>> #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
>>>>>> 
>>>>>> #AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
>>>>>> 
>>>>>> #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
>>>>>> 
>>>>>> run(@ScriptDir&   "\red5.bat", @ScriptDir)
>>>>>> 
>>>>>> To use this do the following:
>>>>>> 
>>>>>> Copy the red5.exe file into your OM red5 folder.
>>>>>> 
>>>>>> Then extract the two files instsrv.exe, srvany.exe to a working folder
>>>>>> (example = C:\Program Files\services\) and issue these as the command
>>>>>> prompt:
>>>>>> 
>>>>>> *C:\Program Files\services\Instsrv.exe red5 C:\Program
>>>>>> Files\services\Srvany.exe*
>>>>>> 
>>>>>> Then open the registry using regedit, find this key:
>>>>>> 
>>>>>> *HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Red5*
>>>>>> 
>>>>>> Add a new sub-key called *Parameters.*
>>>>>> 
>>>>>> In the Parameters key, create a new string value named *Application.*
>>>>>> 
>>>>>> Set the value data of Application to the full path to the Red5.exe
>>>>>> file(example c:\program files\OM\red5.exe)
>>>>>> 
>>>>>> Now open Services and assign the correct permissions and start-up type
>>>>>> and you should be all set.
>>>>>> 
>>>>>> Best Regards
>>>>>> 
>>>>>> *Stephen Cottham**
>>>>>> *Group IT Manager (Associate)
>>>>>> 
>>>>>> Robert Bird Group
>>>>>> Level 5, 333 Ann St
>>>>>> Brisbane, Queensland, 4000, Australia
>>>>>> 
>>>>>> *Phone: +6173 319 2777 (AUS)*
>>>>>> 
>>>>>> *Phone: +44207 592 8000 (UK)*
>>>>>> 
>>>>>> *Fax: +6173 319 2799*
>>>>>> 
>>>>>> **
>>>>>> 
>>>>>> *Mobile: +61400 756 963 (AUS)*
>>>>>> 
>>>>>> *Mobile: +447900 918 616 (UK)*
>>>>>> 
>>>>>> *Web: **www.robertbird.com*<http://www.robertbird.com/>
>>>>>> 
>>>>>> <http://www.robertbird.com.au/><http://www.robertbird.com.au/>
>>>>>> 
>>>>>> This email and any attachments are confidential and may contain legally
>>>>>> privileged information or copyright material. Unless expressly stated,
>>>>>> confidentiality and/or legal privilege is not intended to be waived by
>>>>>> the sending of this email. The contents of this email, including any
>>>>>> attachments, are intended solely for the use of the individual or entity
>>>>>> to whom they are addressed. If you are not an intended recipient, please
>>>>>> contact us immediately by return email and then delete both messages.
>>>>>> You may not otherwise read, forward, copy, use or disclose this email or
>>>>>> any attachments. Any views expressed in this email are those of the
>>>>>> individual sender except where the sender expressly, and with authority,
>>>>>> states otherwise. It is your responsibility to check any attachments for
>>>>>> viruses or defects before opening or sending them on. None of the sender
>>>>>> or its related entities accepts any liability for any consequential
>>>>>> damage resulting from this email containing computer viruses.
>>>>>> 
>>>>>> 
>>>>>> Disclaimer added by *CodeTwo Exchange Rules*
>>>>>> www.codetwo.com<http://www.codetwo.com>
>>>>>> 
>>>>>> *From:*Stephen Cottham
>>>>>> *Sent:* 30 July 2012 19:59
>>>>>> *To:* openmeetings-user@incubator.apache.org
>>>>>> *Cc:* openmeetings-user@incubator.apache.org
>>>>>> *Subject:* Re: OM 2.0 and Windows
>>>>>> 
>>>>>> You can use AutoIT to create a service for OM 2.0 in windows (check the
>>>>>> UDF's in the AutoIT forums for examples), I can do that for you tomorrow
>>>>>> if you haven't got it working by the time I get back to the office.
>>>>>> 
>>>>>> Best Regards
>>>>>> 
>>>>>> Sent from my iPhone
>>>>>> 
>>>>>> 
>>>>>> On 30 Jul 2012, at 19:50, "Maxim Solodovnik"<solomax...@gmail.com
>>>>>> <mailto:solomax...@gmail.com>>   wrote:
>>>>>> 
>>>>>>    Alexey told me there is an option in windows to create service out
>>>>>>    of any .bat file. (Not sure use Windows only for development from
>>>>>>    time to time)
>>>>>> 
>>>>>>    Did set up wrapper for 1.5+ long time ago, sorry :(
>>>>>> 
>>>>>>    On Tue, Jul 31, 2012 at 1:45 AM, Seth Galitzer<sg...@ksu.edu
>>>>>>    <mailto:sg...@ksu.edu>>   wrote:
>>>>>> 
>>>>>>    Greetings,
>>>>>> 
>>>>>>    First of all, kudos to OM devs for getting 2.0 out the door. I'm
>>>>>>    really liking the improvements so far and look forward to how things
>>>>>>    progress. I can't wait to replace my production Connect server with 
>>>>>> OM.
>>>>>> 
>>>>>>    I've been testing 1.9 on Windows Server 2003, using the NT Wrapper
>>>>>>    to install red5 as a service. 2.0 doesn't seem to like this setup,
>>>>>>    or perhaps I need to adjust the wrapper config. I can start the red5
>>>>>>    service manually, but I'd like to run it as a system service. Any
>>>>>>    advice on how to do this with 2.0?
>>>>>> 
>>>>>>    Thanks.
>>>>>>    Seth
>>>>>> 
>>>>>>    --
>>>>>>    Seth Galitzer
>>>>>>    Systems Coordinator
>>>>>>    Computing and Information Sciences
>>>>>>    Kansas State University
>>>>>>    http://www.cis.ksu.edu/~sgsax
>>>>>>    sg...@ksu.edu<mailto:sg...@ksu.edu>
>>>>>>    785-532-7790
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>    --
>>>>>>    WBR
>>>>>>    Maxim aka solomax
>>>>>> 
>>>>> 
>>>>> --
>>>>> Seth Galitzer
>>>>> Systems Coordinator
>>>>> Computing and Information Sciences
>>>>> Kansas State University
>>>>> http://www.cis.ksu.edu/~sgsax
>>>>> sg...@ksu.edu
>>>>> 785-532-7790
>>>> 
>>>> Stephen Cottham
>>>> Group IT Manager (Associate)
>>>> 
>>>> Robert Bird Group
>>>> Level 5, 333 Ann St
>>>> Brisbane, Queensland, 4000, Australia
>>>> Phone: +6173 319 2777 (AUS)
>>>> Phone: +44207 592 8000 (UK)
>>>> Fax: +6173 319 2799
>>>> 
>>>> Mobile:  +61400 756 963 (AUS)
>>>> Mobile: +447900 918 616 (UK)
>>>> Web: www.robertbird.com
>>>> 
>>>> 
>>>> This email and any attachments are confidential and may contain legally 
>>>> privileged information or copyright material. Unless expressly stated, 
>>>> confidentiality and/or legal privilege is not intended to be waived by the 
>>>> sending of this email. The contents of this email, including any 
>>>> attachments, are intended solely for the use of the individual or entity 
>>>> to whom they are addressed. If you are not an intended recipient, please 
>>>> contact us immediately by return email and then delete both messages. You 
>>>> may not otherwise read, forward, copy, use or disclose this email or any 
>>>> attachments. Any views expressed in this email are those of the individual 
>>>> sender except where the sender expressly, and with authority, states 
>>>> otherwise. It is your responsibility to check any attachments for viruses 
>>>> or defects before opening or sending them on. None of the sender or its 
>>>> related entities accepts any liability for any consequential damage 
>>>> resulting from this email containing computer viruse
> s.
>>>> 
>>>> Disclaimer added by CodeTwo Exchange Rules
>>>> http://www.codetwo.com
>>>> 
>>> 
>>> --
>>> Seth Galitzer
>>> Systems Coordinator
>>> Computing and Information Sciences
>>> Kansas State University
>>> http://www.cis.ksu.edu/~sgsax
>>> sg...@ksu.edu
>>> 785-532-7790
>> 
>> Stephen Cottham
>> Group IT Manager (Associate)
>> 
>> Robert Bird Group
>> Level 5, 333 Ann St
>> Brisbane, Queensland, 4000, Australia
>> Phone: +6173 319 2777 (AUS)
>> Phone: +44207 592 8000 (UK)
>> Fax: +6173 319 2799
>> 
>> Mobile:  +61400 756 963 (AUS)
>> Mobile: +447900 918 616 (UK)
>> Web: www.robertbird.com
>> 
>> 
>> This email and any attachments are confidential and may contain legally 
>> privileged information or copyright material. Unless expressly stated, 
>> confidentiality and/or legal privilege is not intended to be waived by the 
>> sending of this email. The contents of this email, including any 
>> attachments, are intended solely for the use of the individual or entity to 
>> whom they are addressed. If you are not an intended recipient, please 
>> contact us immediately by return email and then delete both messages. You 
>> may not otherwise read, forward, copy, use or disclose this email or any 
>> attachments. Any views expressed in this email are those of the individual 
>> sender except where the sender expressly, and with authority, states 
>> otherwise. It is your responsibility to check any attachments for viruses or 
>> defects before opening or sending them on. None of the sender or its related 
>> entities accepts any liability for any consequential damage resulting from 
>> this email containing computer viruses.
>> 
>> Disclaimer added by CodeTwo Exchange Rules    
>> http://www.codetwo.com    
>> 
> 
> -- 
> Seth Galitzer
> Systems Coordinator
> Computing and Information Sciences
> Kansas State University
> http://www.cis.ksu.edu/~sgsax
> sg...@ksu.edu
> 785-532-7790

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules      
http://www.codetwo.com  

Reply via email to