cancel
Showing results for 
Search instead for 
Did you mean: 

Getting following warning, need help...

Former Member
0 Kudos

Hi,

I have done a fresh installation of SAP NetWeaver, I am trying to deploy and start my j2ee application through j2ee visual administrator. When i checked the logs in server.0 file, following message is displayed:

#1.5#000F20FE321800D30000000100000AE000041B8533626CA1#1156158813552#/System/Server##com.sap.engine.services.httpserver######155a3600310611db993c000f20fe3218#SAPEngine_System_Thread[impl:5]_9##0#0#Warning#1#com.sap.engine.services.httpserver#Plain###User <system thread>, IP address

Sub configuration with name 1046850 not found! HTTP aliases on virtual host default could not be initialized.#

Can anyone help me on this...Is it an error...

regards

bhawna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhawna,

Unfortunately I cannot explain the exception. Do you experience the same problem with other applications? Try to deploy some of the default examples as well. Do you have exceptions during the startup of the Engine? Have you made any changes to the system before receiving those exceptions?

Best Regards

Vyara

Former Member
0 Kudos

Hi Vyara,

My problem is solved, I created a new jar file and it is deployed successfully and I am able to run my application. Now closing this thread.

regards

bhawna

Former Member
0 Kudos

Hi Bhawna,

According to the severity of the log this is just an Warning. You may check the defaultTraces of the server for further details as well. Do you experience a problem when you request your application?

Best Regards

Vyara

Former Member
0 Kudos

Hi Vyara,

Thanks for the reply, yes I can see so many errors like:

#1.5#000F20FE3218004F0000004600000AE000041B93713480EA#1156219980277#com.sap.engine.services.servlets_jsp.server.runtime.context.ApplicationContext##com.sap.engine.services.servlets_jsp.server.runtime.context.ApplicationContext#Guest#2#####SAPEngine_Application_Thread[impl:3]_16##0#0#Error#1#/System/Server#Plain###Exiting resource context failed.

The error is: java.lang.NullPointerException: null

Exception id: [000F20FE3218004F0000004400000AE000041B9371347F56]#

#1.5#000F20FE321800360000000A00000AE000041B937134944D#1156219980292#com.sap.engine.services.deploy##com.sap.engine.services.deploy#######SAPEngine_System_Thread[impl:5]_18##0#0#Error#1#/System/Server#Java###

[EXCEPTION]

#1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception while saving exception during transaction startApp with application sap.com/avolent.ear.

at com.sap.engine.services.deploy.server.application.ParallelAdapter.saveException(ParallelAdapter.java:390)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.rollbackPart(ApplicationTransaction.java:392)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:303)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:327)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.runMe(ParallelAdapter.java:74)

at com.sap.engine.services.deploy.server.application.ParallelAdapter$1.run(ParallelAdapter.java:218)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)

Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Cannot get configuration handler in operation startApp with application sap.com/avolent.ear. Reason: The ConfigurationManager must be initialized before usage..

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.openHandler(ApplicationTransaction.java:274)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.saveException(ParallelAdapter.java:380)

... 8 more

Caused by: com.sap.engine.frame.core.configuration.ConfigurationException: The ConfigurationManager must be initialized before usage.

at com.sap.engine.core.configuration.AbstractConfigurationManagerImpl.checkIfInitialized(AbstractConfigurationManagerImpl.java:474)

at com.sap.engine.core.configuration.AbstractConfigurationManagerImpl.getConfigurationHandler(AbstractConfigurationManagerImpl.java:383)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.openHandler(ApplicationTransaction.java:272)

... 9 more

avolent.ear is the name of the my application.

Actually I wanted to know why that warning appeared as i was facing some issues with portal, Like when I run my application it shows 'Session Management will not work' alert and i came to know that it comes because of different domains. So I felt these two problems are linked.

Do you have any thoughts on this...

thanks

bhawna