cocome-community-case-study / cocome-cloud-jee-platform-migration

This is the cloud variant of CoCoME implementing the evolution scenario Platform Migration
1 stars 6 forks source link

StoreManagerStartup initialization does not work #6

Open rju opened 8 years ago

rju commented 8 years ago

While this error occurred occasionally before. It now occurs constantly. We need to figure out why this issue occurs.

Have a look at the stacktrace. error-log.txt

tpoeppke commented 8 years ago

The only reason I can think of right now is that the endpoint address of the generated IURIRegistryManager stub is not valid, which leads to the injection error. Are the registry entries in the settings.xml correct? If they are, maybe recompiling everything twice, so that the stubs are regenerated can resolve the issue.

rju commented 8 years ago

I'll investigate this issue. Thanks for the hint.