Can't log in to DCM4CHEE Services

2,885 views
Skip to first unread message

Roger Lawyer

unread,
Jun 3, 2013, 2:37:35 PM6/3/13
to dcm...@googlegroups.com
I followed the installation instructions spelled out here:  http://www.marcilan.com/2012/11/installing-dcm4chee-2-7-2-with-mysql-and-weasis-web-viewer-under-windows-7/.  However I can't log on to http://localhost:8080/jmx-console, nor http://localhost:8080/dcm4chee-web3/. I'm using admin as the username and password.  I added a admin=admin line in every <xxx>-users.properties files and admin=JBossAdmin,HttpInvoker in every <xxx>-roles.properties file, restarted the Windows service and nothing.  Could I get assistance on other areas to check? 

Alvaro G. [Andor]

unread,
Jun 3, 2013, 2:42:02 PM6/3/13
to dcm...@googlegroups.com
Can you see the login page then?

Can you attach a log?

90% times I cannot login in a new install, is due to incorrect database
connections. DCM4CHEE will deploy, but won't connect to database to
check users and passwords, so it'll tell you "wrong user or password".

Thanks

El 03/06/13 20:37, Roger Lawyer escribi�:
> nothing. Could I get assistance on other areas to check? --
> You received this message because you are subscribed to the Google
> Groups "dcm4che" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dcm4che+u...@googlegroups.com.
> To post to this group, send email to dcm...@googlegroups.com.
> Visit this group at http://groups.google.com/group/dcm4che?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Roger Lawyer

unread,
Jun 3, 2013, 4:01:11 PM6/3/13
to dcm...@googlegroups.com
Yes I see the login page for both.  Attached are screenshots of both.  What log would you like me to upload?

On Monday, June 3, 2013 2:42:02 PM UTC-4, andor wrote:
Can you see the login page then?

Can you attach a log?

90% times I cannot login in a new install, is due to incorrect database
connections. DCM4CHEE will deploy, but won't connect to database to
check users and passwords, so it'll tell you "wrong user or password".

Thanks

El 03/06/13 20:37, Roger Lawyer escribi�:
Doc1.doc

fleetwoodfc

unread,
Jun 4, 2013, 5:40:50 AM6/4/13
to dcm...@googlegroups.com
The server.log file found in the ../server/default/log folder - however the incorrect database configuration/connection is most likely the problem.

Roger Lawyer

unread,
Jun 4, 2013, 11:58:51 AM6/4/13
to dcm...@googlegroups.com
Thanks.  Attached is the log.  Instruct me on what to check for on the database configuration/connection.
server.log.zip

fleetwoodfc

unread,
Jun 4, 2013, 1:09:56 PM6/4/13
to dcm...@googlegroups.com
You haven't created the pacs database tables:

 Find failed: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'pacsdb.series' doesn't exist

Roger Lawyer

unread,
Jun 4, 2013, 2:26:21 PM6/4/13
to dcm...@googlegroups.com
Ok.  when I bring up the mysql prompt and type show database I get:
mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| arrdb              |
| mysql              |
| pacsdb             |
| performance_schema |
| sakila             |
| test               |
| world              |
+--------------------+
 
 
Therefore I created the databases pacsdb and arrdb according to http://www.marcilan.com/2012/11/installing-dcm4chee-2-7-2-with-mysql-and-weasis-web-viewer-under-windows-7/ but there's no mention in these instructions of creating tables.  Is there a preset script that will do this? 

Alvaro G. [Andor]

unread,
Jun 4, 2013, 2:29:36 PM6/4/13
to dcm...@googlegroups.com
You forgot the last line in point 6:

mysql -upacs -ppacs pacsdb < create.mysql
;) Let us know how it works.

Have a nice day!

El 04/06/13 20:26, Roger Lawyer escribió:

David Davies

unread,
Jun 4, 2013, 3:04:02 PM6/4/13
to dcm...@googlegroups.com
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/pEAw4dsBfro/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.

Roger Lawyer

unread,
Jun 5, 2013, 10:04:21 AM6/5/13
to dcm...@googlegroups.com
Ahh, I'm the resident expert on MS SQL server therefore I had to poke around the documentation of MYSQL  and through trial and error figure out the inconsistencies of the Marcilan instructions. Along the way I wound up skipping that last step in point 6.  Thanks for keeping me on track.
Reply all
Reply to author
Forward
0 new messages