I am experiencing a similar problem.
OS Win/2K
JBoss Version 3.2.5
JBoss IDE version 1.4.0
Eclipse Version 3.0.1

Two problems:
First, on starting server

17:37:56,454 ERROR [HANamingService] Could not start on port 1100
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.(ServerSocket.java:185)
        at  
org.jboss.ha.jndi.DetachedHANamingService.startService(DetachedHANamingService.java:223)
...

If I ignore this and try to run my web app, I get on the web page:

Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
        
org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106)
        org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935)
        org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
        org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
        
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

Yet:
U:\>set JAVA_HOME
JAVA_HOME=C:\j2sdk1.4.2_05

U:\>set JDK_HOME
JDK_HOME=C:\j2sdk1.4.2_05

Inside Eclipse, the "Window-Preferences-Java-Installed Runtime JREs"
also points at C:\j2sdk1.4.2_05.

What is this port 1100?  Nothing in my jboss-service.xml points there.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863203#3863203

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863203


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to