google / nomulus

Top-level domain name registry service on Google Cloud Platform

Home Page:https://registry.google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I encountered an error while running the create suffix

a5825799 opened this issue · comments

I ran the nomulus create command before creating the suffix.
then I ran
./nomulus -e alpha create_tld example --roid_suffix EXAMPLE --initial_tld_state GENERAL_AVAILABILITY --tld_type TEST
Exception in thread "main" com.google.appengine.repackaged.com.google.api.client.http.HttpResponseException: 404 Not Found

<title>404 Not Found</title>

Error: Not Found

at com.google.appengine.repackaged.com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1070) at com.google.appengine.tools.remoteapi.OAuthClient.get(OAuthClient.java:64) at com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:411) at com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:374) at com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:335) at com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:171) at google.registry.tools.RegistryCli.runCommand(RegistryCli.java:202) at google.registry.tools.RegistryCli.run(RegistryCli.java:152) at google.registry.tools.RegistryTool.main(RegistryTool.java:131) Suppressed: java.lang.IllegalArgumentException: remote API is already uninstalled at com.google.appengine.tools.remoteapi.RemoteApiInstaller.uninstall(RemoteApiInstaller.java:253) at google.registry.tools.RegistryCli.close(RegistryCli.java:163) at google.registry.tools.RegistryTool.main(RegistryTool.java:132)