Projet

General

Profil

Is becpg version 1.5 incompatible with the repository version 4.0.0?

Ajouté par Warachot Ditsaporn il y a environ 11 ans

I have installed the follow modules as installation manual

java jar $ALF/bin/alfresco-mmt.jar install becpg-controls-core$BECPG_VERSION.amp $SERVER/webapps/alfresco.war force
java -jar $ALF/bin/alfresco-mmt.jar install becpg-controls-share
$BECPG_VERSION.amp $SERVER/webapps/share.war force
java -jar $ALF/bin/alfresco-mmt.jar install becpg-designer-core
$BECPG_VERSION.amp $SERVER/webapps/alfresco.war force
java -jar $ALF/bin/alfresco-mmt.jar install becpg-designer-share
$BECPG_VERSION.amp $SERVER/webapps/share.war -force

when I start alfresco server using _./alfresco start
alfresco error this message

_Caused by: org.alfresco.error.AlfrescoRuntimeException: 00240000
Module 'becpg-controls-core' version 1.5.0 is incompatible with the current repository version 4.0.0.
The repository version required must be in range [4.2 : 999].

Which version support alfresco community 4.0d?

Thank in advance.


Réponses (8)

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Matthieu Laborie il y a environ 11 ans

Hi,

Version 1.5 is for alfresco 4.2.c
Version 1.4 is for alfresco 4.0.d
Version 1.3 is for alfresco 3.4

Regards Matthieu

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Suresh Gangapatnam il y a environ 11 ans

I tried to install version 1.5 on alfresco community 4.2.d and it throws up some context initialization exceptions.

Container (in 3371.013ms)
2013-01-28 15:43:23,552 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.springframework.extensions.config.ConfigException: 00280000 No sources provided: []
at org.springframework.extensions.config.source.BaseConfigSource.getConfigDeployments(BaseConfigSource.java:91)
at org.springframework.extensions.config.BaseConfigService.appendConfig(BaseConfigService.java:258)
at fr.becpg.repo.designer.config.DesignerConfigBootstrap.initConfig(DesignerConfigBootstrap.java:83)
at org.springframework.extensions.config.xml.XMLConfigService.initConfig(XMLConfigService.java:138)
at org.springframework.extensions.config.BaseConfigService.reset(BaseConfigService.java:145)
at org.springframework.extensions.webscripts.AbstractRuntimeContainer.reset(AbstractRuntimeContainer.java:260)
at org.springframework.extensions.webscripts.PresentationContainer.reset(PresentationContainer.java:121)
at org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer.reset(LocalWebScriptRuntimeContainer.java:122)
at org.springframework.extensions.webscripts.AbstractRuntimeContainer.onApplicationEvent(AbstractRuntimeContainer.java:280)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

Is 1.5 version compatible to 4.2.d version?

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Suresh Gangapatnam il y a environ 11 ans

Yes..exists. officially not announced.

Take a look here :

http://dev.alfresco.com/downloads/nightly/dist/

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Matthieu Laborie il y a environ 11 ans

Hi,

I haven't test yet on 4.2.d nightly builds but is working on 4.2.c

Regards

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Suresh Gangapatnam il y a environ 11 ans

Oki. thanks. we re trying on 4.2.c version. will post here if we face any issues.

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Giang TK il y a environ 11 ans

Hi-,

I installed version 0.1.5a on 4.2.c. Everything seemed to be fine but the Model and Configuration dropdowns are empty. Should I create them manually and how?

Thanks,
Giang T.

empty.png (62,4 ko) empty.png

RE: Is becpg version 1.5 incompatible with the repository version 4.0.0? - Ajouté par Ralph Heimburger il y a presque 11 ans

I installed this on 4.2d on Linux and got this message in catalina.out:

2013-06-11 09:53:29,857  ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.springframework.extensions.config.ConfigException: 05110000 No sources provided: []
at org.springframework.extensions.config.source.BaseConfigSource.getConfigDeployments(BaseConfigSource.java:91)
at org.springframework.extensions.config.BaseConfigService.appendConfig(BaseConfigService.java:258)
at fr.becpg.repo.designer.config.DesignerConfigBootstrap.initConfig(DesignerConfigBootstrap.java:83)
at org.springframework.extensions.config.xml.XMLConfigService.initConfig(XMLConfigService.java:138)
at org.springframework.extensions.config.BaseConfigService.reset(BaseConfigService.java:145)
at org.springframework.extensions.webscripts.AbstractRuntimeContainer.reset(AbstractRuntimeContainer.java:260)
at org.springframework.extensions.webscripts.PresentationContainer.reset(PresentationContainer.java:121)
at org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer.reset(LocalWebScriptRuntimeContainer.java:118)
at org.springframework.extensions.webscripts.AbstractRuntimeContainer.onApplicationEvent(AbstractRuntimeContainer.java:280)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
    (1-8/8)