


Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
i have same this problem too.
It write this warnning message every 1 minutes. My LiveCycle ES server is not installed on the same machine with MSSQL Server.
Views
Replies
Sign in to like this content
Total Likes
This usually happens due to improper JMS Configuration.
I have attached the installation guide in this post. See page 63 of the document (Configuring JMS with Microsoft SQL Server for JBoss version SP1)
Note: Depending on your JBoss version, you need to configure the JMS data source.
Good Luck!
Nith
Views
Replies
Sign in to like this content
Total Likes
Hi $Nith$,
Thank you so much for you help, i will checking before & fix it.
Views
Replies
Sign in to like this content
Total Likes
I got that error also .When i encrypted the password for DB and changed at mssql-ds.xml file like that.
<datasources>
<local-tx-datasource>
<jndi-name>DefaultDS</jndi-name>
<connection-url>jdbc:sqlserver://dbserver:1433;DatabaseName=dbname</connection-url>
<!--Replace with security domain below -->
<security-domain>EncryptDBPassword</security-domain>
<!-- sql to call when connection is created
<new-connection-sql>some arbitrary sql</new-connection-sql>
-->
<!-- sql to call on an existing pooled connection when it is obtained from pool
<check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
-->
<!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
<metadata>
<type-mapping>MS SQLSERVER2000</type-mapping>
</metadata>
</local-tx-datasource>
</datasources>
and then i got error for
1. [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected:
2.
[org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' …
That why I got error
[org.jboss.security.auth.spi.UsersRolesLoginModule] Failed to load users/passwords/role files
Do you all have any suggestion to solve those case?
Thanks
Views
Replies
Total Likes
Hi all,
You can findhow to connect LC with different data sources. It includes sample xmls and JDBC drivers for MsSql, Oracle and AS400. All tested..
http://muratkuru.com.tr/?p=118
Murat
Views
Replies
Total Likes