Service Virtualization

 View Only
  • 1.  unable to start forward cars demo

    Posted Feb 14, 2018 12:58 PM

    Hi ,

     

    I am trying to start carsdemo start.bat

     

    but getting below error "Native Agent not found, starting Pure Java Agent with heap walking and super stacks disabled

    Java\jre1.8.0_131 is unexpected at this time." and script is getting closed.

     

     

    can somebody please help me in resolving this.



  • 2.  Re: unable to start forward cars demo
    Best Answer

    Broadcom Employee
    Posted Jul 17, 2018 10:14 PM

    I am assuming this is a Windows machine.

    Most likely you have a system environment variable called JAVA_HOME with a value something like
    C:\Program Files\Java\jre1.8.0_131

     

    Please edit this variable and put double quotes around it like this:

    "C:\Program Files\Java\jre1.8.0_131"

     

    The space, between 'Program' and 'Files', is causing Windows to interrupt as one variable with two values. The double quotes will force Windows to interrupt it correctly.

     

    Thanks, 

    Ricky

    DevTest Support