GlassFish Tools

Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
June 2023 | 319/590 | 10 (0.01%) | 3 |
May 2023 | 311/672 | 44 (0.01%) | 18 |
April 2023 | 314/668 | 40 (0.01%) | 20 |
March 2023 | 332/688 | 45 (0.01%) | 17 |
February 2023 | 305/668 | 45 (0.01%) | 29 |
January 2023 | 308/677 | 45 (0.01%) | 23 |
December 2022 | 342/805 | 39 (0.01%) | 17 |
November 2022 | 316/808 | 54 (0.01%) | 19 |
October 2022 | 316/811 | 55 (0.01%) | 19 |
September 2022 | 279/812 | 72 (0.02%) | 16 |
August 2022 | 255/808 | 79 (0.02%) | 15 |
July 2022 | 302/816 | 57 (0.02%) | 29 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Friday, June 9, 2023 - 03:35
Reviews Sign in to post reviews
Bad p2 repository
Submitted by Stephane Talbot on Tue, 2020-10-13 11:23
The repository used in the marketplace to install the Glassfish plugin is outdated.
The repository used is http://download.eclipse.org/glassfish-tools/1.0.0/repository/ which will install the plugin for the old Oracle Glassfish version.(Glassfish 5.0 -- Java EE 8)
In order to use Glassfish 5.1 (the Jakarta EE 8 version), you have to install a newer version of the Glassfish plugin which is in another p2 repository: http://download.eclipse.org/glassfish-tools/1.0.1/repository/
Problems with glassfish 5.1
Submitted by Stephane Talbot on Fri, 2019-03-22 09:38
The Glassfish-tools plugin defines incomplete glassfish system libraries with Glassfish 5.1
JavaEE api jars have been renamed in Glassfish 5.1
for example:
Gassfish 5.0 Gassfish 5.1 javax.ejb-api.jar jakarta.ejb-api.jar javax.el.jar jakarta.el.jar javax.persistence.jar jakarta.persistence.jar ... ...The Glassfish tools plugin, however, use the same glassfish System Librairies (javax.persistence.jar) for Glassfish 5.0 and Glassfish 5.1.
In consequence eclipse JavaEE projects targeting Glassfish 5.1 don't have a correct build classpath (most of the javaEE api jar are missing...)
I guess someone should modify the GlassFishInstall.java file
Re: Problems with glassfish 5.1
Submitted by Stephane Talbot on Tue, 2019-04-09 08:32
Classpath problem has been corrected in plugin the last version (1.0.1)
GF 5 support
Submitted by Prateek Tripathi on Tue, 2019-01-08 01:04
Hi,
I don't see GF 5 support available in eclipse.Please let me know when would it be available or is there any work around ?
Re: GF 5 support
Submitted by Peter MOUEZA on Wed, 2020-01-29 13:50
Idem
Re: GF 5 support
Submitted by Danny Ju on Thu, 2019-01-31 00:42
Glassfish 5 support is availale in latest release, which can be downloaded at:
https://projects.eclipse.org/projects/webtools.glassfish-tools
glassfish tools for glassfish 2-1
Submitted by Shimon Doodkin on Sun, 2018-11-04 04:55
found there is oracle archive for bundles of all Oracle tools for eclipse.
the last version that supports glassfish 2.1 - is 12.1.1.2.1 - March 2013.
http*s://www.oracle*.com/technetwork/devel*oper-tools/eclipse/downl*oads/oepe-arc...
remove star from url
I downloaded oepe-12.1.1.2.1-kepler-repository.zip then in to the new version of eclipse 2018-09 - 4.9 I installed from the repository only glass fish tools - and it worked
Im trying to add the plugin
Submitted by Maayke Wellink on Mon, 2018-07-30 11:25
Im trying to add the plugin in eclipse photon, but I got an error: "the following solutions are not available: Glassfish Tools" and I dont know what is going wrong
Re: Im trying to add the plugin
Submitted by Alessandro Volcich on Tue, 2018-10-23 18:53
I'm having the same problem. Quits unexpectedly. I'm using Eclipse for Java EE 4.9
Please troubleshoot!
Re: Im trying to add the plugin
Submitted by Shawn Qiu on Sat, 2018-09-22 22:09
I met the same problem too! Are there any solutions?
Payara 4.1.173+
Submitted by Thomas Kernstock on Tue, 2017-11-21 12:16
Hi Konstantin,
the new versions of payara changed the way the use the validation apis. When I try to change my project from Payara 171 to 174 my projects wont compile because the javax.validation and org.hibernate.validator classes are not found. Checking the Systemclasspath of my Glassfish runtime I can't find the validation-api.jar and hibernate-validator-payara-p1.jar which are in modules. Even if I rename validation-api.jar to bean-validator.jar it is added to zhe classpath!
When I deploy my project on the new server it works perfectly, so I guess this is just a matter of adding the jars to the Glassfish System Classpath.
br
Thomas
Plugin does not work on Java 9
Submitted by Victor Orozco on Tue, 2017-11-07 15:55
Altough Eclipse Oxygen offers support for Java 9. If this plugin is used in Oxygen 1a install with JDK 9, Glassfish will fail with:
An internal error occurred during: "Stopping GlassFish 4 [domain1]".
Can't find bundle for base name sun.util.logging.resources.logging, locale
I've tested it with Glassfish and Payara, and I also can confirm that it works with JDK 8, however I'm not sure if this is the right place to report the bug, I did it through Eclipse automatic error reporting too.
Glassfish server by itself will indeed run, but you won't be able to see server's log.
Re: Plugin does not work on Java 9
Submitted by Joaquin Gayoso Cabada on Mon, 2018-02-26 12:08
I have the same problema as you. I can't log my glassfish.
Re: Plugin does not work on Java 9
Submitted by Konstantin Komissarchik on Wed, 2017-11-08 12:42
Thanks for the problem report. We will investigate this issue.
Glassfish 5 Support
Submitted by Florian Frech on Thu, 2017-10-05 06:42
Will there be support for Glassfish 5 in the future.
Re: Glassfish 5 Support
Submitted by Konstantin Komissarchik on Wed, 2017-11-08 12:43
Yes, GF 5 support is coming, but there is no concrete timeline that we can share at the moment.
Re: Re: Glassfish 5 Support
Submitted by Alexander Salvanos on Thu, 2017-11-16 05:26
Hello Konstantin,
how are things going. When will you have a timeline? Is it possible to get preliminary versions?
Best Regards,
Alex
No Docker-Support
Submitted by Oliver Lippert on Fri, 2017-05-05 03:56
The Plugin itself works. But there is one thing that makes docker not working.
As of the Docker-Container is a kind of a remote server, I just specify the lokal glassfish as the environment, and then need to set admin user, admin pw, admin port and debug port. But the Add On just provides the "normal" domain-path setting for "localhost". Then I tryed adding a new hostname to hosts file, but that did not work too. As soon as the Add On knows, that the given domain / IP resolvs to the local host, there is just the one way: Domain path! And that doesn't work with docker.
Would be nice if that would be supported too
Not listed in Sever after installation
Submitted by Snehashish Panigrahi on Mon, 2017-03-20 14:34
VM is pointing to jre8. Still GlassFish server not appearing.
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/jre/../jre/lib/server/libjvm.dylib
Problem with Mars2 JDK7
Submitted by Robin Luo on Thu, 2016-05-05 23:06
The adapter can be installed successfully with a problem. Once it is installed, Eclipse restarted, the GlassFish is still not in the list when you try to add GlassFish as a server. My Eclipse Mars2 works fine with WebSphere and JBoss adapters.
GlassFish Tools for all
Submitted by Konstantin Komissarchik on Mon, 2016-05-09 12:16
GlassFish Tools for all recent versions of Eclipse requires Java 8 to run. Unfortunately, the Marketplace does not enforce this, but the Java requirements for all support Eclipse versions is listed in the description.
Problem with Glassfish tools installation
Submitted by Alejandro Guerrero on Wed, 2016-03-23 16:49
Hi, i have installed Version: Mars.2 Release (4.5.2). And when i try the Glassfish tools, i have this message from the marketplace:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.eclipse.tools.glassfish,8.6.1.201603011333
No repository found containing: org.eclipse.update.feature,oracle.eclipse.tools.glassfish,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.glassfish.ui,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.javaee.doc.integration,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.util,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.util.jver,8.6.1.201603011333
someone else has this problem ?
I was able to install
Submitted by Konstantin Komissarchik on Tue, 2016-03-29 15:33
I was able to install GlassFish tools into a Mars.2 Java EE distro just now. This type of error indicates a network issues. Typically these are intermittent as Eclipse was able to get part way through the installation sequence before failing. So try again. If you are seeing this issue consistently, post on the support forum. We will need to gather more information regarding your setup and network configuration.
Problem with Glassfish tools installation
Submitted by Mario Crippa on Sun, 2016-03-27 09:57
Same problem here, with Mars.2 Release (4.5.2).
Installation is working
Submitted by Joerg Arndt on Sat, 2016-01-30 16:10
I have plug-in 8.5.1 installed. I was able to assign GlassFish Server Open Source Edition 4.1 by selecting ..\glassfish4\glassfish as installation directory. "glassfish4" is not recognized!
Does this solve your problem?
Adapter for Mars
Submitted by Gbarnard Mising name on Tue, 2015-12-15 15:10
I wasted hours today trying to get Eclipse Mars to work with Glassfish 4.1. I can only reason that the adapter doesn't exist yet for this combination. Thanks Eclipse!
Could you post details of
Submitted by Konstantin Komissarchik on Thu, 2015-12-17 10:29
Could you post details of issues you are running into on the support forum? GlassFish 4.1 is definitely supported.
https://community.oracle.com/community/java/java_development_tools/appli...
problematic
Submitted by Ebuzer taha Kanat on Sun, 2015-07-12 20:32
just a waste of time