Spring Security 4.0.1 Sample Contacts Deployment Issue -


i deploying contacts-xml.war jboss eap 6.4.0. deployment says started have error may not issue have.

12:03:55,612 info [org.springframework.jdbc.support.sqlerrorcodesfactory] (serverservice thread pool -- 162) sqlerrorcodes loaded: [db2, derby, h2, hsql, informix, ms-sql, mysql, oracle, postgresql, sybase, hana] 12:03:55,616 info [stdout] (serverservice thread pool -- 162) failed drop tables: statementcallback; bad sql grammar [drop table contacts]; nested exception java.sql.sqlsyntaxerrorexception: user lacks privilege or object not found: contacts in statement [drop table contacts]

issue: unable access http://localhost:8080/contacts url. web.xml has correctly configured , gets deployed:

12:03:56,724 info [org.springframework.web.servlet.handler.simpleurlhandlermapping] (serverservice thread pool -- 162) mapped url path [/frames.htm] onto handler of type [class org.springframework.web.servlet.mvc.parameterizableviewcontroller] 12:03:56,739 info [org.springframework.web.servlet.dispatcherservlet] (serverservice thread pool -- 162) frameworkservlet 'contacts': initialization completed in 312 ms

i have deployments done information on console:

12:03:56,791 info [org.jboss.as.server] (httpmanagementservice-threads - 1) jbas015859: deployed "contacts-xml.war" (runtime-name : "contacts-xml.war")

why url not accessible? why having drop table error? [hsqldb] there how use / user guide sample app?


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -