Tony
Tony

Reputation: 3805

Can not run GlassFish as a service

I'm trying to run GlassFish as service on Windows.

The domain1 GlassFish Server on Local Computer started and then stopped. Some services stop automatically

Also console says:

NET HELPMSG 3534

What is wrong?

Upvotes: 1

Views: 2869

Answers (1)

Anar Orujov
Anar Orujov

Reputation: 591

This is windows service problem, follow these steps, I hope this will help you:

1)Click Run Command from start button

2)Enter Services.msc then click OK,you will get all the services in your computer.

3)Select your service and right click on the service and select Properties

4)Goto Logon Properties à select Local System Account then click OK

And of course you must set Java Path in Environment Variables and JAVA_HOME variable

After all this steps restart computer, if this steps will not help, open domain1Service.xml with notepad and copy here

Upvotes: 4

Related Questions