Properties file not found by classloader when using wlappc ant task

I have encountered a problem with the WebLogic Ant task "wlappc". When this task compiles a webmodule that uses the struts 1.1 framework I get the below error. This struts based web module deploys and runs fine on BEA Weblogic 8.1 SP2 as an exploded EAR structure. But when I attempt to precompile all the J2EE modules the struts web module will not compile with wlappc. The project is strutured correctly in a split directory structure. The problem area seems to be that we are using the struts-el (struts-el.jar) classes which need the properties files located in the struts.jar. The classloader seems to space out when running via the wlappc ant task. I tried adjusting the classpath via the "classpath" wlappc ant task attribute - but no success. Has anyone had this or a similiar problem?
Any suggestions would be greatly appreciated!
Thanks in advance,
Scott
Error from ant task is as such:
compile:
[javac] Compiling 256 source files to C:\My Builds\WWL\build\wwlentityejb
[javac] Compiling 4 source files to C:\My Builds\WWL\build\wwlsessejb
[javac] Compiling 91 source files to C:\My Builds\WWL\build\wwlweb\WEB-INF\classes
appc:
[wlappc] [appc] Compiling EAR module 'wwltestweb'
[wlappc] [JspcInvoker]Checking web app for compliance.
[wlappc] <Jul 28, 2004 4:38:47 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Validating the servlet element with servlet-name named "JUnitEETestServlet".>
[wlappc] <Jul 28, 2004 4:38:48 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Checking servlet-mapping for servlet name : "JUnitEETestServlet".>
[wlappc] [appc] Compiling EAR module 'wwlweb'
[wlappc] [JspcInvoker]Checking web app for compliance.
[wlappc] <Jul 28, 2004 4:38:48 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Validating the servlet element with servlet-name named "wwlActionServlet".>
[wlappc] <Jul 28, 2004 4:38:48 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Checking servlet-mapping for servlet name : "wwlActionServlet".>
[wlappc] <Jul 28, 2004 4:38:48 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Checking filter-mapping with filter-name "I18NFilter".>
[wlappc] <Jul 28, 2004 4:38:48 PM GMT-05:00> <Info> <HTTP> <BEA-101047> <[ComplianceChecker] Checking filter-mapping with filter-name "Security Filter".>
[wlappc] [jspc] parsing /admin/jsps/menu.jsp:
[wlappc] Jul 28, 2004 4:38:50 PM org.apache.struts.util.MessageResourcesFactory createFactory
[wlappc] SEVERE: MessageResourcesFactory.createFactory
[wlappc] java.lang.ClassNotFoundException: org.apache.struts.util.PropertyMessageResourcesFactory
[wlappc] at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
[wlappc] at java.security.AccessController.doPrivileged(Native Method)
[wlappc] at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
[wlappc] at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
[wlappc] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)
[wlappc] at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
[wlappc] at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:207)
[wlappc] at org.apache.struts.util.MessageResourcesFactory.createFactory(MessageResourcesFactory.java:192)
[wlappc] at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:576)
[wlappc] at org.apache.struts.util.RequestUtils.<clinit>(RequestUtils.java:134)
[wlappc] at org.apache.struts.util.MessageResourcesFactory.createFactory(MessageResourcesFactory.java:192)
[wlappc] at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:576)
[wlappc] at org.apache.struts.taglib.html.BaseTag.<clinit>(BaseTag.java:94)
[wlappc] at java.lang.Class.forName0(Native Method)
[wlappc] at java.lang.Class.forName(Class.java:140)
[wlappc] at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.class$(ELBaseTagBeanInfo.java:81)
[wlappc] at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.getPropertyDescriptors(ELBaseTagBeanInfo.java:81)
[wlappc] at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:372)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:207)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:193)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1323)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1261)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
[wlappc] at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
[wlappc] at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5015)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4853)
[wlappc] at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4699)
[wlappc] at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2094)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1880)
[wlappc] at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1753)
[wlappc] at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
[wlappc] at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
[wlappc] at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230)
[wlappc] at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
[wlappc] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
[wlappc] at weblogic.jspc.runJspc(jspc.java:550)
[wlappc] at weblogic.jspc.runJspc(jspc.java:437)
[wlappc] at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:163)
[wlappc] at weblogic.appc.compileWAR(appc.java:859)
[wlappc] at weblogic.appc.compileModules(appc.java:650)
[wlappc] at weblogic.appc.compileEAR(appc.java:733)
[wlappc] at weblogic.appc.compileInput(appc.java:458)
[wlappc] at weblogic.appc.runBody(appc.java:184)
[wlappc] at weblogic.utils.compiler.Tool.run(Tool.java:146)
[wlappc] at weblogic.utils.compiler.Tool.run(Tool.java:103)
[wlappc] at weblogic.appc.main(appc.java:1028)
[wlappc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[wlappc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[wlappc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[wlappc] at java.lang.reflect.Method.invoke(Method.java:324)
[wlappc] at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:278)
[wlappc] at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:179)
[wlappc] at org.apache.tools.ant.Task.perform(Task.java:341)
[wlappc] at org.apache.tools.ant.Target.execute(Target.java:309)
[wlappc] at org.apache.tools.ant.Target.performTasks(Target.java:336)
[wlappc] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
[wlappc] at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
[wlappc] at org.apache.tools.ant.Main.runBuild(Main.java:609)
[wlappc] at org.apache.tools.ant.Main.start(Main.java:196)
[wlappc] at org.apache.tools.ant.Main.main(Main.java:235)
[wlappc] Jul 28, 2004 4:38:50 PM org.apache.struts.util.MessageResourcesFactory createFactory
[wlappc] SEVERE: MessageResourcesFactory.createFactory
[wlappc] java.lang.ExceptionInInitializerError
[wlappc] at org.apache.struts.util.MessageResourcesFactory.createFactory(MessageResourcesFactory.java:192)
[wlappc] at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:576)
[wlappc] at org.apache.struts.taglib.html.BaseTag.<clinit>(BaseTag.java:94)
[wlappc] at java.lang.Class.forName0(Native Method)
[wlappc] at java.lang.Class.forName(Class.java:140)
[wlappc] at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.class$(ELBaseTagBeanInfo.java:81)
[wlappc] at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.getPropertyDescriptors(ELBaseTagBeanInfo.java:81)
[wlappc] at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:372)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:207)
[wlappc] at java.beans.Introspector.getBeanInfo(Introspector.java:193)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1323)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1261)
[wlappc] at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
[wlappc] at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
[wlappc] at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5015)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4853)
[wlappc] at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4699)
[wlappc] at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2094)
[wlappc] at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1880)
[wlappc] at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1753)
[wlappc] at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
[wlappc] at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
[wlappc] at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230)
[wlappc] at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
[wlappc] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
[wlappc] at weblogic.jspc.runJspc(jspc.java:550)
[wlappc] at weblogic.jspc.runJspc(jspc.java:437)
[wlappc] at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:163)
[wlappc] at weblogic.appc.compileWAR(appc.java:859)
[wlappc] at weblogic.appc.compileModules(appc.java:650)
[wlappc] at weblogic.appc.compileEAR(appc.java:733)
[wlappc] at weblogic.appc.compileInput(appc.java:458)
[wlappc] at weblogic.appc.runBody(appc.java:184)
[wlappc] at weblogic.utils.compiler.Tool.run(Tool.java:146)
[wlappc] at weblogic.utils.compiler.Tool.run(Tool.java:103)
[wlappc] at weblogic.appc.main(appc.java:1028)
[wlappc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[wlappc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[wlappc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[wlappc] at java.lang.reflect.Method.invoke(Method.java:324)
[wlappc] at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:278)
[wlappc] at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:179)
[wlappc] at org.apache.tools.ant.Task.perform(Task.java:341)
[wlappc] at org.apache.tools.ant.Target.execute(Target.java:309)
[wlappc] at org.apache.tools.ant.Target.performTasks(Target.java:336)
[wlappc] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
[wlappc] at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
[wlappc] at org.apache.tools.ant.Main.runBuild(Main.java:609)
[wlappc] at org.apache.tools.ant.Main.start(Main.java:196)
[wlappc] at org.apache.tools.ant.Main.main(Main.java:235)
[wlappc] Caused by: java.lang.NullPointerException
[wlappc] at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:577)
[wlappc] at org.apache.struts.util.RequestUtils.<clinit>(RequestUtils.java:134)
[wlappc] ... 52 more
BUILD FAILED
file:C:/My Sources/WWLEar/wwlear/build.xml:128: weblogic.utils.compiler.ToolFailureException: [J2EE:160119]Appc is unable to process the file 'C:\My Builds\WWL\build'. The following error occurred:
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.class$(ELBaseTagBeanInfo.java:81)
at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.getPropertyDescriptors(ELBaseTagBeanInfo.java:81)
at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
at java.beans.Introspector.getBeanInfo(Introspector.java:372)
at java.beans.Introspector.getBeanInfo(Introspector.java:207)
at java.beans.Introspector.getBeanInfo(Introspector.java:193)
at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1323)
at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1261)
at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5015)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4853)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4699)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2094)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1880)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1753)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
at weblogic.jspc.runJspc(jspc.java:550)
at weblogic.jspc.runJspc(jspc.java:437)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:163)
at weblogic.appc.compileWAR(appc.java:859)
at weblogic.appc.compileModules(appc.java:650)
at weblogic.appc.compileEAR(appc.java:733)
at weblogic.appc.compileInput(appc.java:458)
at weblogic.appc.runBody(appc.java:184)
at weblogic.utils.compiler.Tool.run(Tool.java:146)
at weblogic.utils.compiler.Tool.run(Tool.java:103)
at weblogic.appc.main(appc.java:1028)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:278)
at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:179)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
at org.apache.tools.ant.Main.runBuild(Main.java:609)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
Caused by: java.lang.NullPointerException
at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:577)
at org.apache.struts.taglib.html.BaseTag.<clinit>(BaseTag.java:94)
... 49 more
- with nested exception:
[java.lang.ExceptionInInitializerError]
Total time: 42 seconds

Hi Rob,
I also gets this error when I deploy my application using struts 1.2.2 with struts-el.jar also.
The error is thrown when the server comile the jsp's :
<BEA-101047>[ServletContext(id=20164970,name=tracer,context-path=/tracer)] classfile up-to-date for JSP /webdatagrid/layouts/default/customize.jsp>
####<Sep 2, 2004 2:05:26 PM EDT> <Info> <HTTP> <nyeqshu2> <sit1tracerweb> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <>
<BEA-101047> <[ServletContext(id=20164970,name=tracer,context-path=/tracer)] checking /webdatagrid/layouts/default/exceldownload.jsp:>
####<Sep 2, 2004 2:05:30 PM EDT> <Error> <Deployer> <nyeqshu2> <sit1tracerweb> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<>
<BEA-149201> <Failed to complete the deployment task with ID 0 for the application tracer-webapp-application-uncontrolled.
java.lang.NullPointerException
at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:577)
at org.apache.struts.taglib.html.BaseTag.<clinit>(BaseTag.java:94)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.class$(ELBaseTagBeanInfo.java:81)
at org.apache.strutsel.taglib.html.ELBaseTagBeanInfo.getPropertyDescriptors(ELBaseTagBeanInfo.java:81)
at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:436)
at java.beans.Introspector.getBeanInfo(Introspector.java:372)
at java.beans.Introspector.getBeanInfo(Introspector.java:207)
at java.beans.Introspector.getBeanInfo(Introspector.java:193)
at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1323)
at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1261)
at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5015)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4853)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4699)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2094)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1880)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1753)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
at weblogic.servlet.jsp.Precompiler.compileOne(Precompiler.java:191)
at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:71)
at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:82)
at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:4908)
at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:4886)
at weblogic.servlet.internal.WebAppServletContext.prepareFromDescriptors(WebAppServletContext.java:2342)
at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:565)
at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:493)
at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:628)
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:626)
at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:3011)
at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1532)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
--------------- nested within: ------------------
weblogic.management.ManagementException: - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2491)
at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
>
####<Sep 2, 2004 2:37:29 PM EDT> <Info> <Deployer> <nyeqshu2> <sit1tracerweb> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
<>
<BEA-149059> <Module tracer of application tracer-webapp-application-1_6_3_510 is transitioning from unprepared to prepared on server sit1tracerweb
.>
####<Sep 2, 2004 2:37:39 PM EDT> <Debug> <HTTP> <nyeqshu2> <sit1tracerweb> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <>
####<Sep 2, 2004 2:37:39 PM EDT> <Debug> <HTTP> <nyeqshu2> <sit1tracerweb> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <>
<BEA-101211> <tracer-webapp-application-1_6_3_510:tracer Precompiling JSPs at startup with JSP config [JspConfig: verbose=true,packagePrefix=jsp_servl
et,-compiler=javac,compileFlags=,workingDir=./applications/tracer/WEB-INF/classes,pageCheckSeconds=5,superclass=weblogic.servlet.jsp.JspBase,keepgener
ated=true,precompileContinue=false,compilerSupportsEncoding=true,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=true,debugEnab
led=false,printNulls=true,jspServlet=null].>
I've looked at the source code ant it is actually using the current thread's classloader.
The fact is that it works fine when deployed to tomcat 4.1.30, but it fails when deploying on our weblogic managed servers.
Thanks
Julien De Santis
CGI Group

Similar Messages

  • File Not Found error (-43) when trying to record

    Never had this problem in the past, and haven't used Logic in a few months, but every time i attempt to record, i get that message: File Not Found, Result code error -43
    I am using the MBox 2 Pro as my record in, and Logic 6.4.3
    Thanks for the help...

    Hi,
    I have a 'file not found' problem with Logic Express. A while back I transferred all my Logic files to DVD to make room on the hard drive. It took 4 discs, saved alphabetically by song title. Now, I nearly always get the 'file-not'found' error message when I try to work on something. Sometimes when I click 'search' it finds the file, sometimes it doesn't. I'm confident that I didn't delete the files.
    Wondering if 'search' would find the files if I transferred all the files from DVD to a single folder on an external drive. I don't use the 'search manually' option, because I'm not really sure what I'm looking for, or where to look. In the other room, perhaps? 'Computer challenged' is me. Any suggestions?
    DS

  • Package Properties file not Found SCC

    Hello everybody,
    i need some help i m having this issues : i can't access to my packages files deployed on the default domain it's shows me this error : "Failed to get the package List"
    i checked the domain log i found this error;
    Subsystem=Error  Application ID=, Application Connection ID=, User=, Correlation ID=, Package=, MBO=, Operation=, Thread ID=80, Node ID=WIN-1CMM6LM48GD, Error=com.sybase.djc.SystemException was thrown by transaction com.sybase.sup.server.sis.SISNotificationProducerTask.run()\ncom.sybase.djc.SystemException: Package properties file not found: d1_bapi_fl.1_0
              at com.sybase.sup.server.sis.SISNotificationProducerTask.run(SISNotificationProducerTask.java:233)
              at com.sybase.sup.server.sis.SISNotificationProducerTask_DJC.access$001(SISNotificationProducerTask_DJC.java:4)
              at com.sybase.sup.server.sis.SISNotificationProducerTask_DJC$1.invoke(SISNotificationProducerTask_DJC.java:25)
    thank's .

    treat .properties files just like a class file :)
    if /classes/ is in your classpath and in that directory you have an x.properties file then:
    ResouceBundle.getBundle("x");
    will return it...
    if the x.properties file is in the /classes/com/company/props/ directory then this will act like a package name and
    ResouceBundle.getBundle("com.company.props.x");
    will return it ;)

  • File not found error generated when i try to fill a file

    Hi,
    I try to fill a file with data come from SQL SERVER table. I got the following error:
    7000 : null : java.sql.SQLException: File \\bonnie\FraisMission/FraisMission.txt was not found
    java.sql.SQLException: File \\bonnie\FraisMission/FraisMission.txt was not found
         at com.sunopsis.jdbc.driver.file.u.a(u.java)
         at com.sunopsis.jdbc.driver.file.d.h.c.a(c.java)
         at com.sunopsis.jdbc.driver.file.g.a(g.java)
         at com.sunopsis.jdbc.driver.file.g.a(g.java)
         at com.sunopsis.jdbc.driver.file.w.executeBatch(w.java)
         at com.sunopsis.sql.SnpsQuery.executeBatch(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Yet The file i try to fill exists. I use IKM SQL To File Append.
    Somebody can help me please?
    Thanks

    in the ressource name box of your file model, when you push the search button ("...") do you see the file ?
    Cause the problem can occur when you write directly the path without selectionning the file with the assistant.
    Try this.
    I think too that that you can't see the data by right clicking and selectionning View Data ?
    Let me know the avancement...

  • Exception starting server when using wlserver Ant task

    Hello All:
    When attempting to start my server using the wlserver Ant task, i receive the following error:
    [wlserver] java.lang.NoClassDefFoundError: weblogic/Server
    [wlserver] Exception in thread "main"
    [wlserver] Error in server execution
    my snippet is as follows:
    <target name="start-server">
    <wlserver beahome="C:\bea" weblogichome="c:\bea\weblogic81" host="localhost"
                        port="7001" username="weblogic" domainname="mydomain" password="weblogic"
                        servername="myserver" action="start"/>
    </target>
    It seems as if it should work fine. Anybody have any solutions? Thanks in advance.
    Ricky

    Ricky,
    You have to add the weblogic JARs to the classpath of the wlserver task.
    add something similar to the following (bold text are additions):
    <path id="classpath.weblogic">
    <fileset dir="c:/bea/weblogic81/server/lib">
    <include name="weblogic_sp.jar" />
    <include name="weblogic.jar" />
    <include name="webserviceclient.jar" />
    </fileset>
    </path>
    <target name="start-server">
    <wlserver beahome="C:\bea" weblogichome="c:\bea\weblogic81" host="localhost"
    port="7001" username="weblogic" domainname="mydomain" password="weblogic"
    servername="myserver" action="start" classpathref="classpath.weblogic"/>
    </target>
    --Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Out of memory issue when executing wlappc ant task

    I am using weblogic 8.1 sp1 and doing a compilation for a little bit large EAR file using ant task. But it always throws out of memory error when the wlappc invoked the compiler to compile the jsp files.
    According to BEA's documentation<CR104610>, I put the runtimeflags with "-J-ms256m -J-mx512m" option into the wlappc tag and Ant seems recognizing this option but it didn't work. I tried every possible memory size to get rid of this problem, but the process still failed with the error message:
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError
    - with nested exception:
    [Compilation errors : ]
    My computer has 1G memory, so it shouldn't be the hardware problem.
    Does anyone have an idea on this?
    Thanks in advance,
    Jacky

    Hi,
    Ant seems to use its own JVM and thus in the javac options during runtime,try specifying ANT java options for setting the memory parameters.
    ANT options would be memoryInitialSize and memoryMaximumSize.
    http://ant.apache.org/manual/index.html
    Hope this helps.

  • LR 2 - tiff file not saving as jpeg when using adjustment tool

    LR2, photoshop CS2, XP, 4gig ram
    ok so here is my workflow
    process raw file in LR2
    export to 16bit tiff
    then to send to my photo libary i have an action set up in photoshop CS2
    image mode - 8bit
    fit image 1200
    save as jpeg
    close
    this works well and i use it nearly every day
    however today I had problems with the action
    it would stop on certain photos and say
    'couldnt complete your request because of a program error'
    when I came to look at which photos were causing the problem i found out that
    ALL photos that wouldnt save to jpeg
    were photos I had used the ADJUSTMENT TOOL on
    A BUG?

    >A BUG?
    No...the error message: 'couldnt complete your request because of a program error' is an indication that your Photoshop preferences are hosed...reset the prefs.

  • "Disk burner or Software not found" error message when using iTunes

    My g/f has Vista 64-bit. iTunes used to work until we installed Nero. Granted it's more then likely Neros fault since it went ape** with the registry files but has anyone else lost iTunes burnability after installing Nero?

    I seem to be suffering from this very same predicament. And it is really giving me the *****. I installed a new DVD drive that came with the latest version of nero but, I'm not sure that is the problem. When i hit the advanced tab in the preferences and go to burning, it still registers the old CD burner. This seems to be the one feature that can't be changed in that window. Every other burning program on my computer doesn't seem to have a problem. It's just itunes. I want to be able to burn discs from itunes but I can't. Can one of you brainiacs out there in cyber space tell me how to sort this out.
    Message was edited by: jlk76

  • Airport Time capsule not found on mac when using AirPort Utility

    I just purchased an AirPort Time Capsule to back up my files from my Mac.  I have been able to set up the wireless portion, but when trying to access the backup portion through TimeMachine I cannot select my base.  I am able to see it on my iPhone, but not on Mac.  I have updated everything.  Is this a known problem with the transition to Yosemite?  Any suggestions?

    Dead spot on.. Yosemite is pain plus..
    I recommend you start over in your TC setup..
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Setup the TC again.
    ie Start from a factory reset. No files are lost on the hard disk doing this.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg TCgen5 and TCwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use TC24ghz and TC5ghz with fixed channels as this also seems to help stop the nonsense. But this can be tried in the second round.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the TC always takes the same IP address.. you will need to do this on the main router using dhcp reservation.. or a bit more complex setup using static IP in the TC. But this is important.. having IP drift all over the place when Yosemite cannot remember its own name for 5 min after a reboot makes for poor networking. If the TC is main router it will not be an issue.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric.. but this change will mess up your TM backup.. so be prepared to do a new full backup. Sorry.. keep this one for second round if you want to avoid a new backup.
    5. Mount the TC disk in the computer manually.
    In Finder, Go, Connect to server from the top menu,
    Type in SMB://192.168.0.254 (or whatever the TC ip is which you have now made static. As a router by default it is 10.0.1.1 and I encourage people to stick with that unless you know what you are doing).
    You can use name.. SMB://TCgen5.local where you replace TCgen5 with your TC name.. local is the default domain of the TC and doesn't change.
    However names are not so easy as IP address.. nor as reliable. At least not in Yosemite they aren't. The domain can also be an issue if you are not plugged or wireless directly to the TC.
    6. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    You might need to do some more work on the laptop itself. eg Reset the PRAM.. has helped some people. Clean install of the OS is also helpful if you upgrade installed.
    Tell us how you go.

  • Error when using Toplink Ant tasks - Several [3] SessionLoaderExceptions

    Hi,
    I'm trying to integrate toplink's session exports with my build process (Apache Ant). I've been working from the example here:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b32441/mw.htm
    My Ant init target and the session validation target are shown below:
    <!-- =====================================================================================
         init Target
         ==================================================================================== -->
    <target name="init">
         <property name = "toplink.home" value = "C:/APPS/OC4J/toplink"/>     
         <property name = "oracle.home" value = "C:/APPS/OC4J"/>
         <property name = "toplink.log.dir" value = "${basedir}/../toplinklogs"/>
         <property name = "toplink.mwp.dir" value = "${basedir}/../java/mwb"/>
         <property name = "toplink.sessions.dir" value = "${basedir}/config"/>
         <property name = " myProject.classes" value = "${basedir}/../java/classes "/>
         <path id = "database.classpath">
              <pathelement path = "${oracle.home}/lib/dms.jar"/>
         </path>
         <path id = "toplink.classpath">
              <pathelement path = "${toplink.home}/jlib/toplink.jar"/>
              <pathelement path = "${oracle.home}/j2ee/home/lib/ejb.jar"/>
              <pathelement path = "${oracle.home}/lib/xmlparserv2.jar"/>
              <pathelement path = "${toplink.home}/jlib/antlr.jar"/>
         </path>
         <path id = "mw.classpath">
              <pathelement path = "${toplink.home}/jlib/tlmwcore.jar"/>
              <pathelement path = "${toplink.home}/jlib/toplinkmw.jar"/>
         </path>
         <path id = "mwplatforms.classpath">
              <pathelement path = "${toplink.home}/config"/>
         </path>
         <typedef file = "${basedir}/toplink-ant-lib.xml" classpathref = "mw.classpath" uri = "toplinklib" />
    </target>
    <!-- =====================================================================================
         validate session Target
         ==================================================================================== -->     
    <target name="validate.session" depends="export.project" if="export-completed">
         <toplink:session.validate
              sessionsfile = "${basedir}/../java/src/aquila/administrator/accounting/config/toplink/AccountingMapping.xml"
         sessionname = "AccountingMapping"
         property = "session-valid"
         classpathref = "toplink.classpath"
         classpath = "${myProject.classes}" >
              <toplink:classpath refid = "mw.classpath" />
         <toplink:classpath refid = "database.classpath" />
         <toplink:loginspec refid = "loginSpec" />
         </toplink:session.validate>
    </target>
    <!-- =====================================================================================
         Error
         ==================================================================================== -->
    validate.session:
    [toplink:session.validate] An error occured while validating project:
    [toplink:session.validate] Exception Description: Several [3] SessionLoaderExceptions were thrown:
    BUILD FAILED
    C:\Eclipse\Administrator\ant\example.xml:105: An error occured while validating project:
    Exception Description: Several [3] SessionLoaderExceptions were thrown:
    <!-- =====================================================================================
    Verbose Errors      ==================================================================================== -->
    When I turn on verbose mode in ant I can see more details of the error:
    Local Exception Stack:
    Exception [TOPLINK-9001] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException
    Exception Description: Unknown tag name: [toplink:login] in XML node: [toplink:object-persistence].
    Internal Exception: java.lang.NoSuchMethodException: oracle.toplink.tools.sessionconfiguration.XMLLoader.process_toplink:login_Tag(org.w3c.dom.Node, oracle.toplink.tools.sessionconfiguration.XMLLoader$ObjectHolder)
    Local Exception Stack:
    Exception [TOPLINK-9001] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException
    Exception Description: Unknown tag name: [opm:class-mapping-descriptors] in XML node: [toplink:object-persistence].
    Internal Exception: java.lang.NoSuchMethodException: oracle.toplink.tools.sessionconfiguration.XMLLoader.process_opm:class_mapping_descriptors_Tag(org.w3c.dom.Node, oracle.toplink.tools.sessionconfiguration.XMLLoader$ObjectHolder)
    Local Exception Stack:
    Exception [TOPLINK-9001] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException
    Exception Description: Unknown tag name: [opm:name] in XML node: [toplink:object-persistence].
    Internal Exception: java.lang.NoSuchMethodException: oracle.toplink.tools.sessionconfiguration.XMLLoader.process_opm:name_Tag(org.w3c.dom.Node, oracle.toplink.tools.sessionconfiguration.XMLLoader$ObjectHolder)
    <!-- =====================================================================================
    Help
    ==================================================================================== -->
    The 3 errors shown above correspond to the 3 tags at the same level in the session.xml file. I have tested this validation process with a session.xml file generated from the workbench and that failed too. Since its a NoSuchMethodException it looks like my ant process isn't finding the oracle.toplink.tools.sessionconfiguration.XMLLoader class, but that is in toplink.jar which is in the class path.
    Any help appreciated

    Dear Arun,
    The WLS server is the same for (integrated WLS and Production) . For JRF template I'm sure it is the same. I have deploy another application that used BC, and it work fine in production.
    Regards
    Faizul

  • File not found error when Downloading Crystal Reports 2008

    Hi,
    I am trying to download a trial version of Crystal Reports 2008. I get the error "file not found" both times when I downloaded the zip file and opened it first from the Free trial link and next from the Diamond community page link.  Can anyone help pls. ? Thanks AC

    New location to download: http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • File not found, Error= –43

    Everytime i try to make a new project logic pro does not accept audiophiles i use from other project-folders (File not found, Error= -43).
    Even with the newest logic-version (10.0.7) and also a new mac book pro (moving via migration assistant) it does not work.

    Hi,
    I have a 'file not found' problem with Logic Express. A while back I transferred all my Logic files to DVD to make room on the hard drive. It took 4 discs, saved alphabetically by song title. Now, I nearly always get the 'file-not'found' error message when I try to work on something. Sometimes when I click 'search' it finds the file, sometimes it doesn't. I'm confident that I didn't delete the files.
    Wondering if 'search' would find the files if I transferred all the files from DVD to a single folder on an external drive. I don't use the 'search manually' option, because I'm not really sure what I'm looking for, or where to look. In the other room, perhaps? 'Computer challenged' is me. Any suggestions?
    DS

  • "File not found" error in Office Web Apps

    Hi,
    i have set up in my single server farm the Office Web Apps as descripted in the following article:
    Deploy Office Web Apps (Installed on SharePoint 2010 Products)
    When i create now a new SiteCollection based on the Blank Template and create a document library with some word documents, i get the following errors:
    1.) Clicking on the menuitem View in Browser throws
    File not found
    2.)When i click on the file name in the library i get:
    Word Web App cannot open this document for viewing because of an unexpected error.  To view this document open it in Microsoft Word.
    In the ULS i get the following:
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Site=/bog/OWATEST d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjyu
    Medium   Librarian.BeginGetItem(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml)
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vkaw
    Medium   ViewStore.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    Office Web Apps              
    Office Viewing Architecture   vjzo
    Medium   Librarian.SetCompleted(F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m, Silverlight, docdata.xml) - status = ConversionError
    d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.93 w3wp.exe (0x1C78)                      
    0x0410
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Request (GET:http://sharepoint2010:80/bog/OWATEST/_vti_bin/docdatahandler.ashx?d=F888fc880ee524f61beba804e78821176m648dc133acbb4432bb233029053d0d01m7d0789a965f243b886e75813fc8510f0m&z=7D0789A9-65F2-43B8-86E7-5813FC8510F01&type=sl&ui=de-DE)).
    Execution Time=19,0333547978863 d9db5130-d9d3-4f25-8d4c-8c94eab159c7
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc worker process is started Exe: AppServerHost.exe Args: /id 9c3ee281-ef97-41d3-ada6-90bfa7c160fc /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13328, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1377
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1376, Guid: 4390f3b2-c580-4379-bbd5-b8b90df5e9fc
    09/18/2014 13:04:12.94 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc. Pid 13328
    09/18/2014 13:04:12.95 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.17 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.19 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc is now initialized.
    09/18/2014 13:04:13.20 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:9c3ee281-ef97-41d3-ada6-90bfa7c160fc ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 9c3ee281-ef97-41d3-ada6-90bfa7c160fc, thread: 187
    09/18/2014 13:04:13.31 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.32 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 worker process is started Exe: AppServerHost.exe Args: /id 756afa45-8681-4aa2-8288-5b87b433a239 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13408, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1378
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1377, Guid: 9c3ee281-ef97-41d3-ada6-90bfa7c160fc
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 756afa45-8681-4aa2-8288-5b87b433a239. Pid 13408
    09/18/2014 13:04:13.33 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.54 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 756afa45-8681-4aa2-8288-5b87b433a239 is now initialized.
    09/18/2014 13:04:13.57 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:13.68 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:756afa45-8681-4aa2-8288-5b87b433a239 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 756afa45-8681-4aa2-8288-5b87b433a239, thread: 187
    09/18/2014 13:04:13.69 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 worker process is started Exe: AppServerHost.exe Args: /id 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13488, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1379
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1378, Guid: 756afa45-8681-4aa2-8288-5b87b433a239
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49. Pid 13488
    09/18/2014 13:04:13.70 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.91 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:13.92 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 is now initialized.
    09/18/2014 13:04:13.93 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:543a7cd7-90f8-4b94-b3e0-4abe0ec50b49 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49, thread: 187
    09/18/2014 13:04:14.04 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.05 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 worker process is started Exe: AppServerHost.exe Args: /id 6e96c591-38f8-4691-897d-588cb92206d1 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13564, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1380
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1379, Guid: 543a7cd7-90f8-4b94-b3e0-4abe0ec50b49
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker 6e96c591-38f8-4691-897d-588cb92206d1. Pid 13564
    09/18/2014 13:04:14.06 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.25 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.27 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker 6e96c591-38f8-4691-897d-588cb92206d1 is now initialized.
    09/18/2014 13:04:14.28 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vipx
    Monitorable AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 application server host exited unexpectedly  (thread: 187)
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   c78j
    Unexpected AppWorker:6e96c591-38f8-4691-897d-588cb92206d1 ProcessRequestDone() received error response WorkerCrashed, restarting the worker
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   xpre
    Medium   Removing worker 6e96c591-38f8-4691-897d-588cb92206d1, thread: 187
    09/18/2014 13:04:14.38 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   f2yg
    Medium   CreateSandBoxedProcessWorker() is called
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   b10e
    Medium   Created desk"Apple-tab-span" style="white-space:pre;">  
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   2brt
    Medium   AppWorker:a3088b58-780b-4bb8-b65d-e377e7ba4030 worker process is started Exe: AppServerHost.exe Args: /id a3088b58-780b-4bb8-b65d-e377e7ba4030 /convertingService net.pipe://127.0.0.1/a57fa3f9-b3f7-4b45-9860-8fdd6ebcc62d
    /assembly wacword.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 13644, IsSandBoxed: True, UniqueSandBoxSid: S-1-5-26473-19571-45394-1381
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x20A8
    Office Web Apps              
    Office Viewing Architecture   vioz
    Medium   RemoveWorker isRemoved: True session id : uuid:f8655b88-00a7-40ec-bdf5-457f5fb9f2df;id=1380, Guid: 6e96c591-38f8-4691-897d-588cb92206d1
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   4sig
    Medium   ChildProcess AppServerHost.exe is launched inside worker a3088b58-780b-4bb8-b65d-e377e7ba4030. Pid 13644
    09/18/2014 13:04:14.40 w3wp.exe (0x068C)                      
    0x2150
    Office Web Apps              
    Office Viewing Architecture   d9hn
    Medium   NotifyNewChildProcessInWorker has seen AppServerHost.exe in worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.57 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viou
    Medium   ... registering worker a3088b58-780b-4bb8-b65d-e377e7ba4030
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   viox
    Medium   Worker a3088b58-780b-4bb8-b65d-e377e7ba4030 is now initialized.
    09/18/2014 13:04:14.60 w3wp.exe (0x068C)                      
    0x1050
    Office Web Apps              
    Office Viewing Architecture   wyqt
    Monitorable Task thread crashed System.InvalidOperationException: Calling Post() on 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext' resulted in multiple callbacks.  This indicates a
    problem in 'Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext'.     at System.ServiceModel.Dispatcher.ThreadBehavior.SynchronizationContextCallback(Object state)     at Microsoft.Office.Web.Common.RequestPipe.AppChannelSynchronizationContext.RunTask()
        at Microsoft.Office.Web.Common.TaskThread.Run()
    a3088b58-780b-4bb8-b65d-e377e7ba4030
    Whats wrong here?

    http://technet.microsoft.com/en-us/library/ff431687%28v=office.15%29.aspx
    Problem: You receive a "File Not Found. The URL of the original file is not valid or the document is not publicly accessible. Verify the URL is correct, then contact the document owner"
    error when you try to view an Office document in Office Web Apps by using a user generated URL.
    Are you trying to open a document that has a file size that is larger than 10 megabytes from a user generated URL? Make sure the document doesn’t exceed 10 megabytes.
    If this helped you resolve your issue, please mark it Answered

  • File not found error 43 message. What is this?

    I transferred a project to a friends logic and everything transferred fine except for the fact that every time we start the tune we get the notification: File not found, result code = -43. After we click through the first error code window another pops up and it says: Fade update failed, (error -43).
    It is no big problem except for the fact that these come up every time we hit play. Then after we click through the error messages the song works perfectly.
    Any ideas?
    Thanks

    Hi,
    I have a 'file not found' problem with Logic Express. A while back I transferred all my Logic files to DVD to make room on the hard drive. It took 4 discs, saved alphabetically by song title. Now, I nearly always get the 'file-not'found' error message when I try to work on something. Sometimes when I click 'search' it finds the file, sometimes it doesn't. I'm confident that I didn't delete the files.
    Wondering if 'search' would find the files if I transferred all the files from DVD to a single folder on an external drive. I don't use the 'search manually' option, because I'm not really sure what I'm looking for, or where to look. In the other room, perhaps? 'Computer challenged' is me. Any suggestions?
    DS

  • File not found question

    I'm an experienced web designer, but new to Dreamweaver CS4,
    and am having a problem with a fundamental task: when I export a
    table from FW to DW, then try to edit the table from DW, I keep
    getting the "File not found" message. I've performed this task
    successfully hundreds of times, but now in CS4 I can't put my
    finger on my error. I'm using Document relative links, and editing
    from the original png. When I navigate to the correct source, edit,
    then save, all the images get dumped in the folder at the same
    level in the directory as the DW html page. I checked my FW export
    settings and the path to the images folder is correctly defined.
    After clicking "Done" in FW, control is given back to DW, and the
    html page displays without the table.
    Feeling kind of desperate...and foolish. Searches on "File
    not found" are fruitless. Any help would be greatly
    appreciated.

    http://homepage.mac.com/jeannebullard/Sites/UMarkTestSite29/PaintMarkers.html is definitely not there.
    But http://homepage.mac.com/jeannebullard/Sites/UMarkTestSite29/PaintMarkers.htm is there. So, in this case, you need to remove the l from your link.
    But, the marker images on that page are linked to your local computer:
    file:///Macintosh%20HD/Users/ ... /June%2027/14/A10%20Page
    Which indicates that you were not linking to files within the folders as defined for that site. Which is quite likely, given that it is a completely different path than given in your previous post.
    Have you actually defined a site in DW?
    And I am a little bit suspicious about that link anyway. Is "June 27/14/A10 Page" a folder or a file?
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.

Maybe you are looking for

  • Proforma invoice for Shippment Error

    The billing type FL proforma invoice LB should work for shippments currently it is not working correctly tested in q20 with  shipment number 1110032832. Delivery for subcon 1187990468     completed wms transfer order 442632            Completed handl

  • Apple OSX 10.7 hand gestures do not work in Fire Fox 5.1

    I have upgraded my IMac to OSX 5.1(Lion) and I have upgraded Firefox to version 5.1. I have noticed that only some of the hand gestures that are provided for in Lion work in Fairefox. (They all seem to work in Safari) Is the next upgrade of Firefox g

  • Using toad to search for columns in entire datamart

    can anyone inform me if it is possible, using toad, to conduct a "quick search" search though an entire datamart for a specific column name and if possible how? eg: column <pubs_visited incambridge> exists in table <things_to_do_in_cambridge> in a da

  • Concurrent Manager not starting automatically with adstrtal.sh apps/apps

    I am facing an issue with ICM, its not starting automatically when I start the application with help of /d01/oracle/viscomn/admin/scripts/VIS_oracleapps/adstrtal.sh apps/apps But, I am able to start it manually with adcmctl.sh start apps/apps - any c

  • My Iphone 4 has started running slower and freezes

    My Iphone4 has started running slower and freezes