No dice. I also tried to create an extensions/license and place in there and that also did not work.
I still get the following when I try to start the application. From alfesco.log:
[size=75]07:25:50,894 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "c:\temp\Alfresco\ImageMagickContentTransformer_init_source_8879.gif" "c:\temp\Alfresco\ImageMagickContentTransformer_init_target_8880.png"
07:25:59,055 WARN [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
07:26:05,174 WARN [org.alfresco.util.OpenOfficeConnectionTester] A connection to OpenOffice could not be established.
07:26:18,523 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco license: Failed to verify license - Invalid License!
07:26:18,523 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco license: Restricted Alfresco Repository to read-only capability
07:26:20,236 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: c:\alf_data
07:26:20,576 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
07:26:20,576 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
07:26:20,586 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Ensure that the 'dir.root' property is pointing to the correct data location.
at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:313)[/size]
Additional info - I am using the WAR 2.0.1 enterprise version on WebLogic 9.2. on Windows XP SP2. Using Sun's JVM. Brand new Weblogic domain created as a plain WLS server (no BEA extensions).
As you can see from logging messages above, I also get an ERROR on the data directory. I am hoping that is caused because of the license issue setting the repository to read-only.