On Fri, Jul 25, 2014 at 2:53 AM, Chris Bennight <[email protected]> wrote:
> Re: Blog link referenced for GeoServer 2.6-beta release
>
> Couldn't see how to create a jira account to comment on the ticket, but in
> the blog post https://jira.codehaus.org/browse/GEOS-6588 is referenced
> for this release (specifically Geoserver.app running under JDK 7 on OS X).
>
> I ran into this issue - it's actually a problem with the plist entry from
> Oracle -
> look at the Info.plist that comes from oracle:
> /Library/Java/JavaVirtualMachines/jdk1.7{version}.jdk/Contents/Info.plist
>
> find the JVMCapabilities key - it should look like this:
> <key>JVMCapabilities</key>
> <array>
> <string>CommandLine</string>
> </array>
>
> change it to this:
> <key>JVMCapabilities</key>
> <array>
> <string>JNI</string>
> <string>BundledApp</string>
> <string>WebStart</string>
> <string>Applets</string>
> <string>CommandLine</string>
> </array>
>
> alternatively is you start it with a bash script (i.e. java -jar .....)
> it works fine.
>
That's good information that we might want to put in the blog, or somewhere
else so that
people interested in testing the 2.6-beta release on OSX can move on.
However, I'm weary of making such kind of global change in the GeoServer
installer,
as this might have un-intended system wide issues (like, applets execution,
where
none was intended, maybe for security reasons).
Cheers
Andrea
--
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users