Remoting: Server encountered an internal error

简介:
发生这个错误的原因是Remoting的一个配置项:
<customErrors> 元素  指示此应用程序域中的服务器通道是否将经筛选的或完整的异常信息返回给本地或远程调用方。
<? xml version="1.0" encoding="utf-8"  ?>  
< configuration >  
  
< system .runtime.remoting >   
    
< customErrors  mode ="off" />  
  
</ system.runtime.remoting >  
</ configuration >





本文转自 张善友 51CTO博客,原文链接:http://blog.51cto.com/shanyou/74316,如需转载请自行联系原作者
目录
相关文章
|
1月前
|
应用服务中间件 网络安全 Apache
403 Forbidden 500 Internal Server Error
403 Forbidden 500 Internal Server Error
|
4月前
|
网络协议 网络安全 数据库
|
Java 微服务
【Java异常】com.netflix.client.ClientException: Load balancer does not have available server for client
【Java异常】com.netflix.client.ClientException: Load balancer does not have available server for client
464 0
|
SQL JavaScript 关系型数据库
Client does not support authentication protocol requested by server
Client does not support authentication protocol requested by server
74 0
Error from server error dialing backend remote error tls internal error
Error from server error dialing backend remote error tls internal error
120 0
|
关系型数据库 MySQL 数据库
MySql错误 1251 - Client does not support authentication protocol requested by server
MySql错误 1251 - Client does not support authentication protocol requested by server
93 0
|
Android开发
Error connecting to the service protocol failed to connect to错误
Error connecting to the service protocol failed to connect to错误
|
Java 关系型数据库 MySQL
14. 成功解决:ERROR:ssl_client_socket_impl.cc(992) handshake failed; returned -1, SSL error code 1, net_error -103
今天使用 Python 的 selenium 时,一直在报如下错误:[30616:22540:0328/093748.004:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -100
4197 0
|
新零售 Java 区块链
合约错误:org.web3j.protocol.exceptions.TransactionException:Error processing request:unknown transaction
在执行一个 ERC20 智能合约的transfer调用时发生的org.web3j的一个交易错误: org.web3j.protocol.exceptions.TransactionException: Error processing request: unknown transaction。
2545 0