Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. SchemaCrawler 14.15.04
  2.  
  3. Error: Could not connect to jdbc:postgresql://nhc-contracts-db-dev.nicc.noblis.org:5432/networx?ApplicationName=SchemaCrawler;loggerLevel=DEBUG, for user 'phayes', with properties {}
  4.  
  5. Re-run SchemaCrawler with just the
  6. -?
  7. option for help
  8.  
  9. Or, re-run SchemaCrawler with an additional
  10. -loglevel=CONFIG
  11. option for details on the error
  12. Apr 14, 2017 10:43:29 AM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  13. INFO: SchemaCrawler, v14.15.04
  14. Apr 14, 2017 10:43:29 AM us.fatehi.commandlineparser.CommandLineUtility logSafeArguments
  15. INFO: Command line:
  16. -server=postgresql
  17. -host=nhc-contracts-db-dev.nicc.noblis.org
  18. -port=5432
  19. -database=networx
  20. -schemas=public
  21. -user=phayes
  22. -password=*****
  23. -infolevel=standard
  24. -command=schema
  25. -loglevel=CONFIG
  26. Apr 14, 2017 10:43:29 AM us.fatehi.commandlineparser.CommandLineUtility logFullStackTrace
  27. SEVERE: Could not connect to jdbc:postgresql://nhc-contracts-db-dev.nicc.noblis.org:5432/networx?ApplicationName=SchemaCrawler;loggerLevel=DEBUG, for user 'phayes', with properties {}
  28. schemacrawler.schemacrawler.SchemaCrawlerSQLException: Could not connect to jdbc:postgresql://nhc-contracts-db-dev.nicc.noblis.org:5432/networx?ApplicationName=SchemaCrawler;loggerLevel=DEBUG, for user 'phayes', with properties {}
  29. at schemacrawler.schemacrawler.BaseDatabaseConnectionOptions.getConnection(BaseDatabaseConnectionOptions.java:183)
  30. at schemacrawler.schemacrawler.BaseDatabaseConnectionOptions.getConnection(BaseDatabaseConnectionOptions.java:102)
  31. at schemacrawler.tools.commandline.SchemaCrawlerCommandLine.execute(SchemaCrawlerCommandLine.java:127)
  32. at schemacrawler.Main.main(Main.java:90)
  33. Caused by: org.postgresql.util.PSQLException: GSS Authentication failed
  34. at org.postgresql.gss.MakeGSS.authenticate(MakeGSS.java:66)
  35. at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:594)
  36. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:222)
  37. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
  38. at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:194)
  39. at org.postgresql.Driver.makeConnection(Driver.java:431)
  40. at org.postgresql.Driver.connect(Driver.java:247)
  41. at schemacrawler.schemacrawler.BaseDatabaseConnectionOptions.getConnection(BaseDatabaseConnectionOptions.java:161)
  42. ... 3 more
  43. Caused by: javax.security.auth.login.LoginException: No LoginModules configured for pgjdbc
  44. at javax.security.auth.login.LoginContext.init(Unknown Source)
  45. at javax.security.auth.login.LoginContext.<init>(Unknown Source)
  46. at org.postgresql.gss.MakeGSS.authenticate(MakeGSS.java:56)
  47. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement