Corporate Home Open Source Home
Syndicate content
Eucalyptus

Join us at engage.eucalyptus.com

2 replies [Last post]
dtenney
Offline
Joined: 08/01/2011

When using Scalr as a front-end to Eucalyptus 2.0.3, I get an error message when bundling an image.

13:54:58 ERROR [NioServerHandler:New I/O server worker #1-1] Internal Error.
com.eucalyptus.ws.WebServicesException: Unable to parse date.
at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:136)
at com.eucalyptus.ws.server.NioServerHandler.messageReceived(NioServerHandler.java:127)
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:114)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:385)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:459)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:443)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:381)
at com.eucalyptus.ws.handlers.http.NioSslHandler.handleUpstream(NioSslHandler.java:31)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:342)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:329)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:330)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:203)
at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:53)
at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java:502)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)

jeevanullas
Offline
Joined: 02/12/2010
I am not sure about Scalr but

I am not sure about Scalr but can you please throw some more light on exactly how does Scalr fit into the picture and what it does ?

dtenney
Offline
Joined: 08/01/2011
Scalr is an open source web

Scalr is an open source web interface that front ends Eucalyptus and Amazon as a Hybrid environment. It uses boto/python to upload emi images to Eucalyptus, and that's when I get the "Unable to parse date" error message. I wasn't sure if that was an available option for Eucalyptus, or an actual issue.

Thank you for your consideration!