Questions tagged [weceem]

Weceem is a open source content management system built with Grails.

Weceem is:

  • A free and customizable Open Source Content Management System (CMS)
  • Web Content, Blogs, Social, Search, SEO & more
  • Simple & easy to use - design professional sites without barriers
  • Rock solid tech: Java, Spring, Groovy, built with Grails
21 questions
3
votes
0 answers

Weceem 1.1.2 cannot find resources while starting up

When I try to start project with Weceem I get following errors in STS console: | Error 2012-02-07 09:23:54,609 ["http-bio-8080"-exec-3] ERROR resource.ResourceMeta - While processing /plugins/blueprint-0.9.1.1/css/blueprint/screen.css, a…
2
votes
0 answers

Grails + Weceem + Tomcat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor

I'm using Grails 2.1.5 + Weceem for CMS and Tomcat 7.0.40 as Servlet Container. Our server has 7.5 Gb RAM and configured this JAVA_OPTS for the tomcat: JAVA_OPTS="-d64 -server -Xms6144m -Xmx6144m -XX:NewSize=512m -XX:MaxNewSize=512m…
prcp
  • 21
  • 2
1
vote
2 answers

Weceem plugin not rendering javascript -Grails 2.3.7

I just got weceem-plugin (1.2) installed with Grails 2.3.7. Everything runs fine except javascript does not get rendered - it just shows up as raw text. I have confirmed all the static resources(css,images,js) are loaded. Thanks in advance.
1
vote
1 answer

Interceptor for Weceem Security rules

We managed to install weceem plugin and could map with user roles. But we need more control as follow. There are tenants in the system, users of which have the same roles. But each tenant in the grails app is fully isolated from other tenants. So we…
Swarup Das
  • 21
  • 3
1
vote
0 answers

Null Pointer on springSecurityService.currentUser when using weceem grails-plugin

i'm using Grails 2.1.1 in my project, right now i'm using springSecurityService.currentUser to get user credential, etc. in the past 2 days, my project need some CMS extension and i've stumbled upon Weceem plugins. set things here and there, in the…
tyrion
  • 23
  • 6
0
votes
1 answer

I cannot add content to Weceem through the admin screen

I got Grails CMS (Weceem) up and running. Through the admin screen I have been able to modify existing text or add new HTML pages. However I cannot add any resources folders. When I click on New Content and select Folder and enter a folder name,…
Viriato
  • 2,981
  • 7
  • 40
  • 54
0
votes
2 answers

How do I get Weceem Grails plugin to save its content across application restart?

I have Weceem 1.0 plugin installed in an empty Grails 1.3.7 application. I did the initial setup from the docs page, and I switched the devDB from "mem" to "file" storage. I can create a space, populate some content, but then when I restart the…
John Flinchbaugh
  • 2,338
  • 1
  • 17
  • 20
0
votes
1 answer

Can not run app with weceem plugin

Hello I'm trying to use weceem plugin but i got error: Message: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error…
idiagne
  • 11
  • 9
0
votes
0 answers

grails duplicate QuartzConfig

I use quartz in my grails project. I now wanted to include the weceem plugin (that is a "lightweight" CMS) It turns out that the plugin itself uses quatz as well. Now I have a compile error saying: Invalid duplicate class definition of class…
Bernhard
  • 444
  • 1
  • 4
  • 19
0
votes
1 answer

Weceem plugin and Grails regarding Content publishing workflow

I am published a content for user. Then as admin I want to modify that content and don't want to publish until it's approved. So in this case I save it as Draft and do not want user to see it. But when user try to access the page, he can see my…
arvind
  • 106
  • 7
0
votes
1 answer

Create deployable war in Grails with weceem plugin

I am using GGTS 3.6.4 with Grails 2.4.5, Weceem 1.3 and Java 1.8u40. I created a web application in Grails using the weceem plugin and everything works fine when I start the app with the command grails run-app. I tried to create a deployable war…
Moprotz
  • 5
  • 2
0
votes
1 answer

Edit adminstration GUI of weceem

I am using GGTS 3.6.3.SR1 with grails 2.4.4 and installed the weceem plugin version 1.3. Is it somehow possible to edit the admin GUI of weceem? When you are logged in the administration panel and have chosen a space you have a nav-menu where is…
Moprotz
  • 5
  • 2
0
votes
1 answer

Failure to update schema when launching weceem

I am trying to get the weceem CMS system running on an ubuntu 14.04 server. I have a tomcat7 installation running and showing its manager app. I downloaded weceem 1.3 and unpacked the war in the webapps/weceem directory. I am running mariadb…
Peter N. Steinmetz
  • 1,252
  • 1
  • 15
  • 23
0
votes
1 answer

weceem 1.3-SNAPSHOT Provider net.sf.ehcache.hibernate.EhCacheRegionFactory not found

I cloned weceem-app, weceem-plugin and weceem-spring-security, build them all and I'm not able to start the app because of: INFORMATION: TLD skipped. URI: http://www.springframework.org/tags is already defined Loading Weceem config from…
Marcin
  • 163
  • 9
0
votes
1 answer

Resolve error obtaining dependencies: Failed to read artifact descriptor for org.grails.plugins:ckeditor:zip:3.6.6.1.0

This has been a recurring problem from time to time even with no changes to BuildConfig.groovy. I have the following in the plugins section of BuildConfig: compile ":weceem:1.2" This has a dependency to ckeditor-3.6.6.1.0 which produced the…
Tomislav Urban
  • 95
  • 1
  • 10
1
2