Thanks Chris, I am trying to understand your comment.

So this is not the plist inside the GeoServer.App, but the plist inside the
JDK that is an issue? If we switched to the JRE would this issue be
resolved...

I suppose the string "BundledApp" is the entry we actually need added,
rather than only command line.

I know some applications (indeed any application that is sold through the
Apple store) include a JDK as part of their bundle. We could take this
approach for GeoServer but it would be a bit of a hit to download size.

Given that not many people will have installed Java 7 this approach may
actually be a good idea?

Jody Garnett


On Thu, Jul 24, 2014 at 5:53 PM, 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.
>
>
>
>
> On Thu, Jul 24, 2014 at 7:31 PM, Jody Garnett <[email protected]>
> wrote:
>
>> We are pleased to announce the release of GeoServer 2.6-beta
>> <http://geoserver.org/release/2.6-beta/>. The download page for 2.6-beta
>> <http://geoserver.org/release/2.6-beta/> has links to the zip
>> <http://sourceforge.net/projects/geoserver/files/GeoServer/2.6-beta/geoserver-2.6-beta-bin.zip>
>> , war
>> <http://sourceforge.net/projects/geoserver/files/GeoServer/2.6-beta/geoserver-2.6-beta-war.zip>
>> , dmg
>> <http://sourceforge.net/projects/geoserver/files/GeoServer/2.6-beta/geoserver-2.6-beta.dmg>
>>  and exe
>> <http://sourceforge.net/projects/geoserver/files/GeoServer/2.6-beta/geoserver-2.6-beta.exe>
>>  bundles on SourceForge, with source links provided by the 2.6-beta tag
>> <https://github.com/geoserver/geoserver/releases/tag/2.6-beta> on GitHub.
>>
>> As a development release, 2.6-beta is considered experimental and is
>> provided for testing purposes. This release is *not recommended for
>> production* (even if you are excited by the new features).
>>
>> The GeoServer team have identified a few areas where we would like to ask
>> for help. This is your best chance to identify issues early while we still
>> have time to do something about it.
>>
>>
>>    - Java 7 Testing
>>    - WFS Cascade
>>    - Curves support for GML and WMS
>>    - Advanced projection handling for raster
>>    - Coverage Views
>>    - Startup Testing
>>    - Pluggable Styles
>>    - Wind barbs and WKT Graphics
>>    - New Formats and Functionality
>>
>> For details on testing the above features check out the blog post
>> <http://blog.geoserver.org/2014/07/24/geoserver-2-6-beta-released/>. A change
>> log
>> <http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10311&version=20172>
>>  is
>> also available from the issue tracker.
>> --
>> GeoServer Team
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>>
>>
>
------------------------------------------------------------------------------
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

Reply via email to