• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sonar Installation Problem

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am trying to install sonar on my windows desktop.
I am following steps from http://docs.codehaus.org/display/SONAR/Install+Sonar

Rigth now i am stucked at the Step 4. I am using embeded database Derbis.

I started the server by executing bin/windows-x86-32/StartSonar.bat ==> A cmd window pops up and nothing happened inside it. Its blank.I dont know its fine or not.

After that when i try clicking http://localhost:9000 , i got an error

"We're sorry, but something went wrong.

Please try back in a few minutes and contact support if the problem persists.

<%= link_to "Go back to the homepage", home_path %>
"


Please help !!!

Regards

 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your blank command window is probably fine. The Sonar docs are a bit skimpy, but I suspect there's a copy of Tomcat embedded in it, so look for a catalina.out file and see if there's something in the logs.
 
Greenhorn
Posts: 8
Eclipse IDE Opera Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I've sonar and I've too get shocked by this error , for me it's just I forget to run MySQL server,
check if you don't have error in your db login
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic