| Author |
Download link for GlassFish 3
|
Mansukhdeep Thind
Ranch Hand
Joined: Jul 27, 2010
Posts: 54
|
|
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
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 11642
|
|
Where exactly did you try to download it from?
You can find GlassFish here: https://glassfish.dev.java.net/
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Mansukhdeep Thind
Ranch Hand
Joined: Jul 27, 2010
Posts: 54
|
|
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
|
 |
Thomas Young
Greenhorn
Joined: Jul 17, 2008
Posts: 29
|
|
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
Joined: Jul 27, 2010
Posts: 54
|
|
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
Joined: Jul 17, 2008
Posts: 29
|
|
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
|
 |
Abdulbasit Shaikh
Greenhorn
Joined: Jan 01, 2012
Posts: 1
|
|
|
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.
|
 |
 |
|
|
subject: Download link for GlassFish 3
|
|
|