Java web application fails on one instance and passes on another with the same version
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I am running a java web application on tomcat on a docker container on Ubuntu on two machines. Both have the same OS version
Linux version 3.19.0-77-generic (buildd@lcy01-03) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #85~14.04.1-Ubuntu SMP Mon Dec 5 11:19:02 UTC 2016
I have made sure that the war files are the same, the libraries loaded are of of the same version in both cases.
However, it gives a Null Pointer Exception
on machine and works fine on another.
How should I go about debugging this issue?
ubuntu java tomcat
add a comment |Â
up vote
2
down vote
favorite
I am running a java web application on tomcat on a docker container on Ubuntu on two machines. Both have the same OS version
Linux version 3.19.0-77-generic (buildd@lcy01-03) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #85~14.04.1-Ubuntu SMP Mon Dec 5 11:19:02 UTC 2016
I have made sure that the war files are the same, the libraries loaded are of of the same version in both cases.
However, it gives a Null Pointer Exception
on machine and works fine on another.
How should I go about debugging this issue?
ubuntu java tomcat
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am running a java web application on tomcat on a docker container on Ubuntu on two machines. Both have the same OS version
Linux version 3.19.0-77-generic (buildd@lcy01-03) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #85~14.04.1-Ubuntu SMP Mon Dec 5 11:19:02 UTC 2016
I have made sure that the war files are the same, the libraries loaded are of of the same version in both cases.
However, it gives a Null Pointer Exception
on machine and works fine on another.
How should I go about debugging this issue?
ubuntu java tomcat
I am running a java web application on tomcat on a docker container on Ubuntu on two machines. Both have the same OS version
Linux version 3.19.0-77-generic (buildd@lcy01-03) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #85~14.04.1-Ubuntu SMP Mon Dec 5 11:19:02 UTC 2016
I have made sure that the war files are the same, the libraries loaded are of of the same version in both cases.
However, it gives a Null Pointer Exception
on machine and works fine on another.
How should I go about debugging this issue?
ubuntu java tomcat
edited Dec 13 '17 at 23:30
asked Dec 13 '17 at 23:17
user3288346
1335
1335
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f410765%2fjava-web-application-fails-on-one-instance-and-passes-on-another-with-the-same-v%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password