J2EE 
   jboss-jvm_bind problem 
go to windows console  ie, comman prompt  type:- netstat -ao         you can see all the process ids that bind to every port of the system.  Select the pid that binds to port that need to be used by jboss  usually(1097 for jndi lookup...)    go to windows task manager(ctrl+alt+delete)  then go to process tab  From the view menu select columns  check out PID check box    Find the process that matches the process id from netstat -ao    kill or close that  application

 
No comments:
Post a Comment