Servlet: "WebServiceServlet" failed to preload on startup in webapp: "resourcemgr.war"

HI,
I Have deployed my webservice on Wl7.0 but when the App server boots it gives
me the following exception. Does any body has any idea why it is happening like
that. Though i have not tried to access my webservice opeartaions using any client
but it should not have happened as i have deployed similar webservices on WL7.0.
may be something is wrong with this but i am not able to figure it out.
Exception coming is..........
javax.servlet.ServletException: com/sds/services/transaction/ResourceMgr
at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:912)
at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:833)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:773)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:2763)
at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:2708)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:2681)
at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:552)
at weblogic.servlet.internal.WebService.preloadResources(WebService.java:476)
at weblogic.t3.srvr.ServletInitRunner$1.run(ServletInitRunner.java:50)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
at weblogic.t3.srvr.ServletInitRunner.run(ServletInitRunner.java:46)
at java.lang.Thread.run(Thread.java:479)
Thanks & Regards
Akhil Nagpal

Hi,
Do you use a base-interface for your bean? I had the same problem with a
session bean that uses
a business interface, which is the base interface for the remote interface
and implemented by the bean.
I don't know what exactly happened, but when I do not use the business
interface then it works. Seems
to be a problem with the generator. Surprisingly it also works if the remote
interface is empty (and does not
add any methods or specialize the derived methods from the business
interface).
Hope this helps.
Regards
Thomas
"Akhil Nagpal" <[email protected]> wrote in message
news:[email protected]...
>
HI,
I Have deployed my webservice on Wl7.0 but when the App server boots itgives
me the following exception. Does any body has any idea why it is happeninglike
that. Though i have not tried to access my webservice opeartaions usingany client
but it should not have happened as i have deployed similar webservices onWL7.0.
may be something is wrong with this but i am not able to figure it out.
Exception coming is..........
javax.servlet.ServletException: com/sds/services/transaction/ResourceMgr
atweblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
:912)
atweblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja
va:833)
atweblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
a:773)
atweblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletC
ontext.java:2763)
atweblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServlet
Context.java:2708)
atweblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServle
tContext.java:2681)
atweblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:552)
atweblogic.servlet.internal.WebService.preloadResources(WebService.java:476)
atweblogic.t3.srvr.ServletInitRunner$1.run(ServletInitRunner.java:50)
atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
r.java:744)
atweblogic.t3.srvr.ServletInitRunner.run(ServletInitRunner.java:46)
at java.lang.Thread.run(Thread.java:479)
Thanks & Regards
Akhil Nagpal

Similar Messages

  • "WebServiceServlet" failed to preload on startup

    Hi,
    I work on a WebService project based on Weblogic 8.1SP3.
    I generate my beans with the autotype task using a XSD.
    Then I generate the web-services.xml descriptor with the source2wsdd task.
    Here is a part of this XSD :
    <i><xs:schema targetNamespace="com.edfgdf.a16.application.impl.disws.mapping"
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         xmlns:disws="com.edfgdf.a16.application.impl.disws.mapping"
         elementFormDefault="unqualified"
         attributeFormDefault="unqualified"
         version="0.1">
         <xs:include schemaLocation="New-Disws.xsd"/></i>
    I have got a problem with the <xs:include> section.
    The autotype task support the <xs:include> and generates all the beans from the New-Disws.xsd schema.
    But when I start my server, I have this exception :
    <21 oct. 2005 09 h 42 CEST> <Error> <HTTP> <BEA-101216> <Servlet: "WebServiceServlet" failed to preload on startup in Web application: "disws".
    javax.servlet.ServletException: WebServiceServlet did not initialized properly.weblogic.webservice.server.ConfigException: Failed to add generated schema - with nested exception:
    [weblogic.xml.schema.model.XSDException: Failed to resolve ./New-Disws.xsd - with nested exception:
    [weblogic.xml.schema.model.XSDException: error parsing external schema from schemaLocation ./New-Disws.xsd - with nested exception:
    [java.net.MalformedURLException: no protocol: ./New-Disws.xsd]]]
         at weblogic.webservice.server.servlet.WebServiceServlet.initLocal(WebServiceServlet.java:128)
         at weblogic.webservice.server.servlet.WebServiceServlet.init(WebServiceServlet.java:86)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1018)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:894)
         at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:873)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:812)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3281)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3226)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3207)
         at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:694)
         at weblogic.servlet.internal.WebService.preloadResources(WebService.java:483)
         at weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java:30)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    I tried to change the "schemaLocation" property of the <xs:include> section by giving the url of a Apache server where I put the New-Disws.xsd file and it works. But I didn't achieve to start my server even if I put the XSD file in my war.
    Can somebody help me on this problem ?
    Thanx in advance
    Thibaut

    Hello,
    I had the same in Webloginc 8.1SP4.
    The trivial (but not obvious!) solution was to replace it by import command, like:
    <xsd:import schemaLocation="AdslCustomerConfiguration.xsd"/>
    I can do this manually, but if you need to do it automatically, then I recommend to write XSL transformation and use the <xslt> ant task.
    WBR
    Vaclav

  • Servlet: "MessageBrokerServlet" failed to preload on startup in Web application:

    We are migrating from the community edition to ES edition. The application server is Oracle Weblogic running on Solaris SPARC. I have deployed all the jars from the samples lib directory i.e tomcat/webapps/lcds-samples/WEB-INF/lib/. The appication is getting built successfully.But while I am trying to login to our application it is failing.The MessageBroker is not getting initialised. It is showing the following error in the application logs
    <Aug 8, 2010 6:47:05 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "MessageBrokerServlet" failed to preload on startup in Web application: "bdcui.war".
    javax.servlet.UnavailableException: flex.messaging.util.concurrent.DefaultThreadPoolExecutor.<init>(IIJLjava/util/concurrent/ TimeUnit;Ljava/util/concurrent/BlockingQueue;Ljava/util/concurrent/ThreadFactory;)V
    at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.jav a:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    Truncated. see log file for complete stacktrace
    Please suggest on this. I need some immediate advice on the above issue since I am not able to proceed further. I have tried by adding flex.write.path in the MessageBroker servlet's init params in the web.xml file. But may be I am not giving the correct value to the param.
    Any comment would be appreciated.
    Thanks & regards,
    Chandra.

    specify /WEB-INF/flex/services-config.xml in your
    messagebroker servlet ..
    weblogic probebly doesnt accept the relative path or your
    weblogic thinks your webapp is in the wrong dir.. I had the same
    problem with resin because i started my webapp from the path
    /developement/servers/resin/ etc... the problem was fixed when i
    used something like c:/development/servers/resin ..
    i dont have any experience with weblogic

  • [HTTP:101216]Servlet: "jersey" failed to preload on startup in Web application:"

    Hi,
    i'm trying to deplay a restful webservice on a WL 10.3  with jdeveloper.  As soon as i try to deploy my webservice i'm getting the follwing error :
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "jersey" failed to preload on startup in Web application: "name.war".
    com.sun.jersey.spi.inject.Errors$ErrorMessagesException
        at com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170)
        at com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:137)
        at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:203)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:702)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:691)
        at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:438)
        at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:288)
        at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:587)
        at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:213)
        at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:343)
        at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:542)
        at javax.servlet.GenericServlet.init(GenericServlet.java:242)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
        at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
        at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
        at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
        at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
        at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
        at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
        at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
        at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
        at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    :com.sun.jersey.spi.inject.Errors.ErrorMessagesException:null
    What do i have to do to make it work?
    Best regards.

    Did you deploy and target the jersey libraries to your server (these can (usually) be found in the ${WL_HOME}/common/deployable-libraries). Deploy these as shared libraries and then reference it by using the following in the weblogic.xml file:
    <library-ref> 
        <library-name>jersey-bundle</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.5.1</implementation-version> 
      </library-ref>     
      <library-ref> 
        <library-name>jsr311-api</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.1</implementation-version> 
      </library-ref>
    Version can differ in your case (you have to check this when the libraries are deployed).

  • [HTTP:101216]Servlet: "action" failed to preload on startup in Web applicat

    Hi,
              I am trying to deploy a web application which uses struts1.1 in weblogic 92. while starting the service for the application i am getting the following error.
              weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "BlaBla".
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
              at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
              at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:250)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
              at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
              at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
              at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1698)
              at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1675)
              at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1595)
              at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)
              at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:128)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
              at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
              at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
              at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
              at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
              at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
              at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
              at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:250)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
              at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
              at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
              at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1698)
              at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1675)
              at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1595)
              at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)
              at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              >
              <Aug 23, 2007 1:49:37 PM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 7 task for the application 'BlaBla'.>
              <Aug 23, 2007 1:49:37 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application 'BlaBla'.>
              <Aug 23, 2007 1:49:37 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
              weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "BlaBla".
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
              at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
              at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:250)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
              at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
              at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
              at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1698)
              at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1675)
              at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1595)
              at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)
              at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:128)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
              at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
              at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
              at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
              at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
              at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
              at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
              at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
              at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
              java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
              at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
              at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:250)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
              at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
              at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
              at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1698)
              at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1675)
              at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1595)
              at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)
              at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)
              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)
              at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
              at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
              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)
              at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
              at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229)
              at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
              at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
              at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
              at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
              >
              [DEBUG] 23.08 13:49:38
              I don't understand how come it is not able to find ActionServlet even if it is there in my application ear.
              Please suggest.

    Did you deploy and target the jersey libraries to your server (these can (usually) be found in the ${WL_HOME}/common/deployable-libraries). Deploy these as shared libraries and then reference it by using the following in the weblogic.xml file:
    <library-ref> 
        <library-name>jersey-bundle</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.5.1</implementation-version> 
      </library-ref>     
      <library-ref> 
        <library-name>jsr311-api</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.1</implementation-version> 
      </library-ref>
    Version can differ in your case (you have to check this when the libraries are deployed).

  • [HTTP:101216]Servlet: "OnlineReserveren" failed to preload on startup in Web application: "Ruislip_Webservices". java.lang.IllegalStateException

    I try to migrate a Oracle iAS webservice to WebLogic 11g by just deploying the ear on WLS.
    This results into the following exception: Who can help fixing this error?
    [HTTP:101216]Servlet: "OnlineReserveren" failed to preload on startup in Web application: "Ruislip_Webservices". java.lang.IllegalStateException: could not find schema type named {{urn}OnlineReserveren/service/types}TSublocatieBase at weblogic.wsee.bind.runtime.internal.AnonymousTypeFinder$GlobalTypeNode.getSchemaType(AnonymousTypeFinder.java:182) at weblogic.wsee.bind.runtime.internal.AnonymousTypeFinder.getTypeNamed(AnonymousTypeFinder.java:87) at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.createBindingTypeFrom(Deploytime109MappingHelper.java:1111) at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.processTypeMappings(Deploytime109MappingHelper.java:526) at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.initBindingFileFrom109dd(Deploytime109MappingHelper.java:273) at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.<init>(Deploytime109MappingHelper.java:171) at weblogic.wsee.bind.runtime.internal.RuntimeBindingsBuilderImpl.createRuntimeBindings(RuntimeBindingsBuilderImpl.java:86) at weblogic.wsee.ws.WsBuilder.createRuntimeBindingProvider(WsBuilder.java:705) at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:201) at weblogic.wsee.ws.WsFactory.createServerService(WsFactory.java:54) at weblogic.wsee.deploy.ServletDeployInfo.createWsService(ServletDeployInfo.java:91) at weblogic.wsee.deploy.DeployInfo.createWsPort(DeployInfo.java:372) at weblogic.wsee.server.servlet.BaseWSServlet.init(BaseWSServlet.java:83) at javax.servlet.GenericServlet.init(GenericServlet.java:241) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Did you deploy and target the jersey libraries to your server (these can (usually) be found in the ${WL_HOME}/common/deployable-libraries). Deploy these as shared libraries and then reference it by using the following in the weblogic.xml file:
    <library-ref> 
        <library-name>jersey-bundle</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.5.1</implementation-version> 
      </library-ref>     
      <library-ref> 
        <library-name>jsr311-api</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.1</implementation-version> 
      </library-ref>
    Version can differ in your case (you have to check this when the libraries are deployed).

  • Servlet: "action" failed to preload on startup

    I am getting the following error when using struts with Portal 9.2.
    ####<Mar 12, 2007 2:31:14 PM EDT> <Warning> <Deployer> <KCorbinD820> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1173724274297> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "CpcWebWar".
    javax.servlet.ServletException: TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor
    When looking into this error I found that a custom requestProcessor when using tiles needs to extend TilesRequestProcessor however I am using the bea supplied adapter request processor.
    <controller inputForward="true" processorClass="com.bea.struts.adapter.action.AdapterRequestProcessor" />
    Does anyone have this working?
    Thanks,
    Keith

    Nevermind I figured it out.
    In case other people want to know:
    Write your own RequestProcessor which extends TilesRequestProcessor but then in the doForward do the following.
    com.bea.struts.adapter.util.AdapterRequestProcessorUtil.forwardUsingRequest(arg0, arg1, arg2);

  • Servlet: "action" failed to preload on startup in Web application

    Hi,
    I was using weblogic 8.1.3 for my application, it was working fine. I shifted to weblogic 8.1.5 and after redeplying and restarting the server i am getting the following error:
    <Jun 12, 2006 4:37:54 PM IST> <Error> <HTTP> <BEA-101216> <Servlet: "action" failed to preload on startup in Web application: "common".
    javax.servlet.ServletException: ERROR_LOADING_PLUGIN_FILE/waf-plugin.xml
    Root Cause :delegate
    Root Cause :Unable to resolve 'LMAdminBusinessMethodsSession' Resolved
    at com.oomc.waf.action.WAFPlugIn.init(WAFPlugIn.java:159)
    at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1094)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:970)
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:949)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:888)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3430)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3375)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3356)
    at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6208)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:864)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2134)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2175)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
    at weblogic.Server.main(Server.java:32)
    >
    <Jun 12, 2006 4:37:56 PM IST> <Warning> <J2EE> <BEA-160105> <User-defined listener in application realmapp threw exception weblogic.management.ApplicationException - with nested exception:
    [java.lang.NullPointerException]>
    <Jun 12, 2006 4:37:56 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application realmapp.
    java.lang.NullPointerException
    at java.lang.String.startsWith(String.java:1006)
    at com.bea.wli.bpm.runtime.versioning.VersioningConfigurationHelper.udpateVersioningMBeans(VersioningConfigurationHelper.java:131)
    at com.bea.wli.bpm.runtime.versioning.VersioningConfigurationHelper.registerMBeans(VersioningConfigurationHelper.java:48)
    at com.bea.wli.management.internal.BPMConfigurationMBeanImpl.registerVersioningMBeans(BPMConfigurationMBeanImpl.java:288)
    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.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:755)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:734)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:516)
    at com.bea.wli.management.internal.WLIConfigurationMBeanImpl.invoke(WLIConfigurationMBeanImpl.java:172)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:990)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:948)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:948)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:475)
    at com.bea.wli.management.configuration.BPMConfigurationMBean_Stub.registerVersioningMBeans(Unknown Source)
    at com.bea.wli.management.WLIAppListener$5.run(WLIAppListener.java:711)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at com.bea.wli.management.WLIAppListener.registerVersioningMBeans(WLIAppListener.java:705)
    at com.bea.wli.management.WLIAppListener.postStart(WLIAppListener.java:279)
    at weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:58)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4871)
    at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4856)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2228)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.ApplicationException - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4875)
    at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4856)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2228)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
    at weblogic.Server.main(Server.java:32)
    >
    <Jun 12, 2006 4:37:57 PM IST> <Warning> <J2EE> <BEA-160105> <User-defined listener in application reapp threw exception weblogic.management.ApplicationException - with nested exception:
    [java.lang.NullPointerException]>
    <Jun 12, 2006 4:37:57 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application reapp.
    java.lang.NullPointerException
    at java.lang.String.startsWith(String.java:1006)
    at com.bea.wli.bpm.runtime.versioning.VersioningConfigurationHelper.udpateVersioningMBeans(VersioningConfigurationHelper.java:131)
    at com.bea.wli.bpm.runtime.versioning.VersioningConfigurationHelper.registerMBeans(VersioningConfigurationHelper.java:48)
    at com.bea.wli.management.internal.BPMConfigurationMBeanImpl.registerVersioningMBeans(BPMConfigurationMBeanImpl.java:288)
    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.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:755)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:734)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:516)
    at com.bea.wli.management.internal.WLIConfigurationMBeanImpl.invoke(WLIConfigurationMBeanImpl.java:172)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:990)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:948)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:948)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:475)
    at com.bea.wli.management.configuration.BPMConfigurationMBean_Stub.registerVersioningMBeans(Unknown Source)
    at com.bea.wli.management.WLIAppListener$5.run(WLIAppListener.java:711)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at com.bea.wli.management.WLIAppListener.registerVersioningMBeans(WLIAppListener.java:705)
    at com.bea.wli.management.WLIAppListener.postStart(WLIAppListener.java:279)
    at weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:58)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4871)
    at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4856)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2228)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.ApplicationException - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4875)
    at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4856)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2228)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
    at weblogic.Server.main(Server.java:32)
    >
    Any Help regarding this error will be appreciated.
    Thanks
    Ankur

    Hi,
    Did you find solution to your problem? I get exactly the same error message. When deploying only war, everything works fine but I cannot deploy any webapp inside ear. I'm using weblogic 8.1.6.
    Thanks in advance,
    Martin

  • Servlet: "XYZ" failed to preload on startup in Web application

    Hi,
    When i deploying the WAR(serviceregistry.war) in weblogic 9.2,i am getting following errors,
    [HTTP:101216]Servlet: "BasicServlet" failed to preload on startup in Web application:
    "serviceregistry.war". java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at
    java.util.Properties.setProperty(Properties.java:128) at java.lang.System.setProperty(System.java:700) at
    com.ssc.faw.controller.BasicServlet.init(BasicServlet.java:30) at
    weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:276) at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at
    weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68) at
    weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at
    weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504) at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1698) at
    weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1675) at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1595) at
    weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734) at
    weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892) 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) at
    weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at
    weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) 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) at
    weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26) at
    weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641) at
    weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at
    weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:229) at
    weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154) at
    weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80) at
    weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:565) at
    weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104) at
    weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:128) at
    weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320) at
    weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815) at
    weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222) at
    weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433) at
    weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161) at
    weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback
    (DeploymentReceiverCallbackDeliverer.java:181) at
    weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100
    (DeploymentReceiverCallbackDeliverer.java:12) at
    weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run
    (DeploymentReceiverCallbackDeliverer.java:67) at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run
    (ServerWorkManagerImpl.java:518) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at
    weblogic.work.ExecuteThread.run(ExecuteThread.java:181)      
    Please give me some solutions
    Regards,
    Tamilvanan.G

    Hi 835570,
    As per Rene, the failed init process is due to the NulllPointerException. A NullPointerException is to be expected when JDK HashTable data structure is receiving a null object value for the put() operation.
    Recommendations #1
    - Look and review your application code >> com.ssc.faw.controller.BasicServlet.init(BasicServlet.java:30).
    I can see that you are trying to initialize a java.util.Properties but you are passing a null value to the Properties Object at line 30 of your Servlet. You need to understand why.
    Solution:
    - Understand why you are attemtping to pass a null value to your Properties object and fix the problem
    - Add try{}catch{} block along with proper logging within your custom Servlet code to gracefully handle and log any Unexpected NulllPointerException and prevent such Exception to completely abort your Servlet loading process.
    Regards
    P-H
    http://javaeesupportpatterns.blogspot.com/
    Edited by: PHCharbonneau on 12-Feb-2011 5:39 AM
    Edited by: PHCharbonneau on 12-Feb-2011 5:39 AM

  • Servlet Failed to preload on Startup - WebLogic 8.1

    Hi there,
    I am getting the following error message when I start up my application in WebLogic.
    (see below my post for execat error). I only get this when I try to run my application
    as a .WAR file. If I expand the .war file and run it that way, everything works
    just like it should. What is going on with it? How can I fix it?
    Thanks for your help.
    Joseph
    ####<May 10, 2004 1:48:15 PM EDT> <Error> <HTTP> <--HOSTNAME REMOVED--> <jbajin-adm>
    <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101216>
    <Servlet: "dbfrontload" failed to preload on startup in Web application: "pricing".
    javax.servlet.ServletException
    at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:884)
    at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:848)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:787)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3252)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3197)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3174)
    at weblogic.servlet.internal.WebAppServletContext.setStarted(Z)V(WebAppServletContext.java:5647)
    at weblogic.servlet.internal.WebAppModule.start()V(WebAppModule.java:869)
    at weblogic.j2ee.J2EEApplicationContainer.start([Lweblogic.j2ee.J2EEApplicationContainer$Component;)V(J2EEApplicationContainer.java:2022)
    at weblogic.j2ee.J2EEApplicationContainer.activate([Lweblogic.management.configuration.ComponentMBean;)V(J2EEApplicationContainer.java:2063)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer()V(SlaveDeployer.java:2592)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit()V(SlaveDeployer.java:2515)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.commit()V(SlaveDeployer.java:2317)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit()V(SlaveDeployer.java:2399)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare()V(SlaveDeployer.java:2311)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2479)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;Z)Z(SlaveDeployer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(Optimized
    Method)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:170)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

    Hi Rob,
    I found you are helping others and familiar with deployment problems. I am also
    struggling to resolve deployment problem on Weblogic 8.1sp2. I hope you can help
    on this, here is the problem I am facing while deploying my web application.
    <27-May-2004 12:00:49 o'clock BST> <Error> <HTTP> <BEA-101216> <Servlet: "action
    tion: "site20pub".
    javax.servlet.ServletException: org/apache/xerces/parsers/SAXParser
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
    at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java
    at weblogic.servlet.internal.WebService.preloadResources(WebService.java
    at weblogic.servlet.internal.ServletInitService.resume(ServletInitServic
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
    at weblogic.Server.main(Server.java:32)
    any help on this very much appreciated.
    Thanks
    Ranga
    Rob Woollen <[email protected]> wrote:
    It looks like your servlet's constructor or init method is throwing an
    exception.
    Are you perhaps using getRealPath in one of those methods? That will
    return Null when you're archived, but the path when you're exploded.
    -- Rob
    Joseph Bajin wrote:
    Hi there,
    I am getting the following error message when I start up my applicationin WebLogic.
    (see below my post for execat error). I only get this when I try torun my application
    as a .WAR file. If I expand the .war file and run it that way, everythingworks
    just like it should. What is going on with it? How can I fix it?
    Thanks for your help.
    Joseph
    ####<May 10, 2004 1:48:15 PM EDT> <Error> <HTTP> <--HOSTNAME REMOVED--><jbajin-adm>
    <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>><> <BEA-101216>
    <Servlet: "dbfrontload" failed to preload on startup in Web application:"pricing".
    javax.servlet.ServletException
    at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:884)
    at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:848)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:787)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3252)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3197)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3174)
    at weblogic.servlet.internal.WebAppServletContext.setStarted(Z)V(WebAppServletContext.java:5647)
    at weblogic.servlet.internal.WebAppModule.start()V(WebAppModule.java:869)
    at weblogic.j2ee.J2EEApplicationContainer.start([Lweblogic.j2ee.J2EEApplicationContainer$Component;)V(J2EEApplicationContainer.java:2022)
    at weblogic.j2ee.J2EEApplicationContainer.activate([Lweblogic.management.configuration.ComponentMBean;)V(J2EEApplicationContainer.java:2063)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer()V(SlaveDeployer.java:2592)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit()V(SlaveDeployer.java:2515)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.commit()V(SlaveDeployer.java:2317)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit()V(SlaveDeployer.java:2399)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare()V(SlaveDeployer.java:2311)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2479)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;Z)Z(SlaveDeployer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(Optimized
    Method)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:170)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(UnknownSource)

  • Servlet failed to preload on startup

    Hi,
    I have installed and configured weblogic portal 8.1.6 and when i tried to start the server i am getting the following exceptions.
    1. <Error> <HTTP> <BEA-101216> <Servlet: "AppManagerServlet" failed to preload on startup in Web application: "mit".
    javax.servlet.ServletException: FRAMEWORK
    2. <Error> <HTTP> <BEA-101216> <Servlet: "PortletServlet" failed to preload on startup in Web application: "mit".
    javax.servlet.ServletException: com/bea/p13n/cache/internal/system/CacheConfig
    etc.
    Before this new version i was using weblogic Portal 8.1.3.
    Please help me to solve this issue.

    Hi,
    I have installed and configured weblogic portal 8.1.6 and when i tried to start the server i am getting the following exceptions.
    1. <Error> <HTTP> <BEA-101216> <Servlet: "AppManagerServlet" failed to preload on startup in Web application: "mit".
    javax.servlet.ServletException: FRAMEWORK
    2. <Error> <HTTP> <BEA-101216> <Servlet: "PortletServlet" failed to preload on startup in Web application: "mit".
    javax.servlet.ServletException: com/bea/p13n/cache/internal/system/CacheConfig
    etc.
    Before this new version i was using weblogic Portal 8.1.3.
    Please help me to solve this issue.

  • "PDServerServiceServlethttp" failed to preload on startup

    Hi,
    I am getting following error while starting weblogic server:
    Servlet: "PDServerServiceServlethttp" failed to preload on startup in Web application: "pd-server.war".
    javax.xml.ws.WebServiceException: The WLS server is disabling the TwoWaySSL while Client Certificate is required!
            at weblogic.wsee.jaxws.HttpServletAdapter.checkTwoWaySSLEnabled(HttpServletAdapter.java:117)
            at weblogic.wsee.jaxws.HttpServletAdapter.<init>(HttpServletAdapter.java:107)
            at weblogic.wsee.jaxws.HttpServletAdapter.<init>(HttpServletAdapter.java:80)
            at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:143)
            at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:68)
    Any guidance about how to resolve this error.
    Thanks,
    Rahul Shah

    Hi Cris
    We are aware about the version incompatibility but we are in confusion where we need to check that exact location ...whether it will be in the class path or whether it will be the problem with the weblogic jar file or with the j2ee jar file? if it is with the j2ee jar file then where we can get the correct version that is compatible with weblogic 10.3 version...Please advise

  • "UDDIClerkServlet" failed to preload on startup in Web application: "uddiportlets". java.lang.NullPointerException

    Hi,
    I was trying to implement jUDDI on weblogic. I have set up all the prerequisites, i have set up the db also. I am trying to deploy the application as an ear file which contains jUDDI war file, pluto portal war file, UDDI portlet war file. Everything is working without this UDDI portlet war file now when i added this UDDI its showing the following error in logs::
    Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "UDDIClerkServlet" failed to preload on startup in Web application: "uddiportlets".
    java.lang.NullPointerException
        at org.apache.juddi.v3.client.config.UDDIClerkServlet.init(UDDIClerkServlet.java:49)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
        at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
        at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
        at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
        at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
        at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
        at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
        at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
        at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
        at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    any help will be so helpful for me... Thanks in advance, have a nice day
    Thanks
    Sharath.

    Let's say your Weblogic domain for Contract Management is located in
    C:\Oracle\Middleware\user_projects\domains\cm, please first check if the com folder exists in the domain folder. If the folder not exists, you have to reinstall Contract Management using an administrative account.

  • Webservice fails to preload on startup in JDEVELOPER11g

    Staff,
    I am trying to trouble every time I try to start the test, a look at the webservice
    log below and if any can help me I am very grateful, I'm using Jdeveloper11g (11.1.0.2)     
         LOG:
         C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=192m
    WLS Start Mode=Development
    CLASSPATH=;C:\ORACLE~1\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~1\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~1\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~1\MIDDLE~1\JDK160~1\lib\tools.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORACLE~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\ORACLE~1\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\ORACLE~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\OracleJdev\Middleware\jdeveloper\modules\features\adf.share_11.1.1.jar;;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;;
    PATH=C:\ORACLE~1\MIDDLE~1\patch_wls1030\profiles\default\native;C:\ORACLE~1\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\ORACLE~1\MIDDLE~1\patch_cie660\profiles\default\native;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\bin;C:\ORACLE~1\MIDDLE~1\modules\ORGAPA~1.5\bin;C:\ORACLE~1\MIDDLE~1\JDK160~1\jre\bin;C:\ORACLE~1\MIDDLE~1\JDK160~1\bin;C:\oracle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.6.0_13\bin;C:\Program Files\QuickTime\QTSystem\;;C:\FPC\2.2.2\bin\i386-Win32;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    C:\ORACLE~1\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=192m -Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false -Ddebug=true -DproxySet=true -DproxyHost=localhost -DproxyPort=8099 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8099 -Dhttp.nonProxyHosts= -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8099 -Dhttps.nonProxyHosts= -Xverify:none -da -Dplatform.home=C:\ORACLE~1\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\ORACLE~1\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.05\DEFAUL~1 -Doracle.home=C:\OracleJdev\Middleware\jdeveloper -Doracle.security.jps.config=C:\ORACLE~1\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.05\DEFAUL~1\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\ORACLE~1\MIDDLE~1\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\ORACLE~1\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath;C:\ORACLE~1\MIDDLE~1\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    <19/06/2009 15h54min00s BRT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\OracleJdev\Middleware\patch_wls1030\profiles\default\sysext_manifest_classpath\weblogic_ext_patch.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\beehive_ja.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\beehive_ko.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\testclient_ja.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\testclient_ko.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\workshop_ja.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\workshop_ko.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\OracleJdev\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <19/06/2009 15h54min01s BRT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <19/06/2009 15h54min01s BRT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR380042 Thu Sep 11 13:33:40 PDT 2008
    WebLogic Server Temporary Patch for 7372756 Fri Sep 12 17:05:44 EDT 2008
    WebLogic Server Temporary Patch for CR381265 Wed Oct 08 10:15:58 PDT 2008
    WebLogic Server Temporary Patch for CR380913 Wed Oct 15 13:24:22 PDT 2008
    WebLogic Server Temporary Patch for CR382965 Fri Nov 21 15:51:48 PST 2008
    WebLogic Server Temporary Patch for CR383260 Thu Nov 20 12:58:15 PST 2008
    WebLogic Server Temporary Patch for CR383202 Fri Nov 21 09:58:15 PST 2008
    WebLogic Server 10.3 Mon Aug 18 22:39:18 EDT 2008 1142987 >
    <19/06/2009 15h54min03s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <19/06/2009 15h54min03s BRT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <19/06/2009 15h54min03s BRT> <Notice> <Log Management> <BEA-170019> <The server log file C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <19/06/2009 15h54min06s BRT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <19/06/2009 15h54min08s BRT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <19/06/2009 15h54min08s BRT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <19/06/2009 15h54min09s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <19/06/2009 15h54min09s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    19/06/2009 15:54:10 oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: JMX Portable Framework inicializado com a plataforma SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    <19/06/2009 15h54min11s BRT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application GeoWebserviceANA is not versioned.>
    <19/06/2009 15h54min16s BRT> <Error> <HTTP> <BEA-101216> <Servlet: "SelecaoPesquisaPort" failed to preload on startup in Web application: "GeoWebserviceANA-GeoWebServices-context-root".
    java.lang.NullPointerException
         at com.sun.xml.ws.model.RuntimeModeler.processExceptions(RuntimeModeler.java:1046)
         at com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:784)
         at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:581)
         at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:404)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:260)
         Truncated. see log file for complete stacktrace
    >
    <19/06/2009 15h54min16s BRT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'GeoWebserviceANA'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "SelecaoPesquisaPort" failed to preload on startup in Web application: "GeoWebserviceANA-GeoWebServices-context-root".
    java.lang.NullPointerException
         at com.sun.xml.ws.model.RuntimeModeler.processExceptions(RuntimeModeler.java:1046)
         at com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:784)
         at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:581)
         at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:404)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:260)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:322)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:188)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:510)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:182)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:164)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:51)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:53)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    java.lang.NullPointerException
         at com.sun.xml.ws.model.RuntimeModeler.processExceptions(RuntimeModeler.java:1046)
         at com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:784)
         at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:581)
         at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:404)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:260)
         Truncated. see log file for complete stacktrace
    >
    <19/06/2009 15h54min16s BRT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <19/06/2009 15h54min16s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <19/06/2009 15h54min16s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <19/06/2009 15h54min16s BRT> <Warning> <Server> <BEA-002611> <Hostname "GM108", maps to multiple IP addresses: 190.0.1.108, 127.0.0.1>
    <19/06/2009 15h54min16s BRT> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 190.0.1.108, 127.0.0.1>
    <19/06/2009 15h54min16s BRT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <19/06/2009 15h54min16s BRT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 190.0.1.108:7101 for protocols iiop, t3, ldap, snmp, http.>
    <19/06/2009 15h54min16s BRT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <19/06/2009 15h54min16s BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <19/06/2009 15h54min16s BRT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 20068 ms.
    DefaultServer started.
    [Running application GeoWebserviceANA on Server Instance DefaultServer...]
    Uploading credentials.
    ---- Deployment started. ---- Jun 19, 2009 3:54:19 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-06-19 15:54:19.97: Writing WAR file to C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\GeoWebserviceANA\GeoWebserviceANA-GeoWebServices-webapp
    2009-06-19 15:54:19.997: Wrote WAR file to C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\GeoWebserviceANA\GeoWebserviceANA-GeoWebServices-webapp
    2009-06-19 15:54:20.101: Writing EAR file to C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\GeoWebserviceANA
    2009-06-19 15:54:20.125: Wrote EAR file to C:\OracleJdev\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\GeoWebserviceANA
    Redeploying Application...
    <19/06/2009 15h54min20s BRT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application GeoWebserviceANA is not versioned.>
    Application Redeployed Successfully.
    Elapsed time for deployment: 2 seconds
    ---- Deployment finished. ---- Jun 19, 2009 3:54:21 PM
    Run startup time: 2665 ms.
    [Application GeoWebserviceANA deployed to Server Instance DefaultServer]
    Target URL -- http://localhost:7101/GeoWebserviceANA-GeoWebServices-context-root/VisualizacaoNavegacaoPort
    My web.xml:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
    <description>Empty web.xml file for Web Application</description>
    <servlet>
    <servlet-name>VisualizacaoNavegacaoPort</servlet-name>
    <servlet-class>com.gempi.geowebservices.webservices.VisualizacaoNavegacao</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>SelecaoPesquisaPort</servlet-name>
    <servlet-class>com.gempi.geowebservices.webservices.SelecaoPesquisa</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>VisualizacaoNavegacaoPort</servlet-name>
    <url-pattern>/VisualizacaoNavegacaoPort</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>SelecaoPesquisaPort</servlet-name>
    <url-pattern>/SelecaoPesquisaPort</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    </web-app>
    Regards,
    Renan
    Edited by: Renan Barbalho on 19/06/2009 16:06

    Hi!
    I am having the same issue in Oracle Weblogic Server 10.3.0.
    I resolved it by increasing the memory in the setDomainEnv.sh
    MEM_ARGS="-Xms1G -Xmx1G"
    export MEM_ARGS
    MEM_PERM_SIZE="-XX:PermSize=384m"
    export MEM_PERM_SIZE
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=384m"
    export MEM_MAX_PERM_SIZE
    Anyway I don't know why this resolved it and why the exception is not a memory error. I have tested version 10.3.2 and it doesn't report this errors with the same memory assigned.

  • Jdev 11g  "WSEE_SERVLET" failed to preload on startup in Web application

    Hi,
    if I create a new EJB project, add an Entity and session bean, annotate that bean as @WebService and try to run it, I get the following error:
    [HTTP:101216]Servlet: "WSEE_SERVLET" failed to preload on startup in Web application: "/WsBean".
    java.lang.NullPointerException
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:213)
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
         at weblogic.wsee.wsdl.WsdlTypes.parse(WsdlTypes.java:151)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:520)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:468)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)
         at weblogic.wsee.jaxws.framework.jaxrpc.server.ServerEnvironmentFactory.getWsdlDef(ServerEnvironmentFactory.java:216)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:393)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:581)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:570)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createServer(TubelineDeploymentListener.java:74)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createServer(WLSTubelineAssemblerFactory.java:74)
         at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:152)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:217)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:510)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:182)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:164)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:51)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:53)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.wsee.deploy.WseeWebappModule.activate(WseeWebappModule.java:146)
         at weblogic.wsee.deploy.WSEEEjbModule.activate(WSEEEjbModule.java:371)
         at weblogic.wsee.deploy.WsEJBDeployListener.activate(WsEJBDeployListener.java:52)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1329)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:476)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any ideas why?

    hi
    This could be confusing without a more specific reference. Looks like it is about this:
    "Oracle XDK specified in weblogic-application.xml will cause JAX-WS to fail to deploy (7424247, 7436727)"
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#wsd11
    "+If you create any ADF components ... any code deployed in that application will use the oracle xml parser rather than the default weblogic one ...+"
    regards
    Jan Vervecken

Maybe you are looking for

  • Converting existing ejb module project into DC

    Hi, 1. I have created a local Ejb Module Project 2. Also a web service is created using that ejb(stateless) && deployed on the server. 3. I want to convert this local ejb module project into DC 4. I have copied everything from local ejb module projec

  • Upgraded to firefox 3.6.3 now it wont open when I click on it

    I upgraded to the new firefox saved the application and when I click on the Icon to open the browser it doesn't open. I have tried to uninstalled and re-installed it as well and it still won't open.

  • Screen locks and goes black

    I will be mid-conversation and my screen will go black and will not come back to life no matter how many times i touch the screen, the home button, or the power button (not sure what the proper name is, but you're picking up what I'm throwing down, r

  • Getting the expression used in the procedure(query)

    I am workng with MS Access 2000. I have procedure(query) by the name BILL, created on a table Order Details as: SELECT [UnitPrice], [Quantity], [UnitPrice]*[Quantity] AS BillValue FROM [Order Details]; The dbmd.getColumns(null, null, "BILL", "%") giv

  • Problem in Production order confirmation

    Dear Experts. I m regularly processing production order process, but suddenly i cant able to do the same. My scenario is, created the Production order and while confirming the same i am getting error as MAKE 103 AND THEN 105 Kindly solve my problem.