You are not logged in.
Téléchargé et installé. j'ai accès à l'interface atelier charte graphique. Vivement la version final
Ok merci
Merci pour la "Démo"
Et je sais pas si c'est intéressant pour vous que je vous fasse remonter mes erreurs sur ce post vu que la version n'est qu'un "nightly build".
L'erreur retournée dans le log de l'application cms est :
2013-11-28 14:13:15,484 ERROR [org.ametys.skinfactory.SkinFactoryComponent] (http-bio-8080-exec-3;/plugins/core/servercomm/messages.xml) Unable to get theme value
java.net.MalformedURLException: Invalid URI : /home/cms/Ametys_CMS/application/v1_0_2/cms/WEB-INF/data/skins/work/demo/model.xml
Paramétrage ? Il y a t'il un wiki la dessus ?
Et j'ai essayé avec les dernière version de chrome (31.) et firefox (25.) pour mac. J'avais déjà vider les "caches" et le message d'erreur est le suivant :
[13:49:28,404] GET [HTTP/1.1 500 Internal Server Error 277ms]
Ok Merci pour ces précisions. Je teste en ce moment cette version de 3.6 du moins surtout l'atelier graphique. Et je reste sur la page avec " chargement de la charte graphique en cours. Veuillez patienter ... " comme message. Mais rien ne se passe
Et quand je parlais de version de production c'est à dire une version où l'application cms n'affiche pas Ametys Demo?
Bonjour comment fait-on pour avoir une version de production d'Ametys ?
Je m'excuse mais l'erreur vient de moi. J'ai décommenté ces deux lignes dans le virutalhost :
# RewriteRule ^/plugins/([a-zA-Z0-9]*)/resources/(.*)$ /plugins/$1/resources/$2 [L]
# RewriteRule ^/kernel/resources/(.*)$ /kernel/resources/$1 [L]
J'ai nouveau accès à tout. Merci pour votre aide.
Cordialement, Olivier.
Ok je pensais que c'était une console inclus avec l'application cms
Alors voila ce que la console me renvoit comme erreur lors de l'accès au cms/admin. Je ne comprends pas vu que ça fonctionnait bien auparavant.
GET 404 (Not Found) index.html:3
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
GET 404 (Not Found) index.html:76
L'imprime écran de la partie cms/admin c'est simple c'est une page blanche.
Comment récupérer la console javascript?
Je n'ai plus d'erreur mais toujours les mêmes soucis
Bonjour, mes logs contenaient que l'erreur ci-dessus. Je fais toutes les manip que vous m'avez conseillées et je donne le résultat ensuite.
Depuis hier je n'arrive plus à accéder à la partie admin de l'application cms et des icônes sont manquantes dans l'application cms. Auriez-vous une idée d'où vient mon erreur alors qu'auparavant tout fonctionnait correctement?
Cordialement, Olivier.
L'erreur que j'obtiens dans le log du cms est :
2013-10-21 23:20:11,801 ERROR [org.ametys.plugins.gadgets.generators.GadgetsLibraryManager] (cms.sername.re-startStop-1;) Unable to get gadget specification for url '' and language 'fr'
org.apache.shindig.gadgets.spec.SpecParserException: org.apache.shindig.common.xml.XmlException: Premature end of file. At: (-1,-1)
at org.apache.shindig.gadgets.AbstractSpecFactory.fetchFromNetwork(AbstractSpecFactory.java:146)
at org.ametys.plugins.gadgets.AmetysGadgetSpecFactory.fetchFromNetwork(AmetysGadgetSpecFactory.java:92)
at org.ametys.plugins.gadgets.AmetysGadgetSpecFactory.fetchFromNetwork(AmetysGadgetSpecFactory.java:40)
at org.apache.shindig.gadgets.AbstractSpecFactory.getSpec(AbstractSpecFactory.java:90)
at org.apache.shindig.gadgets.DefaultGadgetSpecFactory.getGadgetSpec(DefaultGadgetSpecFactory.java:81)
at org.ametys.plugins.gadgets.generators.GadgetsLibraryManager.configureGadgets(GadgetsLibraryManager.java:325)
at org.ametys.plugins.gadgets.generators.GadgetsLibraryManager.configureGroups(GadgetsLibraryManager.java:240)
at org.ametys.plugins.gadgets.generators.GadgetsLibraryManager.readGadgets(GadgetsLibraryManager.java:211)
at org.ametys.plugins.gadgets.generators.GadgetsLibraryManager.loadLibrary(GadgetsLibraryManager.java:129)
at org.ametys.plugins.gadgets.Init.init(Init.java:108)
at org.ametys.runtime.servlet.RuntimeServlet._initPlugins(RuntimeServlet.java:210)
at org.ametys.runtime.servlet.RuntimeServlet.init(RuntimeServlet.java:173)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1280)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1193)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1088)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5176)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5460)
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:633)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:656)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1635)
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:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.apache.shindig.common.xml.XmlException: Premature end of file. At: (-1,-1)
at org.apache.shindig.common.xml.XmlUtil.parse(XmlUtil.java:305)
at org.apache.shindig.gadgets.DefaultGadgetSpecFactory.parse(DefaultGadgetSpecFactory.java:93)
at org.apache.shindig.gadgets.DefaultGadgetSpecFactory.parse(DefaultGadgetSpecFactory.java:40)
at org.apache.shindig.gadgets.AbstractSpecFactory.fetchFromNetwork(AbstractSpecFactory.java:144)
... 28 more
Caused by: org.xml.sax.SAXParseException; Premature end of file.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.shindig.common.xml.XmlUtil.parse(XmlUtil.java:303)
... 31 more
Je n'avais pas vu votre dernier post. En ce qui concerne mon erreur c'était bête vue que j'avais pas changer l'url de la page d'index mais juste le nom de la page quand je l'ai renommée.
Et j'ai l'honneur de vous dire que j'ai enfin tout qui fonctionne. Je vous en remercie pour votre aide.
J'aurais une dernière question. Est-ce que j'ai la version complète d'Ametys car sur la page du cms j'ai Ametys Demo 3.5.1?
Alors avec l'url http://localhost:8080 (conseillée ds le wiki pour le cms) coté admin application site. Et côté admin de l'application cms j'ai l'url J'ai l'erreur depuis :
Alors faut-il que les deux adresses cms dans la partie admin soient la même côté cms et site
Oui compliqué mais à force de questions et surtout grâce à vos réponses et votre patiente je serais au point
Alors rien n'y change.J'ai toujours l'erreur.
J'aurais des questions à propos de la conf des virtualhost. Et plus particulièrement celui de "l'application site".
Pourtant c'est bien l'url que j'ai référencé et que je vois dans la partie création du site. J'ai pu créer des pages aussi comment cela est ce possible que le cms ne gère aucun site correspondant à cette url? Aurais-je raté une étape?
Alors je passe par apache et l'erreur du log :
java.lang.IllegalArgumentException : There's no site for server , port 80 and path /dev
Je peux à présent accéder aux deux parties admin des applications, la partie cms pour la conception du site. Il me reste maintenant à régler un soucis d'accès au site.
Comment vérifier que les deux applications communiquent? L'url me retourne une erreur 500.
Alors j'ai adopté la conf fournie dans l'exemple mais je me retrouve avec cette erreur lorsque j'essai d'accéder à cms.sername.re/cms/_admin:
org.apache.cocoon.ResourceNotFoundException : No pipeline matched request: cms/_admin
<map:mount> - context:/resource://org/ametys/runtime/kernel/sitemap.xmap - 199 : 109
Je m'excuse par avance de pas comprendre au premier coup vos questions. Mais le développement web n'est pas vraiment ma tasse de thé. Enfin je vous remercie de votre aide
Alors c'est bien ça, apache renvoi sur le tomcat cms lorsque url :porttomcat/ est demandée. Et c'est la d'où vient mon incompréhension. Je pensais atteindre le tomcat site en lui indiquant l'url + le port du tomcat site mais je crois que ce n'est pas le cas !!!
J'ai un apache devant tomcat.
Vous entendez quoi par configuration apache? L'url renvoi sur le tomcat de l'application cms donc avec l'interface de création du site.
Ok je suis d'accord. Mais quand je vous parlais de back et front side ceux sont les adresses demandées dans la configuration admin des deux applications. Et si j'ai bien compris ces urls permettent aux deux applications de communiquer en interne?
Voila mes configurations avec deux tomcat sur la même :
Application CMS
backside :
frontside :
Application SITE
backside :
Création du site dev
nom : sername-dev
@ :
Voyez-vous où j'ai pu référencer la mauvaise adresse ou j'ai un soucis avec ma configuration? Merci
Ok j'attends donc votre offre. Et je ne comprends pas j'arrive à accéder à la partie admin de l'application cms mais plus à l partie admin du site. Et la page admin site me renvoi sur la page admin cms...