Dashboard > Wonder > Home > Troubleshooting
  Wonder Log In View a printable version of the current page.  
  Troubleshooting
Added by Quinton Dolan, last edited by Quinton Dolan on Jul 15, 2007
Labels: 
(None)

ERXExtensions have not been initialized.

When your application starts running you might get the message:

ERXExtensions have not been initialized. Please report the classpath and the rest of the bundles to the Wonder mailing list:
Remaining [JavaXML, JavaFoundation, ERJars, JavaEOControl, JavaWOExtensions, JavaEOAccess, JavaJDBCAdaptor, JavaWOSMIL, ERExtensions, JavaWebObjects]

Fix 1

Check your main routine - it should be:

public static void main (String argv []) {
    // Do not put any calls to Wonder code here.
    ERXApplication.main (argv, Application.class);
}

You can have other code in here before the call to ERXApplication, but you can't have calls to any Wonder stuff before the call to ERXApplication.main. This interferes with the order in which Wonder frameworks are loaded, which causes the above problem.

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators