• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue while integrating eclipse-Kepler with glassfish4.0

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to integrate Eclipse-Kepler with Glassfish4.0
Following are the environment details

OS : Windows 8 (64 bit)
JEE : 7 SDK
GlassFish : 4.0
Eclipse Kepler

Issue that I am facing is that, when I try to start the server in eclipse, it goes to the starting mode and then stops after 69% starting status
Only error that I see on my eclipse console is about "Already bind port" log" and no other major issue.
But, the port 4848 is not used by any other process and I have verified using netstat commands.
Could someone help me in getting rid of this issue?
I wanna proceed with creating and learning new projects on my machine.

Thanks,
Sriraam
 
Sriram Sharma
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Though nobody replied, I would like to post the reply myself as I got the integration working to start the server...
Here below are the steps...

1. Inside Eclipse select Help -> Install New Software...
2. Add a new site using the url http://download.oracle.com/otn_software/oepe/kepler to the Eclipse Update Manager.

Just do next and wait for the complete update to happen and allow the eclipse to restart.
Now, add the glassfish 4 server and start it...
We are god to go!

I got these steps from the following link...
http://marketplace.eclipse.org/updatesite/help?url=http%3A//download.oracle.com/otn_software/oepe/kepler

Thanks,
Sriraam
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic