Skip to content

Instantly share code, notes, and snippets.

View bryanboza's full-sized avatar

Bryan bryanboza

  • dotCMS
  • Costa Rica
View GitHub Profile
[08/09/14 10:17:50:281 CST] WARN action.EditTemplateAction: com.dotmarketing.exception.DotSecurityException: User com.liferay.portal.model.User@cb1c722f does not have permission to read 19e6f18d-76a9-45d3-bd1d-f3151abc9d1e
com.dotmarketing.exception.DotSecurityException: User com.liferay.portal.model.User@cb1c722f does not have permission to read 19e6f18d-76a9-45d3-bd1d-f3151abc9d1e
at com.dotmarketing.business.VersionableAPIImpl.findLiveVersion(VersionableAPIImpl.java:65)
at com.dotmarketing.business.VersionableAPIImpl.findLiveVersion(VersionableAPIImpl.java:58)
at com.dotmarketing.factories.WebAssetFactory.archiveAsset(WebAssetFactory.java:552)
at com.dotmarketing.portal.struts.DotPortletAction._deleteWebAsset(DotPortletAction.java:186)
at com.dotmarketing.portlets.templates.action.EditTemplateAction.processAction(EditTemplateAction.java:275)
at com.liferay.portal.struts.PortletRequestProcessor.process(PortletRequestProcessor.java:128)
at com.liferay.portlet.StrutsPortlet.processAction(StrutsPortlet
[13/11/14 10:15:54:543 CST] ERROR business.PermissionedWebAssetUtil: com.dotcms.repackage.org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query_fetch], all shards failed; shardFailures {[m5MX1nOdTTysMNmAHayjIQ][working_20141113080340][0]: SearchParseException[[working_20141113080340][0]: query[ConstantScore(*:*)],from[-1],size[100000]: Parse Failure [Failed to parse source [{"size":100000,"query":{"match_all":{}},"filter":{"fquery":{"query":{"query_string":{"query":"+structurename:host +working:true +host.hostname:"}},"_cache":true}},"fields":["inode","identifier"]}]]]; nested: QueryParsingException[[working_20141113080340] Failed to parse query [+structurename:host +working:true +host.hostname:]]; nested: ParseException[Cannot parse '+structurename:host +working:true +host.hostname:': Encountered "<EOF>" at line 1, column 49.
Was expecting one of:
<BAREOPER> ...
"(" ...
"*" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
<REG
2014-11-24 17:12:31,092 INFO com.dotcms.repackage.org.elasticsearch.cluster.met
adata - [c645b5e4-b3c2-4d84-a94e-b8ce842f4e57] [working_20141124155534] update_m
apping [content] (dynamic)
2014-11-24 17:12:31,105 INFO com.dotcms.repackage.org.elasticsearch.cluster.met
adata - [c645b5e4-b3c2-4d84-a94e-b8ce842f4e57] [live_20141124155534] update_mapp
ing [content] (dynamic)
log4j:WARN Log4J Active Asynchronous Appender recovered from fault during Loggin
gEvent dispatch - events may have been lost
java.util.regex.PatternSyntaxException: Unexpected internal error near index 5
logs\
cObjectPool.borrowObject(GenericObjectPool.java:449)
at org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:360)
at org.apache.tomcat.dbcp.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:118)
at org.apache.tomcat.dbcp.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1412)
at com.dotmarketing.quartz.DotJobStore$2.getConnection(DotJobStore.java:78)
at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:109)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:162)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3208)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3847)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3883)
10:18:03,805 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) inició en 142015ms - Inició 866 de 903 servicios (60 servicios son perezosos, pasivos o por demanda)
10:18:12,876 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[jsp]] (http-/127.0.0.1:8080-2) JBWEB000236: Servlet.service() for servlet jsp threw exception: org.apache.jasper.JasperException: JBWEB004062: Unable to compile class for JSP:
JBWEB004060: An error occurred at line: 172 in the jsp file: /html/common/top_inc.jsp
Cannot cast from Object to boolean
169:
170: </head>
171:
172: <%if(UtilMethods.isSet(request.getParameter("popup")) || UtilMethods.isSet(request.getAttribute("popup")) || (UtilMethods.isSet(request.getParameter("in_frame")) && "true".equals((String) request.getParameter("in_frame")))|| (UtilMethods.isSet(request.getSession().getAttribute("in_frame")) && (boolean)request.getSession().getAttribute("in_frame"))){ %>
173: <body class="dmundra" sty
<Resource name="jdbc/dotCMSPool" auth="Container"
type="javax.sql.DataSource" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
url="jdbc:sqlserver://SQLEXPRESS.database.windows.net:1433;databaseName=dotcms_new"
username="postgres@SQLEXPRESS" password="password" maxTotal="60" maxIdle="10" maxWaitMillis="60000"
removeAbandonedOnBorrow="true" removeAbandonedOnMaintenance="true" removeAbandonedTimeout="60" logAbandoned="true"
timeBetweenEvictionRunsMillis="30000" testOnBorrow="true" testWhileIdle="true" validationQuery="SELECT 1" defaultTransactionIsolation="READ_COMMITTED"/>
com.dotmarketing.exception.DotDataException: The password does not meet the system security requirements. It must contain at least 6 valid characters, must contains one digit from 0-9, one lowercase characters, one uppercase characters and one special symbols in the list "@#$%".
at com.dotmarketing.business.UserAPIImpl.save(UserAPIImpl.java:291)
at com.dotcms.rest.api.v1.user.UserResource.update(UserResource.java:185)
at sun.reflect.GeneratedMethodAccessor1129.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.dotcms.repackage.org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
at com.dotcms.repackage.org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
at com.dotcms.repackage.org.glassfish.jersey.server.model.internal.
[31/01/17 11:41:14:839 CST] ERROR publishing.PublisherAPIImpl: Error generating StaticDependencyBundler:
com.dotcms.publishing.DotBundleException: Error generating StaticDependencyBundler:
at com.dotcms.enterprise.publishing.staticpublishing.StaticDependencyBundler.generate(SourceFile:73) ~[ee-3.7.0.jar:?]
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:75) [dotcms_3.7.0_b5bf438.jar:?]
at com.dotcms.publishing.PublisherAPIImpl.publish(PublisherAPIImpl.java:16) [dotcms_3.7.0_b5bf438.jar:?]
at com.dotcms.publisher.business.PublisherQueueJob.execute(PublisherQueueJob.java:148) [dotcms_3.7.0_b5bf438.jar:?]
at org.quartz.core.JobRunShell.run(JobRunShell.java:223) [dot.quartz-all-1.8.6_2.jar:?]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) [dot.quartz-all-1.8.6_2.jar:?]
Caused by: com.dotmarketing.portlets.contentlet.business.DotContentletStateException: Can't find contentlet: eae7229f-205a-4b96-8048-99e69fd72973 lang:1 live:true
at com.dotcms.conten
[06/04/17 08:45:46:720 CST] ERROR provider.CacheProviderAPIImpl: Error getting record from CacheProvider [HazelCast Provider]: group [hostcache] - key [_dotcmsdefaulthost_].
com.hazelcast.core.OperationTimeoutException: GetOperation invocation failed to complete due to operation-heartbeat-timeout. Current time: 2017-04-06 08:45:46.702. Start time: 2017-04-06 08:44:46.214. Total elapsed time: 60489 ms. Last operation heartbeat: never. Last operation heartbeat from member: 2017-04-06 08:44:36.368. Invocation{op=com.hazelcast.map.impl.operation.GetOperation{serviceName='hz:impl:mapService', identityHash=1633665689, partitionId=218, replicaIndex=0, callId=-6449, invocationTime=1491489674839 (2017-04-06 08:41:14.839), waitTimeout=-1, callTimeout=60000, name=hostcache}, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeoutMillis=60000, firstInvocationTimeMs=1491489886214, firstInvocationTime='2017-04-06 08:44:46.214', lastHeartbeatMillis=0, lastHeartbeatTime='1969-12-31 18:00:00.000', target=[10.0.1.22]:5701
[19/04/17 15:10:54:013 CST] ERROR velocity.InlineEditLineDirective: User:dotcms.org.2795 does not have permissions to Contentlet:46561c99-ea94-4e1e-8e20-76de5e8afb34 @ url:GET//demo.dotcms.com/123 | lang:1 | ip:0:0:0:0:0:0:0:1 | Admin:true | start:04-19-2017 10:24:04 CST ref:http://localhost:8080/123?leftMenu=1&livePage=0&com.dotmarketing.htmlpage.language=1&language=1&host_id=48190c8c-42c4-46af-8d1a-0cd5db894797&com.dotmarketing.htmlpage.language=1&host_id=48190c8c-42c4-46af-8d1a-0cd5db894797 ?mainFrame=1&previewPage=1&com.dotmarketing.htmlpage.language=1&host_id=48190c8c-42c4-46af-8d1a-0cd5db894797&com.dotmarketing.persona.id= {/working/56bd55ea-b04b-480d-9e37-5d6f9217dcc3.container}
com.dotmarketing.exception.DotSecurityException: User:dotcms.org.2795 does not have permissions to Contentlet:46561c99-ea94-4e1e-8e20-76de5e8afb34
at com.dotcms.content.elasticsearch.business.ESContentletAPIImpl.find(ESContentletAPIImpl.java:245) ~[dotcms_4.1.0_e0dd407.jar:?]
at com.dotmarketing.portlets.contentlet.business