Return to Jive Software

Skip navigation
1,518 Views 5 Replies Last post: Mar 30, 2009 10:19 AM by Will RSS
jzimmerlin Novice 42 posts since
Oct 3, 2005
Currently Being Moderated

Mar 20, 2009 11:49 AM

Repeated setup process hangs on datasource step

I was trying to go back through the setup interface on a Clearspace Community 2.0.13 instance that had already completed the process, and it hangs every time on the datasource step. The page with the options for "Standard database", "JNDI resource" and "Evaluation database" displays, but when you click submit, it just hangs indefinitely. In fact, it locks up the entire application and any request from then on also hangs indefinitely. I checked the Clearspace and servlet container logs, but see no exceptions or any output of any kind from the point where the form was submitted on.

 

I know this has worked before with an older version (I think it was somewhere between 2.0.9 and 2.0.12).

Will Jive Employee 4,644 posts since
Nov 2, 2004
Currently Being Moderated
Mar 23, 2009 12:23 PM in response to: jzimmerlin
Re: Repeated setup process hangs on datasource step

Hi,

 

My guess is that it is trying to read from your previous settings, so if you want, you can delete the full xml node <defaultProvider> from you jive_startup.xml file.

 

You could also take thread dumps during the hang and post there here for us to see what the problem might be.

Will Jive Employee 4,644 posts since
Nov 2, 2004
Currently Being Moderated
Mar 30, 2009 10:19 AM in response to: jzimmerlin
Re: Repeated setup process hangs on datasource step

Hi,

 

I'm not sure this has to do with the lack of available outbound traffic. The code is simply loading the XML validation file, which should be a local location. It's simply doing:

 

try {

                is = FileManager.loadFile(fileName, clazz);

 

                if (is != null) {

                    retList = new ArrayList<ValidatorConfig>(ValidatorFileParser.parseActionValidatorConfigs(is, fileName));

                }

            } catch (Exception e) {

                LOG.error("Caught exception while loading file " + fileName, e);



 

where the filename is: ...\webapps\clearspace\WEB-INF\lib\clearspace-2.5.x.jar\com\jivesoftware\community\action\setup\DatasourceSetupAction-validation.xml

More Like This

  • Retrieving data ...

Bookmarked By (0)

To better serve our customers we have included functionality to automatically follow up on a case after it has been idle for more than 5 days, and then auto close after an additional 3 days of inactivity. Choose No to acknowledge that this case will remain idle for longer than 5 days.
Making cases public allows other customers to learn from the solution of the case. It can also be used to gain feedback from others in the community. Ask our Support Engineers for more info, but we encourage you to make your cases public.