Snapshot repository down - alternative?

2008-08-09 Thread Dragan Djuric

Hi,

It seems that the repository at
http://tapestry.formos.com/maven-snapshot-repository is down (at least I
cannot access it). Due to other dependencies and code refactoring I cannot
use versions earlier then the latest snapshot.
Two short questions:
1. What is the problem with the repository and when you expect it to be
available (maybe it's a matter of someone issuing one command to unblock it,
or maybe it works for other people)?
2. Is there an alternative location (mirror)?
-- 
View this message in context: 
http://www.nabble.com/Snapshot-repository-down---alternative--tp18903369p18903369.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Snapshot repository down - alternative?

2008-08-09 Thread Toby Hobson
The repo isn't working for me (in England) :-(

Toby

2008/8/9 Dragan Djuric [EMAIL PROTECTED]


 Hi,

 It seems that the repository at
 http://tapestry.formos.com/maven-snapshot-repository is down (at least I
 cannot access it). Due to other dependencies and code refactoring I cannot
 use versions earlier then the latest snapshot.
 Two short questions:
 1. What is the problem with the repository and when you expect it to be
 available (maybe it's a matter of someone issuing one command to unblock
 it,
 or maybe it works for other people)?
 2. Is there an alternative location (mirror)?
 --
 View this message in context:
 http://www.nabble.com/Snapshot-repository-down---alternative--tp18903369p18903369.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Snapshot repository down - alternative?

2008-08-09 Thread Dragan Djuric
(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:334)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:980)
Caused by: java.lang.RuntimeException: Exception constructing service
'RecursiveFoe': Construction of service 'RecursiveFoe' has failed due to
recursion: the service depends on itself in some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service that is
itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:75)
at $FoeService_11ba777c8a5.delegate($FoeService_11ba777c8a5.java)
at $FoeService_11ba777c8a5.foe($FoeService_11ba777c8a5.java)
at
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(ModuleImplTestModule.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:75)
... 32 more
Caused by: java.lang.IllegalStateException: Construction of service
'RecursiveFoe' has failed due to recursion: the service depends on itself in
some way. Please check
org.apache.tapestry5.ioc.internal.ModuleImplTestModule.buildRecursiveFoe(FoeService)
(at ModuleImplTestModule.java:56) for references to another service that is
itself dependent on service 'RecursiveFoe'.
at
org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:52)
at
org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:65)
... 40 more
[ERROR] SerializationSupport Unexpected service proxy provider when clearing
the provider. This may indicate that you have multiple IoC Registries.
Tests run: 578, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 3.414 sec
 FAILURE!

Results :

Failed tests:
 
run_may_only_be_called_once(org.apache.tapestry5.ioc.internal.services.RegistryStartupTest)
  basic_locking(org.apache.tapestry5.ioc.internal.util.OneShotLockTest)
 
locking_method_includes_check(org.apache.tapestry5.ioc.internal.util.OneShotLockTest)

Tests run: 578, Failures: 3, Errors: 0, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] There are test failures.

Please refer to
/home/dragan/workspace/ws-tap/tapestry5/tapestry-ioc/target/surefire-reports
for the individual test results.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 6 minutes 17 seconds
[INFO] Finished at: Sat Aug 09 14:36:31 CEST 2008
[INFO] Final Memory: 42M/345M


Dragan Djuric wrote:
 
 Hi,
 
 It seems that the repository at
 http://tapestry.formos.com/maven-snapshot-repository is down (at least I
 cannot access it). Due to other dependencies and code refactoring I cannot
 use versions earlier then the latest snapshot.
 Two short questions:
 1. What is the problem with the repository and when you expect it to be
 available (maybe it's a matter of someone issuing one command to unblock
 it, or maybe it works for other people)?
 2. Is there an alternative location (mirror)?
 

-- 
View this message in context: 
http://www.nabble.com/Snapshot-repository-down---alternative--tp18903369p18904548.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Snapshot repository down - alternative?

2008-08-09 Thread Howard Lewis Ship
The tapestry.formos.com server is currently in transit between Formos'
old and new offices.

On Sat, Aug 9, 2008 at 2:15 AM, Dragan Djuric [EMAIL PROTECTED] wrote:

 Hi,

 It seems that the repository at
 http://tapestry.formos.com/maven-snapshot-repository is down (at least I
 cannot access it). Due to other dependencies and code refactoring I cannot
 use versions earlier then the latest snapshot.
 Two short questions:
 1. What is the problem with the repository and when you expect it to be
 available (maybe it's a matter of someone issuing one command to unblock it,
 or maybe it works for other people)?
 2. Is there an alternative location (mirror)?
 --
 View this message in context: 
 http://www.nabble.com/Snapshot-repository-down---alternative--tp18903369p18903369.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]