Search this blog
Archives
Categories
- Upcoming LiveCycle Release Previews (1)
- PDF Generator (5)
- Adobe LiveCycle ES4 (18)
- Adobe LiveCycle ES3 (64)
- Adobe LiveCycle ES2 (9.0.x) (132)
- Adobe LiveCycle ES (182)
- Adobe LiveCycle 7.x (7)
- Adobe LiveCycle Express (2)
- General Interest (122)
- ADEP (136)
- Document Services (34)
- Experience Services (25)
- Customer Experience Solutions (14)
- Adobe AIR (7)
- Uncategorized (7)
Blogroll
Author Archives: Ameeth Palla
Enabling Gemfire Statistics
A very useful thing to do when encountering cluster issues would be to turn on Gemfire statistics. To do that, configure the below JVM parameter: ———- -Dadobe.cache.statistics-enabled=true ———- Run your application. This will produce a Gemfire-statistics.gfs file in the caching … Continue reading
Posted in Adobe LiveCycle ES, Adobe LiveCycle ES2 (9.0.x), General Interest
Tagged cluster, Gemfire
Leave a comment
Additional Configuration for LiveCycle Cluster on Multi-homed Hosts
When setting up LiveCycle clusters, if the cluster nodes are running on hosts that have multiple NIC’s (multi-homed), then the following additional JVM argument must be configured along with the configurations provided in the Cluster documentation -Dgemfire.bind-address For example: … Continue reading
Avoiding “Could not enlist in transaction” Errors in JBoss
Problem Process stalls and throws the following error (LiveCycle hosted on JBoss): javax.ejb.TransactionRolledbackLocalException: Could not enlist in transaction on entering meta-aware object!; – nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: a010f17:c1e:4db79191:23c4fa … Continue reading