DM module not enabled on the Nuxeo 5.5 instance

I used the latest nuxeo-cap-5.5-20111209-00016-tomcat.zip file.

I follow the standard way to install my Nuxeo but the DM Module is not enabled:

  • no Mail folder document type
  • my studio bundle doesn't work

I did this following actions:

  • Unzipped the file,
  • changed $NUXEO_HOME to directory of unzipped file,
  • verified the environment had the correct values for $NUXEO_HOME etc.
  • Ran nuxeoctl wizard and registered this image.
  • Setup up Studio to CAP beta 5.5
  • and then updated my studio bundle using update button.

I do not see mail folders.

Here is a copy of the log file and nuxeo.conf file from this morning.

Would explain the difference between standard nuxeo documents, my documents, mail folder documents and my documents extended from mail folder document upon Nuxeo initialization? Maybe the explaination will give me a clue to why this particular system doesn't load the files needed!

BTW, thanks for the extraordinary effort, staging my configuration.

Karl Config follows:


# Configuration file for Nuxeo

JAVA_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8
nuxeo.log.dir=/var/log/nuxeo
nuxeo.data.dir=/var/lib/nuxeo

nuxeo.force.generation=true
nuxeo.url=http://bes:8080/nuxeo

nuxeo.db.jdbc.url=jdbc:postgresql://${nuxeo.db.host}:${nuxeo.db.port}/${nuxeo.db.name}
nuxeo.db.name=nuxeo
nuxeo.db.user=nuxeo
nuxeo.db.password=password
nuxeo.db.host=localhost
nuxeo.db.port=5432
nuxeo.db.driver=org.postgresql.Driver


# Mail settings (for notifications)
nuxeo.notification.eMailSubjectPrefix="[BES]"
mail.smtp.host=dc01.zaxis.local
mail.smtp.port=25
mail.smtp.auth=false
mail.from=BES@z-axiscc.com

mail.pop3.host=dc01.zaxis.local
mail.debug=true

# OOo server config
jod.office.home=/usr/lib/openoffice.org3/

# OpenSocial settings
# Encoding of the zip entries filename
# JSF facelets
# LiveEdit auto-versioning will minor version if set to minor
org.nuxeo.ecm.platform.liveedit.autoversioning=minor
# Clustering settings

# Disable soft references
nuxeo.wizard.done=true
nuxeo.templates=postgresql

### BEGIN - DO NOT EDIT BETWEEN BEGIN AND END ### Fri Dec 09 09:46:01 EST 2011
mail.smtp.host=dc01.zaxis.local
server.status.key=c01ee515
### END - DO NOT EDIT BETWEEN BEGIN AND END ###

Log follows:


2011-12-09 09:45:32,887 WARN  [org.nuxeo.wizard.download.PackageDownloader] Unable to ping server -> status code :404 (Not Found)
2011-12-09 09:46:14,627 WARN  [org.nuxeo.runtime.deployment.preprocessor.DeploymentPreprocessor] Entering compatibility mode - Please update the deployment-fragment.xml in nuxeo-platform-login-digest-5.5-I20111209_0016.jar to use new dependency management
...
2011-12-09 09:46:17,418 INFO  [org.nuxeo.osgi.application.loader.FrameworkLoader] 
======================================================================
= Starting Nuxeo Framework

======================================================================
  * Server home = /zaxisapps/beta/nuxeo-cap-5.5-I20111209_0016-tomcat
  * Runtime home = /zaxisapps/beta/nuxeo-cap-5.5-I20111209_0016-tomcat/nxserver
  * Data Directory = /var/lib/nuxeo
  * Log Directory = /var/log/nuxeo
  * Configuration Directory = /zaxisapps/beta/nuxeo-cap-5.5-I20111209_0016-tomcat/nxserver/config
  * Temp Directory = /zaxisapps/beta/nuxeo-cap-5.5-I20111209_0016-tomcat/tmp

======================================================================

....
2011-12-09 09:46:23,524 WARN  [org.nuxeo.ecm.core.search.api.client.querymodel.QueryModelService] Query models are deprecated as of Nuxeo 5.4 and will be removed for Nuxeo 5.6: the query model 'DEFAULT_CREATION_CONTAINER_LIST_PROVIDER' should be upgraded to use content views
...
2011-12-09 09:46:40,049 INFO  [org.nuxeo.runtime.osgi.OSGiRuntimeService] Nuxeo EP Started
======================================================================
= Nuxeo EP Started
======================================================================
= Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 332
======================================================================
2011-12-09 09:46:40,049 INFO  [org.nuxeo.osgi.application.FrameworkBootstrap] Framework started in 22 sec.
2011-12-09 09:46:40,619 WARN  [org.hibernate.ejb.Ejb3Configuration] Overriding hibernate.transaction.factory_class is dangerous, this might break the EJB3 specification implementation
2011-12-09 09:46:42,524 WARN  [org.hibernate.ejb.Ejb3Configuration] Overriding hibernate.transaction.factory_class is dangerous, this might break the EJB3 specification implementation
2011-12-09 09:47:03,088 INFO  [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
...
2011-12-09 09:47:03,095 INFO  [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml
2011-12-09 09:47:03,152 WARN  [org.jboss.seam.init.Initialization] namespace declared in components.xml does not resolve to a package: 
...
2011-12-09 09:47:03,153 INFO  [org.jboss.seam.init.Initialization] reading properties from: /seam.properties
2011-12-09 09:47:03,159 INFO  [org.jboss.seam.init.Initialization] initializing Seam
2011-12-09 09:47:03,257 INFO  [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
...
2011-12-09 09:47:03,301 INFO  [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
...
2011-12-09 09:47:03,405 INFO  [org.jboss.seam.init.Initialization] Installing components...
2011-12-09 09:47:03,454 INFO  [org.jboss.seam.Component] Component: FileManageActions, scope: EVENT, type: JAVA_BEAN, class: org.nuxeo.ecm.webapp.filemanager.FileManageActionsBean
...
2011-12-09 09:47:04,951 WARN  [org.jboss.seam.security.permission.PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2011-12-09 09:47:04,965 INFO  [org.jboss.seam.init.Initialization] done initializing Seam
2011-12-09 09:47:19,302 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
2011-12-09 09:47:19,336 INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
2011-12-09 09:47:19,376 INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
2011-12-09 09:47:19,377 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
2011-12-09 09:47:19,377 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
2011-12-09 09:47:19,377 INFO  [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
2011-12-09 09:47:45,352 WARN  [org.apache.commons.httpclient.HttpMethodBase] Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
2011-12-09 09:48:55,366 WARN  [org.apache.commons.httpclient.HttpMethodBase] Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
2011-12-09 09:49:01,599 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "zdoctype": TYPE
2011-12-09 09:49:01,666 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "class_scheduled_cv": DUBLINCORE_CREATED, DUBLINCORE_DESCRIPTION, TRAINING_CLASSES_PLACE
2011-12-09 09:49:01,697 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "zcustii_contacttype": CONTACTNAME
2011-12-09 09:49:01,754 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "zs_customeriia": NAME
2011-12-09 09:49:01,835 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "zaxis-_as": DUBLINCORE_NATURE
2011-12-09 09:49:01,852 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "zs_customer": TELEPHONE
2011-12-09 09:49:01,875 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "training_classes": ATTENDEES
2011-12-09 09:49:02,058 WARN  [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Database contains additional unused columns for table "training_certificate": TYPE
0 votes

2 answers

2884 views

ANSWER

Karl, I allowed myself to rewrite your question to help users that will have the same trouble. Let's continue here, and if you are agree, I will close the other one.
12/10/2011

I'm not sure what you've changed "edited" but I did open a JIRA entry for this issue.
12/14/2011

Do you have again this trouble with the Nuxeo 5.5 release that you can download from here:

http://community.nuxeo.com/static/releases/nuxeo-5.5/

01/02/2012



Here are the unzipped files in my directory:

  • bin
  • client
  • conf
  • doc-tomcat
  • endorsed
  • lib
  • licenses
  • LICENSE.txt
  • nxserver
  • readme.html
  • README.txt
  • sdk
  • setupWizardDownloads
  • Start
  • Nuxeo.bat
  • Start Nuxeo.command
  • templates
  • tmp
  • webapps
  • work

Yes I downloaded nuxeo-cap-5.5-20111209_00016-tomcat.zip.

I think your suggesting I try the “online” version of v5.5 which I will do.

Let me know if I've interpreted your suggestion correctly.

Karl

0 votes



Jira created for this issue on 12/12/2011:

https://jira.nuxeo.com/browse/NXP-8164

12/23/2011


  • Karl you didn't answer to my question, do you have into your unzipped directory, 5 files without extension ?
  • Did you download the zip exactly named nuxeo-cap-5.5-IXXXXXXXX_XXXX-tomcat.zip

My little idea comes from this line of log:

[org.nuxeo.wizard.download.PackageDownloader] Unable to ping server -> status code :404 (Not Found)

I think you choose the nuxeo-cap-5.5-IXXXXXXXX_XXXX-tomcat-online.zip file and not the fully packaged ones! This online is a distribution light for user with small bandwidth (like me)

As you don't have DM package, installer try to get the Market Place Package of Nuxeo DM from the Nuxeo web site. But this version is not yet released (in development) => no DM package installed => No Mail Folder installed => Problem with you studio package.

0 votes



Here are the unzipped files in my directory:

bin
client
conf
doc-tomcat
endorsed
lib
licenses
LICENSE.txt
nxserver
readme.html
README.txt
sdk
setupWizardDownloads
Start Nuxeo.bat
Start Nuxeo.command
templates
tmp
webapps
work

Yes I downloaded nuxeo-cap-5.5-20111209_00016-tomcat.zip.

I think your suggesting I try the "online" version of v5.5 which I will do.

Let me know if I've interpreted your suggestion correctly.

Karl

12/12/2011

No online will not work. My question was, did you test the online version. Because modules are not yet published…

Can you give me the content of setupWizardDownloads and the content of the xml file ? Can you create a JIRA ticket and we will continue this discussion on it… I will update this answer with the solution of this problem later…

12/12/2011