Forum Discussion

Harish2's avatar
Harish2
New Contributor
3 years ago
Solved

Browser component is disabled

I tried to integrate my project with git and i clicked on github enterprise authentication option. i have entered my enterprise server address and clicked on generate token button.  But on clicking generate token button i don't see any token getting generated and i just see an error message stating that "Browser component is disabled". somebody help me on this

  • Hi Harish2 

     

    I dont' know why you're seeing that error response relative to what you're doing - I only have 1 total guess as a suggestion - but have you disabled the internal browser at all?

     

    There's a vmoptions setting that disables the internal browser.  

     

    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.browser.disabled="true"

     

    Cheers,

     

    Rich

1 Reply

  • richie's avatar
    richie
    Community Hero

    Hi Harish2 

     

    I dont' know why you're seeing that error response relative to what you're doing - I only have 1 total guess as a suggestion - but have you disabled the internal browser at all?

     

    There's a vmoptions setting that disables the internal browser.  

     

    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.browser.disabled="true"

     

    Cheers,

     

    Rich