This seems like the kind of discussion that would be really god to  
have on tc-dev.

--Orion

On Oct 4, 2007, at 2:23 PM, Jason Voegele wrote:

> I've been working on converting clustered-ehcache into a forge project
> that uses Maven instead of tcbuild.  While executing the system tests
> from clustered-ehcache-1.3, I got the following error and it has me
> somewhat baffled.  Does anyone know what's going on here?
>
> [INFO] [surefire:test]
> [INFO] Surefire report
> directory: /home/jvoegele/projects/terracotta/forge-projects/ 
> clustered-ehcache/trunk/clustered-ehcache-1.3-system-tests/target/ 
> surefire-reports
> [INFO] Building jar: /tmp/surefirebooter26264.jar
> 2007-10-04 16:54:40,614 INFO - Terracotta trunk, as of 20071004-161036
> (Revision 5792 by [EMAIL PROTECTED] from trunk)
> 2007-10-04 16:54:41,702 INFO - Configuration loaded from the file
> at '/home/jvoegele/projects/terracotta/forge-projects/clustered- 
> ehcache/trunk/clustered-ehcache-1.3-system-tests/target/test- 
> classes/tc-config.xml'.
> 2007-10-04 16:54:42,159 INFO - Log
> file: '/home/jvoegele/projects/terracotta/forge-projects/clustered- 
> ehcache/trunk/clustered-ehcache-1.3-system-tests/logs-192.168.0.107/ 
> terracotta-client.log'.
> java.net.UnknownHostException: localhost: localhost
>         at java.net.InetAddress.getAllByName0(InetAddress.java:1128)
>         at java.net.InetAddress.getAllByName0(InetAddress.java:1098)
>         at java.net.InetAddress.getAllByName(InetAddress.java:1061)
>         at java.net.InetAddress.getByName(InetAddress.java:958)
>         at com.tc.net.TCSocketAddress.<init>(TCSocketAddress.java:99)
>         at com.tc.net.TCSocketAddress.<init>(TCSocketAddress.java:78)
>         at
> com.tc.net.protocol.transport.ClientConnectionEstablisher.connectTryAl 
> lOnce(ClientConnectionEstablisher.java:82)
>         at
> com.tc.net.protocol.transport.ClientConnectionEstablisher.open 
> (ClientConnectionEstablisher.java:69)
>         at
> com.tc.net.protocol.transport.ClientMessageTransport.open 
> (ClientMessageTransport.java:72)
>         at
> com.tc.net.protocol.tcm.ClientMessageChannelImpl.open 
> (ClientMessageChannelImpl.java:46)
>         at
> com.tc.object.DSOClientMessageChannelImpl.open 
> (DSOClientMessageChannelImpl.java:65)
>         at
> com.tc.object.DistributedObjectClient.start 
> (DistributedObjectClient.java:362)
>         at
> com.tc.object.bytecode.ManagerImpl$2.execute(ManagerImpl.java:161)
>         at com.tc.lang.StartupHelper.startUp(StartupHelper.java:39)
>         at
> com.tc.object.bytecode.ManagerImpl.startClient(ManagerImpl.java:177)
>         at com.tc.object.bytecode.ManagerImpl.init(ManagerImpl.java: 
> 119)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.createGlobalCont 
> ext(ClassProcessorHelper.java:505)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.init 
> (ClassProcessorHelper.java:374)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.systemLoaderInit 
> ialized(ClassProcessorHelper.java:673)
>         at
> java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1327)
>         at
> java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286)
> java.net.UnknownHostException: localhost: localhost
>         at java.net.InetAddress.getAllByName0(InetAddress.java:1128)
>         at java.net.InetAddress.getAllByName0(InetAddress.java:1098)
>         at java.net.InetAddress.getAllByName(InetAddress.java:1061)
>         at java.net.InetAddress.getByName(InetAddress.java:958)
>         at com.tc.net.TCSocketAddress.<init>(TCSocketAddress.java:99)
>         at com.tc.net.TCSocketAddress.<init>(TCSocketAddress.java:78)
>         at
> com.tc.net.protocol.transport.ClientConnectionEstablisher.connectTryAl 
> lOnce(ClientConnectionEstablisher.java:82)
>         at
> com.tc.net.protocol.transport.ClientConnectionEstablisher.open 
> (ClientConnectionEstablisher.java:69)
>         at
> com.tc.net.protocol.transport.ClientMessageTransport.open 
> (ClientMessageTransport.java:72)
>         at
> com.tc.net.protocol.tcm.ClientMessageChannelImpl.open 
> (ClientMessageChannelImpl.java:46)
>         at
> com.tc.object.DSOClientMessageChannelImpl.open 
> (DSOClientMessageChannelImpl.java:65)
>         at
> com.tc.object.DistributedObjectClient.start 
> (DistributedObjectClient.java:362)
>         at
> com.tc.object.bytecode.ManagerImpl$2.execute(ManagerImpl.java:161)
>         at com.tc.lang.StartupHelper.startUp(StartupHelper.java:39)
>         at
> com.tc.object.bytecode.ManagerImpl.startClient(ManagerImpl.java:177)
>         at com.tc.object.bytecode.ManagerImpl.init(ManagerImpl.java: 
> 119)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.createGlobalCont 
> ext(ClassProcessorHelper.java:505)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.init 
> (ClassProcessorHelper.java:374)
>         at
> com.tc.object.bytecode.hook.impl.ClassProcessorHelper.systemLoaderInit 
> ialized(ClassProcessorHelper.java:673)
>         at
> java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1327)
>         at
> java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1286)
>
> -- 
> Jason Voegele
> The price of seeking to force our beliefs on others is that someday
> they might force their beliefs on us.
>               -- Mario Cuomo
>

_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to