Apache Service event 3299

7 messages Options
Embed this post
Permalink
pcardinal

Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
Hi,

After installing MapGuideOpenSource-2.1.0.4114-Unofficial.exe, I got the following event (error) when I try to start the service ApacheMapGuide2.1.

(OS : Vista or XP)

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Apache Service" />
    <EventID Qualifiers="0">3299</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2009-08-16T03:35:41.000Z" />
    <EventRecordID>105699</EventRecordID>
    <Channel>Application</Channel>
    <Computer>GeoLys</Computer>
    <Security />
  </System>
  <EventData>
    <Data>The Apache service named</Data>
    <Data>
    </Data>
    <Data>reported the following error:
>>></Data>
    <Data>httpd.exe: Syntax error on line 127 of J:/Program Files/OSGeo/MapGuide/Web/Apache2/conf/httpd.conf: Cannot load J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll into server: La proc\xe9dure sp\xe9cifi\xe9e est introuvable.</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

line 127 is LoadFile "J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll"

Somebody have  a clue?

Pierre
Jackie Ng

Re: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
Run depends.exe on MgHttpHandler.dll and see if it complains about any dlls it can't find. Also, are you on a 32-bit or 64-bit windows?

- Jackie

pcardinal wrote:
Hi,

After installing MapGuideOpenSource-2.1.0.4114-Unofficial.exe, I got the following event (error) when I try to start the service ApacheMapGuide2.1.

(OS : Vista or XP)

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Apache Service" />
    <EventID Qualifiers="0">3299</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2009-08-16T03:35:41.000Z" />
    <EventRecordID>105699</EventRecordID>
    <Channel>Application</Channel>
    <Computer>GeoLys</Computer>
    <Security />
  </System>
  <EventData>
    <Data>The Apache service named</Data>
    <Data>
    </Data>
    <Data>reported the following error:
>>></Data>
    <Data>httpd.exe: Syntax error on line 127 of J:/Program Files/OSGeo/MapGuide/Web/Apache2/conf/httpd.conf: Cannot load J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll into server: La proc\xe9dure sp\xe9cifi\xe9e est introuvable.</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

line 127 is LoadFile "J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll"

Somebody have  a clue?

Pierre
pcardinal

Re: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
Hi Jackie, I am on 32-bit. And effectively, depends.exe complains on MgHttpHandler.dll Error: At least one required implicit or forwarded dependency was not found. Warning: At least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. MSVCR90.DLL Error opening file. Le fichier spécifié est intouvable(2). [translation: the file is not found] IESHIMS.DLL Error opening file. Le fichier spécifié est intouvable(2). [translation: the file is not found] What is the solution? Regards, Pierre
Jackie Ng wrote:
Run depends.exe on MgHttpHandler.dll and see if it complains about any dlls it can't find. Also, are you on a 32-bit or 64-bit windows? - Jackie
pcardinal wrote:
Hi, After installing MapGuideOpenSource-2.1.0.4114-Unofficial.exe, I got the following event (error) when I try to start the service ApacheMapGuide2.1. (OS : Vista or XP) 3299 2 0 0x80000000000000 105699 Application GeoLys The Apache service named reported the following error: >>> httpd.exe: Syntax error on line 127 of J:/Program Files/OSGeo/MapGuide/Web/Apache2/conf/httpd.conf: Cannot load J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll into server: La proc\xe9dure sp\xe9cifi\xe9e est introuvable. line 127 is LoadFile "J:/Program Files/OSGeo/MapGuide/Web/Php/MgHttpHandler.dll" Somebody have a clue? Pierre
Jason Birch

RE: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
Haven't seen this before, so not sure what the solution is.

You could try re-installing the MS VC++ Runtime libraries, but those are normally not detected by depends.

Is J: a locally attached hard drive?  Is it possible to try installing under C:\Apps or something like that to rule out networking and locale-related problems?

Jason

-----Original Message-----
From: pcardinal
Sent: Monday, August 17, 2009 1:26 PM
To: [hidden email]
Subject: Re: [mapguide-internals] Apache Service event 3299

I am on 32-bit. And effectively, depends.exe complains on  MgHttpHandler.dll

Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

MSVCR90.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]
IESHIMS.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]

What is the solution?

_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
pcardinal

RE: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
I have installed MapGuideOpenSource-2.1.0.4114-Unofficial.exe on a virtual machine with XP (32-bit) under c:\program files, and I still have the problem. I build the beta release 2.1 (from svn) and the problem is also there (MapGuideOpenSource-2.1.0-Unofficial-en-US-Release.exe).
J: is a locally attached hard drive. Perhaps the problem is related to localization (french OS) but I have installed previous releases of MGOS without this problem on my actual computer.

Pierre




Jason Birch wrote:
Haven't seen this before, so not sure what the solution is.

You could try re-installing the MS VC++ Runtime libraries, but those are normally not detected by depends.

Is J: a locally attached hard drive?  Is it possible to try installing under C:\Apps or something like that to rule out networking and locale-related problems?

Jason

-----Original Message-----
From: pcardinal
Sent: Monday, August 17, 2009 1:26 PM
To: mapguide-internals@lists.osgeo.org
Subject: Re: [mapguide-internals] Apache Service event 3299

I am on 32-bit. And effectively, depends.exe complains on  MgHttpHandler.dll

Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

MSVCR90.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]
IESHIMS.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]

What is the solution?

_______________________________________________
mapguide-internals mailing list
mapguide-internals@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
pcardinal

RE: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jason Birch
Hi Jason,

The problem arises when VS2005 or VS2008 is already installed on the computer.


Pierre

Jason Birch wrote:
Haven't seen this before, so not sure what the solution is.

You could try re-installing the MS VC++ Runtime libraries, but those are normally not detected by depends.

Is J: a locally attached hard drive?  Is it possible to try installing under C:\Apps or something like that to rule out networking and locale-related problems?

Jason

-----Original Message-----
From: pcardinal
Sent: Monday, August 17, 2009 1:26 PM
To: mapguide-internals@lists.osgeo.org
Subject: Re: [mapguide-internals] Apache Service event 3299

I am on 32-bit. And effectively, depends.exe complains on  MgHttpHandler.dll

Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

MSVCR90.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]
IESHIMS.DLL Error opening file. Le fichier spécifié est intouvable(2).
[translation: the file is not found]

What is the solution?

_______________________________________________
mapguide-internals mailing list
mapguide-internals@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-internals
Jason Birch

RE: Apache Service event 3299

Reply Threaded More More options
Print post
Permalink
OK, that's odd.  I have to admit I haven't tried that combination myself as I don't install MapGuide on my development machine (I don't develop against MapGuide core) and don't use Apache.

If we knew why it was causing this problem to have VS installed, maybe we could work around it, but I don't have any idea how to find out.

I wonder if it's an sxs/version problem with the runtimes.  Any chance you could try (re-)installing the MSVC++ runtimes and SP runtimes for VS2005 and VS2008 and see if it helps? Pretty long shot...

http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en
http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

Jason

-----Original Message-----
From: pcardinal
Sent: Tuesday, August 18, 2009 7:21 AM
To: [hidden email]
Subject: RE: [mapguide-internals] Apache Service event 3299


Hi Jason,

The problem arises when VS2005 or VS2008 is already installed on the
computer.


Pierre


Jason Birch wrote:

>
> Haven't seen this before, so not sure what the solution is.
>
> You could try re-installing the MS VC++ Runtime libraries, but those are
> normally not detected by depends.
>
> Is J: a locally attached hard drive?  Is it possible to try installing
> under C:\Apps or something like that to rule out networking and
> locale-related problems?
>
> Jason
>
> -----Original Message-----
> From: pcardinal
> Sent: Monday, August 17, 2009 1:26 PM
> To: [hidden email]
> Subject: Re: [mapguide-internals] Apache Service event 3299
>
> I am on 32-bit. And effectively, depends.exe complains on
> MgHttpHandler.dll
>
> Error: At least one required implicit or forwarded dependency was not
> found.
> Warning: At least one delay-load dependency module was not found.
> Warning: At least one module has an unresolved import due to a missing
> export function in a delay-load dependent module.
>
> MSVCR90.DLL Error opening file. Le fichier spécifié est intouvable(2).
> [translation: the file is not found]
> IESHIMS.DLL Error opening file. Le fichier spécifié est intouvable(2).
> [translation: the file is not found]
>
> What is the solution?
>
> _______________________________________________
> mapguide-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/mapguide-internals
>
>
--
View this message in context: http://n2.nabble.com/Apache-Service-event-3299-tp3452312p3466327.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.
_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals

_______________________________________________
mapguide-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-internals