java - Jira plugin launching, but not displaying anything in browser -


im following jira plugin development, , unable have jira show in browser when instance running.

everything seems running fine

[info] [talledlocalcontainer] jul 20, 2015 10:39:52 pm org.apache.coyote.abstractprotocol start [info] [talledlocalcontainer] info: starting protocolhandler ["http-bio-2990"] [info] [talledlocalcontainer] jul 20, 2015 10:39:52 pm org.apache.coyote.abstractprotocol start [info] [talledlocalcontainer] info: starting protocolhandler ["ajp-bio-8009"] [info] [talledlocalcontainer] jul 20, 2015 10:39:52 pm org.apache.catalina.startup.catalina start [info] [talledlocalcontainer] info: server startup in 17847 ms [info] [talledlocalcontainer] tomcat 7.x started on port [2990] [info] jira started in 46s @ http://rjos.local:2990/jira [info] type ctrl-d shutdown gracefully [info] type ctrl-c exit  jira-menu-items/ $ java -version                                                                                                                                           [22:43:57] java version "1.8.0_51" java(tm) se runtime environment (build 1.8.0_51-b16) java hotspot(tm) 64-bit server vm (build 25.51-b03, mixed mode) 

atlas-version:

rj:jira-menu-items/ $ atlas-version                                                                                                                                           [22:44:03]  atlas version:    5.1.6 atlas home:       /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec atlas scripts:    /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec/bin atlas maven home: /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec/apache-maven-3.2.1 -------- executing: /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec/apache-maven-3.2.1/bin/mvn --version -gs /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec/apache-maven-3.2.1/conf/settings.xml apache maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14t12:37:52-05:00) maven home: /usr/local/cellar/atlassian-plugin-sdk/5.1.6/libexec/apache-maven-3.2.1 java version: 1.6.0_65, vendor: apple inc. java home: /system/library/java/javavirtualmachines/1.6.0.jdk/contents/home default locale: en_us, platform encoding: macroman os name: "mac os x", version: "10.10.4", arch: "x86_64", family: "mac" 

jira application started message mention in maven console might started unsuccessful. please read jira application log instead of maven console happening in case. if not know find jira application log files, please refer resource - https://confluence.atlassian.com/jira/where-are-the-application-server-logs-16121981.html


Comments