Thanks a lot Marcus. Your last tip of getting into error producing directory and doing a clean install was super helpful in resolving errors !
Now, APIServer and Django-portal are working great locally. Thanks & Regards, Saurav Kumar Jha On Wed, Jun 14, 2023 at 12:26 AM Christie, Marcus Aaron <[email protected]> wrote: > Hi Saurav, > > > > Yeah, I’ve seen this issue where it takes a few tries to get it to work. > What I would suggest is that you see what Entities aren’t enhanced, then go > into that module and do a “mvn install -DskipTests” in just that module and > try again. > > > > For example, if ExperimentEntity isn’t enhanced, go into > modules/registry/registry-core and run “mvn install -DskipTests”. > > > > That will be faster than rebuilding the whole thing. But again, you might > have to do it a couple of times. > > > > *From: *saurav kumar jha <[email protected]> > *Date: *Monday, June 12, 2023 at 10:45 PM > *To: *Christie, Marcus Aaron <[email protected]> > *Cc: *[email protected] <[email protected]> > *Subject: *Re: questions regarding dashboards to get quick statistics. > > Hi Marcus, > > I turned off the Autobuild : Enabled option. > > Did a clean install, cloned the repo again but getting the same openJpa > error in all cases. > > > > Thanks & Regards, > > Saurav Kumar Jha > > > > > > > > On Tue, Jun 13, 2023 at 2:08 AM Christie, Marcus Aaron <[email protected]> > wrote: > > Hi Saurav, > > > On Jun 11, 2023, at 10:15 AM, saurav kumar jha < > [email protected]> wrote: > > > > I use VS Code ide but I couldn't find any option "Auto Build" . It will > be very helpful if you can elaborate on where I can find this option. > > > > Go into Settings, and search for "Auto Build". Turn off the "Java > > Autobuild: Enabled" option. > >
