Last modified by Pascal Robert on 2012/07/19 22:22

From version 6.1
edited by Pascal Robert
on 2012/07/19 22:21
Change comment: There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2012/03/09 08:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Application Startup Troubleshooting
1 +Troubleshooting
Content
... ... @@ -32,7 +32,7 @@
32 32  When your application starts running you might get the message:
33 33  
34 34  ERXExtensions have not been initialized. Please report the classpath and the rest of the bundles to the Wonder mailing list:
35 -Remaining WONDER:JavaXML, JavaFoundation, ERJars, JavaEOControl, JavaWOExtensions, JavaEOAccess, JavaJDBCAdaptor, JavaWOSMIL, ERExtensions, JavaWebObjects
35 +Remaining JavaXML, JavaFoundation, ERJars, JavaEOControl, JavaWOExtensions, JavaEOAccess, JavaJDBCAdaptor, JavaWOSMIL, ERExtensions, JavaWebObjects
36 36  
37 37  ==== Fix 1 ====
38 38  
... ... @@ -48,3 +48,5 @@
48 48  {{/code}}
49 49  
50 50  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.
51 +
52 +{{kbsurvey}}{{/kbsurvey}}