In the server/default/deploy directory, do you have a directory called jmx-console.war? Also, how did your install JBoss? Via the installer or by downloading and untaring the tar.gz file?
Regarding your application error, it looks like the database you are using doesn't like the SQL syntax that your program is using: org.jboss.deployment.DeploymentException: Error while creating table BILLINGSERVICE; - nested throwable: (java.sql.SQLException: Unexpected token: BINARY in statement [CREATE TABLE BILLINGSERVICE (id INTEGER NOT NULL, account INTEGER NOT NULL, weight INTEGER NOT NULL, type INTEGER NOT NULL, enabled TINYINT, validFrom BIGINT NOT NULL, validTo BIGINT NOT NULL, ident VARCHAR(250) BINARY]) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933421#3933421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933421 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
