vieiro commented on pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495#issuecomment-805215613


   Hi @hectorespert ,
   
   I still see a bug [1] when rendering on both Windows and Linux. If were to 
merge then this would break the Jenkins job (and the rendering of the site).
   
   Any ideas of what could be the cause? I'll try to investigate as well.
   
   
   ```
   <stdin>: line 500: no callout found for <1>
   <stdin>: line 470: list item index: expected 1, got 6
   $ANSI{green {db=cache}} Error during comparision
   java.lang.ClassCastException: java.util.Date cannot be cast to 
java.lang.String
           at java.lang.String.compareTo(String.java:111)
           at 
com.orientechnologies.orient.core.sql.parser.OOrderByItem.compare(OOrderByItem.java:137)
           at 
com.orientechnologies.orient.core.sql.parser.OOrderBy.compare(OOrderBy.java:58)
           at 
com.orientechnologies.orient.core.sql.executor.OrderByStep.lambda$init$3(OrderByStep.java:150)
           at java.util.TimSort.countRunAndMakeAscending(TimSort.java:360)
           at java.util.TimSort.sort(TimSort.java:234)
           at java.util.Arrays.sort(Arrays.java:1512)
           at java.util.ArrayList.sort(ArrayList.java:1464)
           at 
com.orientechnologies.orient.core.sql.executor.OrderByStep.init(OrderByStep.java:150)
           at 
com.orientechnologies.orient.core.sql.executor.OrderByStep.lambda$syncPull$0(OrderByStep.java:40)
           at java.util.Optional.ifPresent(Optional.java:159)
           at 
com.orientechnologies.orient.core.sql.executor.OrderByStep.syncPull(OrderByStep.java:40)
           at 
com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan.fetchNext(OSelectExecutionPlan.java:37)
           at 
com.orientechnologies.orient.core.sql.parser.OLocalResultSet.fetchNext(OLocalResultSet.java:39)
           at 
com.orientechnologies.orient.core.sql.parser.OLocalResultSet.<init>(OLocalResultSet.java:30)
           at 
com.orientechnologies.orient.core.sql.parser.OSelectStatement.execute(OSelectStatement.java:276)
           at 
com.orientechnologies.orient.core.sql.parser.OStatement.execute(OStatement.java:79)
           at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded.query(ODatabaseDocumentEmbedded.java:538)
           at org.jbake.app.ContentStore.query(ContentStore.java:339)
           at 
org.jbake.app.ContentStore.getUnrenderedContent(ContentStore.java:311)
           at 
org.jbake.render.DocumentsRenderer.render(DocumentsRenderer.java:25)
           at org.jbake.app.Oven.renderContent(Oven.java:207)
           at org.jbake.app.Oven.bake(Oven.java:156)
           at org.jbake.app.Oven$bake$2.call(Unknown Source)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to