Build from Source failed

Confluence User - 04 Oct, 2016

Hi All

 

Im stuck with the build from source.. see my Log install.txt

So the first error is this..

2016-10-04 16:07:00,279: java.lang.Exception: Package with Id=workflow_patterns does not exist

 

The JUnit Surefire Report brings an "NoSuchElementException: null" when it reaches TestAppService:453

// load and verify data for form D

452: FormRowSet rowSetD = appService.loadFormData(TEST_APP_ID, TEST_APP_VERSION.toString(), TEST_FORM_D, valueD);

453:  FormRow rowD = rowSetD.iterator().next();

 

I also attach the Log of the Queries which are executed on the DB SQL_querys.txt

 

So, anyone got an Idea or similar Problems?

Thank you very much..

Thanks,

 

Robin

installation;source;error;server;mysql

5


04 Oct, 2016
confluenceUser
confluenceUser

It seems like your app and the custom plugin you created have something to do with this. Could you please share your use-case?

04 Oct, 2016
confluenceUser
confluenceUser

The custom Plugin is and other version of your " Approve Via Email Plugin", i want to rewrite it to use POP3 and some extras because of Security Reasons. At the moment it just initialize a connection to my Mail-Server nothing more...

I've already installed the DB and Joget on Linux, but to get all dependencies to test my plugin in Eclipse i needed to build it new on Windows. The Connection to the DB on Linux is working like you see...

The only thing which could be important is when i build my project in Eclipse i get 3000+ Warnings with things like: " ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized "

But i think this doesn't matter because the wflow-directory build succeeded also with these warnings.

 

So, do you need to know something more?

 

Thanks for your help.

05 Oct, 2016
confluenceUser
confluenceUser

From the log file, it look like it has error during create test data. May be you can start again with a clean database?

05 Oct, 2016
confluenceUser
confluenceUser

Already done multiple times.. the log looks more or less the same

06 Oct, 2016
confluenceUser
1
confluenceUser

Solved it with building from the beginning again..

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print