CDV ❯ latest build will not run - fails loading reconnect properties
-
Bug
-
Status: Closed
-
0 Showstopper
-
Resolution: Fixed
-
-
-
hhuynh
-
Reporter: tgautier
-
April 09, 2008
-
0
-
Watchers: 0
-
April 18, 2008
-
April 10, 2008
Description
[INFO] [node] 2008-04-09 09:33:34,044 INFO - Terracotta 2.6-nightly-rev8038, as of 20080408-200445 (Revision 8038 by cruise@rh4mo0 from 2.6)
[INFO] [node] 2008-04-09 09:33:56,728 WARN - We couldn’t load l1 reconnect properties from the http://10.0.0.101:9510/l1reconnectproperties; this error is permanent, so this source will not be retried. Skipping this source and going to the next one. [INFO] [node] 2008-04-09 09:33:57,742 WARN - We couldn’t load l1 reconnect properties from the http://10.0.0.101:9510/l1reconnectproperties; this error is permanent, so this source will not be retried. Skipping this source and going to the next one.
Comments
Taylor Gautier 2008-04-09
Johannes Schneider 2008-04-10
Today (2008-04-10) everything seems to work again.
jvoegele 2008-04-10
This was a temporary failure caused by the new tc-l1-prop-from-l2 artifact not having been published to our Maven repository.
any attempt to run mvn tc:run with latest build will fail:
$ svn co https://svn.terracotta.org/repo/forge/projects/labs/tim-guice $ cd tim-guice $ mvn install $ cd sample
edit pom to change maven version from 1.0.5 to 1.1.0-SNAPSHOT
$ mvn package $ mvn tc:start $ mvn tc:run