SP22 interactivity MAF

andy_smith

Well Known Member
Hi List,

Applied SP22 and turned on MAF MultipleBrowserEnabled=TRUE. Whenever try
to launch an application, error HTTP 500 page cannot be loaded. If the
multiplebrowser function is turned OFF it all works fine (except without
multiple browser function).

There are issues on the KG that remind you there are additional entries
required in the JAS.INI file but these have been added - any experience
with this from anyone ?

Thanks

Andy Smith
Technical Consultant


WHITEHOUSE

Consultants

http://www.whitehouse-consult.co.uk

Office: 01564 711037
Direct: 01159 825987
Mobile: 07949 603770

E-Mail: [email protected]




Andy Smith
Whitehouse Consultants
Win2K SQLServer7 Xe
 
You may need to add the following setting to your jas.ini:
[SERVER COMPONENTS] section
com.jdedwards.runtime.virtual.MAFComponentLoader
 
Hi Andy

I ran into the same problem and it took awhile for Peoplesoft, formerly JDEdwards GSS, to help me find it.

Make sure that you are on the latest One-off

your JAS.INI should look like:

[SERVER COMPONENTS]
#
# Do not modify this section
#
com.jdedwards.jas.UserManager
com.jdedwards.jas.JDBCProxy
com.jdedwards.jas.JDEORB
com.jdedwards.jas.DDValidation
com.jdedwards.jas.sql.VTManager
com.jdedwards.jas.security.SecurityBroker
com.jdedwards.jas.UDCJDBC
com.jdedwards.jas.JDEUDCText
com.jdedwards.jas.JDEUpdates
com.jdedwards.jas.JDEQueries
com.jdedwards.jas.JDEOWDirect
com.jdedwards.jas.ServerQuery
com.jdedwards.jas.JDESignon
com.jdedwards.runtime.virtual.MAFComponentLoader
com.jdedwards.jas.AuditComponent


[ERPINTERACTIVITY]
MultipleBrowserEnabled=TRUE
Interactivitylevel=HIGH
MaxOpenBrowsers=10
DBFetchLimitBeforeWarning=2000

make sure there are no additional spaces and that everything is typed correctly in the server component section. The server component section creates a classpath. I had a space at the end of my MAFComponentLoader line that kept screwing me up and causing the same error that you are seeing.

Cheers!
 
Back
Top