when reading all the Ids at once from event store, Akka Source is not being created

Using Akka with Event Store in java

So basically, when I m giving a single Id its working fine,but when I m trying to take whole Id at once It is not able to process it.
I m creating a source in akka by feeding all the persistence id, but its not working.

Any help will be appreciated.