You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Sullivan, Mark E" <Ma...@nav-international.com> on 2002/07/19 15:46:48 UTC

RE: Apache/Tomcat/Mod_jk => setKeepAlive() in Ajp13Connector.run => NoSuchMethodError

this error: java.lang.NoSuchMethodError: java.net.Socket: method
setKeepAlive(Z), is caused because the method java.net.Socket.setKeepAlive()
is not in jdk1.2.2. You'll have to upgrade to jdk1.3

-----Original Message-----
From: Gunter D'Hondt [mailto:gudo@sofico.be]
Sent: Friday, July 19, 2002 3:15 AM
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


Is there anybody who had the same problem and can help me out coz I'm out of
possibilities now...

Greetings,
Gunter



-----Original Message-----
From: tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Ralph Einfeldt
Sent: vrijdag 19 juli 2002 09:51
To: Tomcat Users List
Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


As i'm not a user of mod_jk, I won't burn my mouth.
Maybe this link helps to answer your question:

http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt

> -----Ursprüngliche Nachricht-----
> Von: Gunter D'Hondt [mailto:gudo@sofico.be]
> Gesendet: Freitag, 19. Juli 2002 09:30
> An: 'Tomcat Users List'
> Betreff: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
> 
> 
> I removed the WarpConnector but still the same error occurs... 
> do I have to place a ajp13 connector in my <Service 
> name="Tomcat-Apache">?
> 

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Compatibility between Tomcat4.04 and JDK1.22

Posted by Gunter D'Hondt <gu...@sofico.be>.
That's what I thought too but why am I getting this error then:
java.lang.NoSuchMethodError: java.net.Socket: method setKeepAlive(Z)

As you can see below, others have said to upgrade to jdk1.3+ becoz the
method setKeepAlive() is not in jdk1.22. My problem is that my current
configuration doesn't allow me to use another jdk version so I've got to use
jdk1.22.
The only thing I can conclude is that it's not compatible with jdk1.22 then.

Greetings,
Gunter



-----Original Message-----
From: tomcat-user-return-27167-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-27167-gudo=sofico.be@jakarta.apache.org]On
Behalf Of IT-INDIA.com
Sent: woensdag 24 juli 2002 04:01
To: Tomcat Users List; gudo@sofico.be
Subject: Re: Compatibility between Tomcat4.04 and JDK1.22


yes, it is

tomcat 4.04 is compatible with JDK 1.2+

sam
----- Original Message -----
From: Gunter D'Hondt <gu...@sofico.be>
To: 'Tomcat Users List' <to...@jakarta.apache.org>
Sent: Tuesday, July 23, 2002 6:24 AM
Subject: Compatibility between Tomcat4.04 and JDK1.22


> Is Tomcat4.0.4 compatible with Sun JDK 1.22?
>
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Gunter D'Hondt
> Sent: vrijdag 19 juli 2002 16:06
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> Where can I find the JDK1.3 or JDK1.4 coz on java.sun.com I can only find
> the J2SE 1.3 & 1.4?
>
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Sullivan, Mark E
> Sent: vrijdag 19 juli 2002 15:47
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> this error: java.lang.NoSuchMethodError: java.net.Socket: method
> setKeepAlive(Z), is caused because the method
java.net.Socket.setKeepAlive()
> is not in jdk1.2.2. You'll have to upgrade to jdk1.3
>
> -----Original Message-----
> From: Gunter D'Hondt [mailto:gudo@sofico.be]
> Sent: Friday, July 19, 2002 3:15 AM
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> Is there anybody who had the same problem and can help me out coz I'm out
of
> possibilities now...
>
> Greetings,
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Ralph Einfeldt
> Sent: vrijdag 19 juli 2002 09:51
> To: Tomcat Users List
> Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> As i'm not a user of mod_jk, I won't burn my mouth.
> Maybe this link helps to answer your question:
>
> http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt
>
> > -----Ursprüngliche Nachricht-----
> > Von: Gunter D'Hondt [mailto:gudo@sofico.be]
> > Gesendet: Freitag, 19. Juli 2002 09:30
> > An: 'Tomcat Users List'
> > Betreff: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> > Ajp13Connector.run => NoSuchMethodError
> >
> >
> > I removed the WarpConnector but still the same error occurs...
> > do I have to place a ajp13 connector in my <Service
> > name="Tomcat-Apache">?
> >
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Compatibility between Tomcat4.04 and JDK1.22

Posted by "IT-INDIA.com" <sa...@it-india.com>.
yes, it is

tomcat 4.04 is compatible with JDK 1.2+

sam
----- Original Message -----
From: Gunter D'Hondt <gu...@sofico.be>
To: 'Tomcat Users List' <to...@jakarta.apache.org>
Sent: Tuesday, July 23, 2002 6:24 AM
Subject: Compatibility between Tomcat4.04 and JDK1.22


> Is Tomcat4.0.4 compatible with Sun JDK 1.22?
>
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Gunter D'Hondt
> Sent: vrijdag 19 juli 2002 16:06
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> Where can I find the JDK1.3 or JDK1.4 coz on java.sun.com I can only find
> the J2SE 1.3 & 1.4?
>
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Sullivan, Mark E
> Sent: vrijdag 19 juli 2002 15:47
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> this error: java.lang.NoSuchMethodError: java.net.Socket: method
> setKeepAlive(Z), is caused because the method
java.net.Socket.setKeepAlive()
> is not in jdk1.2.2. You'll have to upgrade to jdk1.3
>
> -----Original Message-----
> From: Gunter D'Hondt [mailto:gudo@sofico.be]
> Sent: Friday, July 19, 2002 3:15 AM
> To: 'Tomcat Users List'
> Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> Is there anybody who had the same problem and can help me out coz I'm out
of
> possibilities now...
>
> Greetings,
> Gunter
>
>
>
> -----Original Message-----
> From: tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org
> [mailto:tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org]On
> Behalf Of Ralph Einfeldt
> Sent: vrijdag 19 juli 2002 09:51
> To: Tomcat Users List
> Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> As i'm not a user of mod_jk, I won't burn my mouth.
> Maybe this link helps to answer your question:
>
> http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt
>
> > -----Ursprüngliche Nachricht-----
> > Von: Gunter D'Hondt [mailto:gudo@sofico.be]
> > Gesendet: Freitag, 19. Juli 2002 09:30
> > An: 'Tomcat Users List'
> > Betreff: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> > Ajp13Connector.run => NoSuchMethodError
> >
> >
> > I removed the WarpConnector but still the same error occurs...
> > do I have to place a ajp13 connector in my <Service
> > name="Tomcat-Apache">?
> >
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Compatibility between Tomcat4.04 and JDK1.22

Posted by Gunter D'Hondt <gu...@sofico.be>.
Is Tomcat4.0.4 compatible with Sun JDK 1.22?

Gunter



-----Original Message-----
From: tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26815-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Gunter D'Hondt
Sent: vrijdag 19 juli 2002 16:06
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


Where can I find the JDK1.3 or JDK1.4 coz on java.sun.com I can only find
the J2SE 1.3 & 1.4?

Gunter



-----Original Message-----
From: tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Sullivan, Mark E
Sent: vrijdag 19 juli 2002 15:47
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


this error: java.lang.NoSuchMethodError: java.net.Socket: method
setKeepAlive(Z), is caused because the method java.net.Socket.setKeepAlive()
is not in jdk1.2.2. You'll have to upgrade to jdk1.3

-----Original Message-----
From: Gunter D'Hondt [mailto:gudo@sofico.be]
Sent: Friday, July 19, 2002 3:15 AM
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


Is there anybody who had the same problem and can help me out coz I'm out of
possibilities now...

Greetings,
Gunter



-----Original Message-----
From: tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Ralph Einfeldt
Sent: vrijdag 19 juli 2002 09:51
To: Tomcat Users List
Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


As i'm not a user of mod_jk, I won't burn my mouth.
Maybe this link helps to answer your question:

http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt

> -----Ursprüngliche Nachricht-----
> Von: Gunter D'Hondt [mailto:gudo@sofico.be]
> Gesendet: Freitag, 19. Juli 2002 09:30
> An: 'Tomcat Users List'
> Betreff: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> I removed the WarpConnector but still the same error occurs...
> do I have to place a ajp13 connector in my <Service
> name="Tomcat-Apache">?
>

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Apache/Tomcat/Mod_jk => setKeepAlive() in Ajp13Connector.run => NoSuchMethodError

Posted by Gunter D'Hondt <gu...@sofico.be>.
Where can I find the JDK1.3 or JDK1.4 coz on java.sun.com I can only find
the J2SE 1.3 & 1.4?

Gunter



-----Original Message-----
From: tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26814-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Sullivan, Mark E
Sent: vrijdag 19 juli 2002 15:47
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


this error: java.lang.NoSuchMethodError: java.net.Socket: method
setKeepAlive(Z), is caused because the method java.net.Socket.setKeepAlive()
is not in jdk1.2.2. You'll have to upgrade to jdk1.3

-----Original Message-----
From: Gunter D'Hondt [mailto:gudo@sofico.be]
Sent: Friday, July 19, 2002 3:15 AM
To: 'Tomcat Users List'
Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


Is there anybody who had the same problem and can help me out coz I'm out of
possibilities now...

Greetings,
Gunter



-----Original Message-----
From: tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org
[mailto:tomcat-user-return-26779-gudo=sofico.be@jakarta.apache.org]On
Behalf Of Ralph Einfeldt
Sent: vrijdag 19 juli 2002 09:51
To: Tomcat Users List
Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in
Ajp13Connector.run => NoSuchMethodError


As i'm not a user of mod_jk, I won't burn my mouth.
Maybe this link helps to answer your question:

http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt

> -----Ursprüngliche Nachricht-----
> Von: Gunter D'Hondt [mailto:gudo@sofico.be]
> Gesendet: Freitag, 19. Juli 2002 09:30
> An: 'Tomcat Users List'
> Betreff: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in
> Ajp13Connector.run => NoSuchMethodError
>
>
> I removed the WarpConnector but still the same error occurs...
> do I have to place a ajp13 connector in my <Service
> name="Tomcat-Apache">?
>

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>