On 20 Dec 2006, at 00:44, Shane Johnson wrote:
I am trying to deploy the authoring app of magnolia to weblogic
server 9.2, but I haven’t had any luck. I’ll copy the stacktrace
below. It appears that something is breaking when trying to get the
root app directory as a File. Is this a weblogic thing? I am just
trying a basic deployment, nothing advanced.
Which version/release/packaging of Magnolia? What OS? Is there any
space character in the path to the webapp directory? <grin>
-g
Thanks, Shane
<Dec 19, 2006 5:20:11 PM CST> <Warning> <Deployer> <BEA-149078>
<Stack trace for message 149004
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts
(WebAppModule.java:894)
at weblogic.servlet.internal.WebAppModule.start
(WebAppModule.java:336)
at weblogic.application.internal.flow.ModuleStateDriver
$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState
(StateMachineDriver.java:26)
at
weblogic.application.internal.flow.ModuleStateDriver.start
(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.NullPointerException
at java.io.File.<init>(File.java:194)
at info.magnolia.cms.core.Path.getAppRootDir(Path.java:111)
at info.magnolia.cms.core.Path.getAbsoluteFileSystemPath
(Path.java:122)
at
info.magnolia.cms.util.ClasspathResourcesUtil.findResources
(ClasspathResourcesUtil.java:88)
at
info.magnolia.cms.beans.config.ModuleRegistration.readModuleDefinition
s(ModuleRegistration.java:156)
Truncated. see log file for complete stacktrace
>