Closed GoogleCodeExporter closed 9 years ago
What version did you upgrade from?
Original comment by richard.eckart
on 17 Nov 2014 at 5:43
version=0.4.0-rc3
groupId=de.tudarmstadt.ukp.clarin.webanno
artifactId=de.tudarmstadt.ukp.clarin.webanno.webapp
Original comment by wlsidore...@gmail.com
on 17 Nov 2014 at 5:49
Do you need database description or any additional logs?
Original comment by wlsidore...@gmail.com
on 17 Nov 2014 at 5:51
You copied the original database. That will not work. You need to start with a
completely empty database and let WebAnno 2.0.12 recreate the schema from
scratch.
Original comment by richard.eckart
on 17 Nov 2014 at 5:51
Now, I've DROP'ped the database webanno2, created an empty one, and re-launched
the WebAnno service twice, but there is still no login window. Here are the
contents of `webanno2`:
mysql> use webanno2
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
+----------------------------------+
| Tables_in_webanno2 |
+----------------------------------+
| annotation_document |
| annotation_feature |
| annotation_type |
| authorities |
| auto_stat |
| crowd_job |
| crowd_job_gold_document |
| crowd_job_source_document |
| mira_template |
| mira_template_annotation_feature |
| project |
| project_permissions |
| source_document |
| tag |
| tag_set |
| users |
+----------------------------------+
16 rows in set (0.00 sec)
mysql> SELECT * from users;
Empty set (0.00 sec)
Here is /srv/webanno/settings.properties:
database.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost:3306/webanno2
database.username=webanno
database.password=....
format.properties is probably not needed.
Original comment by wlsidore...@gmail.com
on 17 Nov 2014 at 6:40
Can you please provide the log you get when starting Tomcat/WebAnno 2.0.12 now?
Are you sure you are entering the correct URL? E.g. if you deploy the WAR under
the name "webanno.war" into the webapps folder, your URL would be something
like "http://localhost:8080/webanno". If you use another name, e.g.
"webanno-2.0.12.war" the URL changes accordingly
("http://localhost:8080/webanno-2.0.12").
If you are running your Tomcat behind an Apache and you changed the name of the
WAR, then make sure also to update your proxy configuration in Apache.
Original comment by richard.eckart
on 17 Nov 2014 at 7:39
Sorry, I did not know about the URI change. I tried it yesterday, and the web
page simply hung, but I could not reproduce this behavior today. Now, the
website seems to work. You can probably close the issue.
Original comment by wlsidore...@gmail.com
on 18 Nov 2014 at 2:29
Good to hear it works for you now.
Original comment by richard.eckart
on 18 Nov 2014 at 3:32
Original issue reported on code.google.com by
wlsidore...@gmail.com
on 17 Nov 2014 at 1:46