Hi Friends,
I have created a web application deployed successfully from weblogic console and the same web application trying to deploy from eclipse using deployment assembly (By creating faceted project) and throwing below exception. Can any one suggest the reason/any one faced such issue?
WARNING: Unable to locate host specific properties at: .;\NUKA76601650.properties
<12-Nov-2014 20:41:41 o'clock GMT> <Error> <HTTP> <BEA-101216> <Servlet: "weblogic.wsee.wstx.wsc.v11.endpoint.RegistrationRequesterPortImpl" failed to preload on startup in Web application: "mycontext".
java.lang.NullPointerException
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.addSchemaComponents(SchemaGenerator.java:296)
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.generateSchema(SchemaGenerator.java:143)
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.generateSchema(SchemaGenerator.java:131)
at org.eclipse.persistence.jaxb.compiler.Generator.generateSchemaFiles(Generator.java:222)
at org.eclipse.persistence.jaxb.JAXBContext.generateSchema(JAXBContext.java:329)
Truncated. see log file for complete stacktrace
>
<12-Nov-2014 20:41:41 o'clock GMT> <Notice> <LoggingService> <BEA-320400> <The log file C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
<12-Nov-2014 20:41:41 o'clock GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log00137. Log messages will continue to be logged in C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log.>
37471 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] INFO org.springframework.web.context.support.XmlWebApplicationContext - Closing Root WebApplicationContext: startup date [Wed Nov 12 20:41:04 GMT 2014]; root of context hierarchy
weblogic.application.ModuleException: java.lang.NullPointerException
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:140)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:70)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)
I have created a web application deployed successfully from weblogic console and the same web application trying to deploy from eclipse using deployment assembly (By creating faceted project) and throwing below exception. Can any one suggest the reason/any one faced such issue?
WARNING: Unable to locate host specific properties at: .;\NUKA76601650.properties
<12-Nov-2014 20:41:41 o'clock GMT> <Error> <HTTP> <BEA-101216> <Servlet: "weblogic.wsee.wstx.wsc.v11.endpoint.RegistrationRequesterPortImpl" failed to preload on startup in Web application: "mycontext".
java.lang.NullPointerException
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.addSchemaComponents(SchemaGenerator.java:296)
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.generateSchema(SchemaGenerator.java:143)
at org.eclipse.persistence.jaxb.compiler.SchemaGenerator.generateSchema(SchemaGenerator.java:131)
at org.eclipse.persistence.jaxb.compiler.Generator.generateSchemaFiles(Generator.java:222)
at org.eclipse.persistence.jaxb.JAXBContext.generateSchema(JAXBContext.java:329)
Truncated. see log file for complete stacktrace
>
<12-Nov-2014 20:41:41 o'clock GMT> <Notice> <LoggingService> <BEA-320400> <The log file C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
<12-Nov-2014 20:41:41 o'clock GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log00137. Log messages will continue to be logged in C:\tools\Oracle\Middleware\Oracle_Home\user_projects\domains\domains\saml_source\servers\AdminServer\logs\AdminServer.log.>
37471 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] INFO org.springframework.web.context.support.XmlWebApplicationContext - Closing Root WebApplicationContext: startup date [Wed Nov 12 20:41:04 GMT 2014]; root of context hierarchy
weblogic.application.ModuleException: java.lang.NullPointerException
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:140)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:213)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:208)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:70)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)