Hi Shlomo,
Thanks, now i receive the following
run:
[java] Sep 6, 2009 7:46:37 AM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
[java] INFO: Loading XML bean definitions from class path
resource [beans.xml]
[java] Sep 6, 2009 7:46:38 AM
org.springframework.core.io.support.PropertiesLoaderSupport
loadProperties
[java] INFO: Loading properties file from class path resource
[aws.properties]
[java] >>>>>>>>>>> service name : Transcode
[java] >>>>>>>>>>> status queue name : poolStatusTranscode
[java] >>>>>>>>>>> work queue name : transcode-input
[java] Sep 6, 2009 7:46:41 AM
com.directthought.lifeguard.util.QueueUtil getQueueOrElse
[java] SEVERE: Error access message queue, Retrying.
[java] com.xerox.amazonws.sqs.SQSException: Client error :
[java] at
com.xerox.amazonws.sqs.QueueService.getOrCreateMessageQueue
(QueueService.java:132)
[java] at
com.directthought.lifeguard.util.QueueUtil.getQueueOrElse
(QueueUtil.java:18)
[java] at com.directthought.lifeguard.PoolManager.run
(PoolManager.java:125)
[java] at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(Unknown Source)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run
(Unknown Source)
[java] at java.lang.Thread.run(Unknown Source)
[java] Caused by: org.apache.commons.httpclient.HttpException:
Client error :
[java] at
com.xerox.amazonws.common.AWSQueryConnection.makeRequest
(AWSQueryConnection.java:172)
[java] at
com.xerox.amazonws.sqs.QueueService.getOrCreateMessageQueue
(QueueService.java:124)
[java] ... 5 more
[java] Sep 6, 2009 7:46:41 AM
com.directthought.lifeguard.util.QueueUtil getQueueOrElse
[java] SEVERE: Error access message queue, Retrying.
[java] com.xerox.amazonws.sqs.SQSException: Client error :
[java] at
com.xerox.amazonws.sqs.QueueService.getOrCreateMessageQueue
(QueueService.java:132)
[java] at
com.directthought.lifeguard.util.QueueUtil.getQueueOrElse
(QueueUtil.java:18)
[java] at com.directthought.lifeguard.StatusLogger.run
(StatusLogger.java:57)
[java] at java.lang.Thread.run(Unknown Source)
[java] Caused by: org.apache.commons.httpclient.HttpException:
Client error :
[java] at
com.xerox.amazonws.common.AWSQueryConnection.makeRequest
(AWSQueryConnection.java:172)
[java] at
com.xerox.amazonws.sqs.QueueService.getOrCreateMessageQueue
(QueueService.java:124)
[java] ... 3 more
[java] Exception in thread "main" java.lang.NullPointerException
[java] at com.directthought.lifeguard.RunManager.main
(RunManager.java:57)
I guess this is because the input queue(work) having no messages, am i
correct ?
I also receive the following when i try to run ingest.sh or
poolmanager.sh
Exception in thread "main" java.lang.NoClassDefFoundError: com/
directthought/lifeguard/RunManager
How can i fix it ? I dont get the same error with apache ant utility,
it works.
Thank you very much.
Best Regards
> > > > On Mon, Aug 31, 2009 at 3:25 PM, somer<
someror...@gmail.com> wrote:
>
> > > > > Hi,
>
> > > > > Its same error when i use same keys for all three places. What do you
> > > > > suggest me to do ? Thanks
>
> > > > > Best Regards
>
> > > > >
shlomo.swid...@gmail.com wrote:
> > > > >> somer,
>
> > > > >> Sounds like a bug.
>
> > > > >> What happens if, as a workaround, you specify the same keys in all
> > three
> > > > >> places?
>
> > > > >> .. Shlomo
> > > > >> On Mon, Aug 31, 2009 at 12:49 PM, somer <
someror...@gmail.com>
> > wrote:
>
> > > > >> > Hi,
>
> > > > >> > When i only use aws.accessId and aws.secretKey properties and
> > leave
> > > > >> > other empty then i receive error regarding aws.secret.accessId
> > (the
> > > > >> > same error), i`m using latest svn.
>
> > > > >> > Best Regards
>
> > > > >> >
shlomo.swid...@gmail.com wrote:
> > > > >> > > Ah. It looks like the beans.xml might need updating to use the
> > secret and
> > > > >> > > double-secret credentials cleanly.
>
> > > > >> > > In the meantime, you can use the aws.accessId and aws.secretKey
> > > > >> > properties
> > > > >> > > and leave the "aws.secret.*" and "aws.double.secret.*"
> > properties blank.
>
> > > > >> > > On Mon, Aug 31, 2009 at 12:44 AM, somer <
someror...@gmail.com>
> >
http://www.elastician.com/2009/06/managing-your-aws-credentials-part-...
> > > > >> > > > > and part 2 introduces the technique of keeping two separate
> > > > >> > > > > credentials for enhanced security:
>
> >
http://www.elastician.com/2009/06/managing-your-aws-credentials-part-...
> > > > >> > > > > .. Shlomo- Hide quoted text -
>
> - Show quoted text -