• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Download link for GlassFish 3

 
Ranch Hand
Posts: 1164
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

Can any one please provide download link for GlassFish 3. I have tried Oracle's web site. It hangs while downloading. Please suggest.

Regards
Mansukhdeep Singh
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where exactly did you try to download it from?

You can find GlassFish here: https://glassfish.dev.java.net/
 
Mansukhdeep Thind
Ranch Hand
Posts: 1164
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jesper Young wrote:Where exactly did you try to download it from?

You can find GlassFish here: https://glassfish.dev.java.net/



Thanks Jesper. I got the Server in .zip format. But when I try starting the default domain(domain1) from glassfish/bin/asadmin.bat file, it is throwing the following exception:

asadmin> start-domain domain1
java.io.IOException:

Couldn't get lock for D:\Program Files\glassfishv3\glassfis
h\domains\domain1\logs\server.log
at java.util.logging.FileHandler.openFiles(Unknown Source)
at java.util.logging.FileHandler.<init>(Unknown Source)
at com.sun.enterprise.admin.launcher.GFLauncherLogger.addLogFileHandler(
GFLauncherLogger.java:85)
at com.sun.enterprise.admin.launcher.GFLauncher.setup(GFLauncher.java:14
8)
at com.sun.enterprise.admin.cli.StartDomainCommand.createLauncher(StartD
omainCommand.java:239)
at com.sun.enterprise.admin.cli.StartDomainCommand.runCommandNotEmbedded
(StartDomainCommand.java:122)
at com.sun.enterprise.admin.cli.StartDomainCommand.executeCommand(StartD
omainCommand.java:117)
at com.sun.enterprise.admin.cli.CLICommand.execute(CLICommand.java:257)
at com.sun.enterprise.admin.cli.MultimodeCommand.executeCommands(Multimo
deCommand.java:228)
at com.sun.enterprise.admin.cli.MultimodeCommand.executeCommand(Multimod
eCommand.java:145)
at com.sun.enterprise.admin.cli.CLICommand.execute(CLICommand.java:257)
at com.sun.enterprise.admin.cli.AsadminMain.executeCommand(AsadminMain.j
ava:229)
at com.sun.enterprise.admin.cli.AsadminMain.main(AsadminMain.java:167)
Waiting for DAS to start ..........................................

And it finally hangs up. Why is this happening and what is the solution. Please suggest.

Regards
Mansukhdeep
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mansukhdeep,
Can you check that glassfish is not already running?

Do you have permissions to write to that directory?

What Windows OS are you running on?

Regards,
TY.

 
Mansukhdeep Thind
Ranch Hand
Posts: 1164
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thomas Young wrote:Hi Mansukhdeep,
Can you check that glassfish is not already running?

Do you have permissions to write to that directory?

What Windows OS are you running on?

Regards,
TY.



Hi Thomas
My machine is on "Windows 7 Ultimate". How do I check whether glassfish is already running or not and whether I have write permissions on that directory?

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

A friend of mine had this same issue and I remembered that we found a forum hit on google for the problem: http://forums.java.net/jive/thread.jspa?messageID=400088

In my friend's case, it was a folder permission issue.

I think you could check for permissions in Windows 7 the same way you do in Windows XP (I use XP still), so I am guessing here but try:

Right click on the folder, and choose "properties" > select the "security" tab > select the user you are starting Glassfish with and check the permissions.

As for checking if Glassfish is already running, you should see a java process running and sucking up a bit of memory (try using task manager)

I am not sure what information is shown in Win 7 task manager, you could use Microsoft's sysinternals "process explorer" to give you more information regarding which java process is which.

Regards,
TY
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You Very Much Thomas Young.I was also facing the same problem.And I resolved it by allowing permissions on my glassfish installation folder(C:\Program Files\glassfish 3.0.1).And It completely solved my problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic