On Wed, Mar 11, 2015 at 8:27 AM, sinel <[email protected]> wrote:

> Hi,
>
> In my code, I am creating a pool in the following standard manner:
>
> private lazy val scriptProcessor: ActorRef =
> context.actorOf(BalancingPool(poolSize).props(ScriptProcessor.props()),
> "scriptProcessor")
>
> If I use RoundRobinPool or SmallestMailboxPool, my code works fine.
> However, for BalancingPool, I get the following error:
>
> com.typesafe.config.ConfigException$BadPath: path parameter: Invalid path
> 'BalancingPool-/scriptBroker/connio-dev$acc315007900463911240$sp/scriptProcessor':
> Token not allowed in path expression: 'a' ('$' not followed by {, 'a' not
> allowed after '$') (you can double-quote this token if you really want it
> here)
>
> It might be related to issue #13981, but apparently this was fixed and
> closed back in April, 2014. I'm using Scala 2.11.5 and Akka 2.3.9.
>

Right, but it was fixed for 2.4-M1, which has not been released yet. It is
not fixed in 2.3.9.

/Patrik


>
> Any ideas?
>
> Thanks,
>
> Sinan
>
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

[image: Scala Days] <http://event.scaladays.org/scaladays-sanfran-2015>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to