473,805 Members | 2,007 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent: Problem with tomcat 6.0

54 New Member
Hi All,

I have installed eclipse and configured tomcat using the plug-ins as suggested by our friends in the forum yesterday. But when i'm trying to start the tomcat it's giving an exception saying that " Address already in use: JVM_Bind:8080". Can anyone tell me how i can solve this. Thanks in advance
Sep 12 '07 #1
7 1634
Nepomuk
3,112 Recognized Expert Specialist
Hi All,

I have installed eclipse and configured tomcat using the plug-ins as suggested by our friends in the forum yesterday. But when i'm trying to start the tomcat it's giving an exception saying that " Address already in use: JVM_Bind:8080". Can anyone tell me how i can solve this. Thanks in advance
Hi!

Did you follow the Examples in the Tomcat Hello World Tutorial? If not, do so first and check, if it still gives that error afterwards.

Also, you may have to quit Tomcat before trying to use it with the Plug-in. (I never had to, but maybe my version is different from yours.)

If that doesn't help, we'll try to find a different solution.

Greetings,
Nepomuk
Sep 12 '07 #2
ramadeviirrigireddy
54 New Member
Hi!

Did you follow the Examples in the Tomcat Hello World Tutorial? If not, do so first and check, if it still gives that error afterwards.

Also, you may have to quit Tomcat before trying to use it with the Plug-in. (I never had to, but maybe my version is different from yours.)

If that doesn't help, we'll try to find a different solution.

Greetings,
Nepomuk
Hi,

I followed the procedure which is in this tutorial even then i'm getting the same error.
Sep 12 '07 #3
Nepomuk
3,112 Recognized Expert Specialist
Hi,

I followed the procedure which is in this tutorial even then i'm getting the same error.
Maybe something else IS blocking Port 8080? Open a command line (Start -> Run -> cmd) and use
Expand|Select|Wrap|Line Numbers
  1. netstat -an
  2.  
to check, if Port 8080 is being used. If so, try changing the Port for Tomcat in tomcat/conf/server.xml (e.g. to 9090).

Greetings,
Nepomuk
Sep 12 '07 #4
ramadeviirrigireddy
54 New Member
Maybe something else IS blocking Port 8080? Open a command line (Start -> Run -> cmd) and use
Expand|Select|Wrap|Line Numbers
  1. netstat -an
  2.  
to check, if Port 8080 is being used. If so, try changing the Port for Tomcat in tomcat/conf/server.xml (e.g. to 9090).

Greetings,
Nepomuk

I have checked using this command but 8080 port is not used by anyother resources
Sep 12 '07 #5
Nepomuk
3,112 Recognized Expert Specialist
I have checked using this command but 8080 port is not used by anyother resources
OK, do you have a little Tomcat Symbol in your symbol bar? If so, right click on it and choose "Stop service". Then try starting it with the eclipse Plug-in.

Does that help?

Greetings,
Nepomuk
Sep 12 '07 #6
ramadeviirrigireddy
54 New Member
OK, do you have a little Tomcat Symbol in your symbol bar? If so, right click on it and choose "Stop service". Then try starting it with the eclipse Plug-in.

Does that help?

Greetings,
Nepomuk

I don't have icon. But when i started the tomcat in the eclipse it's showing "throw new IllegalArgument Exception" error in loadConvert() method in the Properties.clas s
Sep 12 '07 #7
Nepomuk
3,112 Recognized Expert Specialist
I don't have icon. But when i started the tomcat in the eclipse it's showing "throw new IllegalArgument Exception" error in loadConvert() method in the Properties.clas s
What is the exact Error and how are you trying to start Tomcat? Are you using the Buttons added by the Plug-In?

Otherwise, it sounds like it's a Tomcat Problem, not one within Eclipse.
Try starting Tomcat without Eclipse: "Start -> Programms (or All Programms or similar) -> Apache Tomcat x.x -> Monitor Tomcat". Now you should have a new Symbol in your symbol bar. (Weird thing with a white circle and a red "stop" square or a green "play" triangle in the circle.) Try to start Tomcat with this symbol (right click on it, "Start service"). How does it react? Can you access http://localhost:8080 or (if you changed the port according to my earlier Post) http://localhost:9090?

Greetings,
Nepomuk
Sep 12 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2749
by: Eric | last post by:
I know that i can use the system.Environment namespace to get environment variables, but how do i go about creating a new environment variable and setting it's value in .net? thanks eric.
3
2280
by: gani | last post by:
hi, how to get the fullpath of created IsolatedStorage directory. thanks. -- gani
1
1442
by: greesh maheshwari | last post by:
i am successfull to Create the Project on the Remote Web Server, now i want to add a Class Library in same project, but the following Error Occur. 1)The project is not filly trusted by the .net runtime. This usually because it is either a network share or mapped to a network share not on the local
1
2257
by: Chirag Malvi | last post by:
hello all, I am developing the web application using ASP.net and VS.2003 IDE. here is the situation which i want to implement. 1) User is browsing some webform. I want to trap this event. this i am doing with Session_Onstart. 2) Now when user is exiting i.e. closing the browser window i want to trap this event and perform some operation. I tried using Session_OnEnd event,but
8
1834
by: Tim::.. | last post by:
Can someone please tell me why I keep getting the following error for some of my web application users but not others??? Even though the application runs from a central webserver??? Thanks for any help... Error: -----
16
2974
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
6
2471
by: varkey.mathew | last post by:
Dear all, Bear with me, a poor newbie(atleast in AD).. I have to authenticate a user ID and password for a user as a valid Active Directory user or not. I have created the IsAuthenticated function exactly as outlined in the below link. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp
2
1135
by: MJ | last post by:
Hi, I'm trying to authenticate a user by creating a DirectoryEntry using the contructor with signature Dim objEntry = New DirectoryEntry(path, username, pwd). and then i check for If Not objEntry is Nothing then ... to continue processing
1
2619
by: kommaraju | last post by:
iam a starter to db2 & jdbc.i have a servlet program which connects to ibm db2 using jdbc.when i run this using apache tomcat 4.1.34 , it is showing a error message of HTTP STATUS 500 my jdbc program is as follows import java.sql.*; import java.lang.*; import java.io.*; import java.util.*;
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.