NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

system manager 3.0 mac error

SHANSEN_HISNA
5,535 Views

Every time I try to login to ontap 8 system: Unable to launch browser. Ensure the path 'null' is correct and try again...anyone else getting this error ?

Thanks

4 REPLIES 4

denn_john
5,535 Views

Yes I am getting this as well.

I changed the browser path from "null" to "/Applications/Firefox.app" and the problem went away.   However, it still launches in Safari.  Hmmm..

Also when I quit it doesn't terminate the processes.   i.e. these are left running:

  501  4312   200   0  2:38PM ??         0:00.09 /Applications/SystemManager3.app/Contents/MacOS/SystemManager3 -psn_0_1458532

  501  4314  4312   0  2:38PM ??         0:05.17 /usr/bin/java -classpath /Applications/SystemManager3.app/Contents/Resources/WebServer -jar /Applications/SystemManager3.app/Contents/Resources/WebServer/SystemManager.jar

I have to kill them before I launch System Manager again.

denn_john
5,535 Views

I got mine working nicely now.

I switched it all to Google Chrome.

MRWESTBOI
5,535 Views

Hi John,

You said :

"I changed the browser path from "null" to "/Applications/Firefox.app"

How did you do that ? which file did you edit ?

eegilbert
5,315 Views

from the bash shell, you should be able to say:

 

$ BROWSER=/Applications/Firefox.app/ java -jar SystemManager.jar, however this doesn't work for me either.

Public