Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
Ok thanks Karl. On Fri, Nov 8, 2019, 02:20 Karl Wright wrote: > Have you tried deploying the combined war on tomcat instead? > > I honestly do not know what is wrong but if the combined war works you > have something to compare/contrast against. > > Karl > > > On Thu, Nov 7, 2019 at 2:45 PM

Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread Karl Wright
Have you tried deploying the combined war on tomcat instead? I honestly do not know what is wrong but if the combined war works you have something to compare/contrast against. Karl On Thu, Nov 7, 2019 at 2:45 PM SREEJITH va wrote: > Thanks Karl, Here is quick summary on how I embedded

Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
Thanks Karl, Here is quick summary on how I embedded Manifold in my application. - All the required manifold jar dependencies are in pom. - The properties.xml is served through org.apache.manifoldcf.configfile settings in catalina.properties - There is an application ready Lister

Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread Karl Wright
How are you embedding ManifoldCF in your application? What looks like is happening is that thread contexts are being lost somehow. ManifoldCF uses thread contexts to keep track of worker thread-local information, and it appears that you are calling into ManifoldCF code assuming that (for

Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
Hi All, I have an spring based application in which Manifold is embedded and running in tomcat. At some point I am getting below exceptions. Any lead on why this happening would be greatly appreciated. One scenario in which I can see this in my logs is while shutting down the tomcat. And if it