cancel
Showing results for 
Search instead for 
Did you mean: 

RMI registry

luisg
Champ in-the-making
Champ in-the-making
Hi there…
I'm having a problem in my alfresco, and don't now what's the cause.
I had an alfresco 2.1 copy running on debian leny. my libc just crashed. I restored the debian leny from a week backup, restored the alfresco folder installation, the alfresco folder repository (was not in alf_data inside alfresco installation) and the postgresql database.

I ran alfresco and all worked.
Then, I restored other repositories and I did a restart to my firewall. I did a restore to my var/cache because of some error I was getting.

After that my alfresco didnt work…

The problem is, when I run alfresco, I just got in alfresco.log:
18:43:02,092 WARN  [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
…                 WARN  [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
…                 WARN  [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one

and don't continue.
Any of you know what's the reason?
I did a copy of alfresco database, alfresco folder installation and alfresco repository to a VM, and just work fine!

Help, Thanks

Luis
2 REPLIES 2

luisg
Champ in-the-making
Champ in-the-making
hi there…

I installed a new version of alfresco (Alfresco-Labs-3Stable-Linux-x86-Install). Configured all like i did before.
when I run alfresco I get the log:
12:22:12,296 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
12:22:15,119 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
12:22:15,121 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 426.31293ms)
12:22:16,761 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
12:22:16,761 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 1620.1321ms)
12:22:16,824 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
12:22:36,162 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
12:22:40,690 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
   os:         Linux
   command:    [./bin/pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:       
   err:        Cannot run program "./bin/pdf2swf": java.io.IOException: error=2, No such file or directory
12:22:48,470 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
12:22:49,107 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
12:22:50,189 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
   os:         Linux
   command:    [/usr, -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager, -env:UserInstallation=file:////usr/local/alfresco3/alf_data/oouser, -nologo, -headless, -nofirststartwizard, -nocrashrep, -norestore]
   succeeded:  false
   exit code:  2
   out:       
   err:        Cannot run program "/usr": java.io.IOException: error=13, Permission denied
12:22:51,861 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /usr/local/alfresco3/alf_data
12:22:52,042 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
12:22:52,371 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
12:22:52,375 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).

And stop here…
the next messagen should be something like:
[org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_10-b33; maximum heap size 1006.875MB

I installed a new jdk (jdk-6u13-linux-i586.bin) and did not resolved the problem…
Any of you know what is going on here?

thanks

luisg
Champ in-the-making
Champ in-the-making
ok…
solved the problem with:

export DISPLAY=localhost:1.0

stay well