On Tue, Jul 7, 2009 at 8:46 PM, Luciano Resende<[email protected]> wrote:
> On Tue, Jul 7, 2009 at 12:13 AM, ant elder<[email protected]> wrote:
>> On Mon, Jul 6, 2009 at 9:26 PM, Raymond Feng<[email protected]> wrote:
>>
>>
>>> By looking at the logs, it seems that it hits the problem I have fixed in
>>> trunk. See:
>>> http://osdir.com/ml/dev-tuscany.apache.org/2009-07/msg00030.html.
>>>
>>
>> As it builds ok on other environments and its only a milestone release
>> i'm tempted to let that go, so i'm +1 on releasing this anyway, but i
>> guess wait and see how other reviews and votes go.
>>
>> ...ant
>>
>
> I thought the "milestone" label here was more towards OASIS
> compliance, rather then quality, and also this is an issue reported on
> the previous RC... so I'd like to see this fixed.
>
> BTW, after a review of this RC, below are the issues I have found :
>
> - Several SNAPSHOT dependencies on iTests modules (check with grep -r
> --include=*.xml SNAPSHOT * )
> - Build failure from clean maven repo as reported by Raymond
>
> I'm -1 until we fix the build issue. Let me know if you need any help.
>
>
> --
> Luciano Resende
> Apache Tuscany, Apache PhotArk
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
I'm on windows. Anyone seeing the following with RC3?
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA iTest Distribution calculator-rmi (
during install)
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while exe
cuting this line:
C:\simon\tuscany\release\sca-r2.0-M3-RC3\tuscany-sca-2.0-M3-src\itest\distributi
on\calculator-rmi\build.xml:44: The following error occurred while executing thi
s line:
C:\simon\tuscany\release\sca-r2.0-M3-RC3\tuscany-sca-2.0-M3-src\distribution\all
\target\apache-tuscany-sca-all-2.0-M3-dir\tuscany-sca-2.0-M3\samples\calculator-
rmi-reference\build.xml:59: Java returned: 1
The actual problem is
[java] Exception in thread "main" java.lang.reflect.InvocationTargetExcepti
on
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.apache.tuscany.sca.launcher.LauncherMain.invokeMainMethod
(LauncherMain.java:114)
[java] at org.apache.tuscany.sca.launcher.LauncherMain.main(LauncherMai
n.java:55)
[java] Caused by: org.apache.tuscany.sca.host.rmi.RMIHostRuntimeException:
Connection refused to host: localhost; nested exception is:
[java] java.net.ConnectException: Connection refused: connect
[java] at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:
601)
[java] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.
java:198)
Which looks like something else on my PC causing problems. I've killed all the
usual suspects so I'll reboot and try again.
Simon