HELPP :(( !! ACE_ASSERT: file Script.cpp
[root@cabal ~]# service cabal status
GlobalDBAgent (pid 14748) is running...
DBAgent_24 (pid 14790) is running...
GlobalMgrSvr (pid 14827) is running...
ChatNode_24 (pid 14860) is running...
LoginSvr_01 (pid 14900) is running...
CashDBAgent (pid 14933) is running...
WorldSvr_24_01 is stopped
[root@cabal ~]# ACE_ASSERT: file Script.cpp, line 437 assertion failed for '0'.Aborting...
Re: HELPP :(( !! ACE_ASSERT: file Script.cpp
I got the same problem, i've asked 4 times without any answer. It doesnt help to replace the Data folder, tried 4 different version of it too
Re: HELPP :(( !! ACE_ASSERT: file Script.cpp
[root@cabal /]# yum install update
Existing lock /var/run/yum.pid: another copy is running as pid 24685.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
:( Baddd
Re: HELPP :(( !! ACE_ASSERT: file Script.cpp
Re: HELPP :(( !! ACE_ASSERT: file Script.cpp
Quote:
Originally Posted by
vladiks
[root@cabal /]# yum install update
Existing lock /var/run/yum.pid: another copy is running as pid 24685.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
:( Baddd
#cd /var/run/
[FONT=Courier New]#ls
Re: HELPP :(( !! ACE_ASSERT: file Script.cpp
These asserts are being caused by people editing unix format files in Windows and it is changing the line endings to DOS format. If you are going to edit unix format files on windows then you need to use an editor that supports unix format properly.
I use Crimson editor for this (free, google it) and you set the format under Doument->File format->Unix.