麻烦大家帮我看下apache的错误日志,不明白哪里出错了

问题描述

系统:windows2003apache版本:2.2.21php版本:5.2.9以下为错误日志:[TueNov0812:23:442011][notice]Parent:childprocessexitedwithstatus3221225477--Restarting.[TueNov0812:23:442011][notice]Apache/2.2.21(Win32)PHP/5.2.9-2configured--resumingnormaloperations[TueNov0812:23:442011][notice]Serverbuilt:Sep9201110:26:10[TueNov0812:23:442011][notice]Parent:Createdchildprocess4048[TueNov0812:23:442011][notice]DisableduseofAcceptEx()WinSock2API[TueNov0812:23:442011][notice]Child4048:Childprocessisrunning[TueNov0812:23:442011][notice]Child4048:Acquiredthestartmutex.[TueNov0812:23:442011][notice]Child4048:Starting64workerthreads.[TueNov0812:23:442011][notice]Child4048:Listeningonport80.

解决方案

本帖最后由 hayplay 于 2011-11-08 12:24:32 编辑
解决方案二:
木有人知道这是啥问题

时间: 2024-10-18 13:03:13

麻烦大家帮我看下apache的错误日志,不明白哪里出错了的相关文章

各位大大,谁能帮我看下我这个spring3.0 和 mybatis整合出了什么问题呀,mybatis总是行不成功,完整项目我已经放在附件中了

问题描述 附件是我的项目,可以直接在eclipse中部署运行,用的mysql数据库,只需建一个test数据库就可以,建表语句在test.rar附件中,执行的service url是:http://localhost:8080/springTest/lyang/getAll.do每次一执行就报:java.lang.NullPointerExceptionat com.lyang.springTest.daoImpl.IPeopleDao.getAllPeople(IPeopleDao.java:1

麻烦高手帮我看下,谢谢

问题描述 privatevoidpd_PrintPage(objectsender,System.Drawing.Printing.PrintPageEventArgse){intx=e.MarginBounds.Left;inty=e.MarginBounds.Top;lines=this.richTextBox.Text.Split(param);while(linesPrinted<lines.length){e.Graphics.DrawString(lines[linesPrinted

有没有大神帮我看下这是怎么回事啊?代码哪里错了,为什么改了combox1的数据。combox2没有改?

问题描述 stringstrsql1;strsql1="select*fromclass";sqlDataAdapter1.SelectCommand=newSqlCommand(strsql1,sqlConnection1);sqlDataAdapter1.Fill(dataSet11,"class");comboBox1.DataSource=dataSet11;comboBox1.DisplayMember="class.typename"

注解-麻烦帮我看下SSH整合遇到的问题

问题描述 麻烦帮我看下SSH整合遇到的问题 最近公司要用SSH注解开发 我做了个小demo但是导入Easy UI的时候出现这个错误 解决方案 看样子是你代码里的EasyUI的引入路径写错了.可以把代码贴出来看下. 解决方案二: <link rel="stylesheet" type="text/css" href="/EasyUI/themes/default/easyui.css"> <link rel="style

求助-哪位好心人帮我看下代码吧,深度遍历搜索图的,有点长,麻烦看下吧

问题描述 哪位好心人帮我看下代码吧,深度遍历搜索图的,有点长,麻烦看下吧 //深度遍历搜索图 #include #include #define MAX_VERTEX_NUM 3 typedef enum {DG,DN,UDG,UDN} GraphKind;//图的类型 typedef int OtherInfo; //弧的信息,如权 typedef char VertexData;//图结点的内容为char typedef struct ArcNode { int adjvex; struct

帮我看下maven项目是否安装正确,这是mvn -v,测试结果

问题描述 帮我看下maven项目是否安装正确,这是mvn -v,测试结果 比对了下,测试结果主要是最后面一句与正确的不同,我的是family:"dos":正确的是family:"window".不知道有没有影响 解决方案 我能想到的影响就是如果你使用maven的profiles时,这个family的值可用来定置maven的行为.关于profiles,可参考maven官方说明http://maven.apache.org/guides/introduction/int

exception- java.lang.NoSuchFieldError: INSTANCE 谁帮我看下谢谢

问题描述 java.lang.NoSuchFieldError: INSTANCE 谁帮我看下谢谢 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [com/zhin/ycb/spring/application-spring.xml]: Invocation of

拦截器没有起作用 帮我看下是什么问题

问题描述 小弟初学拦截器 现做了个登录拦截器 没起作用 帮我看下 少什么东西struts.xml<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/str

ExtJs的Combox从后台获取数据无法显示出来,请大虾们帮我看下!

问题描述 前台js代码var projectStore = new Ext.data.JsonStore({ url : 'http://localhost:8080/HyitSystem/provinceData.action',//这里是数据源,这地方我用的ajax映射到后台的service方法,返回上面的JSON串数据 root : 'value',//这里的value对应上传JSON串中的value fields : ['id','province']//这里的两个变量也分别对应上面JS