Issue Details (XML | Word | Printable)

Key: CONF-9307
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matthew Jensen [Atlassian]
Reporter: Matthew Jensen [Atlassian]
Votes: 0
Watchers: 1
Operations

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

Errors during user migration process

Created: 28/Aug/07 12:52 AM   Updated: 30/Oct/07 04:29 AM
Component/s: Users & Groups
Affects Version/s: 2.5.6
Fix Version/s: 2.5.8

Time Tracking:
Not Specified

File Attachments: 1. XML File atlassian-user.xml (3 kB)

Issue Links:
Blocker
 

Participants: Don Willis [Atlassian], Matthew Jensen [Atlassian] and Steve Smith [Atlassian]
Since last comment: 49 weeks, 5 days ago
Resolution Date: 25/Sep/07 06:50 PM
Labels:


 Description  « Hide
Several errors during user migration on CAC.

1. osuser2atluser.jsp: invalid import of org.hsqldb.Row

2. User "confluence@earthuser.org" is already in the OSUser DB



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Smith [Atlassian] added a comment - 28/Aug/07 01:00 AM
I was primarily following these instructions.

xml file attached.


Matthew Jensen [Atlassian] added a comment - 28/Aug/07 01:10 AM - edited
#1.

osuser2atluser.jsp tries import org.hsqldb.Row which is a private class. This causes a compilation error of the JSP. This class is private in hsqldb 1.8, but was public previously.

http://confluence.atlassian.com/admin/classpath.action

 jar:file:/opt/j2ee/domains/atlassian.com/confluence/resin/webapps/ROOT/WEB-INF/lib/hsqldb-1.8.0.1.jar!/
 jar:file:/opt/j2ee/domains/atlassian.com/confluence/resin/lib/hsqldb-1.7.1-patched.jar!/
 jar:file:/opt/j2ee/domains/atlassian.com/confluence/resin/lib/hsqldb-1.7.1-patched.jar!/
 file:/opt/java/jars/jira-jars-resin/hsqldb-1.7.1-patched.jar

Two different versions!

1.8 comes in from an explicit dependency from confluence/pom.xml. Which was added on 37796.

Although it looks like it, this is not because of CONF-9249.


Matthew Jensen [Atlassian] added a comment - 28/Aug/07 01:21 AM - edited
These files:
jar:file:/opt/j2ee/domains/atlassian.com/confluence/resin/lib/hsqldb-1.7.1-patched.jar!/
file:/opt/java/jars/jira-jars-resin/hsqldb-1.7.1-patched.jar

Are sitting inside resin/lib and (if we are not running JIRA in this application server) should be removed.

In fact all the JIRA dependencies that have installed into the application server should be removed so other conflicts don't occur. It would be best to install into a clean container if possible.


Don Willis [Atlassian] added a comment - 30/Oct/07 03:16 AM
As far as I know this bug was a bug in the production version of at least Confluence 2.5.6. Therefore it should definitely not be hidden.