Re: Request for karma for jakarta-site2

2004-10-12 Thread Stefan Bodewig
done

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



error while starting tomcat

2004-10-12 Thread project member
hi all,
anyone has a solution for this exception while i start tomcat :
 
 
 
 
 
 
Apache Tomcat/4.0.4
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.init(ServerSocket.java:185)
at org.apache.xmlrpc.WebServer.createServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.setupServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)
java.lang.RuntimeException: Address already in use: JVM_Bind
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)

 
 
 
 
 
 
 
 


-
  Yahoo! Messenger - Communicate instantly...Ping your friends today! Download 
Messenger Now

RE : error while starting tomcat

2004-10-12 Thread Jean-Charles Bernard
Free the port

The port on which tomcat try to connect is already used!

-Message d'origine-
De : project member [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 12 octobre 2004 13:53
À : [EMAIL PROTECTED]
Objet : error while starting tomcat


hi all,
anyone has a solution for this exception while i start tomcat :
 
 
 
 
 
 
Apache Tomcat/4.0.4
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.init(ServerSocket.java:185)
at org.apache.xmlrpc.WebServer.createServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.setupServerSocket(WebServer.java)
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)
java.lang.RuntimeException: Address already in use: JVM_Bind
at org.apache.xmlrpc.WebServer.run(WebServer.java)
at java.lang.Thread.run(Thread.java:534)

 
 
 
 
 
 
 
 


-
  Yahoo! Messenger - Communicate instantly...Ping your friends today! Download 
Messenger Now

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jakarta - A study in self defeating projects

2004-10-12 Thread Shapira, Yoav
Hi,

The folks at JPackage.org already track several Jakarta projects and
issue RPMs for them: for example, they've been doing this with Tomcat
for a long time.  We appreciate their work.  We've spoken on the
tomcat-dev list about issuing our own RPMs, and I think it was Costin
(Manolache) who was very interested and knowledgable in this area, so he
might be a good person to ask if you're interested in more Jakarta/RPM
work.



I know the above is off-topic for this thread, but since the thread is
dying anyways (the OP was a classic I'll send a clueless rant and
disappear type), and this is relevant (and of increasing concern as
various linux flavors gain popularity not just in our community, but on
our users' desktops).



Yoav





-Original Message-

From: Noel J. Bergman [mailto:[EMAIL PROTECTED]

Sent: Monday, October 11, 2004 10:42 AM

To: Jakarta General List

Subject: RE: Jakarta - A study in self defeating projects



Henri Gomez wrote:

 If some people found hard to install and glue jakarta software (not

 products) together they should consider JPackage.org ready to use

 RPMS. This Linux project make a cross distribution coherent Java

 distribution, which is now used by Mandrake, Suse and Redhat.



If you can think of some way of validating the contents of the RPMs
(e.g.,

if they were part of the release testing process and signed by an ASF

release manager), maybe we could do something with jpackage.org.  Or
add

the

RPMs to our dist/ tree.



 --- Noel





-

To unsubscribe, e-mail: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]






This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.



RE: error while starting tomcat

2004-10-12 Thread J Aaron Farr
 -Original Message-
 From: project member [mailto:[EMAIL PROTECTED]

 hi all,
 anyone has a solution for this exception while i start tomcat :

 Apache Tomcat/4.0.4
 java.net.BindException: Address already in use: JVM_Bind

It means you already have something running on port 8080 which tomcat
uses.  You need to either close whatever is running on this port or change
the port tomcat is running on.  To change the port you'll need to edit
tomcat's configuration file (conf/server.xml).  Some virus scan software
use 8080 (I think MacAfee's ePolicy Orchestrator does).

However, you really should direct such questions to Tomcat mailing list:

   http://jakarta.apache.org/site/mail.html

Better yet, you could use a search engine to find the answers to these
sorts of questions:

   http://www.google.com/search?q=Tomcat+BindException

There are also mailing list archives you can search for answers:

   http://marc.theaimsgroup.com/

Most of the time you will be able to find the answer yourself via one of
these resources.

jaaron

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Request for karma for jakarta-site2

2004-10-12 Thread James Mason
Thanks, Stefan.

-James

On Mon, 2004-10-11 at 23:14, Stefan Bodewig wrote:
 done
 
 Stefan
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANNOUNCEMENT] Jakarta Tomcat 4.1.31 Stable Released

2004-10-12 Thread Braunstein, Mike \(GE Healthcare\)
fyi

 -Original Message-
 From: Keith Wannamaker [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 12, 2004 10:16 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: [ANNOUNCEMENT] Jakarta Tomcat 4.1.31 Stable Released
 
 
 The Jakarta Tomcat team is pleased to announce availability of
 Jakarta Tomcat 4.1.31, available for download:
 
 http://jakarta.apache.org/site/binindex.cgi
 
 This is a maintenance release which incorporates a number of bug
 fixes which were backported from Tomcat 5.  More information is 
 available in the release notes,
 
 http://www.apache.org/dist/jakarta/tomcat-4/v4.1.31/RELEASE-NOTES
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re:RPM's (was: Jakarta - A study in self defeating projects)

2004-10-12 Thread Adrian Sutton
On 12/10/2004, at 11:00 PM, Shapira, Yoav wrote:
Hi,
The folks at JPackage.org already track several Jakarta projects and
issue RPMs for them: for example, they've been doing this with Tomcat
for a long time.  We appreciate their work.  We've spoken on the
tomcat-dev list about issuing our own RPMs, and I think it was Costin
(Manolache) who was very interested and knowledgable in this area, so 
he
might be a good person to ask if you're interested in more Jakarta/RPM
work.
Hi Yoav et al,
Is there good information around somewhere about how to make RPMs for 
Java libraries?  For instance, HttpClient provides nothing by itself 
and should be put into the classpath of each project you need to use it 
with.  It's not a good idea for installers to put things into the 
extensions directory of the JRE because it can cause conflicts, hides 
the fact that the jar has to be redistributed with the application and 
the installer likely has no idea with JVM it needs to install into 
anyway.

So given that, is it useful to have RPMs for Java libraries and if so, 
how should they be packaged?

My personal opinion is that Java libraries should be packaged as tar.gz 
and .zip archives complete with documentation as well as a plain jar 
file if it's totally standalone (though that's not essential).  I've 
never wanted an installer and always actively avoid them for libraries. 
 Complete programs (eg: tomcat and maven) on the other hand I'm all for 
having an installer for and thus RPMs would be great.

Yoav
Regards,
Adrian Sutton.
--
Intencha tomorrow's technology today
Ph: 3420 4584 0422236329
35 Prenzler St
Upper Mount Gravatt 4122
Australia QLD
www.intencha.com


PGP.sig
Description: This is a digitally signed message part


Re: how do i switch from tdk 2.2 to tdk 2.3 without a mess

2004-10-12 Thread Conor MacNeill
The FIRST thing you do is figure out on which list to ask your question. 
 Cross-Posting to every list you can find WILL NOT get you *ANY* useful 
answers.

Conor
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


how do i switch from tdk 2.2 to tdk 2.3 without a mess

2004-10-12 Thread project member
hi all,
 i have tdk 2.2 on my machine ( windows 2000 ). i had earlier tried to shift 
to tdk2.3 but i did some changes in my environment variables and after that neither 
tdk2.2 nor 2.3 were working somehow i got 2.2 running ( ie. i could build an 
application after following steps upto step 5 of how-to.html ). but the next step ie. 
to give command ./bin/catalina.sh run is not working it gives following error :
 
E:\software\TDK_2.2\bincatalina run
Using CATALINA_BASE:   E:\software\TDK_2.2
Using CATALINA_HOME:   E:\software\TDK_2.2
Using CATALINA_TMPDIR: E:\software\TDK_2.2\temp
Using JAVA_HOME:   E:\software\java\j2sdk1.4.2_04
Catalina.start: LifecycleException:  null.open:  java.net.BindException: Address 
already in use: JVM_Bind:8080
LifecycleException:  null.open:  java.net.BindException: Address already in use: 
JVM_Bind:8080
at 
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConnector.java:1130)
at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553)
at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
- Root Cause -
java.net.BindException: Address already in use: JVM_Bind:8080
at 
org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.java:950)
at 
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConnector.java:1128)
at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553)
at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
StandardServer.await: create[8005]: java.net.BindException: Address already in use: 
JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.init(ServerSocket.java:185)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:277)
at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
E:\software\TDK_2.2\bin
 
also the next step says Look for 'TDK SITE' in the conf/server.xml file and make the 
adjustment just above it to get class reloading working
 
but i cant find it too .
 
 
 


-
  Yahoo! Messenger - Communicate instantly...Ping your friends today! Download 
Messenger Now