| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:im working on jboss 4.0.5
and had the same problem while trying to deploy TravelAgent sample aplication.
i removed the port declaration and it wooked.
i copy my jndi.properties file:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=localhost
Posted by redbaron on Tuesday, 12.18.07 @ 22:30pm | #42861
Hi..i tried the EJB example with CMP. here i m using MySql as database.when i m deploying the ear file, i got a deployment exception.
the exception is
org.jboss.deployment.DeploymentException: Error while creating table table1; - nested throwable: (com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VARCHAR(250) BINARY NOT NULL, name VARCHAR(250) BINARY, place VARCHAR(250) BINAR' at line 1)
from where i check the query manually?
Please help me for this
Posted by Anish on Thursday, 09.20.07 @ 16:29pm | #28195
when I am running
deploy the ejbean in Jboss and call it from a servlet deployed in an independent Tomcat server - the output i am getting on tomcat console-
Poperties ok
context ok
log4j:WARN No appenders could be found for logger(org.jnp.interfaces.NamingContext)
log4j:Warn Please initialize the log4j system property.
javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:8080 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server localhost:8080 [Root exception is java.io.EOFException]]
---
plz. help me this
tnx in advance
Posted by basha on Saturday, 09.8.07 @ 10:14am | #26406
Doesnt jboss also run on 8080, the same as tomcat? When i try to start the tomcat server the terminal closes down abruptly.
I made the changes in the jboss-service.xml as you suggested even then i cannot get the server runing. Can you please help?
Posted by dk on Thursday, 05.24.07 @ 17:36pm | #17161