You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The better fix is probably to update the metadata generator that dumps https://api.softlayer.com/metadata/v3.1 (careful, big JSON) to set static to true on methods for SoftLayer_Resource_Metadata.
The Metadata service returns IllegalStateException error when calling to the methods getId(), getHostname(), etc.
Following code can be used to reproduce the issue.
The problem is because the Metadata java class has set instanceRequired = true in all methods.
Workaround
I created my own Metadata java class and I set instanceRequired = false
The text was updated successfully, but these errors were encountered: