Hi All.
I had exact the same problem installing to a running Tomcat on Ubuntu 9.10
If you run Tomcat with security enabled then you will need to set a whole bunch of Grants in the generated policy file. This took me about 3 hours to get through them all and add them to the /etc/tomcat6/policy.d/04webapps.policy file which is used to auto create the catalina.policy file when Tomcat starts up. I will probably get around to creating afile just for Alfresco but would like to get it working first.
I actually over granted the permissions in this file because it took so frigging long to keep stopping and starting Tomcat to find them all.
Anyway, once this is done and you get over the Heap and PermGenSpace issues you get to the same issue as the previous poster. However, I have some more details.
nested exception is java.rmi.server.ExportException: internal error: ObjID already in use
This is obviously some issue with the RMI server during the Spring context initialisation but I can't find it. So, I downloaded all the Alfresco source code to try to do some debugging in Eclipse.
The line number in the stack trace I get for the Alfresco class:
at org.alfresco.web.app.ContextLoaderListener.createInitialized(ContextLoaderListener.java:69)
actually points to a logging method entry in the source code that I downloaded from the alfresco HEAD so that doesn't help me either.
Next I thought I would build alfresco from the sources, create the wars and use these instead of the downloaded ones. Has ANYBODY got the bunch of projects to compile and actuall create a deployable war file?
So far I am completely annoyed by the complete lack of any information to help in creating war files from the source or actually deploying the downloaded wars to an already installed Tomcat, not the alfresco Tomcat package.
I think you Alfresco techie guys should pull your fingers out and at least provide a guide to getting Alfresco to load and compile as an Eclipse project and I don't want any nonsence about using the Enterprise version and getting paid support instead. This is a basic requirement for an Open Source project.
Some simple instructions would be a start, such as :
Download Source Code from XXXX
Import projects from directory XXX into Eclipse (by the way, sort out the dupplicate project names in the SDK packages that screws this up)
Run the War task in this Ant build script.
Copy your JDBC drivers to XXX directory on Tomcat
etc etc etc
Deploy
So, it would be good to get some actual help here from one of the developers or contributors on how to fix these issues.
And by the way, what is the user name and password for the mobile.war because I can't log in either…….
Regards
Steve