Critical System Error when try to connect to JAS Server

Joaquín Formoso

Member
Hi,

We are installing the JD Edwards EnterpriseOne 8.12 in a machine with Windows 2003 Server and db2/udb.
We finished the installation of the Enterprise Server in this machine and we are able to connect from a deployed workstation client. We setting up Signon Security.

We too finished the installation of the HTML Web Server in the same machine, but when I log in (user=JDE - environment=JPS812) there are no menus and a "Critical System Error" occurs if I try load a menu.

The SAW shows my client session active.

I´m found this error on the jderoot:

01 dic 2006 17:21:06,912 [Line ?] [Thread-1] [SEVERE] - [JAS] OneWorld JAS startup initiated
01 dic 2006 17:21:07,006 [Line ?] [Thread-1] [SEVERE] - [NET] Created new JdeServerListenerThread, port=6003
01 dic 2006 17:21:07,006 [Line ?] [Thread-1] [SEVERE] - [NET] Created new JdeServerListener, port=6003, maxConn=200, maxQueue=100
01 dic 2006 17:21:08,256 [Line ?] [Thread-1] [SEVERE] - [PPM] Performance Monitor turned off in JAS.INI file
01 dic 2006 17:21:08,334 [Line ?] [Thread-1] [SEVERE] - [JAS] OneWorld JAS startup complete
01 dic 2006 17:23:18,442 [Line ?] [WebContainer : 1] [SEVERE] - [com.jdedwards.system.none]SecurityServer already exists, no override allowed
01 dic 2006 17:24:02,238 [Line ?] [WebContainer : 1] [SEVERE] - [JDBJ] SpecGenOnDemandFlag: Setting value [true] in cache.
01 dic 2006 17:24:02,535 [Line ?] [WebContainer : 1] [SEVERE] - [JDBJ] This server is using Automatic Package discovery.
01 dic 2006 17:24:02,535 [Line ?] [WebContainer : 1] [SEVERE] - [JDBJ] The serialized object database will be maintained by the system.
01 dic 2006 17:24:02,582 [Line ?] [WebContainer : 1] [SEVERE] - [METADATA] Data source for DEFAULT, BSFN not found. com.jdedwards.services.objectlookup.DataSourceNotFoundException: Data source for DEFAULT, BSFN not found.
com.jdedwards.services.objectlookup.DataSourceNotFoundException: Data source for DEFAULT, BSFN not found.
at com.jdedwards.database.services.ocm.OCMObjectLookupService.getBusinessLogicDataSources(Unknown Source)
at com.jdedwards.database.services.packagelookup.PackageLookupService.getEnterPriseSvrHostPort(Unknown Source)
at com.jdedwards.database.services.spec.SpecMapControler.fromDiscovering(Unknown Source)

Any idea about the cause of this error?
 

Attachments

  • 115281-JAS error.pdf
    101.4 KB · Views: 290
The environment is not properly configured. You have no active default business function mapping, for starters. This should be mapped to your JDE Enterprise server or a separate JDE app server dedicated to running BSFN logic. You should check the sy812.f986101 for defaults. These are supposed to be populated when the installation workbench is executed as part of the deployment server install. It is in the documentation.

"[METADATA] Data source for DEFAULT, BSFN not found. com.jdedwards.services.objectlookup.DataSourceNotFoundException: Data source for DEFAULT, BSFN not found.com.jdedwards.services.objectlookup.DataSourceNotFoundException: Data source for DEFAULT, BSFN not found.at com.jdedwards.database.services.ocm.OCMObjectLookupService.getBusinessLogicDataSources(Unknown Source)at com.jdedwards.database.services.packagelookup.PackageLookupService.getEnterPriseSvrHostPort(Unknown Source)at com.jdedwards.database.services.spec.SpecMapControler.fromDiscovering(Unknown Source)
 
Back
Top