360更新补丁后,网站就打不开aspx文件了,后来一查是framework2.0的KB2844285这个补丁引起的.把它卸载掉就ok了!          …
Wamp3.0.6 64bit,系统任务栏图标,左键,Apache菜单,httpd.conf,报错“could not execute menu item.....系统找不到指定的文件” 根据网上的搜索结果,首先发现了Wampmanager.ini里的[Menu.left]菜单,这个文件在WampServer的安装目录下,这个菜单是点击wampserver系统图标左键时出现的第一级菜单,找到“Apache”项,  Type: submenu; Caption: "Apache"; Su…
1. INFO - roid.tools.idea.adb.AdbService - Initializing adb using: C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe -- ::, [err reader] WARN - #com.android.ddmlib - * daemon not running; starting now at tcp: -- ::, [err reader]…
☞ ░ 前往老猿Python博文目录 ░ 在使用moviepy的构造方法创建实例时报错: "C:\Program Files\Python37\python.exe" F:/study/python/project/moviepyTest/moviepyTest.py Traceback (most recent call last): File "C:\Program Files\Python37\lib\site-packages\moviepy\video\VideoC…
原因可能是vs2017中配置v140 的编译命令路径有问题 解决方案: 用vs2017的在线安装程序,选择修改 进去后选择单个组建,在编译器.生成工具和运行时里面把vc++2015.3…… 打钩的取消了,然后点下面的修改,把v140编译器卸载,然后再按照上述步骤重新安装vc++2015.3…… ,即可解决上述问题.…
1.注册表导致 [5956:4996:0710/155156.898:ERROR:install_util.cc(589)] Unable to create registry key HKLM\SOFTWARE\Policies\Google\Chrome for reading result=2 找不到注册信息. 解决方法: 1)打开注册表编辑器 a) 快捷键win+R b) 输入:regedit c) 打开regedit.exe 2)找到并按顺序展开以下项目: -HKEY_LOCAL_MA…
原错误信息: 服务器应用程序不可用 您试图在此 Web 服务器上访问的 Web 应用程序当前不可用.请点击 Web 浏览器中的“刷新”按钮重试您的请求. 管理员注意事项: 详述此特定请求失败原因的错误信息可在 Web 服务器的系统事件日志中找到.请检查此日志项以查明导致该错误发生的原因. 查看系统日志报错[Failed to execute request because the App-Domain could not be created.] 系统运行一直很正常,昨天访问网站时报错,服务器的…
装上IIS和.net2.0框架后,打开ASP.NET站点,出现Server Application Error,出先此问题,一般先看系统的“事件管理器”,于是查看服务器的“事件管理器”中的“应用程序”日志,发现错误信息是: Failed to execute request because the App-Domain could not be created. Error: 0x80131902 基本上,这个情況最可能发生在第一次执行 .Net work 2.0的时候 ,原由总结一下,大致有两…
今天业务发现,服务器上的网站无法访问了. 页面报错: Server Application UnavailableThe web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note:…
报错信息: 2019-11-04 11:05:52.404 WARN 4512 --- [ main] o.a.tomcat.util.scan.StandardJarScanner : Failed to scan [file:/C:/java/19.STS/03.stsMavenRepository/com/oracle/ojdbc/oraclepki/oracle.osdt/osdt_core.jar] from classloader hierarchy java.io.FileNotF…
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: ..\logs\2010-1-19.log (系统找不到指定的路径.) 出现上面的错误可能是的log4j.properties配置文件所配路径log4j.appender.file.File=..\logs\2010-1-19.log并不存在…
在application.properties中添加以下两句话: eureka.client.register-with-eureka=falseeureka.client.fetch-registry=false 这是为了禁用Eureka它的客户端注册行为. 这下控制台看起来就不闹心了: 2019-08-21 18:00:50.557 INFO 6024 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.sprin…
关于老师发的keil软件报错如下: --- Error: failed to execute 'd:\Keil\C51\BIN\C51.EXE' 错误是因为老师直接拷贝的安装目录,里面的文件路径设置仍然保留了他电脑的设置,与你的电脑设置不符. 解决办法: 找到自己的keil安装目录,下面有个TOOLS.INI文件.用记事本打开这个文件,找到: [C51] PATH="d:\Keil\C51" 或类似字样,将PATH=后面的内容改为自己keil实际安装的目录,最后一个文件夹是C51. 我…
mvn package的时候报如下错误: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test 亲测解决方法如下: 在pom文件中添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <v…
今天在启动项目的时候,莫名的Maven install命令的时候出现错误 错误提示:Failed to execute goal org.codehaus.mojo:flatten-maven-plugin:1.1.0:flatten (flatten) on project [ERROR] Failed to execute goal org.codehaus.mojo:flatten-maven-plugin:1.1.0:flatten (flatten) on project lis: 4…
Spring Boot项目构建docker镜像,出错Failed to execute goal com.spotify:docker-maven-plugin:0.4.13:build (default-cli) on project SpringBoot2: Exception caught: Request error: POST https://192.168.99.100:2376/build?t=mytest/SpringBoot2: 500: HTTP 500 Internal S…
TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body. 如下图所示这种写法不行 修改成…
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.319 s [INFO] Finished at: --24T10::+: [INFO] Final Memory: 16M/205M [INFO] -----------------------------------------------------…
maven打包成war时,报错:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project web_nanchang: Error assembling WAR: webxml attribute is required 原因:找不到web.xml,但是项目中明明有这个文件,在WebContent/WEB-INF/文件夹下,就是识别不了解决方法:需要在pom…
最近很悲惨,发布的一个mvc站点,所有的静态内容,如js.css.图片都不能正常加载,服务器给出的响应是一个如下的异常黄页: Server Error in '/ua' Application.Failed to Execute URL.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for mor…
报错信息如下: 2018-08-31 11:45:33.619 WARN 1068 --- [freshExecutor-0] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: java.net.ConnectException: Connection refused: connect2018-08-31 11:45:33.619 ERROR 1068 --- [freshExecutor…
maven进行install的时候,test类里面报错: COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /E:/147/cmu/src/test/java/com/migu/reading/stubCmu/NumberSegmentService.java:[22,8] com.migu.reading.stubCmu.NumberSegmentSe…
最近由于有需求去做导航方面的Android开发,很是无奈,以前也的确是没有搞过,领导开大会当着所有人的面说这是给我分配的第一个工作,无论如何要做好,突然间感觉压力好大,自己已经多年没有敲过代码,而且Android方面的开发我也的确是没有做过,Java语言的基本特性我也是忘记的差不多了,总是感觉有几分赶鸭子上架,不过这也是十分无奈的事情,于是我下载了一个高德地图的Demo,为什么没有用百度的呢,其实百度的那个API介绍总感觉比较复杂了些,于是便选择使用高德的地图. 高德地图的Demo  Andro…
1.问题回放 使用如下代码获取局域网IP报错 (代码来源:https://github.com/diafygi/webrtc-ips 日期:2019-02-16) Uncaught (in promise) DOMException: Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. a=msid:  Missing track ID in msi…
编译cdh版hadoop2.5.0出现的问题 系统: CentOs66 64位 JDK:1.7 Maven: 3.0.5 Protobuf: libprotoc 2.5.0 编译命令: mvn package -DskipTests -Pdist,native **************************************************************************************** [INFO] -----------------------…
App.domain = `${location.origin}/toa-mgw/rest/gateway`.replace(/http:\/\//, 'https://');…
  [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project LogTest: Compilation failure -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit…
security-sdk-1.0.jar已经存在于D:/secServerSDK-test/src/main/resources/lib下 报错如下: xxxxxx@xxxxxxxx /d/secServerSDK-test/src/main/resources/lib$ mvn install:install-file -Dfile=security-sdk-1.0.jar -DgroupId=com.jd.security -DartifactId=security-sdk -Dversio…
打了SharePoint 2010 最新的SP 2的补丁,但是使用SharePoint Designer 2010 定义任何一个列表的“插入视图”时,总是出现标题那样的错误: 数据源控件未能执行插入命令 用英文GOOGLE了一圈,终于有了解决方案,data source control failed to execute the insert command. 这个问题其实是微软的BUG,SPD在自动生成代码时生成错了,我们使用SPD打开源代码视图, 以关键词检索:<SharePoint:SPD…
问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli)  on project standalone-pom: Unable to parse configuration of 3:  mojo org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter…