The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Error when deploying core portals
Posted: 27 Oct 08 9:23 PM
|
Hi, I am trying to deploy the core portals and am getting the following error message:
An error occured during the operation: Error during object instrospection. Check inner exception for details. Node literal ToAppRelative($sp.RuntimeUrl) Line 217 Column 58
Any help on how to go about troubleshooting/resolving this error would be greatly appreciated. The SLX Web version is 7.5 and IIS is running on Windows Server 2003.
Thanks,
Ashish. |
|
|
|
Re: Error when deploying core portals
Posted: 27 Oct 08 11:07 PM
|
The following is a log from the output window:
INFO - Writing target Manifest for portal ProcessHost
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for ProcessHost
ERROR - Exception was thrown when setting up target. Message is Unable to cast object of type 'System.Object[]' to type 'System.String'.
ERROR - One or more of the targets failed for portal 'ProcessHost' to configure successfully. Please review deployment settings and try to deploy the portal again.
INFO - Writing target Manifest for portal sdata
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for sdata
ERROR - Exception was thrown when setting up target. Message is Unable to cast object of type 'System.Object[]' to type 'System.String'.
ERROR - One or more of the targets failed for portal 'sdata' to configure successfully. Please review deployment settings and try to deploy the portal again.
ERROR - Error during object instrospection. Check inner exception for details. Node literal ToAppRelative($sp.RuntimeUrl) Line 217 Column 58 |
|
|
| |
|
Re: Error when deploying core portals
Posted: 13 Jan 09 9:17 AM
|
i'm having this exact issue and i'm not able to resolve by removing and adding. can you provide any more details on how you resolved this?
|
|
|
|
Re: Error when deploying core portals
Posted: 12 Oct 09 3:03 PM
|
Any ideas on what is going on with this?
INFO - Writing target Manifest for portal SlxClient INFO - Using portal port and app pool settings INFO - Configuring IIS Directory for SlxClient ERROR - Exception was thrown when setting up target. Message is Unable to cast object of type 'System.Object[]' to type 'System.String'. ERROR - One or more of the targets failed for portal 'SlxClient' to configure successfully. Please review deployment settings and try to deploy the portal again. ERROR - Deployment has completed but Errors have occurred. Please review and if required change the configuration and re-deploy.
This may or may not be related to web reporting, which we've been trying to successfully deploy for awhile now. When the web client states that web reporting is not configured, does anyone know what it is trying to do that is causing it to realize this exclaimed lack of configuration? What is the outcome of the web dependency? What actually happens? Config file is changed? Some setting(s) in IIS? Thanks!
Chris Burriss |
|
|
|
Re: Error when deploying core portals
Posted: 13 Oct 09 9:38 AM
|
Lee,
Not sure if this will solve your error but I usually see this when I have an additional port setup in the IIS config. So for example I leave the default port of 3333 in the website config but I add port 80 as well. By removing port 80 I am able to get everything to build and deploy and then I just setup port 80 after all is complete. Good luck.
Jason |
|
|
|