Apache Tom Cat launching issue in Retail Application module | Rest Assured Forum
G
Ganesh Posted on 27/06/2019

Hello Team,

I am not able to start Apache Tomcat through XAMPP even though port 8080 is free.

Please help.

Regards,

Ganesh.


P
priyanka Replied on 27/06/2019

Hello Ganesh,

Please open the command prompt and run "netstat" command and then send the screen shot. Let's double check if the 8080 port is free.


G
Ganesh Replied on 27/06/2019

Hello Team,

Thank you for resposne.

I was able to fix the XAMPP - Apache issue. But still not able to get proper response code as output.

PFA documents showing steps i followed before running code.

Regards,

Ganesh


P
priyanka Replied on 27/06/2019

Thanks for providing the details. It gave better insight!

See Ganesh, first thing is that we need to pass the login credentials inside the body of request which can not be done in a browser anyway.
So in this case try postman for trying request manually.

Now still, your code must also be giving error as well.. and that is because there is a temporary issue with our server.
Sorry for the inconvenience, we are working on it.


Will get back to you tomorrow. It should work by then.
Thanks for your patience .


G
Ganesh Replied on 29/06/2019

Hello, 

In Serenity BDD with Rest Assured section section > Part 9 video

While Setting up Cucumber run Config.

clean verify ~ Dtags="studentfeature:CUCUMBER1 - This is mentioned. 

Please confirm is this right, because it is not clearly visible in video.

As i am getting error - No plugin found for prefix 'Dtags=studentfeature' in the current project and in the plugin groups

Regards,

Ganesh