[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-06 Thread Steve Michaels
OK, I got the back end up. On to the front end with its own issues. On Wednesday, December 6, 2023 at 8:53:29 AM UTC-5 Steve Michaels wrote: > I have been able to find some configuration issues and an ownership issue > with a few sequences, but still no joy on starting the backend. > > I'm

[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-06 Thread Steve Michaels
I have been able to find some configuration issues and an ownership issue with a few sequences, but still no joy on starting the backend. I'm still getting a SEVERE Null PointerException. On Tuesday, December 5, 2023 at 3:39:59 PM UTC-5 DSpace Technical Support wrote: > Hi, > > Someone else

[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-05 Thread DSpace Technical Support
Hi, Someone else recently ran into this odd error in our Slack. We've tracked it down to being a Solr connection issue. See this bug ticket which describes the entire problem: https://github.com/DSpace/DSpace/issues/9217 Basically, there should be a logged ERROR *before* this

[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-05 Thread Steve Michaels
Ran mvn clean install before mvn package and then the ant fresh_install process. I'm still getting a null pointer exception. On Monday, December 4, 2023 at 2:58:42 PM UTC-5 Rodrigo Vera wrote: > Hello, > > ran into the same problem, fixed by runnning > > mvn clean install > > before mvn

[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-04 Thread Rodrigo Vera
Hello, ran into the same problem, fixed by runnning mvn clean install before mvn package (maybe not necessary after all). also make sure you're running same java version in mvn, ant and tomcat. greetings. On Friday, December 1, 2023 at 3:28:10 PM UTC-3 Steve Michaels wrote: > Now that