Questions tagged [redeploy]
60 questions
0
votes
2 answers
Kafka streams errors after redeploying Tomcat
I am using kafka streams in my project. I compile my project as war and run it in tomcat.
My project works as I want without any errors. If I first stop tomcat and then start it, it works without error. However, if I redeploy(undeploy and deploy)…

omerstack
- 535
- 9
- 23
0
votes
0 answers
Redeploying packages with EXECUTE IMMEDIATE
I wish to redeploy some packages.
Here the simplified code:
vCode CLOB;
SELECT DBMS_METADATA.GET_DDL('PACKAGE_BODY', 'MY_PACKAGE', USER) INTO vCode FROM DUAL t;
EXECUTE IMMEDIATE CONVERT(vCode, 'WE8MSWIN1252', 'US8PC437');
Would it be possible…

hajduk
- 103
- 8
0
votes
2 answers
Is the data on OS managed disks preserved during ARM template redeployment of a VM resource in Azure?
I have few existing Linux based VMs hosted on Azure that need to be added into a availability set. Since this setting configuration is allowed only during creation of a VM, I would like to redeploy the VM using ARM template (after updating the…

Ben
- 17
- 3
0
votes
0 answers
Where can I configure deployed application versions limit in weblogic 12.2.1.3.0?
Where can I configure deployed application versions limit in weblogic 12.2.1.3.0 ? I get this error.
weblogic.management.ManagementException: [Deployer:149113]Cannot deploy or redeploy application "****" because the maximum number of application…

aluz
- 71
- 10
0
votes
2 answers
Glassfish claims the port is occupied. Netsat disagree
I have succesfully deployed application on port 8080.
After undeploy and killing all processes "java" and cleaning folders: "domains/domain1/osgi-cache/felix" and "domains/domain1/applications/" then
I tried to redeploy application.
It occured the…

Marcin M
- 1
- 2
0
votes
1 answer
Weblogic 10.3.1 redeploy reloading classes
We have a class, Foo, which is a singleton and inherits from Thread. We were having some issues after redeploy where it seemed like 2 of these threads might be running. I added some print statements to retrieve the ClassLoader every time Foo woke up…

foobar1234
- 91
- 1
0
votes
0 answers
How does redeployment of component with EJB beans on Java EE server work
Let's assume I have two deployment units and first one uses EJB bean of second one deployed and being used. I redeploy second one.
How does it work? Is redeployment different from just undeploy and deploy? Does redeployment prevent an errors until…

user1301558
- 103
- 1
- 6
0
votes
0 answers
How to achieve continuous service with mesos-dns on application upgrade in marathon?
I have a simple web app running in marathon. In order to give users access to it, I use mesos-dns. By design, it only updates its dns tables each 60 seconds. So whenever I upgrade the application there might be up to 60 seconds window during which…

Alexander K
- 2,558
- 1
- 16
- 11
0
votes
1 answer
redeploy on fly war in EAR with multiples war (wildfly)
It is possible to have several war in one EAR.
But is it possible to replace only one war in the EAR while deploying on admin console for example ?
example :
EAR
WAR1
WAR2
then i have to redeploy only WAR1 not entirely EAR

cyril
- 872
- 6
- 29
0
votes
0 answers
Hikari Connecticns not getting closed on hot re-dployment on tomcat in seed application
When doing a hot redployment of seed application, it is not able to free the connections from the connection pool. Tomcat throws out of memory exception.
If the deployment is done first time it works fine as there are no existing connections that…

Sanjay Meena
- 3
- 3
0
votes
1 answer
Exception with connection pool-datasource redeploying weblogic12c war with hibernate c3p0
I'm having a problem with hibernate and weblogic 12c, and Oracle 11g When I install my app it runs correctly, but when I update the app it throws this: An exception occurred while acquiring a poolable resource. Will retry.…

user3272931
- 45
- 10
0
votes
0 answers
wldeploy - partial redeploy of remote application
I have an exploded EAR deployed on remote Weblogic Server with nostage="false" mode. The EAR is very large so the full undeploy / deploy is very slow each time.
If I modify a JSP under "stage" folder I see immediately changes in web-app.
If I add a…

pacionet
- 183
- 4
- 15
0
votes
0 answers
Why BackgroundThread Drivermanager.getConnection causes MySQLNonTransientConnectionException on glassfish redeploy?
I have a background thread in my web application. So let's assume I have somewhere in my code
BackgroundThread.getInstance().start() which starts only once BackgroundThread.
BackgroundThread uses Drivermanager.getconnection to get a connection, do…

Mladen Adamovic
- 3,071
- 2
- 29
- 44
0
votes
1 answer
Could not find sub module as defined in application.xml .glassfishStaleFiles Glassfish 3.1.2.2
After updating to Glassfish v.3.1.2.2 I continually get this error:
Application builds with no errors, on deploy using Maven Glassfish plugin:
mvn glassfish:redeploy
response:
Could not find sub module [appName.war] as defined in application.xml…

guilhebl
- 8,330
- 10
- 47
- 66
0
votes
2 answers
Best practice for reconfiguring and redeploying on AWS autoscalegroup
I am new to AWS (Amazon Web Services) as well as our own custom boto based python deployment scripts, but wanted to ask for advice or best practices for a simple configuration management task. We have a simple web application with configuration…

Steven
- 273
- 1
- 6
- 17