File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Any one use 'Improve Resin Plugin for Eclipse'? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Any one use Watch "Any one use New topic
Author

Any one use 'Improve Resin Plugin for Eclipse'?

George Hong
Greenhorn

Joined: Mar 10, 2004
Posts: 6
I just installed 'Improve Resin Plugin for Eclipse',but when i run Resin launcher within Eclipse, the console prompts the following message:

'Resin 3.0.3 (built Mon Sep 22 15:54:15 PDT 2003)
Copyright(c) 1998-2003 Caucho Technology. All rights reserved.

Starting Resin on Sun, 20 Jun 2004 14:20:58 +0100 (BST)
Can't load JNI VFS library.
java.lang.UnsatisfiedLinkError: no resin in java.library.path
java.net.BindException: Address already in use: JVM_Bind
Can't bind to *:8080.
Check for another server listening to that port.'

why?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26168
    
  66

George,
It sounds like you have another program running that uses this port. You need to figure out which one it is and turn off that service. Common things using that port are web servers and Oracle.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Any one use 'Improve Resin Plugin for Eclipse'?
 
Similar Threads
Can you add a .sar file to Eclipse?
Lomboz new download is out
meet problem with 'Improve Resin Plugin '
how to use non jar file's in eclipse lib directory?
Any one using Eclipse for real development?