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 9.1
edited by Pascal Robert
on 2012/07/19 22:22
on 2012/07/19 22:22
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +How-tos
- XWiki.XWikiComments[0]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.fijaz - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +In my case, I observed this problem when I tried to place my framework in a folder which does not have the same name as the framework's name. E.g. I had a framework called "KlokDB" and I placed in a folder "KlokDB/trunk" or "KlokDB/trunk/KlokDB1", I got "ERXExtensions have not been initialized." exception. The moment I moved my framework to "KlokDB" or "KlokDB/trunk/KlokDB", it worked. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2012-01-14 06:00:08.174
- XWiki.XWikiComments[1]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.baiss - Comment
-
... ... @@ -1,0 +1,7 @@ 1 +The most common problem seems to be: 2 + 3 +1) java.lang.NoClassDefFoundError:com/webobjects/appserver/WOApplication 4 + 5 +but I don't see the problem discussed this way. 6 + 7 +2) Suggestion: Add notes saying where LOCALROOT and WOROOT are defined, and what files need to be there, etc. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2013-03-14 12:00:46.629
- XWiki.XWikiComments[2]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.baiss - Comment
-
... ... @@ -1,0 +1,5 @@ 1 +The best way to start solving these problems is to launch the application from the command line. 2 + 3 +Navigate in terminal to the .woa folder and then type, 4 + 5 +./YourWOApplicationName - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2013-03-14 12:02:35.154
- XWiki.XWikiComments[3]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.probert - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +The best way to NOT have this issue is to embedded the frameworks into the application bundle. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2013-03-16 12:38:46.709 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +1