Hello Vishal,
You have to set the package name of the process, and that package name should be the same as in guvnor.
You have to set the package name in properties (try clicking on the white space of the eclipse process canvas) as defaultPackage.
Unfortunately JBPM console uses hardcoded packageName string when getting processes from guvnor. Therefore you have to put your process, freemarker forms and png image into defaultPackage.(also make sure that your process declares defaultPackage as its package).
Please check your process contains the name of the package.
<process processType="Private" isExecutable="true" id="AuthorizationProcessSGG" name="Authorization_Process_SGG" tns:packageName="defaultPackage" >
At the end your jbpm console should now list your process as well.
Greetings .-
alexis_lalas