XAMPP server shows errors ....

Problems with the Windows version of XAMPP, questions, comments, and anything related.

XAMPP server shows errors ....

Postby phyrtual » 26. December 2011 10:59

Sir/Madam....

I am install Drupal 6.22 on XAMPP 1.7.7-CV9 in our local machine(Window XP)

it open home page and basic link in the page working properly .

But when i click administration menu which display on top of dashboard page then it shows errors as -

Apache HTTP Server has encountered a problem and
needs to close. We are sorry for the inconvenience.


so please help me to solve my problem its very urgent !!!

Thank !!!
Om Prakash
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 26. December 2011 11:32

Prakash, you could start the investigation by reading the \xampp\apache\logs\error.log file to see if there are any entries about why Apache stopped.

Good luck. :)
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby phyrtual » 26. December 2011 12:48

Hi.... Sharley sir

i am view error.log file and when we click admin menu every time then show apache error

so i find these lines on error.log file change every time with -
---------
----------
[Mon Dec 26 17:12:33 2011] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Mon Dec 26 17:12:35 2011] [notice] Digest: generating secret for digest authentication ...
[Mon Dec 26 17:12:35 2011] [notice] Digest: done
[Mon Dec 26 17:12:39 2011] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Mon Dec 26 17:12:39 2011] [notice] Server built: Sep 10 2011 11:34:11
[Mon Dec 26 17:12:40 2011] [notice] Parent: Created child process 3368
[Mon Dec 26 17:12:42 2011] [notice] Digest: generating secret for digest authentication ...
[Mon Dec 26 17:12:42 2011] [notice] Digest: done
[Mon Dec 26 17:12:43 2011] [notice] Child 3368: Child process is running
[Mon Dec 26 17:12:43 2011] [notice] Child 3368: Acquired the start mutex.
[Mon Dec 26 17:12:43 2011] [notice] Child 3368: Starting 150 worker threads.
[Mon Dec 26 17:12:43 2011] [notice] Child 3368: Starting thread to listen on port 443.
[Mon Dec 26 17:12:43 2011] [notice] Child 3368: Starting thread to listen on port 80.


But finally i unable to find error in this file that what is this says about that error.

please help me !!!

Thank You
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 26. December 2011 22:25

Hello Om Prakash.

The error.log file is always a good place to start as it has revealed this
phyrtual wrote:[notice] Parent: child process exited with status 3221225477 -- Restarting.
This is Windows General Protection fault (Hex C0000005) which has been caught by the Windows Kernel and so has many causes and solutions.

In your case this could be a possible path issue that can be easily fixed by copying these 2 files:
libmysql.dll
php5apache2_2.dll

from the \xampp\php folder to the \xampp\apache\bin folder.

Then you will need to restart Apache and MySQL servers.

Now try again and see if the issue has been solved.


BTW, the rest of your error.log file entries are correct and are placed there after a successful Apache start.

Best wishes. :)
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby phyrtual » 27. December 2011 07:28

Hi ......Sarley sir .

Very very thanks sir for giving me your prestigious time !!!

Now i am copy and paste these two files as you say . after pasting we restart server and computer also but problem is continue.
after click every admin menu then repeat these line of error.log ---

[Tue Dec 27 11:37:08 2011] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Dec 27 11:37:09 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 27 11:37:09 2011] [notice] Digest: done
[Tue Dec 27 11:37:11 2011] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Dec 27 11:37:11 2011] [notice] Server built: Sep 10 2011 11:34:11
[Tue Dec 27 11:37:11 2011] [notice] Parent: Created child process 1528
[Tue Dec 27 11:37:13 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 27 11:37:13 2011] [notice] Digest: done
[Tue Dec 27 11:37:15 2011] [notice] Child 1528: Child process is running
[Tue Dec 27 11:37:15 2011] [notice] Child 1528: Acquired the start mutex.
[Tue Dec 27 11:37:15 2011] [notice] Child 1528: Starting 150 worker threads.
[Tue Dec 27 11:37:15 2011] [notice] Child 1528: Starting thread to listen on port 443.
[Tue Dec 27 11:37:15 2011] [notice] Child 1528: Starting thread to listen on port 80.

at phyrtual site ,drupal 6.22 have over 120+ contributed modules are installed
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 27. December 2011 07:32

The Drupal modules may be the cause and the Drupal support forum may be the place to ask your questions.
Code: Select all
[notice] Parent: child process exited with status 3221225477
This is the issue you need to ask Drupal about.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby phyrtual » 27. December 2011 08:06

Thanks sir , now i contact Drupal Support

the error window shown as -

Image
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 27. December 2011 08:14

Your problem may be caused by an incompatible Drupal module for your current XAMPP version - the XAMPP component versions can be found in the readme_en.txt file in the xampp folder.

Check with Drupal about version compatibility and if necessary you can download an older XAMPP version like 1.7.3 from here:
SourceForge XAMPP File Repository

You can uninstall/install using these instructions:
viewtopic.php?p=179699#p179699

Good luck. :)
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby phyrtual » 28. December 2011 09:33

Hi.... Sir

when we click link as To see what data this error report contains -click here than it shows --

Error signature
AppName: httpd.exe AppVer: 2.2.21.0 ModName: php5ts.dll
ModVer: 5.3.8.0 Offset: 0008eb47

so i think that problem arise in php5ts.dll . please sir clarify it .........
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 28. December 2011 09:53

You can try copying that file from the \xampp\php folder into the \xampp\apache\bin folder and then restart Apache and MySQL and see if it helps.

As I said that the error message 3221225477 is a GPF that can have many causes and solutions.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby Sharley » 28. December 2011 10:20

For a more solid path solution please try this one provided by a developer of the XCPv3
hackattach142 wrote:I added C:\xampp\php to the beginning of my PATH environment variable
(Note: After modifying the PATH variable, you want to either stop Apache and close/reopen the Control Panel or reboot your computer).
You can find the Environment variables in
Windows Control Panel>System>Advanced>Environment Variables>User Variables>PATH>Edit

Change C:\xampp\php to your own path to the php folder.

Hope this helps.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby phyrtual » 28. December 2011 13:56

Hi...... Sir .

Very Thanks sir to help me !!!

Finally , i get this error . this error come from my drupal database .

description about this problem -

in MySQL database have a drupal database called phyrtual. in this database have two table that is cache_menu and cache_update in these tables a column name as data defined as LONGBLOB datatype .

But in the table when i insert with data column as 3600KB data which is not supported to AXMPP MySQL . this support only 500KB data in column data with longblob . because when i insert with 500kb then it inserted otherwise not.

Solutions -

So how to insert 3600KB data in column data with datatype of LONGBLOB , when this imported properly then above error already solved . how to import / insert this type long data in column data with longblob datatype !!!


Thank You
Om Prakash
phyrtual
 
Posts: 6
Joined: 26. December 2011 10:43
Operating System: Windows XP

Re: XAMPP server shows errors ....

Postby Sharley » 29. December 2011 00:37

First make a backup copy of the following file before editing.

Open in a text editor the \xampp\mysql\bin\my.ini file and change this line so it looks like this
Code: Select all
max_allowed_packet = 16M
Save the file and restart MySQL.

When saving make sure your text editor saves as Any file (*) or it may add unwanted characters.
LONGBLOB or LONGTEXT - A BLOB or TEXT column with a maximum length of 4294967295 characters. You do not specify a length with LONGBLOB or LONGTEXT.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: XAMPP server shows errors ....

Postby vasuscoin » 05. October 2012 13:26

Hi ......Sarley sir .

Really your given post was very very helpful for me.
vasuscoin
 
Posts: 1
Joined: 05. October 2012 13:24
Operating System: xp-win32


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 86 guests