Bug #1238 (closed)
Opened 10 years ago
Closed 10 years ago
bin/omero db script fails
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Cc: | atarkowska, m.woodbridge@… |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
r4063 broken bin/omero db while fixing bin/omero import:
mwoodbri@ld-cisbic1:~/workspace/omero-4.0/dist$ bin/omero db script Please enter omero.db.version [OMERO4]: Please enter omero.db.patch [0]: Please enter password for new OMERO root user: Please re-enter password for new OMERO root user: Exception in thread "main" java.lang.IllegalArgumentException: PasswordUtil.main takes 1 arg. at ome.security.PasswordUtil.main(PasswordUtil.java:49) Saving to /home/mwoodbri/workspace/omero-4.0/dist/OMERO4__0.sql
Use the manual instructions under OmeroSecurity as a workaround.
Change History (1)
comment:1 Changed 10 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r4085 fixes this. Thanks, Mark.