When we had investigated your code we found that your developers uses
System.exit(1) in several cases.

We found 11 usages of it. For example:

 

org.nuxeo.runtime.jboss.deployment.preprocessor.DeploymentPreprocessor

//line 412 

         try {

            // initialize

            processor.init();

            // and predeploy

            processor.predeploy();

        } catch (Exception e) {

            e.printStackTrace();

            System.exit(1);

        }

 

And also you use deleteOnExit() when creating temp files. It can cause
different faults.

 

System.exit - kills JBoss Server when executed

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to