Exception when trying to start the windows service

R

Rahul

Hi,

We are upgrading code from 1.1 framework to 2.0 framework. we have setup new
production servers for the same. We have a custom windows services that we
have to install and make it start on the server. We are able to install the
service but are unable to start the service. It gives us the following error
in the application log.

On one of the servers --> EventType clr20r3, P1
3llg2zudivjsxp4ylp2tew5yjj2aqayp, P2 2.1.0.1, P3 4558aaff, P4
house.leagis.systemservices.documentexchangeservice, P5 2.1.0.1, P6
4558aaff, P7 4, P8 1, P9 system.typeinitialization, P10 NIL.

On the second server --> EventType clr20r3, P1
3llg2zudivjsxp4ylp2tew5yjj2aqayp, P2 2.1.0.1, P3 455357b8, P4
house.leagis.systemservices.documentexchangeservices, P5 2.1.0.1, P6
455357b1, P7 18, P8 7, P9 system.io.filenotfoundexception, P10 NIL.


I am able to install and start the service without any issues on my local
box. Is there a server setting that is causing this issue???

Please help.

Rahul
 
V

Vadym Stetsyak

Hello, Rahul!

Exceptions, you specified, indicate that, the file that
service depends on is missing.

To known what that file is you can use fusion log viewer
( fuslogvw.exe )

You wrote on Mon, 13 Nov 2006 14:52:56 -0500:

R> Hi,

R> We are upgrading code from 1.1 framework to 2.0 framework. we have
R> setup new
R> production servers for the same. We have a custom windows services
R> that we
R> have to install and make it start on the server. We are able to
R> install the
R> service but are unable to start the service. It gives us the
R> following error
R> in the application log.

R> On one of the servers --> EventType clr20r3, P1
R> 3llg2zudivjsxp4ylp2tew5yjj2aqayp, P2 2.1.0.1, P3 4558aaff, P4
R> house.leagis.systemservices.documentexchangeservice, P5 2.1.0.1, P6
R> 4558aaff, P7 4, P8 1, P9 system.typeinitialization, P10 NIL.

R> On the second server --> EventType clr20r3, P1
R> 3llg2zudivjsxp4ylp2tew5yjj2aqayp, P2 2.1.0.1, P3 455357b8, P4
R> house.leagis.systemservices.documentexchangeservices, P5 2.1.0.1, P6
R> 455357b1, P7 18, P8 7, P9 system.io.filenotfoundexception, P10 NIL.


R> I am able to install and start the service without any issues on my
R> local
R> box. Is there a server setting that is causing this issue???

R> Please help.

R> Rahul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top