Bug 1014114 - Wrong Java detected in sqlresults.log
Summary: Wrong Java detected in sqlresults.log
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Installer
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER8
: 6.0.0
Assignee: Thomas Hauser
QA Contact: Len DiMaggio
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 12:42 UTC by Stefan Bunciak
Modified: 2014-02-06 15:29 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stefan Bunciak 2013-10-01 12:42:27 UTC
Description of problem:

Wrong Java detected in sqlresults.log:
Detected Java version: 1.5 in: /usr/java/jdk1.7.0_25/jre

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install FSW 6.0.0.ER4
2. Configure wrong DB connection so installer will fail to configure Database schema
3. Check jboss-eap-6.1/sql/sqlresults.log

Actual results:


Expected results:


Additional info:

Comment 1 Thomas Hauser 2013-10-01 19:23:27 UTC
This was resulting because the version of ant that the installer was getting included within it was very old (checks for versions beyond 1.5 didn't exist.) Updating the dependency to be correct yields

Detected Java version: 1.7 in: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre

Within the same file after an installation. This can be in either the beta rebuild or in the next ER, depending on what we want to happen.

Comment 5 Stefan Bunciak 2013-10-08 08:08:26 UTC
I can still reproduce in latest ER4:

Detected Java version: 1.5 in: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.7.fc19.x86_64/jre

Comment 6 Stefan Bunciak 2014-01-06 09:24:12 UTC
Verified in FSW 6.0.0.ER8


Note You need to log in before you can comment on or make changes to this bug.