• 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

Problem: Starting Sun App server 8.2 in Debug mode in Eclipse

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

I am using Eclipse 3.3 (Europa) and have installed the glassfish pluggin for sun app servers. I have installed sun App server 8.2. Now in Eclise, I create a new server instance for sun app server 8.2, I try to start the server instance in debug mode in Eclipse, but I get the below error:



I tried the same with Glassfish server (sun app server 9.1) and I was able to start the server in debug mode through Eclipse successfully.

Tried to dig in the plugin jars and found that for for sun app server 8.2 server definition xml contained an element <debugport> which had value 567 where as for sun app server 9.1 the same element had value 9009. While starting the servers, did a netstat to figure out if the ports are in use, and I did not see any other process using the port 567 or 9009. Am able to start server 9.1 in debug mode but not server 8.2

Can any body help ???

Thanks,
Aju
reply
    Bookmark Topic Watch Topic
  • New Topic