The module has not been deployed. NetBeans IDE 8.2 - deployment

Initial deploying EnterpriseApplication3 to
C:\Users\INTEL\Documents\NetBeansProjects\EnterpriseApplication3\dist\gfdeploy\EnterpriseApplication3
Completed initial distribution of Enterprise Application 3
Payara Server, deploy, null, false

Related

Eclipse STS WildFly deployment - Target runtimes disabled

We have a java web application deployed in a Tomcat 9 container and running successfully. We wanted to change the application deployment to Wildfly 27 application server. The direct deployment of app.war used in tomcat container to WildFly standalone folder showed deployment as failed.
So we did the following to create a deployment war by building source from IDE by using JBoss tools.
-Installed WildFly 27
-Imported application source code in Spring Tool Suite (STS)
-Installed JBoss tools in STS
-Added WildFly server in STS. With no projects added, I can start the server successfully.
In Project Properties, I have the following configuration:
Properties -> Java Build Path
Here I removed the previously existing Server Runtime[Tomcat] and added WildFly 27.0 Runtime.
Properties -> Java Compiler
Properties -> Server
Properties -> Project Facets
In Runtimes tab, WildFly 27.0 Runtime is disabled.
Properties -> Targeted Runtimes
Here also, WildFly 27.0 Runtime is disabled. So I can’t change from Tomcat to WildFly.
How can I select WildFly 27.0 Runtime for the project? The instruction says to uninstall certain Facets to activate disabled runtimes. Which facets to uninstall?
When I started the WildFly server with the application, it shows errors
java.lang.IllegalArgumentException: UT010009:
class org.springframework.web.servlet.DispatcherServlet does not implement jakarta.servlet.Servlet
service jboss.deployment.unit."app.war".undertow-deployment.UndertowDeploymentInfoService: Failed to start service
Please help.
WildFly 27 is a Jakarta EE 10 server. You cannot run a Jakarta EE 8 based, javax namespace, in WildFly 27. You'd need to either upgrade your dependencies to be Jakarta EE 10 based and Spring 6 or use WildFly 26.

Glassfish doesn't deploy all modules of the war

I am using netbeans 8 and glassfish 4.1. I am trying to deploy a war on glassfish. But all the modules of the war do not get deployed. There are a total of 4 modules out of which only 2 modules get deployed. The same war deploys correctly on the glassfish on the local machine but gives problems while deploying on the development server.

Websphere Application Server 7 server adapter for Luna

I'm using Eclipse Luna Service Release 1 (4.4.1) and I have WAS 8.5.5 server adapter installed. The server and the apps deployed in it work fine.
The production setup however is using WAS 7, hence, I want the Luna to include WAS 7 but whenever I try to 'download additional server adapter', I don't see any relevant options except WASCE server adapter(for versions v1.x and v2.x) which I'm not sure will include the WAS 7 server adapter. I want to use both the versions (7.x and 8.5.x) via Eclipse.
How shall I proceed ?
Install WebSphere Developer Tools for Luna, you will have adapter for 8.5, 8.0, 7.0 and WebSphere Liberty there.

How to develop Liferay project in Eclipsce juno and built it on on Jboss

I have downloaded the Liferay 6.1 with jboss 7.1.1 Bundle and Liferay IDE(Eclipsce Juno).All I have to do is to develop Liferay Project and running it on Jboss server.
I can able to run and open liferay portal in localhost:8080/
I am having issues in developing Liferay portal project.As default server adapter for Liferay in IDE is Tomcat 7.0 and I couldn't able to find Jboss server adapter.I tried by running and deploy it on Tomcat and running the Jboss server by running standalone.bat file.
Please advise and help in develop and running Liferay project on Jboss
There's guide in Liferay Wiki about developing with non-Tomcat Liferay bundles. There you can read about the disadvantages of that kind of development and how to do it if you still want.
But I agree, developing with Tomcat is definetely the better idea.
Liferay IDE is meant for development with Tomcat only since tomcat's start-up time, its simple structure and comparatively easy configuration makes it ideal for a development environment.
If you are development plugin projects like themes, portlets, hook, layouts etc then if it works on tomcat it would work on any other server running with Liferay, so during development you can use tomcat and then when you have completed your development iteration (i.e. when your project is ready to be deployed for testing or for stage environments) you can deploy the WAR to Jboss for testing and can do some testing to see if it works fine.
Since the plugins are made in such a way as to be independent of the underlying Server, there should not be any issues developing them on Tomcat and then running them on Jboss.
Hope this helps.
I achieved it through a work around, steps mentioned # https://www.liferay.com/community/forums/-/message_boards/message/17864836
Benefits of Liferay IDE plugin+ JBoss as runtime configured in IDE.
Only issue is you'll need to use any other eclipse based IDE which supports JBoss AS 7.1.1 as normal server/runtime (like JBoss Developer Studio).

Incremental publishing on Eclipse Juno and GlassFish 3.1.2.2

After updating my Eclipse to Juno and latest GlassFish to 3.1.2.2 I've lost the option to incremental deploy applications from the servers tab (I see the server there and deploys and runs my Java EE apps OK but now if I change any xhtml file I need to redeploy all the app).
I used to have a menu in the deployed application inside the servers where I could do a full deploy or incremental deploy, which I used a lot whenever I did any minor change.
I use an external Glassfish, not the internal runtime and I'm using MacOS Lion.