-
Re: System requirement for Jive Hosted ver 8.0.3.1
mcollinge Aug 16, 2016 2:20 AM (in response to sunil@italentcorp.com)On our Windows 7 development PCs we use;
- Tomcat 7.0.59
- Java 1.8.0_60
- MySQL 5 (but really should look at moving to Postgress some time)
- Maven 3.2.5
-
Re: System requirement for Jive Hosted ver 8.0.3.1
mcollinge Aug 16, 2016 2:21 AM (in response to mcollinge)We could obviously update to slightly later point releases of Tomcat, etc.. but what we've got there works fine.
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Aug 17, 2016 11:12 PM (in response to mcollinge)Matt thanks for the information. Installed on my mac, MVN clean install was successfully done but when i was run the cargo-start giving following error. Please let me what is the error and what should i do to fix this one. DB tables not updated too.
[WARNING] [talledLocalContainer] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:22 AM org.apache.catalina.startup.HostConfig deployWAR
[WARNING] [talledLocalContainer] INFO: Deployment of web application archive /Users/sunil/SunilWork/JiveHosted/jive831/web/target/tomcat7x/webapps/cargocpc.war has finished in 872 ms
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:22 AM org.apache.catalina.startup.HostConfig deployWAR
[WARNING] [talledLocalContainer] INFO: Deploying web application archive /Users/sunil/SunilWork/JiveHosted/jive831/web/target/tomcat7x/webapps/ROOT.war
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: http://www.jivesoftware.com/ is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: /struts-tags is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: http://www.opensymphony.com/oscache is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: sitemesh-page is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: sitemesh-decorator is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:54 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: http://www.opensymphony.com/oscache is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:55 AM org.apache.catalina.startup.TaglibUriRule body
[WARNING] [talledLocalContainer] INFO: TLD skipped. URI: /struts-tags is already defined
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:55 AM org.apache.catalina.startup.TldConfig execute
[WARNING] [talledLocalContainer] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:55 AM org.apache.catalina.core.ApplicationContext log
[WARNING] [talledLocalContainer] INFO: No Spring WebApplicationInitializer types detected on classpath
[WARNING] [talledLocalContainer] Aug 18, 2016 11:29:58 AM org.apache.catalina.core.ApplicationContext log
[WARNING] [talledLocalContainer] INFO: Initializing Spring root WebApplicationContext
[WARNING] [talledLocalContainer] Aug 18, 2016 11:30:18 AM org.apache.catalina.core.StandardContext listenerStart
[WARNING] [talledLocalContainer] SEVERE: Exception sending context initialized event to listener instance of class com.jivesoftware.community.web.JiveApplicationContextLoaderListener
[WARNING] [talledLocalContainer] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource [spring-securityContext.xml]: Cannot create inner bean 'util:list#65358404' of type [org.springframework.beans.factory.config.ListFactoryBean] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'util:list#65358404': Cannot create inner bean 'security:filter-chain#58c30205' of type [org.springframework.security.web.DefaultSecurityFilterChain] while setting bean property 'sourceList' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'security:filter-chain#58c30205': Cannot resolve reference to bean 'securityContextPersistenceFilter' while setting constructor argument with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextPersistenceFilter' defined in class path resource [spring-securityContext.xml]: Cannot resolve reference to bean 'cookieSessionSecurityContextRepository' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cookieSessionSecurityContextRepository': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jivesoftware.community.aaa.stateless.thin.translator.ThinSecurityContextTranslator com.jivesoftware.community.aaa.stateless.CookieSecurityContextRepository.thinSecurityContextTranslator; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thinSecurityContextTranslator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jivesoftware.community.aaa.stateless.thin.translator.ThinAuthenticationIngressTranslatorProvider com.jivesoftware.community.aaa.stateless.thin.translator.ThinSecurityContextTranslator.thinAuthenticationIngressTranslatorProvider; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thinAuthenticationIngressTranslatorProvider': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private java.util.List com.jivesoftware.community.aaa.stateless.thin.translator.ThinAuthenticationIngressTranslatorProvider.ingressTranslators; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jiveUserAuthenticationIngressTranslator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jivesoftware.base.profile.MultiProviderUserManager com.jivesoftware.community.aaa.stateless.thin.translator.JiveUserAuthenticationIngressTranslator.userManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'userContentExistsDAO' while setting bean property 'userContentExistsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userContentExistsDAO' defined in class path resource [spring-daoContext.xml]: Cannot resolve reference to bean 'userContainerManagerImpl' while setting bean property 'userContainerManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userContainerManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'entitlementManagerImpl' while setting bean property 'entitlementManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationProvider' defined in class path resource [spring-securityContext.xml]: Cannot resolve reference to bean 'permissionsManager' while setting bean property 'permissionsManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionsManager' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'groupManagerImpl' while setting bean property 'groupManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groupManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'groupManagerCandidates' while setting bean property 'groupManagers'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groupManagerCandidates' defined in class path resource [spring-managerContext.xml]: Cannot create inner bean 'util:list#1cda3132' of type [org.springframework.beans.factory.config.ListFactoryBean] while setting bean property 'source'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'util:list#1cda3132': Cannot resolve reference to bean 'dbGroupManagerImpl' while setting bean property 'sourceList' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbGroupManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'entitlementManagerImpl' while setting bean property 'entitlementManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entitlementManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'entitlementProviderImpl' while setting bean property 'entitlementProvider'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entitlementProviderImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'entitlementCacheManager' while setting bean property 'entitlementCacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entitlementCacheManager' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'objectTypeManagerImpl' while setting bean property 'objectTypeManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'objectTypeManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'jiveObjectLoaderImpl' while setting bean property 'jiveObjectLoader'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jiveObjectLoaderImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'avatarManagerImpl' while setting bean property 'avatarManagerImpl'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'avatarManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'attachmentManagerImpl' while setting bean property 'attachmentManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachmentManagerImpl' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'attachmentStorageProviderDispatcher' while setting bean property 'attachmentStorageProviderDispatcher'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachmentStorageProviderDispatcher' defined in class path resource [spring-managerContext.xml]: Cannot resolve reference to bean 'storageProvider' while setting bean property 'defaultProvider'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'storageProviderFactory' defined in class path resource [spring-managerContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Attempt to set null storage provider
Thank you
Sunil
-
Re: System requirement for Jive Hosted ver 8.0.3.1
gopi.gorantala Aug 18, 2016 2:18 AM (in response to sunil@italentcorp.com)have you installed the crypto jars manually ? and did you update the DB name in your project in jive_startup.xml file ? do this and then run a mvn clean package on the root pom.xml.
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Aug 19, 2016 8:52 AM (in response to gopi.gorantala)Hi, thanks gopi for you reply, copied the crypto jars manually and I gave the DB name in jive_startup.xml and I have used mvn clean install on the root pom.xml. Even I am getting above error
-
Re: System requirement for Jive Hosted ver 8.0.3.1
gopi.gorantala Aug 20, 2016 2:43 AM (in response to sunil@italentcorp.com)1 person found this helpfulGo to the below path and set the <setup>false</setup> to false as I pasted here and then run the cargo-start
/Users/GopiGorantala/Desktop/Code/jive7_OOTB/Education/target/jiveHome/jive_startup.xml
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Aug 25, 2016 11:32 PM (in response to gopi.gorantala)Thank you very much Gopi, Working as expected. Great help
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Sep 13, 2016 11:05 PM (in response to gopi.gorantala)I need one more help from you. After the installation, the search is not working anywhere in my local sandbox. please check the bellow screenshot and log file for more clarity
Thank you
-
sbs.log.zip 1.3 MB
-
Re: System requirement for Jive Hosted ver 8.0.3.1
gopi.gorantala Sep 14, 2016 12:32 AM (in response to sunil@italentcorp.com)Are you starting the search services well before starting the tomcat ?
Can you start the search service first, eae and then cargo-start as follows
First go to admin console and enable on premise/cloud search based on your requirement -
Admin conosle> System>settings>search
Search Service Host: Search Service Port: host: localhost
port: 8080
and then run the following services -
run-services/search-start
run-services/eae-start
web/cargo-start
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Sep 14, 2016 10:59 PM (in response to gopi.gorantala)Thanks very much for the help. After the change, cargo is not start getting the time out. For more details please check the attached log file. There is no firewall on.
One more error i am getting in eae start. Please check following log.
ep 15, 2016 10:46:59 AM org.jivesoftware.sqlgen.DatabaseSQLWriter write
SEVERE: SqlException thrown when executing statement: CREATE TABLE jiveAProp (id BIGINT NOT NULL DEFAULT NEXTVAL('jiveAProp_id_seq') ,activityIDHi BIGINT NOT NULL,activityIDLo BIGINT NOT NULL,propName VARCHAR(255) NOT NULL,propertyID BIGINT NOT NULL,propertyType INTEGER NOT NULL,CONSTRAINT jiveAProp_pk PRIMARY KEY (id))
2016-09-15 10:46:59,244 [CheckRecommenderForCommandThread] WARN [] com.jivesoftware.eae.service.dao.DataSourceManager - Failed to install schema for system with id a619534f-2ac4-4649-8af1-052ace298555, retrying for 0 more seconds
2016-09-15 10:46:59,245 [CheckRecommenderForCommandThread] ERROR [] com.jivesoftware.eae.service.dao.DataSourceManager - Error during database schema validation for systemID: a619534f-2ac4-4649-8af1-052ace298555
com.jivesoftware.eae.service.DataSourceException: Failed to install schema for system with id a619534f-2ac4-4649-8af1-052ace298555, giving up
at com.jivesoftware.eae.service.dao.DataSourceManager.ensureSchemaExists(DataSourceManager.java:348)
at com.jivesoftware.eae.service.dao.DataSourceManager.getDataSource(DataSourceManager.java:268)
at com.jivesoftware.eae.service.dao.DataSourceManager.dataSourceExists(DataSourceManager.java:187)
at com.jivesoftware.eae.service.dao.DataSourceManager.isDataSourceRunning(DataSourceManager.java:131)
at com.jivesoftware.eae.service.processing.commands.CheckRecommenderForCommandThread.run(CheckRecommenderForCommandThread.java:74)
Appreciate your help.
Thank you
Sunil
-
sbs.log.zip 3.6 KB
-
Re: System requirement for Jive Hosted ver 8.0.3.1
gopi.gorantala Sep 15, 2016 12:24 AM (in response to sunil@italentcorp.com)You can ignore the eae errors for now.
I think your system configuration is low to run the jive services, you can increase youe RAM to 16GB or as a workaround you can increase the timeout in web/pom.xml - increase the timeout by adding another "0" (ex:"<timeout>3600000</timeout>")
-
-
-
-
-
-
-
Re: System requirement for Jive Hosted ver 8.0.3.1
mcollinge Aug 18, 2016 2:18 AM (in response to sunil@italentcorp.com)Hmm, not sure. Are you running Java v8? The error log looks similar to this one; Jive 8 Development Environment - Broken Resources
-
Re: System requirement for Jive Hosted ver 8.0.3.1
sunil@italentcorp.com Aug 23, 2016 4:23 AM (in response to mcollinge)Hi Matt,
We are creating 8.0.3.1 hosted environment, and we are using java 8 version. Copied file crypto jars manually into /Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre/lib/security. Crypto jars downloaded from Getting SSL Protocol Error while adding tiles in local Jive instance on VM
Is this correct way, please suggest me.
Thank you
Sunil
-
-
-