eric MC
eric MC

Reputation: 766

Spring Roo No add-ons Known

I attempt the following command in the roo shell

database reverse engineer --package ~.domain --schema PUBLIC

and yield the following...

Spring Roo automatic add-on discovery service currently unavailable

When I simply attempt to do an addon search I get the following

No add-ons known. Are you online? Try the 'download status' command

The download status is fine though. There is potentially an issue with being behind a proxy but I've already fixed the settigs.xml and the proxy settings, unless I am missing anything. Any help would be appreciated.

Upvotes: 3

Views: 2164

Answers (3)

nonoygalsim
nonoygalsim

Reputation: 258

Tried osgi start command. Download driver and issue ROO command:

osgi start --url file:C:\dev\h2DataBase\h2\bin\h2-1.3.168.jar

Upvotes: 0

user1507344
user1507344

Reputation: 1

I had a similar experience. Whenever I typed addon list, roo would doubt I was online. When I typed proxy configuration, roo would tell me I had none configured.

To get roo to use your proxy setup, create a ROO_OPTS environment variable and specify -Djava.net.useSystemProxies=true

Restart roo and it will use your proxy

Upvotes: 0

S21st
S21st

Reputation: 131

If this is not related to proxy then probably it is related with a current bug in RooBot Add on registration. See the Jira issues - ROO-3184, ROO-3191. It is not fixed yet.

Upvotes: 2

Related Questions