I was able to move past the error by trying out the fix proposed here:

https://gist.github.com/barkbay/4153107


It feels strange to catch RuntimeException, though.


On 2/27/13 2:09 PM, "Mishra, Shikhar" <shikhar.mis...@telcobuy.com> wrote:

>Hi,
>
>I'm trying to setup Solr Could on Weblogic 12c. I've started Zookeeper in
>an independent mode (Host: localhost:2181). My solr.war is deployed on
>Weblogic with startup arguments:
>
>-Dsolr.solr.home=/opt/wwtdomain/solr
>-Dbootstrap_confdir=/opt/wwtdomain/solr/my_core/conf
>-Dcollection.configName=myconf
>-DzkHost=localhost:2181
>
>Here is the error I get upon Solr startup:
>
>java.lang.IllegalArgumentException: No Configuration was registered that
>can handle the configuration named Client
>       at 
>com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntr
>y
>(JAASConfiguration.java:130)
>       at 
>org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient
>.
>java:97)
>       at 
>org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:94
>3
>)
>       at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
>Feb 27, 2013 11:38:31 AM org.apache.zookeeper.ClientCnxn$SendThread run
>
>Thanks,
>Shikhar
>

Reply via email to