Lisa DeSouza [
https://community.jboss.org/people/lisadesouza89] commented on the document
"Set up JBPM5.4 Final Installer to use MS SQL Server 2008 using JTDS"
To view all comments on this document, visit:
https://community.jboss.org/docs/DOC-47975#comment-11480
--------------------------------------------------
ok, thanks a lot. Figured it out. Had the database server running as a local service
instead of network service. :)
But still loads of errors on jbpm-console: :(
* ERROR [org.reflections.Reflections] (MSC service thread 1-6) could not create Vfs.Dir
from url. ignoring the exception and continuing: org.reflections.ReflectionsException:
could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url
vfs:/E:/CIBIL-JBPM/jbpm-installer/content/jbpm-gwt-console.war/WEB-INF/classes/ at
org.reflections.vfs.Vfs.fromURL(Vfs.java:99)
* ERROR [org.reflections.Reflections] (MSC service thread 1-6) could not create Vfs.Dir
from url. ignoring the exception and continuing: org.reflections.ReflectionsException:
could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url
vfs:/E:/CIBIL-JBPM/jbpm-installer/content/jbpm-gwt-console.war/WEB-INF/lib/activity-monitor-ui-lib-1.1.1.Final.jar/
at org.reflections.vfs.Vfs.fromURL(Vfs.java:99)
* ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH000299:
Could not complete schema update: java.lang.UnsupportedOperationException: The application
must supply JDBC connections at
org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl.getConnection(UserSuppliedConnectionProviderImpl.java:62)
* ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jbpm-human-task-war]]
(MSC service thread 1-5) StandardWrapper.Throwable:
javax.persistence.PersistenceException: No Persistence provider for EntityManager named
org.jbpm.task
* ERROR [org.jbpm.integration.console.StatefulKnowledgeSessionUtil]
(http-localhost-127.0.0.1-8080-5) Could not initialize stateful knowledge session: No
Persistence provider for EntityManager named org.jbpm.persistence.jpa:
javax.persistence.PersistenceException: No Persistence provider for EntityManager named
org.jbpm.persistence.jpa at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:69)
* ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]]
(http-localhost-127.0.0.1-8080-5) Servlet.service() for servlet Resteasy threw exception:
org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: Session was not
initialized, check previous errors in log at
org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340)
[resteasy-jaxrs-2.3.2.Final.jar:]
But at least with MSSQL the applications deploy. Sorry to be such a pain and keep asking
questions.
--------------------------------------------------