[jboss-user] [Beginners Corner] - Newbie need help

2008-04-09 Thread hassane
Hi everyone,
i dunno if my problem is stupid but here's what im stuck at
i just started with JBoss today and now i try to run a sample example, the 
hello1 sun's example.

im using JBoss 4.0.2 server and a jre 1.5

the deployement seems to work

INFO  [TomcatDeployer] deploy, ctxPath=/hello1, 
warUrl=file:/C:/AOSI-EclipseD2I-v1.3.0/jboss/jboss-4.0.2/server/default/deploy/hello1.war/
  | 
  | INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, 
warUrl=file:/C:/AOSI-EclipseD2I-v1.3.0/jboss/jboss-4.0.2/server/default/deploy/jmx-console.war/

but then an error occures :

ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  | org.apache.jasper.JasperException: The absolute uri: 
http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the 
jar files deployed with this application

here's the index.jsp :

  | 
  | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
  | <%@ taglib uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn" %>
  | 
  | 
  | Hello
  | 
  |  
  | 
  | Hello, my name is Duke. What's yours?
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   <[EMAIL PROTECTED] file="response.jsp" %>
  | 
  | 
  | 
  | 

if i don't declare any taglib the program runs, obviously without interpreting 
the core and functions tags

thanks for looking through my problem

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Newbie Need Help :)

2006-10-05 Thread scout1lacno

Hi there,

Im new to JBOSS. Ive been setting up JBOSS for 3 days with mySQL...
The JBOSS came from Netbeans 5.5 Beta 2 Bundle with JBOSS-4.0.4.GA

I followed the instructions on http://ltiwww.epfl.ch/Eclipse/LoadingJBoss.html. 
To connect to mySQL . I just successfully run it yesterday. But this morning 
when I started JBOSS it shows an error:

java.lang.exception: Port 8083 is already in use.
java.rmi.server.ExportException: Port already in use: 1098; nested exception 
is: java.net.BindException: Address already in use: JVM Bind

When I netstat I cannot see 8083 or 1098 is being used...How can I view the 
processes that are using this port when I cant see them on Netstat?

I found some forums regarding with this error. Some suggest on locating 
HOME\jboss-4.0.4.GA\server\default\conf\jboss-service.xml and edit the port 
number there. I've searched the   tags anf the RMI tags but I cant find them. I 
havent change anything since this the deafault file that came with the Bundle. 
I've added the tags to jboss-service.xml manualy but to no avail.. 


Is there someone there who experienced this error? A link where could I find 
solution?

Thankz in advance :)
   
ps...im using JBOSS-4.0.4.GA on WindowsNT Server 2000

anonymous wrote : 14:22:04,085 WARN  [ServiceController] Problem starting 
service jboss:service=WebService
  | java.lang.Exception: Port 8083 already in use.
  | 
  | Additional erorr
  | 14:22:06,257 ERROR [MainDeployer] Could not create deployment: 
file:/D:/jboss-4.0.4.GA/server/default/deploy/jms/mysql-jdbc2-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss.mq:service=DestinationManager
  | 
  | [ServiceController] Problem starting service jboss:service=Naming
  | java.rmi.server.ExportException: Port already in use: 1098; nested 
exception is: 
  | java.net.BindException: Address already in use: JVM_Bind



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976492
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user