3 Replies Latest reply on May 9, 2007 10:23 AM by sanjoa

    4.2MR1: jbpm_simple1 quickstart : FileNotFoundException judd

    sanjoa

      Hi,

      I'm using jbossesb-4.2MR1

      When I run the 'ant clean run' task in the jbpm_simple1 quickstart I get the following exception.

      [java] 21:56:48,890 DEBUG [main][JbpmContext] closing JbpmContext
      [java] java.io.FileNotFoundException: D:\java\jbossesb-4.2MR1\samples\quickstarts\jbpm_simple1\..\..\..\..\qa\junit\src\org\jboss\soa\esb\services\registry\juddi-qatest.properties (The system cannot find the path specified)
      [java] at java.io.FileInputStream.open(Native Method)
      [java] at java.io.FileInputStream.(FileInputStream.java:106)
      [java] at java.io.FileInputStream.(FileInputStream.java:66)
      [java] at quickstart.jbpm_simple1.TestLauncher.runBeforeTest(TestLauncher.java:96)
      [java] at quickstart.jbpm_simple1.TestLauncher.main(TestLauncher.java:39)
      [java] We should stop testing, since we don't have a db.

      The file is missing from the jbossesb-4.2MR1 installation package. It seems like one has to use the code in the svn trunk..

      / Joakim