Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] ManualRepositorySystemFactory.getRepositorySystem() returns null

Bear Giles wrote:

I'm trying to bring up the example code but I'm getting a null value from
ManualRepositorySystemFactory.newRepositorySystem() in Booter.

The example code as is in master works for me, so I'm somewhat clueless what might be failing for you.

I can only suggest you step through the locator.getService() call with the debugger and see where it fails. For instance, is the getEntry() call from line 287 coming back with a non-null entry? Setting a breakpoint in serviceCreationFailed() might also reveal an exception that is encountered along the way.


Benjamin



Back to the top