Issue Details (XML | Word | Printable)

Key: CWD-822
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Justen Stepka [Atlassian]
Reporter: Justen Stepka [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Crowd

crowd-init.properties value not set error message during startup is not useful

Created: 12/Feb/08 06:43 PM   Updated: 14/Feb/08 08:13 PM
Component/s: Installation/Setup
Affects Version/s: None
Fix Version/s: 1.3

Time Tracking:
Not Specified

Participants: Justen Stepka [Atlassian] and Shihab Hamid [Atlassian]
Since last comment: 29 weeks, 3 days ago
Resolution Date: 14/Feb/08 08:05 PM
Labels:


 Description  « Hide
2008-02-11 14:35:48,382 main INFO [com.atlassian.crowd.startup] 	Build Date: Nov 30, 2007
2008-02-11 14:35:48,382 main INFO [crowd.console.listener.UpgradeListener] Upgrades not performed since the application has not been setup yet.
2008-02-11 14:35:49,148 main INFO [apache.coyote.http11.Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-8095
2008-02-11 14:35:49,210 main INFO [apache.catalina.startup.Catalina] Server startup in 3884 ms
2008-02-11 14:36:05,721 http-8095-Processor4 INFO [atlassian.johnson.filters.JohnsonFilter] The application is not yet setup.  Redirecting request from '/console/index.jsp' to '/console/setup/selectsetupstep.action'
2008-02-11 14:36:09,745 http-8095-Processor4 ERROR [[Standalone].[localhost].[/crowd].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.IllegalArgumentException: can't parse argument number CROWD-INSTALL
	at java.text.MessageFormat.makeFormat(MessageFormat.java:1330)
	at java.text.MessageFormat.applyPattern(MessageFormat.java:450)

The message should say something about WEB-INF/classes/crowd-init.properties.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Shihab Hamid [Atlassian] added a comment - 14/Feb/08 07:32 PM
I don't get this message. Does this happen on the latest crowd build? It may have been inadvertently fixed already.

Shihab Hamid [Atlassian] added a comment - 14/Feb/08 08:05 PM
This does not happen anymore because any access to actions will be filtered via JohnsonSetupFilter, and any access to setup actions will be manually filtered via BaseSetupAction and redirected to the checklist.