EC2 Installation with Amazon's Linux AMI using RDS Postgre

156 views
Skip to first unread message

John Considine

unread,
Mar 25, 2014, 1:29:44 PM3/25/14
to dot...@googlegroups.com
I read and installed dotCMS per dotcms installation document titled: EC2
Installation with Amazon's Linux AMI. That works great, however, I wanted
to have the database on a AWS RDS instance of postgreSQL. What I did was
follow the same instructions but changed the root.xml to use postgre instead
of mysql and made sure my RDS instance of postgreSQL had the proper
permissions.

I did the ant deploy and did the startup.sh. Everything appears to run but
I did have errors in the log. The EC2 instance of dotcms responds but when
I went to ${host.url}/admin it shows a 500 page.

500-image-title
500-title

500-body1

500-body2



© 2014, 500-copywright


Looking at the logs I see it started using the PostgreSQL dialect and then
later uses the Mysql dialect. I am not sure why it switches. See full log
below:

ROOT.XML

<Context path="" docBase="../../dotCMS" debug="0" reloadable="false"
crossContext="true">


<Resource name="mail/MailSession" auth="Container"
type="javax.mail.Session" mail.smtp.host="localhost" />



<Resource name="jdbc/dotCMSPool" auth="Container"
type="javax.sql.DataSource"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://${host}/dotcms"
username="user" password="password" maxActive="60" maxIdle="10"
maxWait="60000"
removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true"
validationQuery="SELECT 1" testOnBorrow="true" />





</Context>


dotCMS.log during startup and right after hitting the /admin website.

[25/03/14 15:10:21:154 UTC] INFO core.AprLifecycleListener: The APR based
Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.library.path:
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[25/03/14 15:10:21:520 UTC] INFO http11.Http11Protocol: Initializing Coyote
HTTP/1.1 on http-80
[25/03/14 15:10:21:526 UTC] INFO startup.Catalina: Initialization processed
in 1167 ms
[25/03/14 15:10:21:587 UTC] INFO core.StandardService: Starting service
Catalina
[25/03/14 15:10:21:588 UTC] INFO core.StandardEngine: Starting Servlet
Engine: Apache Tomcat/6.0.26
[25/03/14 15:10:21:596 UTC] INFO startup.HostConfig: Deploying
configuration descriptor ROOT.xml
[25/03/14 15:10:25:253 UTC] INFO util.AsciiArt:
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO
7777777 7777 7777 77777777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO
OO 777777777 77777 77777 77777777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO
OOO 77777 777777 77777 7777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOOOOOOOO OOOOOOOO
OOOOOOOOO 7777 7777777 777777 7777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO OOOOO OOOO OOOO
OOOO 7777 7777777 7777777 777777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO OOOO OOO
OOOO OOOO 7777 77777777 777 7777 777777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO OOOO OOOO
OOOO OOOO 7777 777 777 777 7777 7777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO OOOO OOO
OOOO OOOO 77777 777 777777 7777 7777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOO OOOO OOOO OOO
OOOO 77777 777 7777 7777 7777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt: OOOOOOOOOO OOOOOOOO
OOOOO 777777777 777 7777 7777 777777777
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
Content Management System
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
[25/03/14 15:10:25:259 UTC] INFO util.AsciiArt:
[25/03/14 15:10:26:260 UTC] INFO util.Config: Initializing properties
reader.
[25/03/14 15:10:26:261 UTC] INFO util.Config: Loading dotCMS Properties...
[25/03/14 15:10:26:338 UTC] INFO util.Config: Assigned default refresh
interval: 5 minutes.
[25/03/14 15:10:26:338 UTC] INFO util.Config: dotCMS Properties Loaded
[25/03/14 15:10:26:349 UTC] INFO util.OSGIUtil: Felix dir:
/opt/dotcms/wwwroot/current/tomcat/webapps/../../dotCMS/WEB-INF/felix
[25/03/14 15:10:26:362 UTC] INFO util.OSGIUtil: Loading property
felix.auto.deploy.action=install,start
[25/03/14 15:10:26:363 UTC] INFO util.OSGIUtil: Loading property
felix.fileinstall.start.level=2
[25/03/14 15:10:26:363 UTC] INFO util.OSGIUtil: Loading property
org.osgi.framework.startlevel.beginning=2
[25/03/14 15:10:26:363 UTC] INFO util.OSGIUtil: Loading property
org.osgi.framework.storage.clean=onFirstInit
[25/03/14 15:10:26:364 UTC] INFO util.OSGIUtil: Loading property
felix.log.level=4
[25/03/14 15:10:27:625 UTC] INFO util.OSGIUtil: Loading Factory
org.apache.felix.framework.FrameworkFactory
[25/03/14 15:10:29:897 UTC] INFO util.OSGIUtil: osgi felix framework
started
[25/03/14 15:10:29:907 UTC] INFO server.CMISServiceFactoryImpl:
Initializing in-memory repository...
[25/03/14 15:10:29:998 UTC] INFO server.CMISServiceFactoryImpl:
...initialized in-memory repository.
[25/03/14 15:10:29:998 UTC] INFO impl.CmisRepositoryContextListener:
Initialized Services Factory:
com.dotcms.enterprise.cmis.server.CMISServiceFactoryImpl
[25/03/14 15:10:30:062 UTC] INFO util.SystemProperties: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/system.properties
[25/03/14 15:10:30:063 UTC] INFO util.SystemProperties: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/system-ext.properties
[25/03/14 15:10:30:151 UTC] INFO util.PropsLoader: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/portal.properties
[25/03/14 15:10:30:155 UTC] INFO util.PropsLoader: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/portal-ext.properties
[25/03/14 15:10:31:076 UTC] INFO business.CacheLocator: loading cache
administrator: com.dotmarketing.business.DotGuavaCacheAdministratorImpl
[25/03/14 15:10:31:104 UTC] INFO business.ESDistributedJournalFactoryImpl:
Server IDs configured: [1]
[25/03/14 15:10:31:114 UTC] INFO util.ConfigUtils: Using configured
hostname: 1
[25/03/14 15:10:31:430 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : default: 1000
[25/03/14 15:10:31:434 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : livecache: 1000
[25/03/14 15:10:31:434 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workingcache: 1000
[25/03/14 15:10:31:435 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : adminconfigpool: 100
[25/03/14 15:10:31:435 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : blockdirectivecache: 1000
[25/03/14 15:10:31:435 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorybykeycache: 1000
[25/03/14 15:10:31:436 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorycache: 1000
[25/03/14 15:10:31:436 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorychildrencache: 1000
[25/03/14 15:10:31:436 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categoryparentscache: 1000
[25/03/14 15:10:31:437 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : companypool: 10
[25/03/14 15:10:31:437 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : contentletcache: 5000
[25/03/14 15:10:31:438 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : fileassetmetadatacache: 200
[25/03/14 15:10:31:438 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmslayoutcache: 1000
[25/03/14 15:10:31:442 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsrolecache: 1000
[25/03/14 15:10:31:442 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsrolekeycache: 1000
[25/03/14 15:10:31:442 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsuserrolecache: 1000
[25/03/14 15:10:31:443 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : fieldscache: 1000
[25/03/14 15:10:31:443 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : filecache: 1000
[25/03/14 15:10:31:443 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : foldercache: 1000
[25/03/14 15:10:31:444 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostaliascache: 1000
[25/03/14 15:10:31:444 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostcache: 1000
[25/03/14 15:10:31:444 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostvariablescache: 1000
[25/03/14 15:10:31:445 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : htmlpagecache: 1000
[25/03/14 15:10:31:445 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : identifiercache: 50000
[25/03/14 15:10:31:445 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : languagecacheimpl: 1000
[25/03/14 15:10:31:446 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : navcache: 1000
[25/03/14 15:10:31:446 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : parentpermissionablecache: 10000
[25/03/14 15:10:31:446 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : permissioncache: 50000
[25/03/14 15:10:31:447 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : plugincache: 1000
[25/03/14 15:10:31:447 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : portletpool: 100
[25/03/14 15:10:31:447 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : structurecache: 500
[25/03/14 15:10:31:448 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : templatecache: 500
[25/03/14 15:10:31:448 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : userdotcmscache: 1000
[25/03/14 15:10:31:448 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : useremaildotcmscache: 1000
[25/03/14 15:10:31:449 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : userproxycache: 1000
[25/03/14 15:10:31:449 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitycache: 1000
[25/03/14 15:10:31:449 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitymenucache: 1000
[25/03/14 15:10:31:450 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitymisscache: 1000
[25/03/14 15:10:31:450 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : versioncache: 50000
[25/03/14 15:10:31:450 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : versioninfocache: 50000
[25/03/14 15:10:31:451 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : virtuallinkscache: 1000
[25/03/14 15:10:31:451 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowcache: 1000
[25/03/14 15:10:31:454 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowstepcache: 1000
[25/03/14 15:10:31:454 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowtaskcache: 1000
[25/03/14 15:10:31:454 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : indiciescache: 8
[25/03/14 15:10:31:455 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : publishingendpointcache: 100
[25/03/14 15:10:31:455 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowactioncache: 10000
[25/03/14 15:10:31:455 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : logmappercache: 10
[25/03/14 15:10:31:456 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : translatedquerycache: 5000
[25/03/14 15:10:31:456 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Disk : contentletcache: true
[25/03/14 15:10:31:456 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Disk : velocitycache: true
[25/03/14 15:10:31:478 UTC] INFO cache.H2CacheLoader: Starting Disk Cache
[25/03/14 15:10:33:626 UTC] INFO cache.H2CacheLoader: Disk Cache Started
[25/03/14 15:10:33:698 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : structurecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:10:33:839 UTC] INFO [localhost].[/]:
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[25/03/14 15:10:36:643 UTC] INFO priv.g:
[25/03/14 15:10:36:644 UTC] INFO priv.g:
[25/03/14 15:10:36:645 UTC] INFO priv.g:
[25/03/14 15:10:36:646 UTC] INFO priv.g:
[25/03/14 15:10:36:647 UTC] INFO priv.g:
[25/03/14 15:10:36:648 UTC] INFO priv.g:
[25/03/14 15:10:36:648 UTC] INFO priv.g:
[25/03/14 15:10:36:649 UTC] INFO priv.g:
[25/03/14 15:10:36:650 UTC] INFO priv.g:
[25/03/14 15:10:36:651 UTC] INFO lang.System: dotCMS Version : COMMUNITY
EDITION
[25/03/14 15:10:39:122 UTC] INFO startup.StartupTasksExecutor: Starting
startup tasks.
[25/03/14 15:10:42:735 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00001LoadSchema
[25/03/14 15:10:42:742 UTC] INFO startup.StartupTasksExecutor: Running:
Task00003CreateSystemRoles
[25/03/14 15:10:42:791 UTC] INFO startup.StartupTasksExecutor: Running:
Task00004LoadStarter
[25/03/14 15:10:42:795 UTC] INFO db.DotCMSInitDb: There are no inodes -
initializing db with starter site
[25/03/14 15:10:42:822 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : contentletcache, size:5000, toDisk:true,Concurrency:32
[25/03/14 15:10:42:824 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:10:43:331 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:10:43:332 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : velocitycache, size:1000, toDisk:true,Concurrency:32
[25/03/14 15:10:43:333 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:10:43:838 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:10:43:838 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : structurecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:10:49:023 UTC] INFO util.ImportExportUtil: Found 66 files to
import
[25/03/14 15:10:49:024 UTC] INFO util.ImportExportUtil: About to delete all
records from fixes_audit
[25/03/14 15:10:49:027 UTC] INFO util.ImportExportUtil: Deleted all records
from fixes_audit
[25/03/14 15:10:49:028 UTC] INFO util.ImportExportUtil: About to delete all
records from user_filter
[25/03/14 15:10:49:031 UTC] INFO util.ImportExportUtil: Deleted all records
from user_filter
[25/03/14 15:10:49:031 UTC] INFO util.ImportExportUtil: About to delete all
records from virtual_link
[25/03/14 15:10:49:033 UTC] INFO util.ImportExportUtil: Deleted all records
from virtual_link
[25/03/14 15:10:49:034 UTC] INFO util.ImportExportUtil: About to delete all
records from user_preferences
[25/03/14 15:10:49:036 UTC] INFO util.ImportExportUtil: Deleted all records
from user_preferences
[25/03/14 15:10:49:036 UTC] INFO util.ImportExportUtil: About to delete all
records from click
[25/03/14 15:10:49:039 UTC] INFO util.ImportExportUtil: Deleted all records
from click
[25/03/14 15:10:49:039 UTC] INFO util.ImportExportUtil: About to delete all
records from permission_reference
[25/03/14 15:10:49:042 UTC] INFO util.ImportExportUtil: Deleted all records
from permission_reference
[25/03/14 15:10:49:042 UTC] INFO util.ImportExportUtil: About to delete all
records from field
[25/03/14 15:10:49:045 UTC] INFO util.ImportExportUtil: Deleted all records
from field
[25/03/14 15:10:49:045 UTC] INFO util.ImportExportUtil: About to delete all
records from clickstream
[25/03/14 15:10:49:048 UTC] INFO util.ImportExportUtil: Deleted all records
from clickstream
[25/03/14 15:10:49:048 UTC] INFO util.ImportExportUtil: About to delete all
records from user_proxy
[25/03/14 15:10:49:051 UTC] INFO util.ImportExportUtil: Deleted all records
from user_proxy
[25/03/14 15:10:49:051 UTC] INFO util.ImportExportUtil: About to delete all
records from chain_link_code
[25/03/14 15:10:49:054 UTC] INFO util.ImportExportUtil: Deleted all records
from chain_link_code
[25/03/14 15:10:49:054 UTC] INFO util.ImportExportUtil: About to delete all
records from dashboard_user_preferences
[25/03/14 15:10:49:057 UTC] INFO util.ImportExportUtil: Deleted all records
from dashboard_user_preferences
[25/03/14 15:10:49:057 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_referer
[25/03/14 15:10:49:059 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_referer
[25/03/14 15:10:49:060 UTC] INFO util.ImportExportUtil: About to delete all
records from htmlpage
[25/03/14 15:10:49:062 UTC] INFO util.ImportExportUtil: Deleted all records
from htmlpage
[25/03/14 15:10:49:063 UTC] INFO util.ImportExportUtil: About to delete all
records from category
[25/03/14 15:10:49:065 UTC] INFO util.ImportExportUtil: Deleted all records
from category
[25/03/14 15:10:49:066 UTC] INFO util.ImportExportUtil: About to delete all
records from link_version_info
[25/03/14 15:10:49:068 UTC] INFO util.ImportExportUtil: Deleted all records
from link_version_info
[25/03/14 15:10:49:069 UTC] INFO util.ImportExportUtil: About to delete all
records from template
[25/03/14 15:10:49:072 UTC] INFO util.ImportExportUtil: Deleted all records
from template
[25/03/14 15:10:49:072 UTC] INFO util.ImportExportUtil: About to delete all
records from field_variable
[25/03/14 15:10:49:074 UTC] INFO util.ImportExportUtil: Deleted all records
from field_variable
[25/03/14 15:10:49:075 UTC] INFO util.ImportExportUtil: About to delete all
records from contentlet_version_info
[25/03/14 15:10:49:077 UTC] INFO util.ImportExportUtil: Deleted all records
from contentlet_version_info
[25/03/14 15:10:49:077 UTC] INFO util.ImportExportUtil: About to delete all
records from workflow_task
[25/03/14 15:10:49:080 UTC] INFO util.ImportExportUtil: Deleted all records
from workflow_task
[25/03/14 15:10:49:080 UTC] INFO util.ImportExportUtil: About to delete all
records from relationship
[25/03/14 15:10:49:083 UTC] INFO util.ImportExportUtil: Deleted all records
from relationship
[25/03/14 15:10:49:083 UTC] INFO util.ImportExportUtil: About to delete all
records from users_to_delete
[25/03/14 15:10:49:086 UTC] INFO util.ImportExportUtil: Deleted all records
from users_to_delete
[25/03/14 15:10:49:086 UTC] INFO util.ImportExportUtil: About to delete all
records from htmlpage_version_info
[25/03/14 15:10:49:088 UTC] INFO util.ImportExportUtil: Deleted all records
from htmlpage_version_info
[25/03/14 15:10:49:089 UTC] INFO util.ImportExportUtil: About to delete all
records from containers
[25/03/14 15:10:49:091 UTC] INFO util.ImportExportUtil: Deleted all records
from containers
[25/03/14 15:10:49:092 UTC] INFO util.ImportExportUtil: About to delete all
records from chain_state_parameter
[25/03/14 15:10:49:094 UTC] INFO util.ImportExportUtil: Deleted all records
from chain_state_parameter
[25/03/14 15:10:49:094 UTC] INFO util.ImportExportUtil: About to delete all
records from mailing_list
[25/03/14 15:10:49:097 UTC] INFO util.ImportExportUtil: Deleted all records
from mailing_list
[25/03/14 15:10:49:097 UTC] INFO util.ImportExportUtil: About to delete all
records from user_comments
[25/03/14 15:10:49:099 UTC] INFO util.ImportExportUtil: Deleted all records
from user_comments
[25/03/14 15:10:49:100 UTC] INFO util.ImportExportUtil: About to delete all
records from fileasset_version_info
[25/03/14 15:10:49:102 UTC] INFO util.ImportExportUtil: Deleted all records
from fileasset_version_info
[25/03/14 15:10:49:103 UTC] INFO util.ImportExportUtil: About to delete all
records from report_parameter
[25/03/14 15:10:49:105 UTC] INFO util.ImportExportUtil: Deleted all records
from report_parameter
[25/03/14 15:10:49:105 UTC] INFO util.ImportExportUtil: About to delete all
records from contentlet
[25/03/14 15:10:49:109 UTC] INFO util.ImportExportUtil: Deleted all records
from contentlet
[25/03/14 15:10:49:109 UTC] INFO util.ImportExportUtil: About to delete all
records from report_asset
[25/03/14 15:10:49:111 UTC] INFO util.ImportExportUtil: Deleted all records
from report_asset
[25/03/14 15:10:49:112 UTC] INFO util.ImportExportUtil: About to delete all
records from content_rating
[25/03/14 15:10:49:114 UTC] INFO util.ImportExportUtil: Deleted all records
from content_rating
[25/03/14 15:10:49:114 UTC] INFO util.ImportExportUtil: About to delete all
records from file_asset
[25/03/14 15:10:49:117 UTC] INFO util.ImportExportUtil: Deleted all records
from file_asset
[25/03/14 15:10:49:117 UTC] INFO util.ImportExportUtil: About to delete all
records from tree
[25/03/14 15:10:49:120 UTC] INFO util.ImportExportUtil: Deleted all records
from tree
[25/03/14 15:10:49:120 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_workstream
[25/03/14 15:10:49:123 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_workstream
[25/03/14 15:10:49:123 UTC] INFO util.ImportExportUtil: About to delete all
records from tag
[25/03/14 15:10:49:126 UTC] INFO util.ImportExportUtil: Deleted all records
from tag
[25/03/14 15:10:49:126 UTC] INFO util.ImportExportUtil: About to delete all
records from tag_inode
[25/03/14 15:10:49:128 UTC] INFO util.ImportExportUtil: Deleted all records
from tag_inode
[25/03/14 15:10:49:129 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_404
[25/03/14 15:10:49:131 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_404
[25/03/14 15:10:49:131 UTC] INFO util.ImportExportUtil: About to delete all
records from multi_tree
[25/03/14 15:10:49:134 UTC] INFO util.ImportExportUtil: Deleted all records
from multi_tree
[25/03/14 15:10:49:134 UTC] INFO util.ImportExportUtil: About to delete all
records from clickstream_request
[25/03/14 15:10:49:137 UTC] INFO util.ImportExportUtil: Deleted all records
from clickstream_request
[25/03/14 15:10:49:137 UTC] INFO util.ImportExportUtil: About to delete all
records from template_containers
[25/03/14 15:10:49:140 UTC] INFO util.ImportExportUtil: Deleted all records
from template_containers
[25/03/14 15:10:49:140 UTC] INFO util.ImportExportUtil: About to delete all
records from chain_state
[25/03/14 15:10:49:142 UTC] INFO util.ImportExportUtil: Deleted all records
from chain_state
[25/03/14 15:10:49:142 UTC] INFO util.ImportExportUtil: About to delete all
records from clickstream_404
[25/03/14 15:10:49:145 UTC] INFO util.ImportExportUtil: Deleted all records
from clickstream_404
[25/03/14 15:10:49:145 UTC] INFO util.ImportExportUtil: About to delete all
records from trackback
[25/03/14 15:10:49:148 UTC] INFO util.ImportExportUtil: Deleted all records
from trackback
[25/03/14 15:10:49:148 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_visits
[25/03/14 15:10:49:150 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_visits
[25/03/14 15:10:49:151 UTC] INFO util.ImportExportUtil: About to delete all
records from host_variable
[25/03/14 15:10:49:153 UTC] INFO util.ImportExportUtil: Deleted all records
from host_variable
[25/03/14 15:10:49:153 UTC] INFO util.ImportExportUtil: About to delete all
records from language
[25/03/14 15:10:49:156 UTC] INFO util.ImportExportUtil: Deleted all records
from language
[25/03/14 15:10:49:156 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_pages
[25/03/14 15:10:49:158 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_pages
[25/03/14 15:10:49:159 UTC] INFO util.ImportExportUtil: About to delete all
records from communication
[25/03/14 15:10:49:161 UTC] INFO util.ImportExportUtil: Deleted all records
from communication
[25/03/14 15:10:49:162 UTC] INFO util.ImportExportUtil: About to delete all
records from campaign
[25/03/14 15:10:49:164 UTC] INFO util.ImportExportUtil: Deleted all records
from campaign
[25/03/14 15:10:49:164 UTC] INFO util.ImportExportUtil: About to delete all
records from container_version_info
[25/03/14 15:10:49:167 UTC] INFO util.ImportExportUtil: Deleted all records
from container_version_info
[25/03/14 15:10:49:167 UTC] INFO util.ImportExportUtil: About to delete all
records from chain
[25/03/14 15:10:49:170 UTC] INFO util.ImportExportUtil: Deleted all records
from chain
[25/03/14 15:10:49:170 UTC] INFO util.ImportExportUtil: About to delete all
records from permission
[25/03/14 15:10:49:172 UTC] INFO util.ImportExportUtil: Deleted all records
from permission
[25/03/14 15:10:49:173 UTC] INFO util.ImportExportUtil: About to delete all
records from workflow_history
[25/03/14 15:10:49:175 UTC] INFO util.ImportExportUtil: Deleted all records
from workflow_history
[25/03/14 15:10:49:175 UTC] INFO util.ImportExportUtil: About to delete all
records from calendar_reminder
[25/03/14 15:10:49:178 UTC] INFO util.ImportExportUtil: Deleted all records
from calendar_reminder
[25/03/14 15:10:49:178 UTC] INFO util.ImportExportUtil: About to delete all
records from recipient
[25/03/14 15:10:49:180 UTC] INFO util.ImportExportUtil: Deleted all records
from recipient
[25/03/14 15:10:49:181 UTC] INFO util.ImportExportUtil: About to delete all
records from workflow_comment
[25/03/14 15:10:49:183 UTC] INFO util.ImportExportUtil: Deleted all records
from workflow_comment
[25/03/14 15:10:49:183 UTC] INFO util.ImportExportUtil: About to delete all
records from workflowtask_files
[25/03/14 15:10:49:186 UTC] INFO util.ImportExportUtil: Deleted all records
from workflowtask_files
[25/03/14 15:10:49:186 UTC] INFO util.ImportExportUtil: About to delete all
records from links
[25/03/14 15:10:49:188 UTC] INFO util.ImportExportUtil: Deleted all records
from links
[25/03/14 15:10:49:189 UTC] INFO util.ImportExportUtil: About to delete all
records from challenge_question
[25/03/14 15:10:49:191 UTC] INFO util.ImportExportUtil: Deleted all records
from challenge_question
[25/03/14 15:10:49:191 UTC] INFO util.ImportExportUtil: About to delete all
records from template_version_info
[25/03/14 15:10:49:194 UTC] INFO util.ImportExportUtil: Deleted all records
from template_version_info
[25/03/14 15:10:49:194 UTC] INFO util.ImportExportUtil: About to delete all
records from web_form
[25/03/14 15:10:49:197 UTC] INFO util.ImportExportUtil: Deleted all records
from web_form
[25/03/14 15:10:49:197 UTC] INFO util.ImportExportUtil: About to delete all
records from cms_layouts_portlets
[25/03/14 15:10:49:199 UTC] INFO util.ImportExportUtil: Deleted all records
from cms_layouts_portlets
[25/03/14 15:10:49:200 UTC] INFO util.ImportExportUtil: About to delete all
records from layouts_cms_roles
[25/03/14 15:10:49:202 UTC] INFO util.ImportExportUtil: Deleted all records
from layouts_cms_roles
[25/03/14 15:10:49:203 UTC] INFO util.ImportExportUtil: About to delete all
records from users_cms_roles
[25/03/14 15:10:49:205 UTC] INFO util.ImportExportUtil: Deleted all records
from users_cms_roles
[25/03/14 15:10:49:205 UTC] INFO util.ImportExportUtil: About to delete all
records from cms_role
[25/03/14 15:10:49:214 UTC] INFO util.ImportExportUtil: Deleted all records
from cms_role
[25/03/14 15:10:49:215 UTC] INFO util.ImportExportUtil: About to delete all
records from cms_layout
[25/03/14 15:10:49:217 UTC] INFO util.ImportExportUtil: Deleted all records
from cms_layout
[25/03/14 15:10:49:217 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_content
[25/03/14 15:10:49:220 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_content
[25/03/14 15:10:49:220 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary
[25/03/14 15:10:49:222 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary
[25/03/14 15:10:49:223 UTC] INFO util.ImportExportUtil: About to delete all
records from analytic_summary_period
[25/03/14 15:10:49:225 UTC] INFO util.ImportExportUtil: Deleted all records
from analytic_summary_period
[25/03/14 15:10:49:225 UTC] INFO util.ImportExportUtil: About to delete all
records from structure
[25/03/14 15:10:49:228 UTC] INFO util.ImportExportUtil: Deleted all records
from structure
[25/03/14 15:10:49:228 UTC] INFO util.ImportExportUtil: About to delete all
records from folder
[25/03/14 15:10:49:231 UTC] INFO util.ImportExportUtil: Deleted all records
from folder
[25/03/14 15:10:49:231 UTC] INFO util.ImportExportUtil: About to delete all
records from identifier
[25/03/14 15:10:49:234 UTC] INFO util.ImportExportUtil: Deleted all records
from identifier
[25/03/14 15:10:49:234 UTC] INFO util.ImportExportUtil: About to delete all
records from inode
[25/03/14 15:10:49:236 UTC] INFO util.ImportExportUtil: Deleted all records
from inode
[25/03/14 15:10:49:236 UTC] INFO util.ImportExportUtil: About to delete all
records from user_
[25/03/14 15:10:49:246 UTC] INFO util.ImportExportUtil: Deleted all records
from user_
[25/03/14 15:10:49:247 UTC] INFO util.ImportExportUtil: About to delete all
records from company
[25/03/14 15:10:49:249 UTC] INFO util.ImportExportUtil: Deleted all records
from company
[25/03/14 15:10:49:249 UTC] INFO util.ImportExportUtil: About to delete all
records from counter
[25/03/14 15:10:49:252 UTC] INFO util.ImportExportUtil: Deleted all records
from counter
[25/03/14 15:10:49:252 UTC] INFO util.ImportExportUtil: About to delete all
records from image
[25/03/14 15:10:49:254 UTC] INFO util.ImportExportUtil: Deleted all records
from image
[25/03/14 15:10:49:255 UTC] INFO util.ImportExportUtil: About to delete all
records from portlet
[25/03/14 15:10:49:257 UTC] INFO util.ImportExportUtil: Deleted all records
from portlet
[25/03/14 15:10:49:257 UTC] INFO util.ImportExportUtil: About to delete all
records from portletpreferences
[25/03/14 15:10:49:260 UTC] INFO util.ImportExportUtil: Deleted all records
from portletpreferences
[25/03/14 15:10:49:260 UTC] INFO util.ImportExportUtil: About to delete all
records from address
[25/03/14 15:10:49:263 UTC] INFO util.ImportExportUtil: Deleted all records
from address
[25/03/14 15:10:49:263 UTC] INFO util.ImportExportUtil: About to delete all
records from address
[25/03/14 15:10:49:265 UTC] INFO util.ImportExportUtil: Deleted all records
from address
[25/03/14 15:10:49:265 UTC] INFO util.ImportExportUtil: About to delete all
records from plugin_property
[25/03/14 15:10:49:268 UTC] INFO util.ImportExportUtil: Deleted all records
from plugin_property
[25/03/14 15:10:49:268 UTC] INFO util.ImportExportUtil: About to delete all
records from plugin
[25/03/14 15:10:49:271 UTC] INFO util.ImportExportUtil: Deleted all records
from plugin
[25/03/14 15:10:49:271 UTC] INFO util.ImportExportUtil: About to delete all
records from pollschoice
[25/03/14 15:10:49:273 UTC] INFO util.ImportExportUtil: Deleted all records
from pollschoice
[25/03/14 15:10:49:273 UTC] INFO util.ImportExportUtil: About to delete all
records from pollsdisplay
[25/03/14 15:10:49:276 UTC] INFO util.ImportExportUtil: Deleted all records
from pollsdisplay
[25/03/14 15:10:49:276 UTC] INFO util.ImportExportUtil: About to delete all
records from pollsquestion
[25/03/14 15:10:49:278 UTC] INFO util.ImportExportUtil: Deleted all records
from pollsquestion
[25/03/14 15:10:49:279 UTC] INFO util.ImportExportUtil: About to delete all
records from pollsvote
[25/03/14 15:10:49:281 UTC] INFO util.ImportExportUtil: Deleted all records
from pollsvote
[25/03/14 15:10:49:726 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.virtuallinks.model.VirtualLink
[25/03/14 15:10:49:771 UTC] INFO util.ImportExportUtil: Found : 6
com.dotmarketing.portlets.virtuallinks.model.VirtualLink(s)
[25/03/14 15:10:49:980 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummaryPeriod
[25/03/14 15:10:50:001 UTC] INFO util.ImportExportUtil: Found : 13
com.dotmarketing.portlets.dashboard.model.DashboardSummaryPeriod(s)
[25/03/14 15:10:50:271 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.categories.model.Category
[25/03/14 15:10:50:312 UTC] INFO util.ImportExportUtil: Found : 11
com.dotmarketing.portlets.categories.model.Category(s)
[25/03/14 15:10:50:560 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.business.Layout
[25/03/14 15:10:50:566 UTC] INFO util.ImportExportUtil: Found : 8
com.dotmarketing.business.Layout(s)
[25/03/14 15:10:50:737 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardWorkStream
[25/03/14 15:10:52:005 UTC] INFO util.ImportExportUtil: Found : 1000
com.dotmarketing.portlets.dashboard.model.DashboardWorkStream(s)
[25/03/14 15:11:07:752 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.MultiTree
[25/03/14 15:11:07:773 UTC] INFO util.ImportExportUtil: Found : 124
com.dotmarketing.beans.MultiTree(s)
[25/03/14 15:11:09:034 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.webforms.model.WebForm
[25/03/14 15:11:09:062 UTC] INFO util.ImportExportUtil: Found : 36
com.dotmarketing.portlets.webforms.model.WebForm(s)
[25/03/14 15:11:09:632 UTC] INFO util.ImportExportUtil: Importing: Image
[25/03/14 15:11:09:643 UTC] INFO util.ImportExportUtil: Found : 5 Image(s)
[25/03/14 15:11:09:675 UTC] INFO util.ImportExportUtil: Importing:
Portletpreferences
[25/03/14 15:11:09:794 UTC] INFO util.ImportExportUtil: Found : 75
Portletpreferences(s)
[25/03/14 15:11:10:304 UTC] INFO util.ImportExportUtil: Importing: Portlet
[25/03/14 15:11:10:312 UTC] INFO util.ImportExportUtil: Found : 16
Portlet(s)
[25/03/14 15:11:10:440 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.plugin.model.Plugin
[25/03/14 15:11:10:447 UTC] INFO util.ImportExportUtil: Found : 3
com.dotmarketing.plugin.model.Plugin(s)
[25/03/14 15:11:10:502 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.UserProxy
[25/03/14 15:11:10:524 UTC] INFO util.ImportExportUtil: Found : 27
com.dotmarketing.beans.UserProxy(s)
[25/03/14 15:11:11:056 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.structure.model.Relationship
[25/03/14 15:11:11:069 UTC] INFO util.ImportExportUtil: Found : 5
com.dotmarketing.portlets.structure.model.Relationship(s)
[25/03/14 15:11:11:169 UTC] INFO util.ImportExportUtil: Importing:
Pollsquestion
[25/03/14 15:11:11:179 UTC] INFO util.ImportExportUtil: Found : 2
Pollsquestion(s)
[25/03/14 15:11:11:200 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.user.model.UserPreference
[25/03/14 15:11:11:203 UTC] INFO util.ImportExportUtil: Found : 4
com.dotmarketing.portlets.user.model.UserPreference(s)
[25/03/14 15:11:11:271 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.FixAudit
[25/03/14 15:11:11:276 UTC] INFO util.ImportExportUtil: Found : 9
com.dotmarketing.beans.FixAudit(s)
[25/03/14 15:11:11:410 UTC] INFO util.ImportExportUtil: Importing:
Pollsvote
[25/03/14 15:11:11:411 UTC] INFO util.ImportExportUtil: Found : 1
Pollsvote(s)
[25/03/14 15:11:11:420 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardWorkStream
[25/03/14 15:11:11:920 UTC] INFO util.ImportExportUtil: Found : 539
com.dotmarketing.portlets.dashboard.model.DashboardWorkStream(s)
[25/03/14 15:11:19:538 UTC] INFO util.ImportExportUtil: Importing: Counter
[25/03/14 15:11:19:540 UTC] INFO util.ImportExportUtil: Found : 14
Counter(s)
[25/03/14 15:11:19:673 UTC] INFO util.ImportExportUtil: Importing:
Pollschoice
[25/03/14 15:11:19:675 UTC] INFO util.ImportExportUtil: Found : 6
Pollschoice(s)
[25/03/14 15:11:19:734 UTC] INFO util.ImportExportUtil: Importing:
Pollsdisplay
[25/03/14 15:11:19:735 UTC] INFO util.ImportExportUtil: Found : 1
Pollsdisplay(s)
[25/03/14 15:11:19:741 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.languagesmanager.model.Language
[25/03/14 15:11:19:743 UTC] INFO util.ImportExportUtil: Found : 2
com.dotmarketing.portlets.languagesmanager.model.Language(s)
[25/03/14 15:11:19:779 UTC] INFO util.ImportExportUtil: Importing: Address
[25/03/14 15:11:19:799 UTC] INFO util.ImportExportUtil: Found : 29
Address(s)
[25/03/14 15:11:19:962 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.structure.model.Field
[25/03/14 15:11:20:109 UTC] INFO util.ImportExportUtil: Found : 335
com.dotmarketing.portlets.structure.model.Field(s)
[25/03/14 15:11:26:439 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.Rating
[25/03/14 15:11:26:441 UTC] INFO util.ImportExportUtil: Found : 2
com.dotmarketing.beans.Rating(s)
[25/03/14 15:11:26:472 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.mailinglists.model.MailingList
[25/03/14 15:11:26:474 UTC] INFO util.ImportExportUtil: Found : 1
com.dotmarketing.portlets.mailinglists.model.MailingList(s)
[25/03/14 15:11:26:496 UTC] INFO util.ImportExportUtil: Importing:
com.liferay.portal.model.Company
[25/03/14 15:11:26:504 UTC] INFO util.ImportExportUtil: Found : 2
com.liferay.portal.model.Company(s)
[25/03/14 15:11:26:894 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : companypool, size:10, toDisk:false,Concurrency:32
[25/03/14 15:11:27:660 UTC] INFO util.ImportExportUtil: Importing:
com.liferay.portal.model.User
[25/03/14 15:11:27:723 UTC] INFO util.ImportExportUtil: Found : 13
com.liferay.portal.model.User(s)
[25/03/14 15:11:27:725 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userdotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:11:27:727 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : useremaildotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:11:28:701 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : adminconfigpool, size:100, toDisk:false,Concurrency:32
[25/03/14 15:11:28:835 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:11:28:842 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolekeycache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:11:28:913 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsuserrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:11:28:970 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:28:970 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : default, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:11:28:979 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:28:982 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userproxycache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:11:29:025 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:077 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:079 UTC] INFO business.UserFactoryLiferayImpl: User
already exists with this ID
[25/03/14 15:11:29:080 UTC] INFO util.ImportExportUtil: user already exists
going to update
[25/03/14 15:11:29:096 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:097 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:122 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:128 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:142 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : logmappercache, size:10, toDisk:false,Concurrency:32
[25/03/14 15:11:29:155 UTC] INFO business.RoleFactoryImpl: save : Role
saved Id :edecd377-2321-4803-aa8b-89797dd0d61f
[25/03/14 15:11:29:169 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:256 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:330 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:379 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:430 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:485 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:569 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:612 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:655 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:11:29:656 UTC] INFO util.ImportExportUtil:
[25/03/14 15:11:29:656 UTC] INFO util.ImportExportUtil:
[25/03/14 15:11:29:658 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.business.UsersRoles
[25/03/14 15:11:29:662 UTC] INFO util.ImportExportUtil: Found : 39
com.dotmarketing.business.UsersRoles(s)
[25/03/14 15:11:29:714 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:715 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(1cad5929-b42d-4049-b76e-3ce39e042574,
dotcms.org.2795) already exists.
[25/03/14 15:11:29:716 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:717 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:717 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@31400c8
prop:13227b0a-4237-48b8-b789-9edc32150cb6
[25/03/14 15:11:29:738 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>13227b0a-4237-48b8-b789-9edc32150cb6</id>
<userId>dotcms.org.2795</userId>
<roleId>1cad5929-b42d-4049-b76e-3ce39e042574</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:756 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:756 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(73ec980e-d74f-4cec-a4d0-e319061e20b9,
dotcms.org.2808) already exists.
[25/03/14 15:11:29:757 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:757 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:757 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@7aa79bbb
prop:17855ba4-d808-4f82-979e-c88cdbcc00c8
[25/03/14 15:11:29:758 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>17855ba4-d808-4f82-979e-c88cdbcc00c8</id>
<userId>dotcms.org.2808</userId>
<roleId>73ec980e-d74f-4cec-a4d0-e319061e20b9</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:845 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:845 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(2549f855-269d-45b9-9d92-0551d81a6155,
dotcms.org.2787) already exists.
[25/03/14 15:11:29:845 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:846 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:846 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@68394e81
prop:495b1879-d89d-40fa-9fe0-2d6d564f6f7b
[25/03/14 15:11:29:847 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>495b1879-d89d-40fa-9fe0-2d6d564f6f7b</id>
<userId>dotcms.org.2787</userId>
<roleId>2549f855-269d-45b9-9d92-0551d81a6155</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:906 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:907 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(edecd377-2321-4803-aa8b-89797dd0d61f,
anonymous) already exists.
[25/03/14 15:11:29:907 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:907 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:908 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@4d520112
prop:5c0ffdc6-cfab-4033-9757-8e8ab3451b80
[25/03/14 15:11:29:908 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>5c0ffdc6-cfab-4033-9757-8e8ab3451b80</id>
<userId>anonymous</userId>
<roleId>edecd377-2321-4803-aa8b-89797dd0d61f</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:915 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:915 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(892ab105-f212-407f-8fb4-58ec59310a5e,
system) already exists.
[25/03/14 15:11:29:916 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:916 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:916 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@42c46c66
prop:5c515374-5067-4609-94d5-e8455b7994f9
[25/03/14 15:11:29:917 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>5c515374-5067-4609-94d5-e8455b7994f9</id>
<userId>system</userId>
<roleId>892ab105-f212-407f-8fb4-58ec59310a5e</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:930 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:930 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(add6b779-0da8-47e2-89da-e002a3a16837,
dotcms.org.2791) already exists.
[25/03/14 15:11:29:930 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:931 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:931 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@6da8bec8
prop:62929dd5-7083-4d7c-b8b8-4a5aa4e9564d
[25/03/14 15:11:29:932 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>62929dd5-7083-4d7c-b8b8-4a5aa4e9564d</id>
<userId>dotcms.org.2791</userId>
<roleId>add6b779-0da8-47e2-89da-e002a3a16837</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:29:992 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:29:993 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(e7d4e34e-5127-45fc-8123-d48b62d510e3,
dotcms.org.1) already exists.
[25/03/14 15:11:29:993 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:29:993 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:29:994 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@2ec616ba
prop:9617a2cd-71fb-4de0-9af7-b82818567035
[25/03/14 15:11:29:994 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>9617a2cd-71fb-4de0-9af7-b82818567035</id>
<userId>dotcms.org.1</userId>
<roleId>e7d4e34e-5127-45fc-8123-d48b62d510e3</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:068 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:30:068 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(fc7229a0-df95-41f6-b045-6b230667f823,
dotcms.org.2802) already exists.
[25/03/14 15:11:30:068 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:30:069 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:30:069 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@5f7beb13
prop:abf3cd4c-2813-4a97-b97c-426161ad0ec5
[25/03/14 15:11:30:070 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>abf3cd4c-2813-4a97-b97c-426161ad0ec5</id>
<userId>dotcms.org.2802</userId>
<roleId>fc7229a0-df95-41f6-b045-6b230667f823</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:089 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:30:090 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(89676cc9-fb8f-44aa-adea-938b6f7656b5,
dotcms.org.2789) already exists.
[25/03/14 15:11:30:090 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:30:090 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:30:091 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@355be76a
prop:b7b78476-8f23-41c7-b963-6cbb66c6adfb
[25/03/14 15:11:30:091 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>b7b78476-8f23-41c7-b963-6cbb66c6adfb</id>
<userId>dotcms.org.2789</userId>
<roleId>89676cc9-fb8f-44aa-adea-938b6f7656b5</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:097 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:30:097 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(e3bca93b-5179-439b-9fd4-565345c7dc8c,
dotcms.org.2793) already exists.
[25/03/14 15:11:30:098 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:30:098 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:30:098 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@24b5fb84
prop:bd36e744-c8e8-481d-b533-de16c763aa13
[25/03/14 15:11:30:099 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>bd36e744-c8e8-481d-b533-de16c763aa13</id>
<userId>dotcms.org.2793</userId>
<roleId>e3bca93b-5179-439b-9fd4-565345c7dc8c</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:153 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:30:154 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(4ddc54dc-b02e-4a35-a9b9-0ae11a073256,
dotcms.org.2806) already exists.
[25/03/14 15:11:30:154 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:30:154 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:30:155 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@30804f2
prop:f2c35d54-8475-43dc-8754-f9cc7f376dae
[25/03/14 15:11:30:155 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>f2c35d54-8475-43dc-8754-f9cc7f376dae</id>
<userId>dotcms.org.2806</userId>
<roleId>4ddc54dc-b02e-4a35-a9b9-0ae11a073256</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:161 UTC] WARN util.JDBCExceptionReporter: SQL Error: 0,
SQLState: 23505
[25/03/14 15:11:30:161 UTC] ERROR util.JDBCExceptionReporter: ERROR:
duplicate key value violates unique constraint "users_cms_roles_parent1"
Detail: Key (role_id, user_id)=(0da1b909-2d38-4c79-9ba1-7458c3d126f9,
dotcms.org.2798) already exists.
[25/03/14 15:11:30:162 UTC] ERROR impl.SessionImpl: Could not synchronize
database state with session
[25/03/14 15:11:30:162 UTC] WARN util.ImportExportUtil: Usually not a
problem can be that duplicate data or many times a row of data that is
created by the system and is trying to be imported again : Unable to flush
Hibernate Session
[25/03/14 15:11:30:162 UTC] INFO util.ImportExportUtil: Problematic object:
com.dotmarketing.business.UsersRoles@37cad6c
prop:f2d1702a-a251-4bd0-828e-cbeafe59e0c2
[25/03/14 15:11:30:163 UTC] INFO util.ImportExportUtil:
<com.dotmarketing.business.UsersRoles>
<id>f2d1702a-a251-4bd0-828e-cbeafe59e0c2</id>
<userId>dotcms.org.2798</userId>
<roleId>0da1b909-2d38-4c79-9ba1-7458c3d126f9</roleId>
</com.dotmarketing.business.UsersRoles>
[25/03/14 15:11:30:191 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.business.PortletsLayouts
[25/03/14 15:11:30:195 UTC] INFO util.ImportExportUtil: Found : 31
com.dotmarketing.business.PortletsLayouts(s)
[25/03/14 15:11:30:623 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.plugin.model.PluginProperty
[25/03/14 15:11:30:624 UTC] INFO util.ImportExportUtil: Found : 3
com.dotmarketing.plugin.model.PluginProperty(s)
[25/03/14 15:11:30:655 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.business.LayoutsRoles
[25/03/14 15:11:30:657 UTC] INFO util.ImportExportUtil: Found : 21
com.dotmarketing.business.LayoutsRoles(s)
[25/03/14 15:11:31:052 UTC] INFO util.ImportExportUtil: Importing folder
path /css
[25/03/14 15:11:31:061 UTC] INFO util.ImportExportUtil: Importing folder
path /products
[25/03/14 15:11:31:067 UTC] INFO util.ImportExportUtil: Importing folder
path /services
[25/03/14 15:11:31:072 UTC] INFO util.ImportExportUtil: Importing folder
path /home
[25/03/14 15:11:31:078 UTC] INFO util.ImportExportUtil: Importing folder
path /js
[25/03/14 15:11:31:087 UTC] INFO util.ImportExportUtil: Importing folder
path /services
[25/03/14 15:11:31:094 UTC] INFO util.ImportExportUtil: Importing folder
path /contact-us
[25/03/14 15:11:31:101 UTC] INFO util.ImportExportUtil: Importing folder
path /products
[25/03/14 15:11:31:107 UTC] INFO util.ImportExportUtil: Importing folder
path /resources
[25/03/14 15:11:31:114 UTC] INFO util.ImportExportUtil: Importing folder
path /about-us
[25/03/14 15:11:31:121 UTC] INFO util.ImportExportUtil: Importing folder
path /resources
[25/03/14 15:11:31:126 UTC] INFO util.ImportExportUtil: Importing folder
path /home
[25/03/14 15:11:31:132 UTC] INFO util.ImportExportUtil: Importing folder
path /news
[25/03/14 15:11:31:139 UTC] INFO util.ImportExportUtil: Importing folder
path /our-team
[25/03/14 15:11:31:145 UTC] INFO util.ImportExportUtil: Importing folder
path /blogs
[25/03/14 15:11:31:154 UTC] INFO util.ImportExportUtil: Importing folder
path /application
[25/03/14 15:11:31:160 UTC] INFO util.ImportExportUtil: Importing folder
path /images
[25/03/14 15:11:31:166 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl
[25/03/14 15:11:31:173 UTC] INFO util.ImportExportUtil: Importing folder
path /about-us
[25/03/14 15:11:31:181 UTC] INFO util.ImportExportUtil: Importing folder
path /js
[25/03/14 15:11:31:187 UTC] INFO util.ImportExportUtil: Importing folder
path /intranet
[25/03/14 15:11:31:192 UTC] INFO util.ImportExportUtil: Importing folder
path /news-events
[25/03/14 15:11:31:200 UTC] INFO util.ImportExportUtil: Importing folder
path /images
[25/03/14 15:11:31:206 UTC] INFO util.ImportExportUtil: Importing folder
path /System foldersystem folder
[25/03/14 15:11:31:218 UTC] INFO util.ImportExportUtil: Importing folder
path /about-us/our-team
[25/03/14 15:11:31:223 UTC] INFO util.ImportExportUtil: Importing folder
path /about-us/locations
[25/03/14 15:11:31:228 UTC] INFO util.ImportExportUtil: Importing folder
path /application/spring
[25/03/14 15:11:31:238 UTC] INFO util.ImportExportUtil: Importing folder
path /application/ajax
[25/03/14 15:11:31:243 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes
[25/03/14 15:11:31:273 UTC] INFO util.ImportExportUtil: Importing folder
path /application/login
[25/03/14 15:11:31:283 UTC] INFO util.ImportExportUtil: Importing folder
path /application/createaccount
[25/03/14 15:11:31:292 UTC] INFO util.ImportExportUtil: Importing folder
path /application/myaccount
[25/03/14 15:11:31:300 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank
[25/03/14 15:11:31:308 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest
[25/03/14 15:11:31:320 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images
[25/03/14 15:11:31:330 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/js
[25/03/14 15:11:31:338 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/css
[25/03/14 15:11:31:346 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/css/images
[25/03/14 15:11:31:354 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto
[25/03/14 15:11:31:361 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/light_rounded
[25/03/14 15:11:31:370 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/light_square
[25/03/14 15:11:31:379 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/iphone
[25/03/14 15:11:31:387 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/facebook
[25/03/14 15:11:31:395 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/default
[25/03/14 15:11:31:404 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/dark_square
[25/03/14 15:11:31:412 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/openbank/images/prettyPhoto/dark_rounded
[25/03/14 15:11:31:419 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/js
[25/03/14 15:11:31:426 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images
[25/03/14 15:11:31:434 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/css
[25/03/14 15:11:31:442 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/css/images
[25/03/14 15:11:31:451 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/css/fonts
[25/03/14 15:11:31:460 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/icons
[25/03/14 15:11:31:471 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/template
[25/03/14 15:11:31:479 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto
[25/03/14 15:11:31:489 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/dark_rounded
[25/03/14 15:11:31:500 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/light_square
[25/03/14 15:11:31:510 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/iphone
[25/03/14 15:11:31:520 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/dark_square
[25/03/14 15:11:31:529 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/light_rounded
[25/03/14 15:11:31:543 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/default
[25/03/14 15:11:31:553 UTC] INFO util.ImportExportUtil: Importing folder
path /application/themes/quest/images/prettyPhoto/facebook
[25/03/14 15:11:31:563 UTC] INFO util.ImportExportUtil: Importing folder
path /css/images
[25/03/14 15:11:31:572 UTC] INFO util.ImportExportUtil: Importing folder
path /css/images/._icons-2x.png
[25/03/14 15:11:31:583 UTC] INFO util.ImportExportUtil: Importing folder
path /images/photos
[25/03/14 15:11:31:592 UTC] INFO util.ImportExportUtil: Importing folder
path /images/icons
[25/03/14 15:11:31:601 UTC] INFO util.ImportExportUtil: Importing folder
path /images/icons
[25/03/14 15:11:31:610 UTC] INFO util.ImportExportUtil: Importing folder
path /intranet/documents
[25/03/14 15:11:31:618 UTC] INFO util.ImportExportUtil: Importing folder
path /news-events/events
[25/03/14 15:11:31:627 UTC] INFO util.ImportExportUtil: Importing folder
path /news-events/news
[25/03/14 15:11:31:638 UTC] INFO util.ImportExportUtil: Importing folder
path /resources/documents
[25/03/14 15:11:31:650 UTC] INFO util.ImportExportUtil: Importing folder
path /resources/images
[25/03/14 15:11:31:660 UTC] INFO util.ImportExportUtil: Importing folder
path /resources/videos
[25/03/14 15:11:31:671 UTC] INFO util.ImportExportUtil: Importing folder
path /services/market-research
[25/03/14 15:11:31:683 UTC] INFO util.ImportExportUtil: Importing folder
path /services/investment-banking
[25/03/14 15:11:31:695 UTC] INFO util.ImportExportUtil: Importing folder
path /services/private-banking
[25/03/14 15:11:31:702 UTC] INFO util.ImportExportUtil: Importing folder
path /services/private-banking
[25/03/14 15:11:31:716 UTC] INFO util.ImportExportUtil: Importing folder
path /services/market-research
[25/03/14 15:11:31:723 UTC] INFO util.ImportExportUtil: Importing folder
path /services/wealth-management
[25/03/14 15:11:31:730 UTC] INFO util.ImportExportUtil: Importing folder
path /services/wealth-management
[25/03/14 15:11:31:739 UTC] INFO util.ImportExportUtil: Importing folder
path /services/investment-banking
[25/03/14 15:11:31:748 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/macros
[25/03/14 15:11:31:757 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/custom-workflow
[25/03/14 15:11:31:768 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/widgets
[25/03/14 15:11:31:780 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/custom-fields
[25/03/14 15:11:31:786 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/widgets/full-site
[25/03/14 15:11:31:794 UTC] INFO util.ImportExportUtil: Importing folder
path /vtl/widgets/mobile
[25/03/14 15:11:31:807 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.Identifier
[25/03/14 15:11:31:935 UTC] INFO util.ImportExportUtil: Found : 914
com.dotmarketing.beans.Identifier(s)
[25/03/14 15:11:48:565 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.Identifier
[25/03/14 15:11:48:567 UTC] INFO util.ImportExportUtil: Found : 4
com.dotmarketing.beans.Identifier(s)
[25/03/14 15:11:48:636 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.folders.model.Folder
[25/03/14 15:11:48:652 UTC] INFO util.ImportExportUtil: Found : 86
com.dotmarketing.portlets.folders.model.Folder(s)
[25/03/14 15:11:50:227 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.structure.model.Structure
[25/03/14 15:11:50:235 UTC] INFO util.ImportExportUtil: Found : 28
com.dotmarketing.portlets.structure.model.Structure(s)
[25/03/14 15:11:51:338 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.contentlet.business.Contentlet
[25/03/14 15:11:52:401 UTC] INFO util.ImportExportUtil: Found : 576
com.dotmarketing.portlets.contentlet.business.Contentlet(s)
[25/03/14 15:12:05:963 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.templates.model.Template
[25/03/14 15:12:05:974 UTC] INFO util.ImportExportUtil: Found : 17
com.dotmarketing.portlets.templates.model.Template(s)
[25/03/14 15:12:06:259 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.TemplateContainers
[25/03/14 15:12:06:263 UTC] INFO util.ImportExportUtil: Found : 50
com.dotmarketing.beans.TemplateContainers(s)
[25/03/14 15:12:06:926 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.htmlpages.model.HTMLPage
[25/03/14 15:12:06:949 UTC] INFO util.ImportExportUtil: Found : 70
com.dotmarketing.portlets.htmlpages.model.HTMLPage(s)
[25/03/14 15:12:08:298 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.links.model.Link
[25/03/14 15:12:08:301 UTC] INFO util.ImportExportUtil: Found : 3
com.dotmarketing.portlets.links.model.Link(s)
[25/03/14 15:12:08:354 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.containers.model.Container
[25/03/14 15:12:08:360 UTC] INFO util.ImportExportUtil: Found : 17
com.dotmarketing.portlets.containers.model.Container(s)
[25/03/14 15:12:08:632 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.Tree
[25/03/14 15:12:08:642 UTC] INFO util.ImportExportUtil: Found : 175
com.dotmarketing.beans.Tree(s)
[25/03/14 15:12:08:709 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=20cdf9f1-bf66-4303-92e0-8822f8081cfc,
child=23cf1912-4e07-4583-979e-7024496f49ed}
[25/03/14 15:12:08:718 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=20cdf9f1-bf66-4303-92e0-8822f8081cfc,
child=33746712-0ab0-4b9a-970c-cdfb195bd526}
[25/03/14 15:12:08:850 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=20cdf9f1-bf66-4303-92e0-8822f8081cfc,
child=8e715d1b-f749-4424-92f9-149381e383d7}
[25/03/14 15:12:08:932 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=20cdf9f1-bf66-4303-92e0-8822f8081cfc,
child=c97fee6f-a514-4e86-8666-a8452ade5655}
[25/03/14 15:12:09:151 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=5193736b-b98c-425d-a12c-0391d2bef6a9,
child=95205fbc-5773-46fa-be47-60dfeb29e3ab}
[25/03/14 15:12:09:179 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=5193736b-b98c-425d-a12c-0391d2bef6a9,
child=f8fe7e72-1b1c-4767-af93-ac8fccd737b1}
[25/03/14 15:12:09:219 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=cf140e2a-d01d-4d48-8ab0-e87aceb22b33,
child=194088bc-9e7d-4e8b-aab4-7d0ad5e40d40}
[25/03/14 15:12:09:385 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=cf140e2a-d01d-4d48-8ab0-e87aceb22b33,
child=5df408be-a18e-4d16-baa2-3558019a5310}
[25/03/14 15:12:09:490 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=cf140e2a-d01d-4d48-8ab0-e87aceb22b33,
child=c92c8b55-9cb1-4853-aaaf-6ffbdacf0a23}
[25/03/14 15:12:09:500 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=cf140e2a-d01d-4d48-8ab0-e87aceb22b33,
child=c97fee6f-a514-4e86-8666-a8452ade5655}
[25/03/14 15:12:09:557 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=060e946e-8274-46a6-a3c2-70b2805e2bbb}
[25/03/14 15:12:09:580 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=0d41b058-d8cc-4019-a954-489d127b7b89}
[25/03/14 15:12:09:590 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=194088bc-9e7d-4e8b-aab4-7d0ad5e40d40}
[25/03/14 15:12:09:634 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=23cf1912-4e07-4583-979e-7024496f49ed}
[25/03/14 15:12:09:643 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=32e39479-9a2b-482e-868b-8d90ee26b1c1}
[25/03/14 15:12:09:685 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=40b0a15a-2f99-4f71-baf2-13a38a9a09c1}
[25/03/14 15:12:09:713 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=44eb6c36-b37f-4d3a-b52a-c0c120e5808b}
[25/03/14 15:12:09:770 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=549b7b4c-3dfb-4fc3-a869-63992ab83b66}
[25/03/14 15:12:09:795 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=5df408be-a18e-4d16-baa2-3558019a5310}
[25/03/14 15:12:09:805 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=5ecbe091-df2b-4c35-9920-7e79e6c65066}
[25/03/14 15:12:09:894 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=8ba63181-d815-4ba5-b32c-23860689948f}
[25/03/14 15:12:09:920 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=9df30e6a-c495-43e9-af89-1051ecd90ae4}
[25/03/14 15:12:09:979 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=af4305bc-88bd-4c7b-a5e9-daec153286ea}
[25/03/14 15:12:10:002 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=b4ffa2d4-2ced-4ad9-8a84-db471957085d}
[25/03/14 15:12:10:056 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=c4d603ac-292b-461c-b2ee-d6f1c9855ed6}
[25/03/14 15:12:10:071 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=c92c8b55-9cb1-4853-aaaf-6ffbdacf0a23}
[25/03/14 15:12:10:080 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=c97fee6f-a514-4e86-8666-a8452ade5655}
[25/03/14 15:12:10:090 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=c9e60b5c-ab48-494a-a66e-b8768fd4255f}
[25/03/14 15:12:10:117 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=d57f92c8-872d-4ba1-96ec-2dfad2b0bcb9}
[25/03/14 15:12:10:195 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=ea4edb26-ba9e-41e2-890f-ee9dd50337cc}
[25/03/14 15:12:10:205 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=d1e963ee-b6ba-4ca6-b060-5f696437a328,
child=ff487400-bafa-42e3-bdb1-a44423aa046f}
[25/03/14 15:12:10:233 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=066da6f4-5794-4381-af63-8c36b89a8058}
[25/03/14 15:12:10:243 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=09d891da-0e10-4ba0-8683-7e97d6d581a9}
[25/03/14 15:12:10:254 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=23cf1912-4e07-4583-979e-7024496f49ed}
[25/03/14 15:12:10:325 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=44eb6c36-b37f-4d3a-b52a-c0c120e5808b}
[25/03/14 15:12:10:449 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=61e2c8ca-2817-49e4-89c2-6a4350a7bfe0}
[25/03/14 15:12:10:501 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=80b62085-e5c5-467b-82e5-73df2e71738d}
[25/03/14 15:12:10:685 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=b211c7ff-e7b6-471e-8e87-ddfa8d81b808}
[25/03/14 15:12:10:695 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=b4ffa2d4-2ced-4ad9-8a84-db471957085d}
[25/03/14 15:12:10:704 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=c227695d-11db-485d-aa65-2439db27a664}
[25/03/14 15:12:10:734 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=c97fee6f-a514-4e86-8666-a8452ade5655}
[25/03/14 15:12:10:763 UTC] WARN util.ImportExportUtil: Can't import tree-
no matching inodes: {parent=ede13663-ff06-4d01-ab99-a8976e995010,
child=d57f92c8-872d-4ba1-96ec-2dfad2b0bcb9}
[25/03/14 15:12:11:445 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummary
[25/03/14 15:12:11:451 UTC] INFO util.ImportExportUtil: Found : 13
com.dotmarketing.portlets.dashboard.model.DashboardSummary(s)
[25/03/14 15:12:11:703 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummary404
[25/03/14 15:12:11:706 UTC] INFO util.ImportExportUtil: Found : 7
com.dotmarketing.portlets.dashboard.model.DashboardSummary404(s)
[25/03/14 15:12:11:853 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummaryReferer
[25/03/14 15:12:11:858 UTC] INFO util.ImportExportUtil: Found : 7
com.dotmarketing.portlets.dashboard.model.DashboardSummaryReferer(s)
[25/03/14 15:12:11:987 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummaryContent
[25/03/14 15:12:11:991 UTC] INFO util.ImportExportUtil: Found : 4
com.dotmarketing.portlets.dashboard.model.DashboardSummaryContent(s)
[25/03/14 15:12:12:081 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummaryPage
[25/03/14 15:12:12:089 UTC] INFO util.ImportExportUtil: Found : 37
com.dotmarketing.portlets.dashboard.model.DashboardSummaryPage(s)
[25/03/14 15:12:12:789 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.dashboard.model.DashboardSummaryVisits
[25/03/14 15:12:12:794 UTC] INFO util.ImportExportUtil: Found : 20
com.dotmarketing.portlets.dashboard.model.DashboardSummaryVisits(s)
[25/03/14 15:12:13:270 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:13:301 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowstepcache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:13:315 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowactioncache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:12:13:545 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : fieldscache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:13:587 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : identifiercache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:12:13:591 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : foldercache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:13:636 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : permissioncache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:12:13:637 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : parentpermissionablecache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:12:15:035 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.beans.Permission
[25/03/14 15:12:15:078 UTC] INFO util.ImportExportUtil: Found : 326
com.dotmarketing.beans.Permission(s)
[25/03/14 15:12:19:572 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.containers.model.ContainerVersionInfo
[25/03/14 15:12:19:577 UTC] INFO util.ImportExportUtil: Found : 17
com.dotmarketing.portlets.containers.model.ContainerVersionInfo(s)
[25/03/14 15:12:19:852 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.htmlpages.model.HTMLPageVersionInfo
[25/03/14 15:12:19:864 UTC] INFO util.ImportExportUtil: Found : 70
com.dotmarketing.portlets.htmlpages.model.HTMLPageVersionInfo(s)
[25/03/14 15:12:20:854 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.contentlet.model.ContentletVersionInfo
[25/03/14 15:12:20:939 UTC] INFO util.ImportExportUtil: Found : 570
com.dotmarketing.portlets.contentlet.model.ContentletVersionInfo(s)
[25/03/14 15:12:26:905 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.templates.model.TemplateVersionInfo
[25/03/14 15:12:26:911 UTC] INFO util.ImportExportUtil: Found : 17
com.dotmarketing.portlets.templates.model.TemplateVersionInfo(s)
[25/03/14 15:12:27:137 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.links.model.LinkVersionInfo
[25/03/14 15:12:27:139 UTC] INFO util.ImportExportUtil: Found : 3
com.dotmarketing.portlets.links.model.LinkVersionInfo(s)
[25/03/14 15:12:27:186 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.workflows.model.WorkflowTask
[25/03/14 15:12:27:192 UTC] INFO util.ImportExportUtil: Found : 35
com.dotmarketing.portlets.workflows.model.WorkflowTask(s)
[25/03/14 15:12:27:707 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.workflows.model.WorkflowHistory
[25/03/14 15:12:27:747 UTC] INFO util.ImportExportUtil: Found : 101
com.dotmarketing.portlets.workflows.model.WorkflowHistory(s)
[25/03/14 15:12:29:142 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.portlets.workflows.model.WorkflowComment
[25/03/14 15:12:29:144 UTC] INFO util.ImportExportUtil: Found : 5
com.dotmarketing.portlets.workflows.model.WorkflowComment(s)
[25/03/14 15:12:29:220 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.tag.model.Tag
[25/03/14 15:12:29:226 UTC] INFO util.ImportExportUtil: Found : 111
com.dotmarketing.tag.model.Tag(s)
[25/03/14 15:12:30:721 UTC] INFO util.ImportExportUtil: Importing:
com.dotmarketing.tag.model.TagInode
[25/03/14 15:12:30:738 UTC] INFO util.ImportExportUtil: Found : 215
com.dotmarketing.tag.model.TagInode(s)
[25/03/14 15:12:33:391 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : adminconfigpool, size:100, toDisk:false,Concurrency:32
[25/03/14 15:12:33:392 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : contentletcache, size:5000, toDisk:true,Concurrency:32
[25/03/14 15:12:33:392 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:12:33:897 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:12:33:898 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : velocitycache, size:1000, toDisk:true,Concurrency:32
[25/03/14 15:12:33:899 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:12:34:400 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:12:34:400 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userproxycache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:34:401 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : fieldscache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:34:402 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolekeycache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:402 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userdotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:403 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : useremaildotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:404 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowactioncache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:404 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:12:34:405 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : default, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:34:405 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:34:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : logmappercache, size:10, toDisk:false,Concurrency:32
[25/03/14 15:12:34:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : structurecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:12:34:407 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : identifiercache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:407 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:12:34:908 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:12:34:909 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : permissioncache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:12:34:910 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:12:35:411 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:12:35:411 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowstepcache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:35:412 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : foldercache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:35:413 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : companypool, size:10, toDisk:false,Concurrency:32
[25/03/14 15:12:35:413 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsuserrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:35:414 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:35:414 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : parentpermissionablecache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:12:35:417 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to start processing
[25/03/14 15:12:35:418 UTC] INFO util.ImportExportUtil: Building Initial
Index
[25/03/14 15:12:35:422 UTC] INFO reindex.ReindexThread: Reindex Thread
start delayed for 5000 millis.
[25/03/14 15:12:35:426 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : indiciescache, size:8, toDisk:false,Concurrency:32
[25/03/14 15:12:35:525 UTC] INFO elasticsearch.node: [dotCMS_1]
{0.19.9}[25765]: initializing ...
[25/03/14 15:12:35:531 UTC] INFO elasticsearch.plugins: [dotCMS_1] loaded
[], sites []
[25/03/14 15:12:38:088 UTC] INFO elasticsearch.node: [dotCMS_1]
{0.19.9}[25765]: initialized
[25/03/14 15:12:38:089 UTC] INFO elasticsearch.node: [dotCMS_1]
{0.19.9}[25765]: starting ...
[25/03/14 15:12:38:182 UTC] INFO elasticsearch.transport: [dotCMS_1]
bound_address {inet[/127.0.0.1:9301]}, publish_address
{inet[localhost/127.0.0.1:9301]}
[25/03/14 15:12:40:426 UTC] INFO reindex.ReindexThread: Reindex Thread
started with a sleep of 500
[25/03/14 15:12:41:201 UTC] INFO cluster.service: [dotCMS_1] new_master
[dotCMS_1][xoDBhmlJTh-6rlQ1y8qPJQ][inet[localhost/127.0.0.1:9301]], reason:
zen-disco-join (elected_as_master)
[25/03/14 15:12:41:268 UTC] INFO elasticsearch.discovery: [dotCMS_1]
dotCMSContentIndex/xoDBhmlJTh-6rlQ1y8qPJQ
[25/03/14 15:12:41:365 UTC] INFO elasticsearch.http: [dotCMS_1]
bound_address {inet[/127.0.0.1:9200]}, publish_address
{inet[localhost/127.0.0.1:9200]}
[25/03/14 15:12:41:366 UTC] INFO elasticsearch.node: [dotCMS_1]
{0.19.9}[25765]: started
[25/03/14 15:12:42:914 UTC] INFO elasticsearch.gateway: [dotCMS_1]
recovered [2] indices into cluster_state
[25/03/14 15:12:46:432 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] creating index, cause [api], shards [1]/[0],
mappings []
[25/03/14 15:12:46:518 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] create_mapping [content]
[25/03/14 15:12:46:598 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] creating index, cause [api], shards [1]/[0], mappings
[]
[25/03/14 15:12:46:664 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] create_mapping [content]
[25/03/14 15:12:46:683 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : indiciescache, size:8, toDisk:false,Concurrency:32
[25/03/14 15:12:56:749 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : indiciescache, size:8, toDisk:false,Concurrency:32
[25/03/14 15:12:56:750 UTC] WARN db.DotConnect: Somewhat slow query, total
time: 16299.652ms, query preparation time: 0.075129ms, query execution time:
16299.485ms, metadata time: 0.026203ms, SQL: SELECT * FROM
load_records_to_index(?, ?), parameters: [1, 50]
[25/03/14 15:12:56:758 UTC] INFO util.ImportExportUtil: Records left to
index : 570
[25/03/14 15:12:56:911 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : versioncache, size:50000, toDisk:false,Concurrency:32
[25/03/14 15:12:56:919 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : versioninfocache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:12:56:964 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : hostcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:57:056 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : relationshipcachebyinode, using default
[25/03/14 15:12:58:765 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorycache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:12:58:768 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorybykeycache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:12:58:769 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorychildrencache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:04:792 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:04:886 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:08:044 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:08:393 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:11:161 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:11:519 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:13:556 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:13:725 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:15:723 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:15:878 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:18:155 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:18:201 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:20:633 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:20:721 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:23:009 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:23:058 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:25:748 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:25:860 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:28:013 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:28:164 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:30:088 UTC] INFO cluster.metadata: [dotCMS_1]
[working_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:30:218 UTC] INFO cluster.metadata: [dotCMS_1]
[live_20140325151235] update_mapping [content] (dynamic)
[25/03/14 15:13:37:061 UTC] INFO util.ImportExportUtil: Finished Building
Initial Index
[25/03/14 15:13:37:061 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to stop processing
[25/03/14 15:13:37:065 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : contentletcache, size:5000, toDisk:true,Concurrency:32
[25/03/14 15:13:37:065 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:13:37:568 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:13:37:569 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolekeycache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:570 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorycache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:37:570 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : relationshipcachebyinode, using default
[25/03/14 15:13:37:571 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : default, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:37:571 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : versioninfocache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:572 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : useremaildotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:572 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowactioncache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:573 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : dotcmsrootrolescache, using default
[25/03/14 15:13:37:573 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorychildrencache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:574 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : hostcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:37:574 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : identifiercache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:575 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : permissioncache, size:50000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:576 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsuserrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:576 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmsrolecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:37:577 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : adminconfigpool, size:100, toDisk:false,Concurrency:32
[25/03/14 15:13:37:577 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : velocitycache, size:1000, toDisk:true,Concurrency:32
[25/03/14 15:13:37:578 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:13:38:079 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:13:38:080 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userproxycache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:38:080 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : fieldscache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:38:081 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userdotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:38:081 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : versioncache, size:50000, toDisk:false,Concurrency:32
[25/03/14 15:13:38:082 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:38:083 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categorybykeycache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:38:083 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : logmappercache, size:10, toDisk:false,Concurrency:32
[25/03/14 15:13:38:084 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : indiciescache, size:8, toDisk:false,Concurrency:32
[25/03/14 15:13:38:084 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : structurecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:13:38:085 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:13:38:586 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /velocitycache
[25/03/14 15:13:38:587 UTC] INFO cache.H2CacheLoader: Starting Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:13:39:088 UTC] INFO cache.H2CacheLoader: Finished Region Cache
Flush in h2 for /contentletcache
[25/03/14 15:13:39:088 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowstepcache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:089 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : foldercache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:39:090 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : companypool, size:10, toDisk:false,Concurrency:32
[25/03/14 15:13:39:090 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : parentpermissionablecache, size:10000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:093 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : navcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:39:094 UTC] INFO db.DotCMSInitDb:
java.io.PrintWriter@38b7543
[25/03/14 15:13:39:095 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00005LoadFixassets
[25/03/14 15:13:39:105 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmslayoutcache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:131 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00006CreateSystemLayout
[25/03/14 15:13:39:137 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00007RemoveSitesearchQuartzJob
[25/03/14 15:13:39:144 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00008CreateDefaultWorkflowScheme
[25/03/14 15:13:39:146 UTC] INFO startup.StartupTasksExecutor: Finishing
startup tasks.
[25/03/14 15:13:39:146 UTC] INFO startup.StartupTasksExecutor: Starting
upgrade tasks.
[25/03/14 15:13:39:146 UTC] INFO startup.StartupTasksExecutor: Database
version: 0
[25/03/14 15:13:39:147 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to stop processing
[25/03/14 15:13:39:153 UTC] INFO startup.StartupTasksExecutor: Running:
Task00760AddContentletStructureInodeIndex
[25/03/14 15:13:39:163 UTC] INFO db.DotConnect: Executing CREATE INDEX
idx_contentlet_4_st ON contentlet (structure_inode)
[25/03/14 15:13:39:197 UTC] INFO db.DotConnect: Finished Executing CREATE
INDEX idx_contentlet_4_st ON contentlet (structure_inode)
[25/03/14 15:13:39:216 UTC] INFO startup.StartupTasksExecutor: Database
upgraded to version: 760
[25/03/14 15:13:39:218 UTC] INFO startup.StartupTasksExecutor: Running:
Task00765AddUserForeignKeys
[25/03/14 15:13:39:224 UTC] INFO db.DotConnect: Executing update contentlet
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:13:39:228 UTC] INFO db.DotConnect: Finished Executing update
contentlet set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:228 UTC] INFO db.DotConnect: Executing update htmlpage
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:13:39:231 UTC] INFO db.DotConnect: Finished Executing update
htmlpage set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:231 UTC] INFO db.DotConnect: Executing update file_asset
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:13:39:234 UTC] INFO db.DotConnect: Finished Executing update
file_asset set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:234 UTC] INFO db.DotConnect: Executing update containers
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:13:39:236 UTC] INFO db.DotConnect: Finished Executing update
containers set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:237 UTC] INFO db.DotConnect: Executing update template
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:13:39:239 UTC] INFO db.DotConnect: Finished Executing update
template set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:239 UTC] INFO db.DotConnect: Executing update links set
mod_user = 'system' where not exists(select userid from user_ where userid =
mod_user)
[25/03/14 15:13:39:242 UTC] INFO db.DotConnect: Finished Executing update
links set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:13:39:242 UTC] INFO db.DotConnect: Executing alter table
file_asset alter column mod_user type varchar(100)
[25/03/14 15:13:39:246 UTC] INFO db.DotConnect: Finished Executing alter
table file_asset alter column mod_user type varchar(100)
[25/03/14 15:13:39:247 UTC] INFO db.DotConnect: Executing alter table
contentlet add constraint fk_user_contentlet foreign key (mod_user)
references user_(userid)
[25/03/14 15:13:39:250 UTC] FATAL runonce.Task00765AddUserForeignKeys:
Unable to execute SQL upgrade
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
[25/03/14 15:13:39:256 UTC] FATAL startup.StartupTasksExecutor: Unable to
execute the upgrade task : Task00765AddUserForeignKeys
com.dotmarketing.exception.DotDataException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:193)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.postgresql.util.PSQLException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
... 28 more
[25/03/14 15:13:39:259 UTC] INFO startup.StartupTasksExecutor: Finishing
upgrade tasks.
[25/03/14 15:13:39:260 UTC] ERROR [localhost].[/]: Servlet threw load()
exception
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
[25/03/14 15:13:39:329 UTC] INFO servlets.InitServlet: InitServlet: Setting
Default Timezone: Coordinated Universal Time
[25/03/14 15:13:39:330 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:39:330 UTC] INFO servlets.InitServlet: Initializing
dotCMS
[25/03/14 15:13:39:331 UTC] INFO servlets.InitServlet: Using database:
PostgreSQL
[25/03/14 15:13:39:331 UTC] INFO servlets.InitServlet: Using dialect :
net.sf.hibernate.dialect.PostgreSQLDialect
[25/03/14 15:13:39:331 UTC] INFO servlets.InitServlet: Company Name :
dotcms.org
[25/03/14 15:13:39:332 UTC] INFO servlets.InitServlet: Clustering :
Disabled
[25/03/14 15:13:39:332 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:39:334 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:39:335 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:39:343 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : plugincache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:39:347 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** No Cache for : propertycache, using default
[25/03/14 15:13:39:354 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : velocitymenucache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:355 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : navcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:39:364 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : virtuallinkscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:366 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : languagecacheimpl, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:39:463 UTC] INFO quartz.DotJobStore: Using db table-based
data access locking (synchronization).
[25/03/14 15:13:39:465 UTC] INFO quartz.DotJobStore: JobStoreCMT
initialized.
[25/03/14 15:13:39:471 UTC] INFO quartz.DotJobStore: Using db table-based
data access locking (synchronization).
[25/03/14 15:13:39:471 UTC] INFO quartz.DotJobStore: JobStoreCMT
initialized.
[25/03/14 15:13:39:660 UTC] INFO init.DotInitScheduler: Content Review Cron
Thread schedule disabled on this server
[25/03/14 15:13:39:661 UTC] INFO init.DotInitScheduler: Deleting
ContentReviewJob Job
[25/03/14 15:13:39:667 UTC] INFO init.DotInitScheduler: Automatic Content
Reindexation Cron Thread schedule disabled on this server
[25/03/14 15:13:39:668 UTC] INFO init.DotInitScheduler: Deleting
ContentReindexerJob Job
[25/03/14 15:13:39:672 UTC] INFO init.DotInitScheduler: Automatic Bounces
Retrieval Cron Thread schedule disabled on this server
[25/03/14 15:13:39:672 UTC] INFO init.DotInitScheduler: Deleting
PopBouncedMailJob Job
[25/03/14 15:13:39:676 UTC] INFO init.DotInitScheduler: Users To Delete
Cron Thread schedule disabled on this server
[25/03/14 15:13:39:677 UTC] INFO init.DotInitScheduler: Deleting
UsersToDeleteJob Job
[25/03/14 15:13:39:685 UTC] INFO init.DotInitScheduler: Calendar Reminder
Cron Thread schedule disabled on this server
[25/03/14 15:13:39:686 UTC] INFO init.DotInitScheduler: Deleting
CalendarReminderJob Job
[25/03/14 15:13:39:869 UTC] INFO init.DotInitScheduler:
ReindexJournalCleanupJob Cron Job schedule disabled on this server
[25/03/14 15:13:39:870 UTC] INFO init.DotInitScheduler: Deleting
ReindexJournalCleanupJob Job
[25/03/14 15:13:39:874 UTC] INFO init.DotInitScheduler:
ReindexJournalCleanupJob2 Cron Job schedule disabled on this server
[25/03/14 15:13:39:874 UTC] INFO init.DotInitScheduler: Deleting
ReindexJournalCleanupJob2 Job
[25/03/14 15:13:39:970 UTC] INFO init.DotInitScheduler: Content From Email
Job schedule disabled on this server
[25/03/14 15:13:39:971 UTC] INFO init.DotInitScheduler: Deleting
ContentFromEmailJob Job
[25/03/14 15:13:40:156 UTC] INFO quartz.DotJobStore: ClusterManager:
detected 1 failed or restarted instances.
[25/03/14 15:13:40:156 UTC] INFO quartz.DotJobStore: ClusterManager:
Scanning for instance "1"'s failed in-progress jobs.
[25/03/14 15:13:41:329 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Content Image Fields Resizer" registered for path /resize-image
[25/03/14 15:13:41:337 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Export Field Content" registered for path /raw-data
[25/03/14 15:13:41:343 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Image Filter Exporter" registered for path /image
[25/03/14 15:13:41:346 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Image Thumbnail Field Exporter" registered for path /image-thumbnail
[25/03/14 15:13:41:522 UTC] INFO startup.HostConfig: Deploying
configuration descriptor ROOT03242014.xml
[25/03/14 15:13:45:586 UTC] INFO util.AsciiArt:
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt:
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt:
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt: OOOO
7777777 7777 7777 77777777
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt: OOOO
OO 777777777 77777 77777 77777777
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt: OOOO
OOO 77777 777777 77777 7777
[25/03/14 15:13:45:593 UTC] INFO util.AsciiArt: OOOOOOOOOO OOOOOOOO
OOOOOOOOO 7777 7777777 777777 7777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOO OOOOO OOOO OOOO
OOOO 7777 7777777 7777777 777777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOO OOOO OOO
OOOO OOOO 7777 77777777 777 7777 777777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOO OOOO OOOO
OOOO OOOO 7777 777 777 777 7777 7777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOO OOOO OOO
OOOO OOOO 77777 777 777777 7777 7777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOO OOOO OOOO OOO
OOOO 77777 777 7777 7777 7777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt: OOOOOOOOOO OOOOOOOO
OOOOO 777777777 777 7777 7777 777777777
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt:
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt:
Content Management System
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt:
[25/03/14 15:13:45:594 UTC] INFO util.AsciiArt:
[25/03/14 15:13:46:594 UTC] INFO util.Config: Initializing properties
reader.
[25/03/14 15:13:46:595 UTC] INFO util.Config: Loading dotCMS Properties...
[25/03/14 15:13:46:619 UTC] INFO util.Config: Assigned default refresh
interval: 5 minutes.
[25/03/14 15:13:46:620 UTC] INFO util.Config: dotCMS Properties Loaded
[25/03/14 15:13:46:623 UTC] INFO util.OSGIUtil: Felix dir:
/opt/dotcms/wwwroot/current/tomcat/webapps/../../dotCMS/WEB-INF/felix
[25/03/14 15:13:46:627 UTC] INFO util.OSGIUtil: Loading property
felix.auto.deploy.action=install,start
[25/03/14 15:13:46:628 UTC] INFO util.OSGIUtil: Loading property
felix.fileinstall.start.level=2
[25/03/14 15:13:46:628 UTC] INFO util.OSGIUtil: Loading property
org.osgi.framework.startlevel.beginning=2
[25/03/14 15:13:46:628 UTC] INFO util.OSGIUtil: Loading property
org.osgi.framework.storage.clean=onFirstInit
[25/03/14 15:13:46:629 UTC] INFO util.OSGIUtil: Loading property
felix.log.level=4
[25/03/14 15:13:47:054 UTC] INFO util.OSGIUtil: Loading Factory
org.apache.felix.framework.FrameworkFactory
[25/03/14 15:13:48:750 UTC] INFO util.OSGIUtil: osgi felix framework
started
[25/03/14 15:13:48:755 UTC] INFO server.CMISServiceFactoryImpl:
Initializing in-memory repository...
[25/03/14 15:13:48:793 UTC] INFO server.CMISServiceFactoryImpl:
...initialized in-memory repository.
[25/03/14 15:13:48:794 UTC] INFO impl.CmisRepositoryContextListener:
Initialized Services Factory:
com.dotcms.enterprise.cmis.server.CMISServiceFactoryImpl
[25/03/14 15:13:48:831 UTC] INFO util.SystemProperties: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/system.properties
[25/03/14 15:13:48:832 UTC] INFO util.SystemProperties: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/system-ext.properties
[25/03/14 15:13:48:850 UTC] INFO util.PropsLoader: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/portal.properties
[25/03/14 15:13:48:851 UTC] INFO util.PropsLoader: Loading
file:/opt/dotcms/wwwroot/dotCMS-2.5.4/dotCMS/WEB-INF/classes/portal-ext.properties
[25/03/14 15:13:49:158 UTC] INFO business.CacheLocator: loading cache
administrator: com.dotmarketing.business.DotGuavaCacheAdministratorImpl
[25/03/14 15:13:49:170 UTC] INFO business.ESDistributedJournalFactoryImpl:
Server IDs configured: [1]
[25/03/14 15:13:49:170 UTC] INFO util.ConfigUtils: Using configured
hostname: 1
[25/03/14 15:13:49:393 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : default: 1000
[25/03/14 15:13:49:394 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : livecache: 1000
[25/03/14 15:13:49:394 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workingcache: 1000
[25/03/14 15:13:49:394 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : adminconfigpool: 100
[25/03/14 15:13:49:395 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : blockdirectivecache: 1000
[25/03/14 15:13:49:395 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorybykeycache: 1000
[25/03/14 15:13:49:395 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorycache: 1000
[25/03/14 15:13:49:396 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categorychildrencache: 1000
[25/03/14 15:13:49:396 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : categoryparentscache: 1000
[25/03/14 15:13:49:396 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : companypool: 10
[25/03/14 15:13:49:402 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : contentletcache: 5000
[25/03/14 15:13:49:402 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : fileassetmetadatacache: 200
[25/03/14 15:13:49:402 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmslayoutcache: 1000
[25/03/14 15:13:49:403 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsrolecache: 1000
[25/03/14 15:13:49:403 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsrolekeycache: 1000
[25/03/14 15:13:49:403 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : dotcmsuserrolecache: 1000
[25/03/14 15:13:49:404 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : fieldscache: 1000
[25/03/14 15:13:49:404 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : filecache: 1000
[25/03/14 15:13:49:404 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : foldercache: 1000
[25/03/14 15:13:49:405 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostaliascache: 1000
[25/03/14 15:13:49:405 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostcache: 1000
[25/03/14 15:13:49:405 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : hostvariablescache: 1000
[25/03/14 15:13:49:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : htmlpagecache: 1000
[25/03/14 15:13:49:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : identifiercache: 50000
[25/03/14 15:13:49:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : languagecacheimpl: 1000
[25/03/14 15:13:49:406 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : navcache: 1000
[25/03/14 15:13:49:407 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : parentpermissionablecache: 10000
[25/03/14 15:13:49:407 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : permissioncache: 50000
[25/03/14 15:13:49:407 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : plugincache: 1000
[25/03/14 15:13:49:408 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : portletpool: 100
[25/03/14 15:13:49:408 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : structurecache: 500
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : templatecache: 500
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : userdotcmscache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : useremaildotcmscache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : userproxycache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitycache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitymenucache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : velocitymisscache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : versioncache: 50000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : versioninfocache: 50000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : virtuallinkscache: 1000
[25/03/14 15:13:49:418 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowcache: 1000
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowstepcache: 1000
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowtaskcache: 1000
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : indiciescache: 8
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : publishingendpointcache: 100
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : workflowactioncache: 10000
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : logmappercache: 10
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Memory : translatedquerycache: 5000
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Disk : contentletcache: true
[25/03/14 15:13:49:419 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Cache Config Disk : velocitycache: true
[25/03/14 15:13:49:439 UTC] INFO cache.H2CacheLoader: Starting Disk Cache
[25/03/14 15:13:50:952 UTC] INFO cache.H2CacheLoader: Disk Cache Started
[25/03/14 15:13:51:027 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : structurecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:13:51:210 UTC] INFO [localhost].[/ROOT03242014]:
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[25/03/14 15:13:52:991 UTC] INFO priv.g:
[25/03/14 15:13:52:992 UTC] INFO priv.g:
[25/03/14 15:13:52:993 UTC] INFO priv.g:
[25/03/14 15:13:52:994 UTC] INFO priv.g:
[25/03/14 15:13:52:994 UTC] INFO priv.g:
[25/03/14 15:13:52:995 UTC] INFO priv.g:
[25/03/14 15:13:52:996 UTC] INFO priv.g:
[25/03/14 15:13:52:997 UTC] INFO priv.g:
[25/03/14 15:13:52:997 UTC] INFO priv.g:
[25/03/14 15:13:52:998 UTC] INFO lang.System: dotCMS Version : COMMUNITY
EDITION
[25/03/14 15:13:54:754 UTC] INFO startup.StartupTasksExecutor: Starting
startup tasks.
[25/03/14 15:13:57:653 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00001LoadSchema
[25/03/14 15:13:57:663 UTC] INFO startup.StartupTasksExecutor: Running:
Task00003CreateSystemRoles
[25/03/14 15:13:57:758 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00004LoadStarter
[25/03/14 15:13:57:765 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00005LoadFixassets
[25/03/14 15:13:57:809 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : dotcmslayoutcache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:57:874 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00006CreateSystemLayout
[25/03/14 15:13:57:882 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00007RemoveSitesearchQuartzJob
[25/03/14 15:13:57:939 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : companypool, size:10, toDisk:false,Concurrency:32
[25/03/14 15:13:58:323 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : userdotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:58:324 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : useremaildotcmscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:13:58:375 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : workflowcache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:13:58:387 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00008CreateDefaultWorkflowScheme
[25/03/14 15:13:58:388 UTC] INFO startup.StartupTasksExecutor: Finishing
startup tasks.
[25/03/14 15:13:58:388 UTC] INFO startup.StartupTasksExecutor: Starting
upgrade tasks.
[25/03/14 15:13:58:389 UTC] INFO startup.StartupTasksExecutor: Database
version: 1075
[25/03/14 15:13:58:391 UTC] ERROR reindex.ReindexThread: No
ContentIndexationThread available
[25/03/14 15:13:58:391 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to start processing
[25/03/14 15:13:58:393 UTC] INFO startup.StartupTasksExecutor: Finishing
upgrade tasks.
[25/03/14 15:13:58:393 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to start processing
[25/03/14 15:13:58:397 UTC] INFO reindex.ReindexThread: Reindex Thread
start delayed for 5000 millis.
[25/03/14 15:13:58:597 UTC] INFO servlets.InitServlet: InitServlet: Setting
Default Timezone: Coordinated Universal Time
[25/03/14 15:13:58:597 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:58:598 UTC] INFO servlets.InitServlet: Initializing
dotCMS
[25/03/14 15:13:58:598 UTC] INFO servlets.InitServlet: Using database:
MySQL
[25/03/14 15:13:58:598 UTC] INFO servlets.InitServlet: Using dialect :
net.sf.hibernate.dialect.MySQLDialect
[25/03/14 15:13:58:598 UTC] INFO servlets.InitServlet: Company Name :
dotcms.org
[25/03/14 15:13:58:599 UTC] INFO servlets.InitServlet: Clustering :
Disabled
[25/03/14 15:13:58:599 UTC] INFO servlets.InitServlet:
[25/03/14 15:13:58:775 UTC] INFO elasticsearch.node: [dotCMS_1]
{0.19.9}[25765]: initializing ...
[25/03/14 15:13:58:788 UTC] INFO elasticsearch.plugins: [dotCMS_1] loaded
[], sites []
[25/03/14 15:13:58:821 UTC] ERROR [localhost].[/ROOT03242014]:
StandardWrapper.Throwable
java.nio.channels.OverlappingFileLockException
at
sun.nio.ch.FileChannelImpl$SharedFileLockTable.checkList(FileChannelImpl.java:1215)
at
sun.nio.ch.FileChannelImpl$SharedFileLockTable.add(FileChannelImpl.java:1117)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:923)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:978)
at
org.apache.lucene.store.NativeFSLock.obtain(NativeFSLockFactory.java:217)
at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:80)
at
org.elasticsearch.node.internal.InternalNode.<init>(InternalNode.java:123)
at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:159)
at
com.dotcms.content.elasticsearch.util.ESClient.initNode(ESClient.java:40)
at
com.dotcms.content.elasticsearch.util.ESClient.getClient(ESClient.java:27)
at
com.dotcms.content.elasticsearch.business.ESContentletIndexAPI.checkAndInitialiazeIndex(ESContentletIndexAPI.java:78)
at com.dotmarketing.servlets.InitServlet.init(InitServlet.java:142)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
[25/03/14 15:13:58:824 UTC] ERROR [localhost].[/ROOT03242014]: Servlet
/ROOT03242014 threw load() exception
java.nio.channels.OverlappingFileLockException
at
sun.nio.ch.FileChannelImpl$SharedFileLockTable.checkList(FileChannelImpl.java:1215)
at
sun.nio.ch.FileChannelImpl$SharedFileLockTable.add(FileChannelImpl.java:1117)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:923)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:978)
at
org.apache.lucene.store.NativeFSLock.obtain(NativeFSLockFactory.java:217)
at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:80)
at
org.elasticsearch.node.internal.InternalNode.<init>(InternalNode.java:123)
at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:159)
at
com.dotcms.content.elasticsearch.util.ESClient.initNode(ESClient.java:40)
at
com.dotcms.content.elasticsearch.util.ESClient.getClient(ESClient.java:27)
at
com.dotcms.content.elasticsearch.business.ESContentletIndexAPI.checkAndInitialiazeIndex(ESContentletIndexAPI.java:78)
at com.dotmarketing.servlets.InitServlet.init(InitServlet.java:142)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
[25/03/14 15:13:58:857 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Content Image Fields Resizer" registered for path /resize-image
[25/03/14 15:13:58:858 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Export Field Content" registered for path /raw-data
[25/03/14 15:13:58:859 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Image Filter Exporter" registered for path /image
[25/03/14 15:13:58:867 UTC] INFO servlets.BinaryExporterServlet: Exporter
"Image Thumbnail Field Exporter" registered for path /image-thumbnail
[25/03/14 15:13:59:032 UTC] INFO http11.Http11Protocol: Starting Coyote
HTTP/1.1 on http-80
[25/03/14 15:13:59:122 UTC] INFO startup.Catalina: Server startup in 217596
ms
[25/03/14 15:14:00:487 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : publishingendpointcache, size:100,
toDisk:false,Concurrency:32
[25/03/14 15:14:03:399 UTC] INFO reindex.ReindexThread: Reindex Thread
started with a sleep of 500
[25/03/14 15:14:03:435 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : indiciescache, size:8, toDisk:false,Concurrency:32
[25/03/14 15:15:27:681 UTC] INFO filters.CMSFilter: plugin
com.dotcms.config cmsfilter.servlet.exclusions=
[25/03/14 15:15:27:702 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : hostaliascache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:15:27:711 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : translatedquerycache, size:5000,
toDisk:false,Concurrency:32
[25/03/14 15:15:28:468 UTC] INFO startup.StartupTasksExecutor: Starting
startup tasks.
[25/03/14 15:15:28:473 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00001LoadSchema
[25/03/14 15:15:28:479 UTC] INFO startup.StartupTasksExecutor: Running:
Task00003CreateSystemRoles
[25/03/14 15:15:28:497 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00004LoadStarter
[25/03/14 15:15:28:501 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00005LoadFixassets
[25/03/14 15:15:28:507 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00006CreateSystemLayout
[25/03/14 15:15:28:513 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00007RemoveSitesearchQuartzJob
[25/03/14 15:15:28:517 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00008CreateDefaultWorkflowScheme
[25/03/14 15:15:28:517 UTC] INFO startup.StartupTasksExecutor: Finishing
startup tasks.
[25/03/14 15:15:28:517 UTC] INFO startup.StartupTasksExecutor: Starting
upgrade tasks.
[25/03/14 15:15:28:517 UTC] INFO startup.StartupTasksExecutor: Database
version: 760
[25/03/14 15:15:28:517 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to stop processing
[25/03/14 15:15:28:519 UTC] INFO startup.StartupTasksExecutor: Running:
Task00765AddUserForeignKeys
[25/03/14 15:15:28:536 UTC] INFO db.DotConnect: Executing update contentlet
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:15:28:545 UTC] INFO db.DotConnect: Finished Executing update
contentlet set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:545 UTC] INFO db.DotConnect: Executing update htmlpage
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:15:28:548 UTC] INFO db.DotConnect: Finished Executing update
htmlpage set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:548 UTC] INFO db.DotConnect: Executing update file_asset
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:15:28:551 UTC] INFO db.DotConnect: Finished Executing update
file_asset set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:551 UTC] INFO db.DotConnect: Executing update containers
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:15:28:553 UTC] INFO db.DotConnect: Finished Executing update
containers set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:553 UTC] INFO db.DotConnect: Executing update template
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:15:28:556 UTC] INFO db.DotConnect: Finished Executing update
template set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:556 UTC] INFO db.DotConnect: Executing update links set
mod_user = 'system' where not exists(select userid from user_ where userid =
mod_user)
[25/03/14 15:15:28:558 UTC] INFO db.DotConnect: Finished Executing update
links set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:15:28:558 UTC] INFO db.DotConnect: Executing alter table
file_asset alter column mod_user type varchar(100)
[25/03/14 15:15:28:564 UTC] INFO db.DotConnect: Finished Executing alter
table file_asset alter column mod_user type varchar(100)
[25/03/14 15:15:28:564 UTC] INFO db.DotConnect: Executing alter table
contentlet add constraint fk_user_contentlet foreign key (mod_user)
references user_(userid)
[25/03/14 15:15:28:566 UTC] FATAL runonce.Task00765AddUserForeignKeys:
Unable to execute SQL upgrade
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:28:569 UTC] FATAL startup.StartupTasksExecutor: Unable to
execute the upgrade task : Task00765AddUserForeignKeys
com.dotmarketing.exception.DotDataException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:193)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
Caused by: org.postgresql.util.PSQLException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
... 45 more
[25/03/14 15:15:28:586 UTC] INFO startup.StartupTasksExecutor: Finishing
upgrade tasks.
[25/03/14 15:15:28:586 UTC] ERROR [/].[MainServlet]: Allocate exception for
servlet MainServlet
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:28:587 UTC] ERROR [/].[login_edit_mode]: Servlet.service()
for servlet login_edit_mode threw exception
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:172 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:149)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:174 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:149)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:177 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:149)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:181 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:149)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:182 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:190)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:186 UTC] ERROR struts.MultiMessageResources:
java.lang.NullPointerException
at
com.liferay.portal.struts.MultiMessageResources._loadProps(MultiMessageResources.java:135)
at
com.liferay.portal.struts.MultiMessageResources.loadLocale(MultiMessageResources.java:97)
at
org.apache.struts.util.PropertyMessageResources.getMessage(PropertyMessageResources.java:190)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1088)
at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1057)
at com.liferay.portal.language.LanguageUtil.get(LanguageUtil.java:147)
at org.apache.jsp.portal._500_jsp._jspService(_500_jsp.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)
at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:15:30:340 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : livecache_48190c8c-42c4-46af-8d1a-0cd5db894797_1,
size:1000, toDisk:false,Concurrency:32
[25/03/14 15:15:30:342 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : livecache_48190c8c-42c4-46af-8d1a-0cd5db894797,
size:1000, toDisk:false,Concurrency:32
[25/03/14 15:15:31:041 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : htmlpagecache, size:1000, toDisk:false,Concurrency:32
[25/03/14 15:15:31:107 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : blockdirectivecache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:15:31:398 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : templatecache, size:500, toDisk:false,Concurrency:32
[25/03/14 15:15:31:580 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : hostvariablescache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:15:31:658 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : fileassetmetadatacache, size:200,
toDisk:false,Concurrency:32
[25/03/14 15:15:32:285 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : velocitymisscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:15:32:294 UTC] INFO business.DotGuavaCacheAdministratorImpl:
*** Building Cache : categoryparentscache, size:1000,
toDisk:false,Concurrency:32
[25/03/14 15:16:33:508 UTC] INFO startup.StartupTasksExecutor: Starting
startup tasks.
[25/03/14 15:16:33:514 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00001LoadSchema
[25/03/14 15:16:33:520 UTC] INFO startup.StartupTasksExecutor: Running:
Task00003CreateSystemRoles
[25/03/14 15:16:33:536 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00004LoadStarter
[25/03/14 15:16:33:540 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00005LoadFixassets
[25/03/14 15:16:33:544 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00006CreateSystemLayout
[25/03/14 15:16:33:550 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00007RemoveSitesearchQuartzJob
[25/03/14 15:16:33:553 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00008CreateDefaultWorkflowScheme
[25/03/14 15:16:33:553 UTC] INFO startup.StartupTasksExecutor: Finishing
startup tasks.
[25/03/14 15:16:33:553 UTC] INFO startup.StartupTasksExecutor: Starting
upgrade tasks.
[25/03/14 15:16:33:553 UTC] INFO startup.StartupTasksExecutor: Database
version: 760
[25/03/14 15:16:33:553 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to stop processing
[25/03/14 15:16:33:555 UTC] INFO startup.StartupTasksExecutor: Running:
Task00765AddUserForeignKeys
[25/03/14 15:16:33:561 UTC] INFO db.DotConnect: Executing update contentlet
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:16:33:566 UTC] INFO db.DotConnect: Finished Executing update
contentlet set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:566 UTC] INFO db.DotConnect: Executing update htmlpage
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:16:33:569 UTC] INFO db.DotConnect: Finished Executing update
htmlpage set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:569 UTC] INFO db.DotConnect: Executing update file_asset
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:16:33:571 UTC] INFO db.DotConnect: Finished Executing update
file_asset set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:572 UTC] INFO db.DotConnect: Executing update containers
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:16:33:574 UTC] INFO db.DotConnect: Finished Executing update
containers set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:574 UTC] INFO db.DotConnect: Executing update template
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:16:33:577 UTC] INFO db.DotConnect: Finished Executing update
template set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:577 UTC] INFO db.DotConnect: Executing update links set
mod_user = 'system' where not exists(select userid from user_ where userid =
mod_user)
[25/03/14 15:16:33:580 UTC] INFO db.DotConnect: Finished Executing update
links set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:16:33:580 UTC] INFO db.DotConnect: Executing alter table
file_asset alter column mod_user type varchar(100)
[25/03/14 15:16:33:585 UTC] INFO db.DotConnect: Finished Executing alter
table file_asset alter column mod_user type varchar(100)
[25/03/14 15:16:33:585 UTC] INFO db.DotConnect: Executing alter table
contentlet add constraint fk_user_contentlet foreign key (mod_user)
references user_(userid)
[25/03/14 15:16:33:587 UTC] FATAL runonce.Task00765AddUserForeignKeys:
Unable to execute SQL upgrade
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:16:33:591 UTC] FATAL startup.StartupTasksExecutor: Unable to
execute the upgrade task : Task00765AddUserForeignKeys
com.dotmarketing.exception.DotDataException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:193)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
Caused by: org.postgresql.util.PSQLException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
... 45 more
[25/03/14 15:16:33:594 UTC] INFO startup.StartupTasksExecutor: Finishing
upgrade tasks.
[25/03/14 15:16:33:595 UTC] ERROR [/].[MainServlet]: Allocate exception for
servlet MainServlet
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:16:33:596 UTC] ERROR [/].[login_edit_mode]: Servlet.service()
for servlet login_edit_mode threw exception
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:33:53:820 UTC] INFO startup.StartupTasksExecutor: Starting
startup tasks.
[25/03/14 15:33:53:826 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00001LoadSchema
[25/03/14 15:33:53:831 UTC] INFO startup.StartupTasksExecutor: Running:
Task00003CreateSystemRoles
[25/03/14 15:33:53:845 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00004LoadStarter
[25/03/14 15:33:53:849 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00005LoadFixassets
[25/03/14 15:33:53:853 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00006CreateSystemLayout
[25/03/14 15:33:53:858 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00007RemoveSitesearchQuartzJob
[25/03/14 15:33:53:862 UTC] INFO startup.StartupTasksExecutor: Not running:
Task00008CreateDefaultWorkflowScheme
[25/03/14 15:33:53:862 UTC] INFO startup.StartupTasksExecutor: Finishing
startup tasks.
[25/03/14 15:33:53:862 UTC] INFO startup.StartupTasksExecutor: Starting
upgrade tasks.
[25/03/14 15:33:53:862 UTC] INFO startup.StartupTasksExecutor: Database
version: 760
[25/03/14 15:33:53:862 UTC] INFO reindex.ReindexThread:
ContentIndexationThread ordered to stop processing
[25/03/14 15:33:53:864 UTC] INFO startup.StartupTasksExecutor: Running:
Task00765AddUserForeignKeys
[25/03/14 15:33:53:869 UTC] INFO db.DotConnect: Executing update contentlet
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:33:53:874 UTC] INFO db.DotConnect: Finished Executing update
contentlet set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:874 UTC] INFO db.DotConnect: Executing update htmlpage
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:33:53:877 UTC] INFO db.DotConnect: Finished Executing update
htmlpage set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:877 UTC] INFO db.DotConnect: Executing update file_asset
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:33:53:879 UTC] INFO db.DotConnect: Finished Executing update
file_asset set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:879 UTC] INFO db.DotConnect: Executing update containers
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:33:53:881 UTC] INFO db.DotConnect: Finished Executing update
containers set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:881 UTC] INFO db.DotConnect: Executing update template
set mod_user = 'system' where not exists(select userid from user_ where
userid = mod_user)
[25/03/14 15:33:53:884 UTC] INFO db.DotConnect: Finished Executing update
template set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:884 UTC] INFO db.DotConnect: Executing update links set
mod_user = 'system' where not exists(select userid from user_ where userid =
mod_user)
[25/03/14 15:33:53:886 UTC] INFO db.DotConnect: Finished Executing update
links set mod_user = 'system' where not exists(select userid from user_
where userid = mod_user)
[25/03/14 15:33:53:886 UTC] INFO db.DotConnect: Executing alter table
file_asset alter column mod_user type varchar(100)
[25/03/14 15:33:53:891 UTC] INFO db.DotConnect: Finished Executing alter
table file_asset alter column mod_user type varchar(100)
[25/03/14 15:33:53:891 UTC] INFO db.DotConnect: Executing alter table
contentlet add constraint fk_user_contentlet foreign key (mod_user)
references user_(userid)
[25/03/14 15:33:53:893 UTC] FATAL runonce.Task00765AddUserForeignKeys:
Unable to execute SQL upgrade
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:33:53:895 UTC] FATAL startup.StartupTasksExecutor: Unable to
execute the upgrade task : Task00765AddUserForeignKeys
com.dotmarketing.exception.DotDataException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:193)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
Caused by: org.postgresql.util.PSQLException: ERROR: constraint
"fk_user_contentlet" for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
... 45 more
[25/03/14 15:33:53:897 UTC] ERROR [/].[MainServlet]: Allocate exception for
servlet MainServlet
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:33:53:897 UTC] ERROR [/].[login_edit_mode]: Servlet.service()
for servlet login_edit_mode threw exception
org.postgresql.util.PSQLException: ERROR: constraint "fk_user_contentlet"
for relation "contentlet" already exists
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:366)
at
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at
com.dotmarketing.common.db.DotConnect.executeStatement(DotConnect.java:222)
at
com.dotmarketing.startup.AbstractJDBCStartupTask.executeUpgrade(AbstractJDBCStartupTask.java:190)
at
com.dotmarketing.startup.StartupTasksExecutor.executeUpgrades(StartupTasksExecutor.java:260)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:117)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
com.dotmarketing.servlets.LoginEditModeServlet.service(LoginEditModeServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:404)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.TimeMachineFilter.doFilter(TimeMachineFilter.java:162)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotcms.enterprise.salesforce.SalesForceFilter.doFilter(SourceFile:227)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:146)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
[25/03/14 15:33:53:897 UTC] INFO startup.StartupTasksExecutor: Finishing
upgrade tasks.




--
View this message in context: http://forumarchive.dotcms.com/EC2-Installation-with-Amazon-s-Linux-AMI-using-RDS-Postgre-tp5721816.html
Sent from the dotCMS Users Group mailing list archive at Nabble.com.

Will Ezell

unread,
Mar 25, 2014, 2:54:32 PM3/25/14
to dot...@googlegroups.com
John:

We are in the process of updating that doc.  You should not use the source from github as it can contain inconsistencies. Instead, we recommend always using the latest release from our site to install dotcms:


Try that and see if you get further.







----
Will Ezell
http://dotcms.com
phone: (305) 900-2001 ext. 7010
direct: (978) 294-9429
skype: wezell1




--
You received this message because you are subscribed to the Google Groups "Dotcms User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotcms+un...@googlegroups.com.
To post to this group, send email to dot...@googlegroups.com.
Visit this group at http://groups.google.com/group/dotcms.
For more options, visit https://groups.google.com/d/optout.

Jason Tesser

unread,
Mar 25, 2014, 2:56:02 PM3/25/14
to dot...@googlegroups.com
also I think maybe you have 2 root.xml or something weird in your config.  If you copy that file in the same directory it will cause issues for example 

john.co...@riptidesoftware.com

unread,
Mar 26, 2014, 5:35:41 AM3/26/14
to dot...@googlegroups.com
Thanks, yes, I figured out that one cannot back up the ROOT.xml to the same directory or it will get picked up automatically during the tomcat startup. I removed that but still have the issue.  I am now attempting to follow Will Ezell's path
...

Jason Tesser

unread,
Mar 26, 2014, 7:45:24 AM3/26/14
to dot...@googlegroups.com
make sure to start with a clean db when rhe install fails 

john.co...@riptidesoftware.com

unread,
Mar 26, 2014, 9:04:30 AM3/26/14
to dot...@googlegroups.com
I went ahead and download the tar file from  http://dotcms.com/download/ but found that it did not have any src directory which prevents the ant deploy-no-jsp to fail.  I figured it may come with the classes already compiled so I went ahead and started tomcat and found it would not start.

So here is what I did that resolved the issue.  First I started with a clean RDS instance of a postgresql database on AWS.  When I created the database as follows:

DataBase Instance name: dotcmsdb
Database name: dotcms
Database username (Master user): postgres
Database password: ${any password with alteast 8 alpha numeric characters} 
I gave it 10 GB of storage space.

Below is a copy and past from the instance screen:


Configuration Details
dotcms
postgres(9.3.3)
postgres
default:postgres-9-3
in-sync )
default.postgres9.3
in-sync )
Security and Network
us-east
None
default
active )
Instance and IOPS
10GB
db.m1.medium
disabled












 Once that was complete I logged into the database as user postgres and ran this command:

GRANT CREATE on database "dotcms" to postgres;


Now, I created a new EC2 instance and followed the dotcms article titled 

EC2 Installation with Amazon's Linux AMI


I have repeated it below with the small modifications I needed because of postgres instead of mysql and also because I put /opt/dotcms/current on a separate  volume (Note: When an EC2 instance is created on AWS it by default creates a  volume (a root volume) where the operating systems files are placed)  I wanted to get the operating systems files and the dotcms files on a different volume so I created another volume and attached it to the EC2 instance. Once sshed into the EC2 instance and sudo -i. Type lsblk and it will list the block devices which are the available devices which can be mounted.  I then did this step which is shown below also.  

mkfs.ext4 -L DOTCMS /dev/xvdf
echo "LABEL=DOTCMS /opt/dotcms ext4 defaults,noatime 0 1" >> /etc/fstab
mount /dev/xvdf /opt/dotcms

sudo -i
yum update

#install github, ant, and mysql
yum install -y git
yum install -y ant
yum install -y ant-contrib
yum install -y ant-junit.noarch

  
#Create Parent Directory
mkdir -p /opt/dotcms/wwwroot/

mkfs.ext4 -L DOTCMS /dev/xvdf                 
echo "LABEL=DOTCMS /opt/dotcms ext4 defaults,noatime 0 1" >> /etc/fstab
mount /opt/dotcms


cd /opt/dotcms/wwwroot/

#get dotcms source zip for desired stable release version

unzip 2.5.4.zip
ln -s /opt/dotcms/wwwroot/dotCMS-2.5.4 /opt/dotcms/wwwroot/current
cd current

#Create ROOT Plugin Configuration Directories (Never directly edit dotCMS files as this will break on upgrade)
mkdir -p plugins/com.dotcms.config/ROOT/tomcat/conf/Catalina/localhost/
mkdir -p plugins/com.dotcms.config/ROOT/bin
cp tomcat/conf/Catalina/localhost/ROOT.xml plugins/com.dotcms.config/ROOT/tomcat/conf/Catalina/localhost/

#Copy startup.sh to root plugin
cp bin/startup.sh plugins/com.dotcms.config/ROOT/bin

#OPTIONAL- if you'd like to ports for dotcms application
cp tomcat/conf/server.xml plugins/com.dotcms.config/ROOT/tomcat/conf/

#Configure the jdbc connector
    #change the host and port to the AWS database endpoint defined in the RDS Dashboard for you instance on AWS.
        <!-- POSTGRESQL -->
        <Resource name="jdbc/dotCMSPool" auth="Container"
                type="javax.sql.DataSource"
                driverClassName="org.postgresql.Driver"
                url="jdbc:postgresql://{AWS RDS dotcms database Endpoint}/dotcms"
                username="postgres" password="{password}" maxActive="60" maxIdle
="10" maxWait="60000"
                  removeAbandoned="true" removeAbandonedTimeout="60" logAbandone
d="true"
                  validationQuery="SELECT 1" testOnBorrow="true" />

#Configure db connection and dotCMS db name and password 
# change username to postgres and password to what 
# you entered for the database when you created it on RDS

vi plugins/com.dotcms.config/ROOT/tomcat/conf/Catalina/localhost/ROOT.xml   


# Change -Xmx for better heap size (recommend min 2 Gigs for testing)
vi plugins/com.dotcms.config/ROOT/bin/startup.sh


ant deploy-no-jsp

#start up dotcms and tail the log
touch  tomcat/logs/dotcms.log 
./bin/startup.sh && tail -f tomcat/logs/dotcms.log
 
...

Jason Tesser

unread,
Mar 26, 2014, 9:24:39 AM3/26/14
to dot...@googlegroups.com
OK so a few things. 

1. see here for the doc to install from the ZIP/TAR distro http://dotcms.com/docs/latest/InstallingFromRelease

2. You should use the scripts in the ./bin to deploy plugins if you have any etc.. not ant

3. We need more detail then it would not start :-) 

john.co...@riptidesoftware.com

unread,
Mar 26, 2014, 12:11:16 PM3/26/14
to dot...@googlegroups.com
On number 3 below. The reason I did not provide more information on why it would not start is because I provided an alternative solution that fully works and is currently running. In short, I do not have time at this moment to "trouble shoot" that issue.
Reply all
Reply to author
Forward
0 new messages