Could not execute menu item (internal error) [Exception] Could not perform service action

我在机器里已经安装了IIS7后又安装了wampServer我想让这两个服务都可以独立运行.由于这两个服务都占用80端口. 所以后安装的wamp在启动(put online)的时候就会报错如下图

问题出了,有几个办法可以解决这个问题:

1. 修改IIS 的默认端口号

2. 修改apache的默认端口号

通常我修改apache的默认端口号:

1. 在appache中找到配置文件httpd.conf.

2.修改Lisen 端口号:80->xxxx. xxxx最好用大于1024.因为1024以内大部分被系统占用.

3. 重启service;

Note:

这样能解决大部分问题. 但是还是有人仍然不能正常启动. 究其原因还是端口被占用. 这时,你可以使用fport.exe(需要去网上下载)去检查哪些端口被占用,可以手动杀掉.

时间: 2024-10-08 12:09:18

Could not execute menu item (internal error) [Exception] Could not perform service action的相关文章

Could not execute menu item(internal error),[Exception] Could not perform service action:服务尚未启动。

对于wampserver处于离线状态无法启动的原因一般是是服务无法启动,主要有两方面: 一.Apche服务无法启动(80端口冲突) 解法方法如下: 找到Apache安装目录下conf目录下的httpd.conf文件. 打开它,找到“Listen 80”和“ServerName localhost:80”,紧接着Listen的数字就是端口号,默认状态下为“Listen 80”和“ServerName localhost:80”. 重启wamp,就可以生效了 二.mysql服务无法启动(3306端口

wampserver:Could not execute menu item.

今天在使用wampserver时候突然就报:Could not execute menu item (internal error)[exception] Could not execute run action:系统找不到指定的文件,这个错误.但是试用了它的功能,都能正常使用,就是在点localhost或者phpmyadmin的时候,报图片上的错误. 找到wamp安装根目录wampmanager.conf文件.如图 2 找到 installDir = "D:/Program Files (x8

error: internal error: unable to execute QEMU command 'migrate': this feature or command is not cur

Libvirt Live Migration On 12/04/2014 10:12 AM, Dhia Abbassi wrote: > I installed CentOS 7 which supported by default a newer version of qemu-kvm > (qemu-kvm-1.5.3-60.el7.x86_64.rpm) but this time I got new error: > << error: internal error:

The server encountered an internal error that prevented it from fulfilling this request.

type Exception report message Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: description The server encountered an internal error that p

SQL调用存储过程错误Internal error when parsing callable statement metadata (missing parameter type)

[6 Apr 2005 15:29] Chadwick Baatz Description: When calling a stored procedure with datatype Decimal(m,d) (i.e. Decimal(18,0)) the Connector/J library throws the exception below. After looking into the code it appears that the getCallStmtParameterTyp

Eclipse无法启动报An internal error occurred during: &quot;reload maven project&quot;. java.lang.NullPointerException

由于没有正常关机导致eclipse无法将数据正常写入配置文件导致无法启动.报这样一个异常 An internal error occurred during: "reload maven project". java.lang.NullPointerException 查看workspace/.metadata/.log发现如下异常: !ENTRY org.eclipse.core.resources 2 10035 2015-12-15 09:31:13.488 !MESSAGE T

Introduction to 600/7445 Internal Error Analysis (文档 ID 390293.1)

In this Document   Purpose   Troubleshooting Steps   References Applies to: Oracle Database - Enterprise Edition - Version 8.1.7.4 to 11.2.0.3 [Release 8.1.7 to 11.2] Information in this document applies to any platform. ***Checked for relevance on 2

启动Eclipse时发生An internal error occurred during: &quot;Initializing Java Tooling&quot;错误

详细提示如下: An internal error occurred during: "Initializing Java Tooling". Illegal exception table range in class file org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration 解决方法: 通过[重置窗口布局],可解决大部分情况:点击菜单导航栏的windows > perspective > r

sping异常记录----Could not execute JDBC batch update; nested exception is org.hibernate.excepti

今天在练习如何SSH中进行单元测试的时候出现下列异常: org.springframework.dao.DataIntegrityViolationException: Could not execute JDBC batch update; nested exception is org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update at org.springframe