I found the error. There was a bad char in the manifest.json file. Aaron
On Tue, Jun 30, 2015 at 9:19 AM, Aaron McCurry <[email protected]> wrote: > I'm trying to test the parcel and after CM server downloads the parcel I > get this exception in the server log. I think this is telling me that > there is something wrong with the meta data in the parcel. > > Thoughts? > > 2015-06-30 09:10:03,294 INFO > 1805857750@scm-web-1:com.cloudera.parcel.components.ParcelDownloaderImpl: > Preparing to download: > http://10.192.52.1:8000/blur-hadoop2-2.6.0-0.2.4-incubating-SNAPSHOT-precise.parc > 2015-06-30 09:10:04,486 INFO New I/O worker > #3:com.cloudera.parcel.components.ParcelDownloaderImpl: Completed download > of: > http://10.192.52.1:8000/blur-hadoop2-2.6.0-0.2.4-incubating-SNAPSHOT-precise.parcel > 2015-06-30 09:10:04,489 WARN New I/O worker > #3:com.cloudera.parcel.components.ParcelDownloaderImpl: Exception occurred > while downloading parcel: > http://10.192.52.1:8000/blur-hadoop2-2.6.0-0.2.4-incubating-S > com.cloudera.parcel.ParcelException: Unable to retrieve repository > manifest for parcel > blur-hadoop2-2.6.0-0.2.4-incubating-SNAPSHOT-precise.parcel from. > at > com.cloudera.parcel.components.ParcelDownloaderImpl.getParcelInfoFromRepoFuture(ParcelDownloaderImpl.java:529) > at > com.cloudera.parcel.components.ParcelDownloaderImpl$ParcelDownloadAsyncHandler.onCompleted(ParcelDownloaderImpl.java:1004) > at > com.cloudera.parcel.components.ParcelDownloaderImpl$ParcelDownloadAsyncHandler.onCompleted(ParcelDownloaderImpl.java:852) > at > com.ning.http.client.providers.netty.NettyResponseFuture.getContent(NettyResponseFuture.java:248) > at > com.ning.http.client.providers.netty.NettyResponseFuture.done(NettyResponseFuture.java:273) > at > com.ning.http.client.providers.netty.NettyAsyncHttpProvider.markAsDone(NettyAsyncHttpProvider.java:1435) > at > com.ning.http.client.providers.netty.NettyAsyncHttpProvider.finishUpdate(NettyAsyncHttpProvider.java:1452) > at > com.ning.http.client.providers.netty.NettyAsyncHttpProvider.access$2200(NettyAsyncHttpProvider.java:137) > at > com.ning.http.client.providers.netty.NettyAsyncHttpProvider$HttpProtocol.handle(NettyAsyncHttpProvider.java:2257) > at > com.ning.http.client.providers.netty.NettyAsyncHttpProvider.messageReceived(NettyAsyncHttpProvider.java:1128) > at > org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75) > at > org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) > at > org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:792) > at > org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:141) > at > org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) > at > org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:792) > at > org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) > at > org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndFireMessageReceived(ReplayingDecoder.java:606) > at > org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:597) > at > org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:519) > at > org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75) >
