ERROR: transport error 202: bind failed when starting Tomcat 7 in debug mode
I changed the port , set JPDA_ADDRESS to 1043 and it worked for me.
I changed the port , set JPDA_ADDRESS to 1043 and it worked for me.
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the project’s web deployment assembly. Open the project’s properties (e.g., right-click on the project’s name in the project explorer and select “Properties”). Select “Deployment Assembly”. Click the “Add…” button on … Read more
Have you copied classes12.jar in lib folder of your web application and set the classpath in eclipse. Right-click project in Package explorer Build path -> Add external archives… Select your ojdbc6.jar archive Press OK Or Go through this link and read and do carefully. The library should be now referenced in the “Referenced Librairies” under the Package … Read more