You may come across below error. That happens due to hostname which does not resolved through any IP.
Solution: Make hosts file entry so that your hostname resolves IP address of your IP address.
filename: /etc/hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.remoting.rmi.RmiServiceExporter' defined in class path resource [alfresco/emailserver/email-service-context.xml]: Invocation of init method failed; nested exception is java.rmi.server.ExportException: internal error: ObjID already in use | |
Caused by: java.rmi.server.ExportException: internal error: ObjID already in use | |
at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:169) | |
at sun.rmi.transport.Transport.exportObject(Transport.java:75) |
filename: /etc/hosts