An Eclipse IDE plugin for building and deploying Java EE, OSGi and Web 2.0 applications to WebSphere Application Server V8.5x.
The 24.1 release was tested for use with Eclipse 2024-06. For a list of supported versions and for more information about installing and downloading the tools, including archived versions of the tools for older versions of Eclipse, see WebSphere Application Server Developer Tools Releases.
This release has some known issues and workarounds which can be found here.
Categories: IDE, J2EE Development Platform, Tools
Additional Details
Eclipse Versions: 2024-06 (4.32), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-03 (4.23), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: IBM
Development Status: Production/Stable
Date Created: Wednesday, July 2, 2014 - 08:38
License: Commercial - Free
Date Updated: Friday, November 29, 2024 - 12:50
Submitted by: Carl Anderson
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
February 2025 | 88/603 | 174 | 18 |
January 2025 | 97/654 | 251 | 15 |
December 2024 | 113/654 | 219 | 14 |
November 2024 | 99/658 | 302 | 12 |
October 2024 | 102/663 | 311 | 10 |
September 2024 | 100/642 | 306 | 18 |
August 2024 | 75/641 | 369 | 22 |
July 2024 | 80/663 | 390 | 23 |
June 2024 | 97/681 | 323 | 17 |
May 2024 | 106/682 | 326 | 15 |
April 2024 | 92/687 | 416 | 13 |
March 2024 | 109/694 | 353 | 12 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 12
Reviews Add new review
Websphere Application Server randomly stops
Submitted by Richard Baldauf on Mon, 09/26/2016 - 08:08
The application server stops randomly and with the IBM Support we found out that the stop for the application server is sent from an local address.
It isn't stopped by myself.
If I work for ours with my applications on the WAS it works perfect, but then it could be that the server all 5 Minutes is stopped and I have to restart it.
With this output we could see that the shutdown is sent from local:
[30.08.16 10:16:51:969 CEST] 00000042 SOAPConnector I SOAP client info: Host/port= 0:0:0:0:0:0:0:1/58459, authSubject.getPrincipals()= null
[30.08.16 10:16:51:972 CEST] 0000008a SOAPConnector I SOAP client info: Host/port= 0:0:0:0:0:0:0:1/58458, authSubject.getPrincipals()= null
[30.08.16 10:16:51:972 CEST] 0000008a AdminHelper A ADMN1021I: An attempt is made to stop the developer server.
[30.08.16 10:16:52:862 CEST] 0000003b ServerCollabo A WSVR0023I: Server developer is stopping
>>As per SystemErr.log file it has following stack which tells me this is a SOAP client call :
[30.08.16 10:16:51:973 CEST] 0000008a SystemErr R java.lang.Exception: com.ibm.ws.runtime.component.ServerCollaborator@809e74c2: stop stack trace
[30.08.16 10:16:51:973 CEST] 0000008a SystemErr R at com.ibm.ws.runtime.component.ServerCollaborator.stop(ServerCollaborator.java:268)
[30.08.16 10:16:51:973 CEST] 0000008a SystemErr R at com.ibm.ws.runtime.component.ServerCollaborator.stop(ServerCollaborator.java:209)
[30.08.16 10:16:51:973 CEST] 0000008a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Is there a way to get a debug log from Plugin or can you give me a hint what I have to do that this doesn't happen?
Could not initialize class com.ibm.ws.ffdc.FFDCFilter
Submitted by semaj Mising name on Mon, 09/12/2016 - 13:40
Getting An internal error occurred during: "Publishing to WebSphere Application Server traditional V8.5 at localhost...". Could not initialize class com.ibm.ws.ffdc.FFDCFilter error whenever I restart my server. Only way to resolve I could find is to restart eclipse.
Below is another link where folks are having similar issue
m.ibm.com/https/developer.ibm.com/answers/questions/284153/when-i-try-to-deploy-a-project-i-got-an-internal-e.html?wirelessshow=2
Web services could not be published
Submitted by Hisham Ragheb on Sun, 02/28/2016 - 15:31
Generate web service router is not available in ejb file context
Excellent but something is missing or can't find it in the plugi
Submitted by Hisham Ragheb on Sun, 02/28/2016 - 05:30
When I right click my ear project in eclipse and choose to run my application the application is published and deployed on the server but web services are not published. I know in webspehere to publish my web services I must run endPtEnabler over my ear file before installation on the server to amend the ear file and add required websphere artifacts for web services.
As a work around for now, I had to generate the ear and apply endPtEnabler, and I wrote jython script to be used in eclipse run configuration to install/update the application, However, this is painful to do with every change since changes are not hot deployed and I had to install the ear and run the jython script for every change to be updated on the server.
Is there a way to configure eclipse plugin to publish web services directly when running the application through Run in the application context??