Varghese Renny

Greenhorn
+ Follow
since Jul 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Varghese Renny

0 down vote favorite


When i am doing in windows when i stop the tomcat, application will release the hold on database, since application will stop with tomcat..But in ubuntu even if i stop the tomcat application is not releasing the access to database

i tried with sudo /etc/init.d/tomcat6 stop
sudo service tomcat6 stop

i can't use pkill since if i kill the process, even connection to database server got released..i needed to start it manually..i only want to release access to database from application..How can i do it?

Any where tomcat is holding the application? or any other process there which is on hold?

Please show me a solution, what makes difference in windows and ubuntu?

Thanks in Advance,
varghese
11 years ago

For jenkins application i am using jnlp.
In window i am using jnlp to connect to master system(ubuntu).. Problem has occured since i changed my master port as open.
So when i trying to connect..after handshaking,
it wait for some seconds and showing

server rejecting the connection

java.lang.exception...
@hudson.model.remoteconnectiong..

i am not able to connect to my master now..

Please provide me some solution..


Thanks in Advance
varghese
11 years ago

I have tried to connect slave system of jenkins(continous integration) with master, i am able to connect through url, but soon after connection through slave agent..i am getting server rejecting the connection.

So my question is only needed to change the port number in config file tomcat, if i make the system where tomcat running whose ip as static and open the port..
ONLY CHANGING OF PORT NUMBER IS REQUIRED OR ANY OTHER MODIFICATION IN CONFIGURATION I NEEDED TO MAKE?

Exception . java.lang.exception.. server getting rejected..while handshaking is going on?..it is sending the packet, but not replying..ping operation is working,, And port is open..no firewall..



Thanks in Advance,
varghese


11 years ago

I don't want these things..i want solution for this error...?

I am getting above error while deploying my application on tomcat 6.0.30
my log4j version is 1.2.16


i googled the error, i explicitly added date format in log4j.lcf , but still getting same error..It is saying like application cannot be loaded due to this error..

Somebody please give a solution for this.Is it the problem with this version or any other problem?

Thanks in Advance
varghese