[ome-devel] OMERO and Ports for Productionsystem

josh.moore at gmx.de josh.moore at gmx.de
Tue Sep 30 14:48:33 BST 2008


Hi Gernot.

I installed your configuration into JBoss 4.2.3, with OMERO Beta3.0.1
and didn't get the error you were having:

14:18:18,535 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:20083/
14:18:18,537 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
2008-09-30 14:18:...actionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
2008-09-30 14:18:...actionManagerService] Setting up property manager MBean and JMX layer
2008-09-30 14:18:...actionManagerService] Starting recovery manager
2008-09-30 14:18:...actionManagerService] Recovery manager started
2008-09-30 14:18:...actionManagerService] Binding TransactionManager JNDI Reference
2008-09-30 14:19:...heManagerFactoryBean] Initializing EHCache CacheManager
2008-09-30 14:19:...aring.BlobShareStore] Loaded store ome.services.sharing.BlobShareStore at 402f6c with -1 shares and -1 objects
2008-09-30 14:19:...ext.FullTextAnalyzer] Initialized FullTextAnalyzer
2008-09-30 14:19:...es.util.DBPatchCheck] Verified database patch: OMERO3A__11
2008-09-30 14:19:...l.ServerVersionCheck] -------------------------------------------------
2008-09-30 14:19:...l.ServerVersionCheck] OMERO Version: 3.0-Beta3 (Rev: 2500) Ready.
2008-09-30 14:19:...l.ServerVersionCheck] -------------------------------------------------
2008-09-30 14:19:....system.UpgradeCheck] no update needed
2008-09-30 14:19:...ltext.FullTextThread] Initializing Full-Text Indexer
2008-09-30 14:19:...SchedulerFactoryBean] Starting Quartz Scheduler
now

and tested with the following code:

import ome.system.*;

public class a { 
       public static void main(String[] args) {
       	      ServiceFactory sf = 
    		   new ServiceFactory(
		       new Server("localhost",20099), 
		       new Login("root","xxx"));
    	       sf.getAdminService().getEventContext();
    }
}

and checked WebAdmin via: http://localhost:20080/WebAdmin/

How dependent are your web apps on JBoss 4.2.1? Would it be possible
for you to upgrade to OMERO Beta3 and JBoss 4.2.3 and test this out?
(Psst, don't tell, but OMERO Beta3.1 will be coming out very soon if
that makes a difference). The Beta3 series is a pretty big jump in
terms of tech, so it would probably be to your benefit anyway.

See https://trac.openmicroscopy.org.uk/omero/wiki/OmeroUpgrade
if interested.

If you definitely need to stay on the Beta2.3 version, the most
complete solution will be the support offered by Glencoe Software. The
open source project just doesn't have the resources to maintain
multiple past major releases. If that's of interest, please contact us
at:

    support at glencoesoftware.com


Best wishes,
~Josh.


More information about the ome-devel mailing list