I would like to hear back from our different platforms? Why - because Java 7 is tripping us up at each stage of the proceedings. Mac users in particular should be in for a surprise as installation of JDK7 is not typical (I wonder what failure looks like?).
I would like to hear back from our different platforms? Why - because Java 7 is tripping us up at each stage of the proceedings. Mac users in particular should be in for a surprise as installation of JDK7 is not typical (I wonder what failure looks like?).
running start.bat from the start menu works (running as an admin account)
jetty starts up on port 8080 as expected, but geoserver is unavaialble
Why?
– first –
WEB-INF/lib/gs-gwc-2.6-beta.jar!/geowebcache-core-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.geowebcache.storage.blobstore.file.FileBlobStore]: Constructor threw exception; nested exception is org.geowebcache.storage.StorageException: C:\Program Files (x86)\GeoServer 2.6-beta\data_dir\gw
c is not writable directory.: org.geowebcache.storage.StorageException: C:\Program Files (x86)\GeoServer 2.6-b eta\data_dir\gwc is not writable directory.
at org.geowebcache.storage.blobstore.file.FileBlobStore.(FileBlobStore.java:90)
– and –
java.io.FileNotFoundException: C:\Program Files (x86)\GeoServer 2.6-beta\logs\2014_07_23.request.log (Access is denied)
That sounds like a blocker to me. Can I provide write access?
Right click on data_dir and changing it from readonly does not work. Trying security and giving normal users greater access - does not work.
Going to copy it out of the magic program files directory to C:\data
Cannot edit startup.bat which has a -DGEOSERVER_DATA_DIR parameter:
I would like to hear back from our different platforms? Why - because Java 7 is tripping us up at each stage of the proceedings. Mac users in particular should be in for a surprise as installation of JDK7 is not typical (I wonder what failure looks like?).
geoserver-2.6-beta-src.zip
- developer_README.txt still has instructions for SVN, maven-2.0.4 and
eclipse 3.1.2
- contains minimal and release data folders (did not expect both)
- looks like this assembly could use some love
A few more glitches about the src download, I am used to downloading this
in order to create the DMG by hand (copying the bin and mac downloads into
a folder and running a release script).
I cannot do this as the src download is incorrect! The directory contents
of src are listed as:
community
extension
gs-gwc
gs-kml
gs-main
gs-ows
gs-platform
gs-rest
gs-restconfig
gs-security
gs-wcs
gs-wcs1_0
gs-wcs1_1
gs-wcs2_0
gs-wfs
gs-wms
pom.xml
VERSION.txt
web
Notice the directory names match their maven module, and modules not
included in the assembly such as "release" are not included at all.
I think what I would like is a "product" download - but we do not make one.
I would like to hear back from our different platforms? Why - because Java 7 is tripping us up at each stage of the proceedings. Mac users in particular should be in for a surprise as installation of JDK7 is not typical (I wonder what failure looks like?).
running start.bat from the start menu works (running as an admin account)
jetty starts up on port 8080 as expected, but geoserver is unavaialble
Why?
– first –
WEB-INF/lib/gs-gwc-2.6-beta.jar!/geowebcache-core-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.geowebcache.storage.blobstore.file.FileBlobStore]: Constructor threw exception; nested exception is org.geowebcache.storage.StorageException: C:\Program Files (x86)\GeoServer 2.6-beta\data_dir\gw
c is not writable directory.: org.geowebcache.storage.StorageException: C:\Program Files (x86)\GeoServer 2.6-b eta\data_dir\gwc is not writable directory.
at org.geowebcache.storage.blobstore.file.FileBlobStore.(FileBlobStore.java:90)
– and –
java.io.FileNotFoundException: C:\Program Files (x86)\GeoServer 2.6-beta\logs\2014_07_23.request.log (Access is denied)
That sounds like a blocker to me. Can I provide write access?
Right click on data_dir and changing it from readonly does not work. Trying security and giving normal users greater access - does not work.
Going to copy it out of the magic program files directory to C:\data
Cannot edit startup.bat which has a -DGEOSERVER_DATA_DIR parameter:
I would like to hear back from our different platforms? Why - because Java 7 is tripping us up at each stage of the proceedings. Mac users in particular should be in for a surprise as installation of JDK7 is not typical (I wonder what failure looks like?).