Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error accessing AIMS 2012

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
704 Views, 3 Replies

Error accessing AIMS 2012

Hi,

 

We have some problems accessing Autodesk infrastructure Map Server 2012 Interface.

The first thing we tried is to access the interface from the local server
http://localhost/mapserver2012/appext

and received (see also File1.zip):
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Error Code 0x800700b7
Config Error Cannot add duplicate collection entry of type 'add' with unique key attribute 'value' set to 'Login.aspx'

The second thing we added thhe following line to web.config file from Autodesk Infrastructure Web Server Extension 2012\AppExt:
<customErrors mode="Off"/>

and received the followig error (see File2.zip) when accessing http://localhost/mapserver2012/appext/login.aspx

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

With a bit of luck we managed to access the login page (Trusted level was set to Minimal for AppExt) but when we tried to authenticate log in the page throw out the warning that the session has expired

 

Also, in Event Viewer, windows throws out this error:

Faulting application name: php-cgi.exe, version: 5.3.3.0, time stamp: 0x4c7d3149Faulting module name: php-cgi.exe, version: 5.3.3.0, time stamp: 0x4c7d3149Exception code: 0xc0000005Fault offset: 0x0000000000001fe6Faulting process id: 0xd4cFaulting application start time: 0x01cc581965346764Faulting application path: C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 2012\Php\php-cgi.exeFaulting module path: C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 2012\Php\php-cgi.exeReport Id: a3c7d558-c40c-11e0-8617-001517fb6119

 

Does anyone know how to fix this?

 

BR,

Cristian SABAILA

Tags (2)
3 REPLIES 3
Message 2 of 4
NateMoore
in reply to: Anonymous

What is the appext part of the path?  Does http://localhost/mapserver2012/mapadmin/login.php work?  What about the other test links in the Install docs?

 
 


Nate Moore, GISP
Geospatial Premium Support Specialist
Global Services
Autodesk, Sarl
Message 3 of 4
Anonymous
in reply to: Anonymous

Hi Nate,

 

No, neither does link work.

 

It like the whole server (IIS/mapserver) is down or not responding to requests.

 

I've thought at reinitializing .NET but i don't know how to do it.

 

Best regards,

Cristian SABAILA

Message 4 of 4
Anonymous
in reply to: Anonymous

Hi all,

 

I've managed to make it work.

 

Problem:

Error Code: 0x800700b7

Config Error: Cannot add duplicate collection entry of type 'add' with unique key attribute 'value' set to 'Login.aspx'

 

Solution:

Based on this link http://support.microsoft.com/kb/942055 (Resolution 3)  i've tried to determine which file has the extra line <add value="Login.aspx" /> but with no succes. Fortunately, it worked when i tried to comment that line in www\AppExt\web.config.

 

----

 

Problem:

Faulting module path: C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 2012\Php\php-cgi.exeReport Id: a3c7d558-c40c-11e0-8617-001517fb6119

 

Solution:

The second problem i've encountered was that in php\php.ini the line extension=php_oracle.dll was uncommented (it should have been ;extension=php_oracle.dll)

 

----

 

Another thing, verify in IIS Manager -> Server -> Sites -> Default Web Site -> mapserver2012 -> AppExt -> .Net Trust Levels are set to Full (internal)

 

Best regards,

Cristian SABAILA

Black Light

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report