• 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

Glassfish Server

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to get my server up and running for deployment for Web-Services. Having problems with deployment and the server. Can anyone tell me what I am doing wrong a good link on startig a server?

Starting GlassFish Server 3+
Could not connect to admin listener for GlassFish Server 3+.
Verify that NetBeans can make outbound connections to localhost:4848
C:\Documents and Settings\Joe\My Documents\NetBeansProjects\WelcomSOAP\nbproject\build-impl.xml:1023: Deployment error: Could not connect to admin listener for GlassFish Server 3+.
Verify that NetBeans can make outbound connections to localhost:4848
See the server log for details.
BUILD FAILED (total time: 2 minutes 22 seconds)
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Augh, running server software on Windows machines. I don't know how anyone does it. Those who know how, I can't reason why. ;-)

Anyway, could be any number of things, as this isn't a whole lot of information on which to base a hypothesis. First blush, do your internet security settings allow you to connect to any local server site? Last time I looked in Windows, this was not a given.
reply
    Bookmark Topic Watch Topic
  • New Topic