Bug 794446 (JBEPP-1486) - Property names for key.txt and oauthkey.pem are not correct in the $JBOSS_HOME/server/<server-profile>/conf/gatein/configuration.properties file
Summary: Property names for key.txt and oauthkey.pem are not correct in the $JBOSS_HOM...
Keywords:
Status: NEW
Alias: JBEPP-1486
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: unspecified
Version: 5.2.0.GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.x
Assignee: mark yarborough
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-24 15:59 UTC by bkramer
Modified: 2020-04-27 01:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-1486 0 Major Closed Property names for key.txt and oauthkey.pem are not correct in the $JBOSS_HOME/server/<server-profile>/conf/gatein/confi... 2014-06-13 19:04:07 UTC

Description bkramer 2012-01-24 15:59:58 UTC
project_key: JBEPP

Location of key.txt and oauthkey.pem files is defined in $JBOSS_HOME/server/<server-profile>/conf/gatein/configuration.properties file as gatein.gadgets.securitytokenkeyfile and gatein.gadgets.signingkeyfile while ExoContainerConfig.java file [1] is trying to get the following: gatein.gadgets.securityTokenKeyFile and gatein.gadgets.signingKeyFile. So, currently, when running the default installation of EPP 5.2 the following is logged in the log file:

WARN  [org.exoplatform.portal.gadget.core.ExoContainerConfig] (main) The gadgets token key is not configured. The default key.txt file in /bin will be used
...
WARN  [org.exoplatform.portal.gadget.core.ExoContainerConfig] (main) The gadgets signing key is not configured. The default oauthkey.pem file in /bin will be used

The following JIRA [2], partially fixed above issue [3].

[1] http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_0_GA/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java
[2] https://issues.jboss.org/browse/GTNPORTAL-2175
[3] https://source.jboss.org/changelog/GateIn?cs=7760


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