Application is not deploying on Glassfish 3.1.2 - glassfish-3

I made a web service. I have made 2 or 3 services and have deployed these on the glass fish. On each service i used package name like pk.mazars.basitMahmood.calculate, pk.mazars.basitMahmood.weather and so on. Means pk.mazars.basitMahmood is common in all packages name. Now i developed a web service on eclipse and now when i try to deploy it, i am getting the following error
cannot Deploy ResourceAEAR
org.eclipse.core.runtime.CoreException: Deployment Error for module: ResourceAEAR:
Error occurred during deployment: Exception while loading the app :
java.lang.Exception: WEB0113: Virtual server [server] already has a web module
[AndroidBackendAuthentication.war] loaded at [/AndroidBackendAuthentication];
therefore web module [ResourceAEAR#AndroidBackendAuthentication.war] cannot be
loaded at this context path on this virtual server. . Please see server.log for
more details.
at com.sun.enterprise.jst.server.sunappsrv.SunAppServerBehaviour.
publishDeployedDirectory(SunAppServerBehaviour.java:859)
...
What is that error mean. How can i resolve it? I also did some google on this error but unable to find exactly where is the problem. So please help :(
Thanks

Related

Failed to create CoreCLR, HRESULT: 0x80004005

I had clone a microservices in my local device and when ever I started that project I got that error
IIS Express is running.
Failed to create CoreCLR, HRESULT: 0x80004005
HTTP Error 500.30 - ASP.NET Core app failed to start
Common solutions to this issue:
The app failed to start
The app started but then stopped
The app started but threw an exception during startup
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
And this error come up in the view try each and everything like check environments variable check and updating Asp.net SDK's
And this error come up in the view try each and everything like check environments variable check and updating Asp.net SDK's
#alvarez response was the solution for me (running asp.net 7 in k8s).
Set the environment variable COMPlus_EnableDiagnostics to 0 in either your Dockerfile or k8s config yaml, and it'll start & run correctly with a readonly filesystem!

Issue in deploying Grails 3.1.9 application in WebSphere 8.5.5.8

I am trying to deploy an app developed in Grails 3.1.9 in WebSphere 8.5.5.8
I've generated .war file and installed successfully but, when I'm trying to access through link http://localhost/MyAPP/ following error appears:
Error 404: SRVE0190E: File not found: {0}
I am able to access the static resources in the app as below..
http://localhost/MyAPP/assets/apple-touch-icon.png
Pl. help at the earliest. Thanks in advance.
In WebSphere the application server port is 9080. So try accessing http://localhost:9080/MyAPP/ (you may not have deployed on web server)
Check SystemOut.log for specific issue. If it is related to data source then check the JDBC connection URL. If you are getting any NoClassDefFoundError, then add the corresponding jar in class path. In case of any resource loading issue, check the JDK version of your code and WebSphere.

"The module has not been deployed. See the server log for details."

I have been using the tutorial below, and all I get is the error "The module has not been deployed. See the server log for details.".
https://netbeans.org/kb/docs/javaee/entappclient.html
No matter how many projects I create, the same error is still there. When I try to deploy the enterprise application, it goes well. But when I later tries to start the application, it says that the module has not been deployed.
Exception while loading the app
Undeployment failed for context /EntAppEJB-war
Exception while loading the app : java.lang.Exception: Virtual server
server already has a web module EntAppEJB-war.war loaded at
/EntAppEJB-war therefore web module EntAppEJB-war cannot be loaded at
this context path on this virtual server
I had to remove one of the two EntAppEJB-war. It was very simple to solve.

IIS Error : Service cannot be activated due to an exception during compilation. What is it?

WebHost failed to process a request.
Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/14938877
Exception: System.ServiceModel.ServiceActivationException: The service '/xxxx.svc' cannot be activated due to an exception during compilation.
I have an ASP.NET app running on IIS. A dev created operation contract with same name as we had already. Fine in VS. However it fails when deployed on the prod IIS.
My question - what it has to do with compilation? Is there a conscious simple explanation whats happening in IIS with the app (in terms of post-deployment and hosting ASP.NET att)? What does it compile? What for?
My question - what it has to do with compilation?
Every time you run a .net managed process, the first thing which has to happen is that the .net VM (called the CLR) will compile the code in your assemblies (called MSIL) into machine code.
So IIS, as the hosting container, is providing this service for you.
As to the actual error you are getting, I would guess this is caused by something in the production web.config file being different to the development equivalent. Please post the System.ServiceModel configuration section of your web config and I'll have a look.

Deploying MVC application to Azure with Language Resource Compilation Error

I am deploying an MVC 5 website to a Windows Azure website. Running locally, the site works as expected. When I publish to the site, I get the following error.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0103: The name 'Resources' does not exist in the current context
After doing some searching around on other sites, one solution that worked for others was to go to the Resource files' properties and set the Build Action to 'Content".
This did not work for me, but setting it to 'Embedded Resource' did.

Resources