CouchDbException:500内部服务器错误:部署在Bluemix上的应用程序的function_clause

时间:2016-10-05 09:26:36

标签: ibm-cloud cloudant

我在使用Cloudant Database的Bluemix中运行我的Java Web应用程序。在负载测试期间,我看到几个请求失败,并在日志中出现以下异常

[App/0]ERR[ERROR ] SRVE0777E: Exception thrown by application class 'org.glassfish.jersey.servlet.WebComponent.service:423'
[App/0]ERR at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386)
[App/0]ERR at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:423)
[App/0]ERR at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221)
[App/0]ERR at com.cloudant.client.org.lightcouch.CouchDbClient.execute(CouchDbClient.java:513)
[App/0]ERR at com.cloudant.client.org.lightcouch.CouchDbClient.delete(CouchDbClient.java:301)
[App/0]ERR at com.cloudant.client.org.lightcouch.CouchDbClient.executeToResponse(CouchDbClient.java:282)
[App/0]ERR at com.cloudant.client.api.Database.remove(Database.java:883)
[App/0]ERR at com.cloudant.client.org.lightcouch.CouchDatabaseBase.remove(CouchDatabaseBase.java:259)
[App/0]ERR at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[App/0]ERR at com.conversation.jersey.DBCloudantUtil.removeFlowStackDb(DBCloudantUtil.java:178)
[App/0]ERRCaused by: com.cloudant.client.org.lightcouch.CouchDbException: 500 Internal Server Error: function_clause
[App/0]ERR at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
[App/0]ERR at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
[App/0]ERR at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
[App/0]ERR at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
[App/0]ERR at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)

我提到了this帖子但他们在本地执行Java应用程序时遇到了同样的错误。任何人面临类似的问题?

0 个答案:

没有答案