[ome-users] build.py fails
Josh Moore
josh at glencoesoftware.com
Fri Nov 25 07:45:03 GMT 2011
On Nov 25, 2011, at 7:43 AM, Sindhu Emilda wrote:
> Hi,
Hi Sindhu,
> I am trying to set OMERO up in my machine following the instruction given
> in http://trac.openmicroscopy.org.uk/ome/wiki/OmeroContributing
>
> My build.py fails with the following exception.
>
> I have set the following envriornment variables:
>
> mercs-MacBook-Pro-2:ome emilda$ echo *$DYLD_LIBRARY_PATH *
> /opt/Ice-3.4.2/lib
> mercs-MacBook-Pro-2:ome emilda$ echo *$CLASSPATH*
> /opt/Ice-3.4.2/lib/Ice.jar:
> mercs-MacBook-Pro-2:ome emilda$ echo *$PATH*
> /opt/Ice-3.4.2/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin:/opt/local/bin
> mercs-MacBook-Pro-2:ome emilda$ echo* $ICE_HOME*
> /opt/Ice-3.4.2
OMERO 4.3 does not support Ice-3.4. You'll need to install Ice 3.3 instead. Check with the command:
$ slice2java --version
3.3.1
If that's a 10.6 Mac, you can use the binaries from here: http://www.glencoesoftware.com/mac/10.6/Ice-3.3.1-64.tar.bz2
Cheers,
~Josh.
> Not sure why it complains of symbol not found.
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:55:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts();
>
> ^
> Can anyone help to debug this. Full exception is given below.
>
> Thanks,
> Sindhu.
>
>
> icegen2:
>
> Copying 143 files to /Users/emilda/git/ome/components/blitz/generated
>
> Copying 143 files to /Users/emilda/git/ome/components/blitz/generated
>
> Copying 143 files to /Users/emilda/git/ome/components/blitz/generated
>
> Copying 143 files to /Users/emilda/git/ome/components/blitz/generated
>
> Copying 143 files to /Users/emilda/git/ome/components/blitz/generated
>
> Copying 1 file to /Users/emilda/git/ome/components/blitz/generated
>
> Building with ICE_HOME=/opt/Ice-3.4.2
>
> Debug setting: True (debug)
>
> 64-Bit build: True (detect)
>
> os.chdir('/Users/emilda/git/ome/components/blitz/resources')
>
> slice(["omero/FS.java"], ["omero/FS.ice"])
>
> os.chdir('/Users/emilda/git/ome/components/blitz')
>
> os.chdir('/Users/emilda/git/ome/components/blitz/resources')
>
> slice(["omero/ModelF.java"], ["omero/ModelF.ice"])
>
> os.chdir('/Users/emilda/git/ome/components/blitz')
>
> os.chdir('/Users/emilda/git/ome/components/blitz/resources')
>
> slice(["omero/Repositories.java"], ["omero/Repositories.ice"])
>
> os.chdir('/Users/emilda/git/ome/components/blitz')
>
> os.chdir('/Users/emilda/git/ome/components/blitz/resources')
>
> slice(["omero/SharedResources.java"], ["omero/SharedResources.ice"])
>
> os.chdir('/Users/emilda/git/ome/components/blitz')
>
> os.chdir('/Users/emilda/git/ome/components/blitz/resources')
>
> slice(["omero/Tables.java"], ["omero/Tables.ice"])
>
> os.chdir('/Users/emilda/git/ome/components/blitz')
>
> Copying 1 file to /Users/emilda/git/ome/components/blitz/target
>
> Moving 1 file to /Users/emilda/git/ome/components/blitz/target/generated/src
>
> Moving 1 file to
> /Users/emilda/git/ome/components/blitz/target/generated/src/ome/services/blitz/fire
>
> Compiling 7904 source files to
> /Users/emilda/git/ome/components/blitz/target/classes
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:55:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:64:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:73:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:73:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:83:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:83:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getSecurityContexts.java:29:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getSecurityContexts extends
> Ice.TwowayCallback
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:92:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getSecurityContexts(Callback_ServiceFactory_getSecurityContexts __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:102:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getSecurityContexts(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getSecurityContexts __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:110:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public java.util.List<omero.model.IObject>
> end_getSecurityContexts(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:199:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:229:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, java.util.Map<String, String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:259:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:259:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:290:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, java.util.Map<String, String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:290:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, java.util.Map<String, String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_setSecurityContext.java:50:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_setSecurityContext extends
> Ice.TwowayCallback
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:320:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, Callback_ServiceFactory_setSecurityContext __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:351:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityContext(omero.model.IObject
> obj, java.util.Map<String, String> __ctx,
> Callback_ServiceFactory_setSecurityContext __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:380:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public omero.model.IObject end_setSecurityContext(Ice.AsyncResult
> __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:406:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:415:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> java.util.Map<String, String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:424:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:424:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:434:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> java.util.Map<String, String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:434:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> java.util.Map<String, String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_setSecurityPassword.java:29:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_setSecurityPassword extends
> Ice.TwowayCallback
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:443:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> Callback_ServiceFactory_setSecurityPassword __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:453:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_setSecurityPassword(String password,
> java.util.Map<String, String> __ctx,
> Callback_ServiceFactory_setSecurityPassword __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:461:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public void end_setSecurityPassword(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:470:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:472:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:474:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:474:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:476:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:476:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getAdminService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getAdminService extends
> Ice.TwowayCallback
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:478:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getAdminService(Callback_ServiceFactory_getAdminService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:480:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getAdminService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getAdminService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:482:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IAdminPrx end_getAdminService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:491:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:493:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:495:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:495:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:497:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:497:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getConfigService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getConfigService extends
> Ice.TwowayCallback
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:499:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getConfigService(Callback_ServiceFactory_getConfigService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:501:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getConfigService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getConfigService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:503:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IConfigPrx end_getConfigService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:512:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:514:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:516:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:516:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:518:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:518:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getContainerService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getContainerService extends
> Ice.TwowayCallback
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:520:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getContainerService(Callback_ServiceFactory_getContainerService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:522:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getContainerService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getContainerService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:524:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IContainerPrx end_getContainerService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:533:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:535:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:537:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:537:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:539:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:539:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getDeleteService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getDeleteService extends
> Ice.TwowayCallback
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:541:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getDeleteService(Callback_ServiceFactory_getDeleteService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:543:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getDeleteService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getDeleteService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:545:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IDeletePrx end_getDeleteService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:554:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:556:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:558:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:558:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:560:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:560:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getLdapService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getLdapService extends
> Ice.TwowayCallback
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:562:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getLdapService(Callback_ServiceFactory_getLdapService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:564:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getLdapService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getLdapService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:566:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public ILdapPrx end_getLdapService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:575:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:577:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:579:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:579:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:581:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:581:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getPixelsService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getPixelsService extends
> Ice.TwowayCallback
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:583:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getPixelsService(Callback_ServiceFactory_getPixelsService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:585:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getPixelsService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getPixelsService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:587:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IPixelsPrx end_getPixelsService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:596:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService();
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:598:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(java.util.Map<String,
> String> __ctx);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:600:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:600:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:602:
> cannot find symbol
>
> symbol : class Callback
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:602:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(java.util.Map<String,
> String> __ctx, Ice.Callback __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/Callback_ServiceFactory_getProjectionService.java:23:
> cannot find symbol
>
> symbol : class TwowayCallback
>
> location: package Ice
>
> public abstract class Callback_ServiceFactory_getProjectionService extends
> Ice.TwowayCallback
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:604:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult
> begin_getProjectionService(Callback_ServiceFactory_getProjectionService
> __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:606:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public Ice.AsyncResult begin_getProjectionService(java.util.Map<String,
> String> __ctx, Callback_ServiceFactory_getProjectionService __cb);
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/ServiceFactoryPrx.java:608:
> cannot find symbol
>
> symbol : class AsyncResult
>
> location: package Ice
>
> public IProjectionPrx end_getProjectionService(Ice.AsyncResult __result)
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/_AMD_RenderingEngine_renderAsPackedIntAsRGBA.java:23:
> warning: [deprecation]
> omero.api.AMD_RenderingEngine_renderAsPackedIntAsRGBA in omero.api has been
> deprecated
>
> final class _AMD_RenderingEngine_renderAsPackedIntAsRGBA extends
> IceInternal.IncomingAsync implements
> AMD_RenderingEngine_renderAsPackedIntAsRGBA
>
>
> ^
>
> /Users/emilda/git/ome/components/blitz/generated/omero/api/_RenderingEngineTie.java:303:
> warning: [deprecation]
> omero.api.AMD_RenderingEngine_renderAsPackedIntAsRGBA in omero.api has been
> deprecated
>
>
> renderAsPackedIntAsRGBA_async(AMD_RenderingEngine_renderAsPackedIntAsRGBA
> __cb, omero.romio.PlaneDef def, Ice.Current __current)
>
> ^
>
> Note: Some input files use unchecked or unsafe operations.
>
> Note: Recompile with -Xlint:unchecked for details.
>
> 100 errors
>
> 2 warnings
>
>
> BUILD FAILED
>
> /Users/emilda/git/ome/build.xml:126: The following error occurred while
> executing this line:
>
> /Users/emilda/git/ome/components/antlib/resources/global.xml:110: The
> following error occurred while executing this line:
>
> /Users/emilda/git/ome/components/blitz/build.xml:36: The following error
> occurred while executing this line:
>
> /Users/emilda/git/ome/components/antlib/resources/lifecycle.xml:136:
> Compile failed; see the compiler error output for details.
>
>
> Total time: 2 minutes 2 seconds
>
> mercs-MacBook-Pro-2:ome emilda$
>
>
> mercs-MacBook-Pro-2:ome emilda$ echo $CLASSPATH
>
> /opt/Ice-3.4.2/lib/Ice.jar:
> --
> Regards,
> Sindhu
>
> Senior Software Developer
> Monash e-Research Centre
> Building 75, Room G114
> Clayton Campus, Monash University, VIC 3800
> Ph: +61 3 9902 0795
> Fax: +61 3 9902 0193
> Email: sindhu.emilda at monash.edu
> Web: http://www.monash.edu.au/eresearch
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users
More information about the ome-users
mailing list