05-22-2011 11:27 PM
Hi Everyone,
I just restored the project, I am receving the error when deploying SlxClient from Application Architect,
"Object reference not set to an instance of an object".
Build Output:
INFO - Writing target Manifest for portal ProcessHost
INFO - Skipping javascript minify process for SageSalesLogixCommon.jsb. Project file was not found in scripts directory.
INFO - Skipping javascript minify process for SageStyles.jsb. Project file was not found in scripts directory.
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for ProcessHost
INFO - Finding virtual directory ProcessHost on LocalHost.
INFO - Virtual directory found. Skipping directory configuration
INFO - Portal ProcessHost deployed to all targets
INFO - Writing target Manifest for portal sdata
INFO - Skipping javascript minify process for SageSalesLogixCommon.jsb. Project file was not found in scripts directory.
INFO - Skipping javascript minify process for SageStyles.jsb. Project file was not found in scripts directory.
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for sdata
INFO - Finding virtual directory sdata on LocalHost.
INFO - Virtual directory found. Skipping directory configuration
INFO - Portal sdata deployed to all targets
ERROR - Object reference not set to an instance of an object.
Any help, please?
Regards,
Saw
05-24-2011 08:33 AM
05-24-2011 06:32 PM
Thanks for reply.
SlxClient portal throwing error.
ProcessHost
INFO - Writing target Manifest for portal ProcessHost
INFO - Skipping javascript minify process for SageSalesLogixCommon.jsb. Project file was not found in scripts directory.
INFO - Skipping javascript minify process for SageStyles.jsb. Project file was not found in scripts directory.
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for ProcessHost
INFO - Finding virtual directory ProcessHost on LocalHost.
INFO - Virtual directory found. Skipping directory configuration
INFO - Portal ProcessHost deployed to all targets
INFO - The deployment was completed Successfully
SData
INFO - Writing target Manifest for portal sdata
INFO - Skipping javascript minify process for SageSalesLogixCommon.jsb. Project file was not found in scripts directory.
INFO - Skipping javascript minify process for SageStyles.jsb. Project file was not found in scripts directory.
INFO - Using inherited target port and app pool settings
INFO - Configuring IIS Directory for sdata
INFO - Finding virtual directory sdata on LocalHost.
INFO - Virtual directory found. Skipping directory configuration
INFO - Portal sdata deployed to all targets
INFO - The deployment was completed Successfully
SlxClient
ERROR - Object reference not set to an instance of an object.
At least, AA should show why causing the error, or is there any log to check?
07-19-2011 11:25 PM
Found the solution.
I noticed that the project restored from another machine and use 'Add as link' to add files to Portal Manager.
These files are in different location at new machine.
Solution is update the contents "Model\Portal\SlxClient\SupportFiles.def.xml" to point to the correct path, restart AA and redeploy again.
Thanks.