javaserver

Unable to contact my local server and getting 404 error


I have started my server by placing two new jar files , But not able to hit the url and getting 404 error.

Checked the server logs and only native_stderr file is getting generated and it is showing something like below :

<expansion type="tenured" amount="36243456" newsize="1073741824" timetaken="0.008" 
            reason="excessive time being spent in gc" gctimepercent="17" />

<contraction type="tenured" amount="27274240" newsize="913526784" timetaken="0.000" 
             reason="excess free space following gc" />`

But when i reverted the jars application is working fine.

Please suggest what is going wrong.


Solution

  • Deployed the complete setup again, it resolved now. Thanks for all the information and support provided.The new jar was not gettting loaded in the server properly when server was getting started, Because of that it was throwing that error.

    enabled the verbose class loader trace to find out the information about the jars.