bütün folderları arayıp aranaın geçtiği dosya ismini görmek için aşağıdaki satır yeterli
find . -type f -exec grep "COHERENCE_HOME" /dev/null {} \;
Showing posts with label solaris. Show all posts
Showing posts with label solaris. Show all posts
Friday, May 31, 2013
Friday, January 11, 2013
sonar solaris start problem
first I got
--- Backtrace Gem::LoadError: Could not find rails (= 2.3.14) amongst []
--- Backtrace Gem::LoadError: Could not find rails (= 2.3.14) amongst []
in the log then I start looking here is the solution
- open SONAR_HOME/conf/wrapper.conf
- add wrapper.java.additional.3=-Djruby.native.enabled=false
thats it just restart sonar it will start properly :)
Subscribe to:
Posts (Atom)
playwright in junie
{ "mcpServers" : { "playwright" : { "command" : "npx" , "args" : [ ...
-
I know its been a long time I have not write anything. because I have not learn or done any new things. I dont want to write regular meaning...
-
in .net 2 if you want to show your application in system tray . you need to add notify icon to your application and set the "ShowInTas...
-
if you have wl11 ejb server and in that environment generated ejb client and deploy to wl12 it will give you this exception java.lang.NoSu...