Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Asma ouqalli
thnks cristian, yes i download it fro git command line, i thought it's a new release. :s can i replace it with a new stable version without trouble and error of upgrading ?? 2013/5/6 Christian Mueller > I am not sure, but I think you use an old Geoserver data directory. I > looks like you check

Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Christian Mueller
I am not sure, but I think you use an old Geoserver data directory. I looks like you checked out out from github, try to use C:\Users\OUK\Documents\GitHub\geoserver\data\release For testing I would make a copy of the above directory and use the copy. Christian 2013/5/6 Asma ouqalli > Hello

Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Asma ouqalli
Hello Geoff and christian i changed the port but am stil getting this errors: (they are on black not on red on my log console, normally eclipse shows error in red) plz help : 06 mai 14:56:07 WARN [geoserver.logging] - Could not find configuration file for logging 06 mai 14:56:21 WARN [config.Custo

Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Christian Mueller
Hi Geoff This means that there is already a service running using port 8080. If you are using Linux, try netstat -na | grep LISTEN | grep 8080 I think you will see some output. On Windows I cannot assist, but rebooting may help. Christian 2013/5/6 Geoff Williams > Hi Asma, > > > Hi e

Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Geoff Williams
Hi Asma, > Hi everybody, > am following this tuto > http://docs.geoserver.org/trunk/en/developer/quickstart/index.html to run > geoserver in eclipse (run start.java) , but am getting this errors i have > no idea what those errors means plz help: (it's a bit long) > 06 mai 12:06:12 WARN [mortbay.l