[mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

Jo Cook j.cook at OXFORDARCH.CO.UK
Fri Feb 29 04:49:36 EST 2008


Hi,

Everything was up to date but adding the library seemed to work. However...
when I tried to start the server I got the following error:

joc at gutsymgos:~$ /usr/local/mapguideopensource/server/bin/mgserver.sh
/usr/local/mapguideopensource/server/bin ~
Running the server interactively as an application instead of as a service.

(3017783696) Configuration file "serverconfig.ini" cannot be found or cannot
be opened.
Exception occurred in method MgConfiguration.LoadConfiguration at line 110
in file System/Configuration.cpp

(3017783696) Failed to retrieve message for "MgConnectionNotOpenException".
Exception occurred in method MgSiteConnection.GetCurrentUserInfo at line 382
in file System/UserInformation.cpp

terminate called after throwing an instance of
'MgConnectionNotOpenException*'
/usr/local/mapguideopensource/server/bin/mgserver.sh: line 7: 21933 Aborted                
./mgserver run

serverconfig.ini is present in the server/bin folder and appears to have the
same permissions and ownership as everything else in there, and I can open
it and read it using nano.

Many thanks

Jo



Jack Lee-3 wrote:
> 
> Hi,
> 
> There are a couple of things you can check/try:
> 
> 1) There was a change in MgHtmlController::GetMapImage recently. Verify
> that Common\MapGuideCommon\Controller\HtmlController.cpp is up to date.
> If it is, verify that you are not picking up an older version of
> libMgMapGuideCommon.so.
> 
> 2) In Web\src\CgiAgent\Makefile.am, add the library MgMapGuideCommon to
> the mapagent_LDADD list.
> 
> 
> Thanks.
> 
> -----Original Message-----
> From: mapguide-users-bounces at lists.osgeo.org
> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jo Cook
> Sent: Thursday, February 28, 2008 9:58 AM
> To: mapguide-users at lists.osgeo.org
> Subject: RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10
> 
> 
> Hi,
> 
> I get:
> 
> U MgHtmlController::GetMapImage(MgMap*, MgSelection*,
> std::basic_string<wchar_t, std:: char_traits<wchar_t>, std::
> allocator<wchar_t>> const&, MgPropertyCollection*, bool, bool)
> 
> Which seems to be identical to what was in the error message
> 
> Cheers
> 
> Jo
> 
> Jack Lee-3 wrote:
>>
>> Hi,
>>
>> What do you get if you execute
>>
>> nm -C /home/joc/mgsvn/Web/src/HttpHandler/.libs/libMgHttpHandler.so|grep
>> MgHtmlController::GetMapImage
>>
>> ?
>>
>>
>> -----Original Message-----
>> From: mapguide-users-bounces at lists.osgeo.org
>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jo Cook
>> Sent: Thursday, February 28, 2008 8:27 AM
>> To: mapguide-users at lists.osgeo.org
>> Subject: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10
>>
>>
>> Hi All,
>>
>> I had a working build of MGOS from svn that I wanted to upgrade to the
>> latest and greatest (build 3038 is the one I now have), but the new build
>> is
>> now failing.
>>
>> I get all the way through to the final make, but this fails with the
>> following error:
>>
>> Making all in CgiAgent
>> make[3]: Entering directory `/home/joc/mgsvn/Web/src/CgiAgent'
>> /bin/sh ../../../libtool --tag=CXX --mode=link g++  -O2 -g -pipe
>> -march=i386
>> -mcpu=i686 -fno-use-cxa-atexit -fexceptions   -o mapagent -version-info
>> 7:0:0 -:0:0 -L../../../Oem/ACE/ACE_wrappers/ace
>> -L../../../Oem/dbxml-2.3.10/install/lib
>> -L../../../Common/CoordinateSystem
>> -L../../../Common/MdfModel -L../../../Common/MdfParser
>> -L../../../Common/Foundation -L../../../Common/Geometry
>> -L../../../Common/PlatformBase -L../../../Common/MapGuideCommon
>> -L../HttpHandler MapAgentGetParser.o CgiPostParser.o CgiResponseHandler.o
>> MapAgentStrings.o EchoTest.o CgiAgent.o InitializeWebTier.o -lACE
>> -lxerces-c
>> -lMgFoundation -lMgGeometry -lMgPlatformBase -lMgMdfModel -lMgMdfParser
>> -lMgHttpHandler
>> libtool: link: warning: `-version-info' is ignored for programs
>> g++ -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fexceptions
>> -o
>> .libs/mapagent MapAgentGetParser.o CgiPostParser.o CgiResponseHandler.o
>> MapAgentStrings.o EchoTest.o CgiAgent.o InitializeWebTier.o
>> -L/home/joc/mgsvn/Oem/ACE/ACE_wrappers/ace
>> -L/home/joc/mgsvn/Oem/dbxml-2.3.10/install/lib
>> -L/home/joc/mgsvn/Common/CoordinateSystem
>> -L/home/joc/mgsvn/Common/MdfModel
>> -L/home/joc/mgsvn/Common/MdfParser -L/home/joc/mgsvn/Common/Foundation
>> -L/home/joc/mgsvn/Common/Geometry -L/home/joc/mgsvn/Common/PlatformBase
>> -L/home/joc/mgsvn/Common/MapGuideCommon
>> -L/home/joc/mgsvn/Web/src/HttpHandler -lACE -lxerces-c
>> /home/joc/mgsvn/Common/Foundation/.libs/libMgFoundation.so
>> /home/joc/mgsvn/Common/Geometry/.libs/libMgGeometry.so
>> /home/joc/mgsvn/Common/PlatformBase/.libs/libMgPlatformBase.so
>> /home/joc/mgsvn/Common/MdfModel/.libs/libMgMdfModel.so
>> /home/joc/mgsvn/Common/MdfParser/.libs/libMgMdfParser.so
>> /home/joc/mgsvn/Web/src/HttpHandler/.libs/libMgHttpHandler.so
>> -Wl,/usr/local/mapguideopensource/lib -Wl,--rpath
>> -Wl,/usr/local/mapguideopensource/webserverextensions/lib
>> /home/joc/mgsvn/Web/src/HttpHandler/.libs/libMgHttpHandler.so: undefined
>> reference to `MgHtmlController::GetMapImage(MgMap*, MgSelection*,
>> std::basic_string<wchar_t, std::char_traits<wchar_t>,
>> std::allocator<wchar_t> > const&, MgPropertyCollection*, bool, bool)'
>> collect2: ld returned 1 exit status
>> make[3]: *** [mapagent] Error 1
>> make[3]: Leaving directory `/home/joc/mgsvn/Web/src/CgiAgent'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/home/joc/mgsvn/Web/src'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/joc/mgsvn/Web'
>> make: *** [all-recursive] Error 1
>>
>> I remember a similar problem a few months ago to do with a missing
>> reference
>> to liblibjson, which was resolved by adding some extra libraries to
>> cgiagent/makefile.am, but I'm not really sure where to go with this.
>>
>> Can anyone help?
>>
>> Many thanks
>>
>> Jo
>> --
>> View this message in context:
>> http://www.nabble.com/2.0-rc4-build-failing-on-Ubuntu-7.10-tp15736315s16610p15736315.html
>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>>
> 
> --
> View this message in context:
> http://www.nabble.com/2.0-rc4-build-failing-on-Ubuntu-7.10-tp15736315s16610p15738163.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> 
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: http://www.nabble.com/2.0-rc4-build-failing-on-Ubuntu-7.10-tp15736315s16610p15755156.html
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list