mysql> mysql> grant all on artdb.* to 'artifactory'@'127.0.0.1'; Query OK, 0 rows affected (0.00 sec)
mysql> grant all on artdb.* to 'artifactory'@'localhost'; Query OK, 0 rows affected (0.00 sec) mysql> quit [root@localhost ~]# [root@localhost ~]# /sbin/service artifactory restart Stopping Artifactory Tomcat... Max number of open files: 1024 Using ARTIFACTORY_HOME: /var/opt/jfrog/artifactory Using ARTIFACTORY_PID: /var/opt/jfrog/run/artifactory.pid Using CATALINA_BASE: /opt/jfrog/artifactory/tomcat Using CATALINA_HOME: /opt/jfrog/artifactory/tomcat Using CATALINA_TMPDIR: /opt/jfrog/artifactory/tomcat/temp Using JRE_HOME: /opt/jdk1.8.0_20/ Using CLASSPATH: /opt/jfrog/artifactory/tomcat/bin/bootstrap.jar:/opt/jfrog/artifactory/tomcat/bin/tomcat-juli.jar Using CATALINA_PID: /var/opt/jfrog/run/artifactory.pid Tomcat stopped. Artifactory Tomcat stopped Starting Artifactory tomcat as user artifactory... Max number of open files: 32000 Using ARTIFACTORY_HOME: /var/opt/jfrog/artifactory Using ARTIFACTORY_PID: /var/opt/jfrog/run/artifactory.pid Using CATALINA_BASE: /opt/jfrog/artifactory/tomcat Using CATALINA_HOME: /opt/jfrog/artifactory/tomcat Using CATALINA_TMPDIR: /opt/jfrog/artifactory/tomcat/temp Using JRE_HOME: /opt/jdk1.8.0_20/ Using CLASSPATH: /opt/jfrog/artifactory/tomcat/bin/bootstrap.jar:/opt/jfrog/artifactory/tomcat/bin/tomcat-juli.jar Using CATALINA_PID: /var/opt/jfrog/run/artifactory.pid Tomcat started. Artifactory Tomcat started in normal mode [root@localhost ~]# Now the log file /var/opt/jfrog/artifactory/logs/artifactory.log contains the following statement and I observe the same error message in the browser. 2015-01-08 12:02:52,353 [http-bio-8081-exec-2] [ERROR] (o.a.w.s.ArtifactoryFilter:111) - Artifactory failed to initialize: Context is null -- View this message in context: http://forums.jfrog.org/Not-able-to-open-my-Artifactory-URL-tp7580125p7580128.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
