Xampp Start Error: New Server Movement

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

Xampp Start Error: New Server Movement

Postby gaggid1 » 21. May 2012 20:57

Hi Everyone,

I am trying to solve a problem where i moved my XAMPP setup from one computer to one high end server. Both machines are locally installed on same network. I copied Xampp folder from my old computer to new server and tried to start apace and sql using XAMPP-control-3-beta.exe. MySql service start without any problem where as apache is not starting at all....

On my New server i have Windows 2008 R2 Enterprise. I uninstalled IIS completely and changed apache port to 5001 as i want to run IIS on port 80. But Apache is not starting up. I changed apache to port 80 still no go.

I tried starting it up using Apache_start.bat i get following error.

Apache 2 is starting....
The system cannot find the path specified.....

I am stuck as MySql is running fine and i have to get this application up and running as soon as possible.

Please guide me how i can shift my xampp installation from my old computer to new server or how to get it up and running by fixing path not specified error......
gaggid1
 
Posts: 12
Joined: 09. May 2012 16:13
Operating System: Windows 7

Re: Xampp Start Error: New Server Movement

Postby gaggid1 » 21. May 2012 21:14

any one ??? sorry for bump.. but its urgent for me.
gaggid1
 
Posts: 12
Joined: 09. May 2012 16:13
Operating System: Windows 7

Re: Xampp Start Error: New Server Movement

Postby gaggid1 » 21. May 2012 21:35

Aah i got my apache running by installing apache as a service. Now whenever i run apache and mysql and open my website in browser, on server Mysqld.exe crash and service get stopped. I installed mysql as service and then tried again. When ever i try to open the website in browser mysql service stops in services.msc. i changed recovery to restart service on failure. Still same problem...

please help.
gaggid1
 
Posts: 12
Joined: 09. May 2012 16:13
Operating System: Windows 7

Re: Xampp Start Error: New Server Movement

Postby AndzinSan » 21. May 2012 21:50

When I last move xampp from one location/pc to another I have same problem. Did you copy xampp folder from your pc to server in same path?
I.E. in your pc xampp is in C:\XAMPP, and in server is it in same? If not, this is problem because apache configs are configured for that path.

If you want see error run cmd on second pc. Type
Code: Select all
cd path/to/your/xampp/apache/bin/dir/

then type
Code: Select all
httpd

and press enter.
It should display complete error and you can fix it.
Apache 2.2.22 with mod_autoindex_color, python 2.7.2/diango and PHP 5.3.8
Skilled in HTML, CSS, JS, jQUERY, PHP, MYSQL...
AndzinSan
 
Posts: 15
Joined: 19. May 2012 19:20
Operating System: win7

Re: Xampp Start Error: New Server Movement

Postby gaggid1 » 22. May 2012 11:56

I got my Apache Running.

As of now My Sql is crashing again and again.

Here is the dump of Error.log

Code: Select all
key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=3
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133447 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
01557932    mysqld.exe!my_osmaperr()
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
InnoDB: Thread 3340 stopped in file os0sync.c line 474
InnoDB: Thread 2348 stopped in file os0sync.c line 781
InnoDB: Thread 3476 stopped in file os0sync.c line 474
gaggid1
 
Posts: 12
Joined: 09. May 2012 16:13
Operating System: Windows 7

Re: Xampp Start Error: New Server Movement

Postby AndzinSan » 22. May 2012 12:54

I shot at blindly, but have you enought free RAM memory? More than 140 MB?
Try set lowest buffer sizes.
Here are from my ini file:
Code: Select all
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
Apache 2.2.22 with mod_autoindex_color, python 2.7.2/diango and PHP 5.3.8
Skilled in HTML, CSS, JS, jQUERY, PHP, MYSQL...
AndzinSan
 
Posts: 15
Joined: 19. May 2012 19:20
Operating System: win7


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 104 guests