What's the full version of MarkLogic? If you don't have the latest support release, try upgrading.
Assuming that doesn't help... what's the server doing while the browser is spinning? You said you've already checked ErrorLog.txt? Have you tried setting file-log-level to debug or higher? Naturally you'll have to re-run the request. You may not see any log messages for your application, though. That depends on what the original app developer decided to log. Then again you might see something like multiple threads in XDMP-DEADLOCK, or something else. Next I'd visit the port 8001 host-status page. That will show you all app servers, with the active queries. Click through to the app-server status page for details. If there are no long-running queries that seem to match up with the browser requests, then it's a browser problem: debug it with the browser console and other tools. If you identify long-running queries that seem to match up with the browser requests, you can use the '[stack]' link to try to debug them. This doesn't always work, because the thread has to respond to the debug flag. But it's worth trying. -- Mike On 22 Aug 2014, at 08:18 , Brandon Mayhew <[email protected]> wrote: > All, > > I have a java web application that can use either eXist or MarkLogic. It also > uses Apache FOP. While doing some XSL-FO work I ran into some issues with PDF > bookmarks. To fix this issue I needed to upgrade FOP from version 0.93 to > version 1.1. For FOP 1.1 to work correctly, I also had to upgrade > xmlgraphics-commons from version 1.2 to version 1.5. > > After upgrading xmlgraphics-commons, the application locks up when I use > MarkLogic as the database. I'm able to login fine, but if I start navigating > (runs basic XQueries; some containing cts module functions) the browser spins > (tries to connect and waits indefinitely) and never comes back. > > I've checked the tomcat logs and the marklogic logs and I can't find any > errors or hints as to what is happening. If I use eXist, everything works > normally. If I use xmlgraphics-commons-1.2, everything works normally (except > FOP). I also tried versions 1.3 and 1.4 of xmlgraphics-commons, but I still > have the same issue. > > Has anyone else had an issue like this before and were you able to solve it? > > Thanks, > > Brandon > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
