<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>jboss not starting ...</title><link>https://community.appian.com/discussions/f/general/10653/jboss-not-starting</link><description>I&amp;#39;ve installed Appian 16.2 and deplyed config. I can start the engines and search server and see no faults via checkengine. 
 However when I try to start the JBOSS server I&amp;#39;m seeing an exception in the server.log. I&amp;#39;m guessing I&amp;#39;ve missed, or mis typed</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: jboss not starting ...</title><link>https://community.appian.com/thread/46507?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 07:05:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ffbe1d6-372d-49ae-806c-552d4b76af2a</guid><dc:creator>catalinp</dc:creator><description>Try run again the configure script and deploy the appian to both. Maybe you did some modification after you deployed it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: jboss not starting ...</title><link>https://community.appian.com/thread/46506?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 07:03:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bf38396a-c5ef-4fd9-b7c6-0500ec207c12</guid><dc:creator>pauls985</dc:creator><description>are you suggesting I replace the existing file with the above ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: jboss not starting ...</title><link>https://community.appian.com/thread/46505?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 07:02:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9bff1762-8208-43e4-9f4c-7f0b55029a84</guid><dc:creator>pauls985</dc:creator><description>yep it was the first thing that I checked. The file is definitely there.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: jboss not starting ...</title><link>https://community.appian.com/thread/46504?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2017 06:57:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a460aab1-0337-4d90-b9e0-699d332f87be</guid><dc:creator>catalinp</dc:creator><description>Try to put it , by creating from scratch cache-config.xml:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cache-configs&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;&amp;quot; config=&amp;quot;appian/cache/jcs-default-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Caches scale by the shape of the key --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- scale by count of users --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Username to Credentials --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;groupMemberships&amp;quot; config=&amp;quot;appian/cache/jcs-groupMembershipCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Username and type of favorite to list of favorites --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;favoritesCache&amp;quot; config=&amp;quot;appian/cache/jcs-favoritesCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Username and Size to Thumbnail ID --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;userThumbnails&amp;quot; config=&amp;quot;appian/cache/jcs-userThumbnailsCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Username to Image ID --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;userPhotos&amp;quot; config=&amp;quot;appian/cache/jcs-userPhotosCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- UserPreferences stores each user&amp;#39;s local, time zone and calendar --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;userPreferences&amp;quot; config=&amp;quot;appian/cache/jcs-userPreferences-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Maps (document id based on user, document version, width, height) to cached thumbnail image --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;thumbnails&amp;quot; config=&amp;quot;appian/cache/jcs-thumbnailCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Document Thumbnailable cache, used in news feed to determine if a document may be rendered as a thumbnail --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;documentsThumbnailable&amp;quot; config=&amp;quot;appian/cache/jcs-default-config.ccf&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- RecordUiBuilder provides framework object for generating record user interfaces; scale by number of users --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;recordUiBuilder&amp;quot; config=&amp;quot;appian/cache/jcs-recordUiBuilder.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Stateful SAIL cache, one user looking at one form at a time on average --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;uiState&amp;quot; class=&amp;quot;com.appiancorp.cache.sail.StatefulSailCacheImpl&amp;quot; config=&amp;quot;appian/cache/jcs-uiState-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Partial rendering cache, one user looking at one form at a time on average --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;partialRenderCache&amp;quot; config=&amp;quot;appian/cache/jcs-partialRenderCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Images cache for SAIL --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;opaqueSystemIdCache&amp;quot; config=&amp;quot;appian/cache/jcs-opaqueSystemIdCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Images cache for SAIL --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;opaqueSystemCache&amp;quot; config=&amp;quot;appian/cache/jcs-opaqueSystemCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Safe URI to boolean of whether or not the safe URI is valid --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;safeUriCache&amp;quot; config=&amp;quot;appian/cache/jcs-safeUriCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- SAIL Cache function --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;sailCacheFunction&amp;quot; config=&amp;quot;appian/cache/jcs-sailCacheFunction-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Decision UUID to Decision Object by Version Cache --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;decisionCache&amp;quot; config=&amp;quot;appian/cache/jcs-decisionCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- scale by count of groups --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Group id to Group Name --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;groupNames&amp;quot; config=&amp;quot;appian/cache/jcs-groupNameCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- scale by separate web services --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- WSDL; scale by count of separate web services --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;webservices.wsdlCache&amp;quot; config=&amp;quot;appian/cache/jcs-wsdlCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- WebService invoker; scale by count of users invoking web services combined with the web service --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;webservices.wsInvokerCache&amp;quot; config=&amp;quot;appian/cache/jcs-wsInvokerCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Located in TypeServiceJavaImpl --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Map of internal type id to Datatype --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatype&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of QName to Datatype --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatypeByQName&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of internal type id to Datatype Instance Properties --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatypeInstanceProperties&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of external type id to internal type id --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.externalId&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeExternalIdCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of internal type id to DatatypeProperties --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatypeProperties&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of QName to the datatype id for the latest version with that QName, whether active or deactivated. --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.lastVersion&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeLastVersionCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of datatype id to the latest version datatype with the same original QName, whether active or deactivated. --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.lastVersionById&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeLastVersionByIdCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Located in core.Type --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Map of type id to non-system core Types--&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.core.nonSystemTypes&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Located in DatatypeModelRepositoryImpl --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Map of Set of type ids to EPackage --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatypeEcore&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeEcoreCache-config.ccf&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of internal type id to cache keys --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;types.datatypeEcoreIds&amp;quot; config=&amp;quot;appian/cache/jcs-datatypeEcoreIdsCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- scale by active application rules --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- This cache stores all rules (e.g., expression rules, interface rules, and query rules) and constants; scale by count of rules. --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;local_repository&amp;quot; config=&amp;quot;appian/cache/jcs-local-repository.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- scale tiny --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Map of RecordType Source UUID to Key Type --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;recordKeyTypeBySourceUuid&amp;quot; config=&amp;quot;appian/cache/jcs-recordKeyTypeBySourceUuidCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of RecordType UUID to ID --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;recordTypeIdByUuid&amp;quot; config=&amp;quot;appian/cache/jcs-recordTypeIdByUuidCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Map of system Content UUID to ID --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;idByUuid&amp;quot; config=&amp;quot;appian/cache/jcs-idByUuidCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Only one entry, the site locale settings --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;i18n&amp;quot; config=&amp;quot;appian/cache/jcs-i18n-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Only one entry, &amp;quot;preferencesObject&amp;quot; --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;applications&amp;quot; config=&amp;quot;appian/cache/jcs-applications-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Only one entry, map of &amp;lt;String username, Integer messageCount&amp;gt; --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;forumsMessageCounts&amp;quot; config=&amp;quot;appian/cache/jcs-forums-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Stores just sitewide time zone settings and calendar settings (just two entries) --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;globalization&amp;quot; config=&amp;quot;appian/cache/jcs-globalization-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Admin Console --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;administeredConfiguration&amp;quot; config=&amp;quot;appian/cache/jcs-administration-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Certificates --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;certificate.cache&amp;quot; config=&amp;quot;appian/cache/jcs-certificateCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;partialEvalCache&amp;quot; config=&amp;quot;appian/cache/jcs-partialEvalCache-config.ccf&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Sites Caching --&amp;gt;&lt;br /&gt;
   &amp;lt;cache-config key=&amp;quot;sitesTemplateCache&amp;quot; config=&amp;quot;appian/cache/jcs-sitesTemplateCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- DataSource Caching --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;dataSourceCache&amp;quot; config=&amp;quot;appian/cache/jcs-dataSourceCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- Design Object Locking Caching --&amp;gt;&lt;br /&gt;
  &amp;lt;cache-config key=&amp;quot;designObjectLocking&amp;quot; config=&amp;quot;appian/cache/jcs-designObjectLockCache-config.ccf&amp;quot; distributed=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/cache-configs&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: jboss not starting ...</title><link>https://community.appian.com/thread/46500?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2017 12:03:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:551b65c4-f595-4eff-9a16-1265a88b3985</guid><dc:creator>sergeiz</dc:creator><description>The exception is pretty clear: &amp;quot;java.io.FileNotFoundException: class path resource [WEB-INF/conf/cache/cache-config.xml] cannot be opened because it does not exist&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In my local 6.3 installation I have this file at &amp;lt;APPIAN_HOME&amp;gt;\ear\suite.ear\web.war\WEB-INF\conf\cache\cache-config.xml&lt;br /&gt;
&lt;br /&gt;
I don&amp;#39;t remember it was a part of configuration process, so it most probably should exist after you install local appian.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>