Bug 769858 - ConfigurationException during startup
Summary: ConfigurationException during startup
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: unspecified
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 6.0.0
Assignee: Tristan Tarrant
QA Contact: Michal Linhard
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-22 14:54 UTC by Michal Linhard
Modified: 2014-03-17 04:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-08 12:55:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Server log showing the exception (8.66 KB, text/x-log)
2011-12-22 14:54 UTC, Michal Linhard
no flags Details
Server log showing the exception, new build (12.07 KB, text/x-log)
2011-12-22 20:19 UTC, Michal Linhard
no flags Details
new error log (13.87 KB, text/x-log)
2012-01-05 15:23 UTC, Michal Linhard
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker AS7-3156 0 Major Resolved Cannot add clustered caches to a cache container started without a transport 2018-01-31 06:00:16 UTC

Description Michal Linhard 2011-12-22 14:54:10 UTC
Created attachment 549205 [details]
Server log showing the exception

the new build:
http://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-QE/job/edg-60-build-edg-from-source/79/artifact/edg-srcbuild.zip

shows ConfigurationException during startup, check out attached log.

Comment 1 Michal Linhard 2011-12-22 20:19:23 UTC
Created attachment 549235 [details]
Server log showing the exception, new build

Comment 2 Michal Linhard 2011-12-22 20:20:25 UTC
The problem stays even in AS 7.1.0.CR1 based EDG build.

Comment 4 Tristan Tarrant 2011-12-27 08:57:09 UTC
I am testing a solution on this, I will issue a pull req in the afternoon. It will make the cache-container attribute on the various endpoints compulsory:

<hotrod-connector socket-binding="hotrod" cache-container="default">
            <topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000" />
         </hotrod-connector>
         <memcached-connector socket-binding="memcached" cache-container="default"/>
         <rest-connector virtual-server="default-host" cache-container="default"/>

I hope this is not a problem

Comment 5 Martin Gencur 2012-01-02 14:05:57 UTC
The proposed solution (https://github.com/infinispan/edg/pull/20) works fine when a cache is NOT marked as start="EAGER". So in order to be able to set this attribute to EAGER, this needs a fix in JBossAS code.

Comment 6 Michal Linhard 2012-01-05 15:23:30 UTC
Created attachment 550939 [details]
new error log

after fixing the first problem the exception changed it's form. see attached "new error log"

Comment 7 Michal Linhard 2012-01-05 15:26:08 UTC
New build that fixes the previous error
http://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-QE/job/edg-60-build-edg-
from-source/95/

Comment 8 Michal Linhard 2012-03-05 16:06:43 UTC
This no longer happens in JDG 6.0.0.ER2


Note You need to log in before you can comment on or make changes to this bug.