Address already in use: JVM_Bind

后端 未结 9 1550
猫巷女王i
猫巷女王i 2020-12-29 04:39

I\'m using Glassfish 3.0.1, JVM 1.6.0_21 on Windows XP Pro;

I don\'t know exactly what has changed in my environment but I get this stacktrace as soon as I try to de

9条回答
  •  Happy的楠姐
    2020-12-29 05:02

    as the exception says there is already another server running on the same port. you can either kill that service or change glassfish to run on another poet

提交回复
热议问题