Changes for page Application Startup Troubleshooting
Last modified by Pascal Robert on 2012/07/19 22:22
From version 9.2
edited by Pascal Robert
on 2012/07/19 22:22
on 2012/07/19 22:22
Change comment:
Changed document parent to [xwiki:documentation.Home.How-tos.WebHome].
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 4 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -documentation.Home.How-tos.WebHome
- XWiki.XWikiComments[0]
-
- Date
-
... ... @@ -1,1 +1,0 @@ 1 -2012-01-14 06:00:08.174 - Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.fijaz - Comment
-
... ... @@ -1,1 +1,0 @@ 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.
- XWiki.XWikiComments[1]
-
- Date
-
... ... @@ -1,1 +1,0 @@ 1 -2013-03-14 12:00:46.629 - Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.baiss - Comment
-
... ... @@ -1,7 +1,0 @@ 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.
- XWiki.XWikiComments[2]
-
- Date
-
... ... @@ -1,1 +1,0 @@ 1 -2013-03-14 12:02:35.154 - Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.baiss - Comment
-
... ... @@ -1,5 +1,0 @@ 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
- XWiki.XWikiComments[3]
-
- Date
-
... ... @@ -1,1 +1,0 @@ 1 -2013-03-16 12:38:46.709 - Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.probert - Reply To
-
... ... @@ -1,1 +1,0 @@ 1 -1 - Comment
-
... ... @@ -1,1 +1,0 @@ 1 -The best way to NOT have this issue is to embedded the frameworks into the application bundle.