Alan Orth created Bug DS-1629
Issue Type: Bug Bug
Affects Versions: 3.2
Assignee: Unassigned
Components: XMLUI
Created: 15/Aug/13 9:06 AM
Description: DSpace tries to be helpful and print the Java JDK vendor in the control panel, but gets it utterly wrong and is ultimately misleading for purposes of support, working with vendors etc. For example, from DSpace 3.1:

{{Java Runtime Environment Vendor: Oracle Corporation}}

But Java is actually OpenJDK:

{code}
[aorth@noma: ~/src/git/DSpace]$ java -version
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
java version "1.7.0_40"
OpenJDK Runtime Environment (IcedTea 2.4.1) (ArchLinux build 7.u40_2.4.1-2-x86_64)
OpenJDK 64-Bit Server VM (build 24.0-b50, mixed mode)
{code}

A more helpful indicator of the JDK in use would be the {{java.vm.name}} or {{java.runtime.name}} strings:
{code}
java.vm.name=OpenJDK 64-Bit Server VM
java.runtime.name=OpenJDK Runtime Environment
{code}
Project: DSpace
Labels: has-patch
Priority: Trivial Trivial
Reporter: Alan Orth
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to