Hi!<br><br>I&#39;ve been struggling a bit to get omero blitz running (version 3.1.1). In particular to problems appeared:<br><br>1. changing the omero.data.dir property in dist/etc/omero.properties has no effect. I needed to create the /OMERO to get rid of the start up error which appears in var/log/master.out:<br>
2008-12-05 10:59:51,042 ERROR [&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ome.services.blitz.Entry] (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main) Error on startup.<br>...... snip .....<br>SessionFactory&#39; defined in class path resource [ome/services/hibernate.xml]: Invocation of init method failed;<br>
&nbsp;nested exception is org.hibernate.HibernateException: Unable to initialize: FullText<br>.... snip .....<br>Caused by: org.hibernate.search.SearchException: Cannot write into index directory: /OMERO/<br>-----<br>When do I have to change this configuration property, prior running java omero setup, bin/omero admin start, bin/omero admin deploy -- or is it always read in at start up and I shoud be able tochange it any time I like?<br>
<br>2. when I start the blitz server from an account beeing not the owner of the omero database, I get these warning and errors:<br><br>2008-12-05 10:21:34,578 WARN&nbsp; [ge.v2.async.ThreadPoolAsynchronousRunner] (&nbsp;&nbsp; Timer-1) <a href="http://com.mchange.v2.async.Th">com.mchange.v2.async.Th</a><br>
readPoolAsynchronousRunner$DeadlockDetector@1ac1adf -- APPARENT DEADLOCK!!! Creating emergency threads for un<br>assigned pending tasks!<br>2008-12-05 10:21:34,582 WARN&nbsp; [ge.v2.async.ThreadPoolAsynchronousRunner] (&nbsp;&nbsp; Timer-1) <a href="http://com.mchange.v2.async.Th">com.mchange.v2.async.Th</a><br>
readPoolAsynchronousRunner$DeadlockDetector@1ac1adf -- APPARENT DEADLOCK!!! Complete Status:<br>... snip ...<br>2008-12-05 10:21:42,578 INFO&nbsp; [ng.ShutdownSafeEhcacheManagerFactoryBean] (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main) Shutting down EHCache CacheManager<br>
2008-12-05 10:21:42,585 ERROR [&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ome.services.blitz.Entry] (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main) Error on startup.<br>...snip....<br>nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.<br>
<br>I can login with psql -U omero omero3_1, using any account, though (after I changed the PostgreSQL client authentication config to &#39;trust&#39; for connection from the local machine).<br><br>Thanks again for help! Bernhard<br>
<br>