Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I try to run an EJB example using NetBeans IDE and GlassFish Server v3. When I run my client code(The class that have main method), I faced this Error:

"Starting GlassFish Server 3.1.2 GlassFish Server 3.1.2 Server cannot start. Port is occupied. C:\Users\7\Documents\NetBeansProjects\MDbexample\nbproject\build-impl.xml:907: Deployment error: GlassFish Server 3.1.2 Server cannot start. Port is occupied."

So I decided to run GlassFish by using command line:

c:\glassfish3\bin>asadmin start-domain

Now I faced this massage on cmd environment:

"There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server. Command start-domain failed."

Is there anybody that know How I can solve my problem?

Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900