Changes for page Application Startup Troubleshooting
Last modified by Pascal Robert on 2012/07/19 22:22
From version 8.1
edited by Pascal Robert
on 2012/07/19 22:21
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
on 2012/03/09 08:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Application StartupTroubleshooting1 +Troubleshooting - Content
-
... ... @@ -23,9 +23,9 @@ 23 23 24 24 {{/code}} 25 25 26 -Is the mod _WebObjects.so file still where this line says it is? If not, you may have to hunt around to find another copy.26 +Is the mod//WebObjects.so file still where this line says it is? If not, you may have to hunt around to find another copy.// 27 27 28 -If these steps fail, check in with the mailing list. Explain what you have done and what you are seeing. And explain that the wiki was incredibly useful and more stuff should be documented !28 +If these steps fail, check in with the mailing list. Explain what you have done and what you are seeing. And explain that the wiki was incredibly useful and more stuff should be documented 29 29 30 30 === ERXExtensions have not been initialized. === 31 31 ... ... @@ -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 - [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}}