GPF During Server starup

I'm getting a GPF during server startup, when the server is trying to deploy the EJB I've created. I'm running Win NT SP5 and WLS 5.1.0, SP8. Anyone have any ideas why this might be happening?
Thx in advance,
Aaron

I guess you might be initializing the map in doStartService() method. Few more options you can try based on how and when you are using this map:
1. Try lazy loading, if the map property is used in background task like scheduler where adding 15 minute to the first run is not detrimental.
Your code will look like this
public Map getMyMap()
     if( mMyMap == null )
        //Initialize your map here
        mMyMap = initializeMyMap();
     return mMyMap;
2. Try loading your map in separate thread.
    public void doStartService() throws ServiceException {
        super.doStartService();
        new Thread( new Runnable() {
            @Override
            public void run() {
                initializeMyMap(this);
        }).start();
    public Map getMyMap()
         while( mMyMap == null )
             //Pause for a sec and then try
             Thread.sleep(1000);
         return mMyMap;
This solution will work better given your map will not be used immediately after server start.

Similar Messages

  • Error during server(NW2004s installlation with PI)...

    Hi all,
    I am getting this error during server installation..(NW2004s installlation with PI)...
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP1;
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP2;
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP3 -installDir "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS" -orderBy size -r3loadExe C:\usr\sap\LXI\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -impJobNum 3 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 2. Output: java version "1.4.2_09"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)Required system resources are missing or not available:  Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP1' does not exist;  Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP2' does not exist;  Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP3' does not exist.
    But the fact is the specified files are there in that specified location..(it is in mapped drive and i am working through remote logon)..
    waiting for ur relies..
    Its highly needed..
    Points will be rewarded definitely..
    With regards,
    Manikandan Rajendran,
    Cognizant.

    Hi,
    I had the same problem, so I copied the tree DVD in the server local drive and the sapinst work fine, I completed the installation.

  • Error during server installation..(NW2004s installlation with PI)...

    Hi all,
    I am getting this error during server installation..(NW2004s installlation with PI)...
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP1;
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP2;
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP3 -installDir "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS" -orderBy size -r3loadExe C:\usr\sap\LXI\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -impJobNum 3 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 2. Output: java version "1.4.2_09"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)Required system resources are missing or not available: Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP1' does not exist; Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP2' does not exist; Import directory '
    ctsintcosnw1\dump\NW04s_AIX\EXPORT_51031504\EXP3' does not exist.
    But the fact is the specified files are there in that specified location..(it is in mapped drive and i am working through remote logon)..
    waiting for ur relies..
    Its highly needed..
    Points will be rewarded definitely..
    With regards,
    Manikandan Rajendran,
    Cognizant.

    Hi Manikandan,
    Mapping the drives is not enough, you need to make sure that <sid>adm and SAPservice<sid> have enough rights to access those paths...
    Hope this help!
    Juan

  • Messages are getting lost during server restart

    Hi,
    we have a clustered environment.
    soa_server1, soa_server2, soa_server3 and osb_server1, osb_server2, osb_server3
    Queues are configured on each server.
    Overall process flow is (JMS Queue (configrued in soa_server1) --> BPEL --> mediator -->JMS (configrued in osb_server1) --> proxyService --> Target System.
    When there is a need to bounce the server (start / stop) ; and to make sure messages are not lost during server bounce.
    we are following the below procedure for server start
    1) pause soa_server1 queues then bounce soa_server1
    2) pause soa_server2 queues then bounce soa_server2
    3) pause soa_server3 queues then bounce soa_server3
    We are observing there is a message lost after server bounce...
    thanks in advance
    anvv sharma

    Are you using XA connection factory? If no then this may cause message loss. It is also considered a best practice to configure error queue for JMS queues to avoid message loss (as a precautionary measure).
    How did you find that messages are getting lost?
    Regards,
    Anuj

  • Trying to create test project, and get NPE during server startup

    Hi
    I am trying to create simple test project using JSF RI (usually use myfaces), but I am getting a couple of NPE's during server startup.
    I am using :
    jetty (maven plugin)
    jsf 1.2_03
    facelets 1.1.12
    I am probably missing something simple, but I just can't figure it out.
    My web.xml:
    <?xml version = '1.0' encoding = 'ISO-8859-1'?>
    <web-app  xmlns="http://java.sun.com/xml/ns/j2ee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
              version="2.4">
         <context-param>
              <param-name>facelets.REFRESH_PERIOD</param-name>
              <param-value>2</param-value>
         </context-param>
         <context-param>
            <param-name>facelets.LIBRARIES</param-name>
            <param-value>
                /WEB-INF/tomahawk.taglib.xml
            </param-value>
        </context-param>
         <context-param>
              <param-name>facelets.DEVELOPMENT</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
             <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
             <param-value>client</param-value>
             <!--param-value>server</param-value-->
           </context-param>
         <context-param>
              <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
              <param-value>.xhtml</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <!-- /WEB-INF/faces-config.xml loaded by default -->
            <param-value>
                   /WEB-INF/faces-config.xml,/WEB-INF/faces-beans.xml,/WEB-INF/faces-nav.xml
              </param-value>
         </context-param>
         <!-- JSF 1.2 RI specifc -->
         <!-- Listener implementation to handle web application lifecycle events -->
         <listener>
              <listener-class>
                   com.sun.faces.application.WebappLifecycleListener
              </listener-class>
         </listener>
         <listener>
              <listener-class>
                   com.sun.faces.config.ConfigureListener
              </listener-class>
         </listener>
         <context-param>
              <description>
                Set this flag to true if you want the JavaServer Faces
                Reference Implementation to validate the XML in your
                faces-config.xml resources against the DTD.  Default
                value is false.
            </description>
              <param-name>com.sun.faces.validateXml</param-name>
            <param-value>false</param-value>
        </context-param>
        <context-param>
             <description>
                Set this flag to true if you want the JavaServer Faces
                Reference Implementation to verify that all of the application
                objects you have configured (components, converters,
                renderers, and validators) can be successfully created.
                Default value is false.
            </description>
            <param-name>com.sun.faces.verifyObjects</param-name>
            <param-value>true</param-value>
        </context-param>
         <!-- Faces Servlet -->
         <servlet>
              <servlet-name>faces</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Faces Servlet Mappings -->
         <servlet-mapping>
              <servlet-name>faces</servlet-name>
              <url-pattern>*.jsf</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
         </welcome-file-list>
    </web-app>My faces-config.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
                                  "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
         <application>
               <!-- view-handler>
                    org.rcfaces.core.internal.facelets.FaceletViewHandler
             </view-handler-->
              <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
              <locale-config>
                   <default-locale>en</default-locale>
              </locale-config>
         </application>
    </faces-config>My Stack traces :
    INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context '/test'
    2007-01-23 15:41:57.351::WARN:  failed ContextHandler@964130{/test,file:/C:/code/tests/rcfacesTest/src/main/webapp/}
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            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:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.367::WARN:  failed ContextHandlerCollection@91b9b0
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            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:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.367::WARN:  failed HandlerCollection@1360c93
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            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:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.523::INFO:  Started SelectChannelConnector @ 0.0.0.0:8080
    2007-01-23 15:41:57.523::WARN:  failed Server@188f506
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            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:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    [INFO] Jetty server exiting.Thanks,
    Mike

    This has been fixed in the RI head. Hopefully we'll be able to get a 1.2_04 out shortly.
    Please download a nightly from the RI project site and give that a shot.

  • [svn:bz-trunk] 5034: Avoid the NPE during server shutdown.

    Revision: 5034
    Author: [email protected]
    Date: 2009-02-22 05:59:29 -0800 (Sun, 22 Feb 2009)
    Log Message:
    Avoid the NPE during server shutdown.
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/factories/JavaFactory.java

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • We want essbase to start during server boot via init.d as the essbase user.

    We want essbase to start during server boot via init.d as the essbase user.
    Do we have any documents for this.
    Opereating System : Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opteron Architecture)
    Version : 11.1.1.1.00
    Regards,
    Mink
    http://newhyperion-blog.blogspot.com/

    We want essbase to start during server boot via init.d as the essbase user.
    Do we have any documents for this.
    Opereating System : Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opteron Architecture)
    Version : 11.1.1.1.00
    Regards,
    Mink
    http://newhyperion-blog.blogspot.com/

  • Grid on a standalone server Cluster daemons not starting during server boot

    Hi!I have installed Oracle Grid on a standalone server and setup Oracle db 11.2.0.2 on Oracle Linux 6.2 64 bit server.When I reoot the server and run crs_stat -t,several daemons havent started thus the ASM and db instances are also down as below
    Name Type Target State Host
    ora.DATA.dg ora....up.type OFFLINE OFFLINE
    ora.FRADG.dg ora....up.type OFFLINE OFFLINE
    ora....ER.lsnr ora....er.type ONLINE ONLINE amldb01dc
    ora.amldb.db ora....se.type OFFLINE OFFLINE
    ora.asm ora.asm.type OFFLINE OFFLINE
    ora.cssd ora.cssd.type ONLINE OFFLINE
    ora.diskmon ora....on.type ONLINE OFFLINE
    ora.evmd ora.evm.type ONLINE ONLINE amldb01dc
    ora.ons ora.ons.type OFFLINE OFFLINE
    I am forced to manually start the daemons via command crsctl start resource -all then I manually start the ASM and db instances.
    Yet when I run the commands
    crsctl config has
    CRS-4622: Oracle High Availability Services autostart is enabled.
    crsctl check has
    CRS-4638: Oracle High Availability Services is online.
    Thus I would assume the daemons would start automatically during boot.
    How can I resolve this?

    crstcl check crs seems not to be applicable to single instance but for RAC,since I have a single instance db,the output of the command is as below
    crsctl check crs
    Parse error:
    'crs' is an invalid argument
    Brief usage:
    crsctl check has
    Check status of OHAS.
    There is no crsd.log in path /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/crsd.The output of crs_stat -t is already posted in initial post and output of entire alert log is as below
    2012-07-03 16:18:35.975
    [client(8182)]CRS-2101:The OLR was formatted using version 3.
    2012-07-03 16:18:36.471
    [client(8218)]CRS-1001:The OCR was formatted using version 3.
    [client(8293)]CRS-10001:CRS-6021: No msg for has:crs-6021 [l][unlimited]
    [client(8294)]CRS-10001:CRS-6021: No msg for has:crs-6021 [n][65536]
    2012-07-03 16:18:42.528
    [ohasd(8291)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:18:42.538
    [ohasd(8291)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:18:51.271
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:18:52.299
    [evmd(8479)]CRS-1401:EVMD started on node amldb01dc.
    [client(8520)]CRS-10001:03-Jul-12 16:18 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    [client(8889)]CRS-10001:03-Jul-12 16:19 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:19:22.600
    [cssd(9014)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:19:31.128
    [cssd(9014)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    [client(10038)]CRS-10001:03-Jul-12 16:25 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:34:13.791
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:37:39.674
    [ohasd(8291)]CRS-2765:Resource 'ora.DATA.dg' has failed on server 'amldb01dc'.
    2012-07-03 16:37:43.636
    [ohasd(8291)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-03 16:38:06.905
    [cssd(9014)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-03 16:38:07.006
    [cssd(9014)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-03 16:38:10.118
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:09.578
    [ohasd(4827)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:42:09.649
    [ohasd(4827)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:42:10.437
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:2:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:10.667
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:40.463
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:40.464
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:54.641
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:55.675
    [evmd(5060)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-03 16:54:35.840
    [cssd(5256)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:54:44.396
    [cssd(5256)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    2012-07-03 16:54:56.832
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:03:53.530
    [ohasd(4827)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-04 10:04:02.701
    [cssd(5256)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-04 10:04:02.809
    [cssd(5256)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-04 10:04:03.008
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:07:48.492
    [ohasd(4698)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:07:48.534
    [ohasd(4698)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:07:49.059
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:07:49.192
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:08:19.085
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:19.093
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:33.278
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:34.319
    [evmd(5069)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:27:13.716
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:30:57.260
    [ohasd(4619)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:30:57.280
    [ohasd(4619)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:30:57.660
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:30:57.784
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:41.868
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:42.916
    [evmd(5184)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:39:17.166
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:01.219
    [ohasd(4575)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:43:01.240
    [ohasd(4575)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:43:01.643
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:01.781
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:45.864
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5120)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:46.915
    [evmd(5136)]CRS-1401:EVMD started on node amldb01dc.

  • Error during Server (Integration) installation - TCP/IP service is not star

    Hi All,
    During the installation of SERVER (2007 B), the next installation wizard is "Integration Platform". It requires the conncetion with SBO-COMMON. But this is giving me the Error Message - "Unable to connect to Database, Verify that database TCP/IP service is started. What is this means ? I have checked TCP/IP is enabled on my system.

    Hi Anuj,
    To resolve this error, you can either modify the connection string to use the server name or you can enable TCP/IP for the service. Follow these steps to enable TCP/IP:
    1.Start SQL Server Configuration Manager.
    2.Expand SQL Server Network Configuration.
    3.Select Protocols for MSSQLSERVER.
    4.Right-click TCP/IP, and select Enable.
    5.Select SQL Server Services.
    6.Right-click SQL Server (MSSQLSERVER), and select Restart.
    or else
    First is to open up the Surface Area Configuration tool, select to
    view Services and Connections. Under Database Engine, go to Remote
    Connections. Change it to allow remote connections using whichever
    protocols you plan on using from remote clients.
    hpoe it will work.
    Regards,
    Senthil maruthappan.
    Team work Never fail.

  • BEA-000631 Unknown resource - during server startup

    Hi,
    Can anybody throw any light on the following message I get every time weblogic
    server starts:
    <Warning> <Common> <BEA-000631> <Unknown resource "weblogic.jdbc.common.internal.ConnectionEnv@1461b5b"
    being released to pool "fijiPool". Printing out current pool contents.>
    I am using weblogic server 8.1sp2 and BEA's Oracle Driver (Type 4 XA) via a datasource
    with 'Supports Local Transaction' set to true. The database is Oracle 9.2.
    thanks
    Martin

    Steven,
    1. Could you post configuration of the connection pool (an extract from config.xml)?
    2. Also, is it possible that a connection is stored in web session directly
    or as a field in some other object stored in a web session or a stateful
    session bean? Or just as a field?
    Regards,
    Slava Imeshev
    "Steven Ostrowski" <[email protected]> wrote in message news:[email protected]...
    I just tried graceful-shutdown again which completed successfully.
    However, I still get the same error that I showed below. So, it's not as
    simple as saying it's due to force-shutdown.
    Steven Ostrowski wrote:
    This happened once after a graceful shutdown as well.
    The reason I use force-shutdown more often is because almost every time
    I do graceful shutdown, the shutdown hangs and never completes (even if
    I turn on ignore sessions).
    Joe Weinstein wrote:
    Steven Ostrowski wrote:
    I think this would be difficult to prepare a nice example for you.
    However, here is some more debug info which shows the connection pool
    contents. I get this every time. I use force shutdown of my server
    most often.That may be a hint. I'll guess that this occurs only during/after
    force-shutdown, correct? If so, it can be safely ignored unless there
    are any other more problematic symptoms. Let me know...
    Joe
    ####<Apr 1, 2004 1:52:53 PM EST> <Info> <HTTP> <MACHINE> <demoServer>
    <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server
    demoServer.>
    ####<Apr 1, 2004 1:52:54 PM EST> <Warning> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000631> <Unknown
    resource "weblogic.jdbc.common.internal.ConnectionEnv@1594ba3" being
    released to pool "Oracle My Connection Pool". Printing out current
    pool contents.>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> < >
    RP(Oracle My Connection Pool):dumpPool (10)>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (15) currCapacity = 1>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (20) dumping avlList #entries
    = 1>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (30) avlList[0] =
    weblogic.common.resourcepool.PooledResourceWrapper@ae2d66>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (55) dumping unavlList
    #entries = 0>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (90) dumping resvList #entries
    = 0>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> < <
    RP:(Oracle My Connection Pool):dumpPool (130)>
    ####<Apr 1, 2004 1:52:54 PM EST> <Warning> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000631> <Unknown
    resource "weblogic.jdbc.common.internal.ConnectionEnv@1594ba3" being
    released to pool "Oracle My Connection Pool". Printing out current
    pool contents.>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> < >
    RP(Oracle My Connection Pool):dumpPool (10)>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (15) currCapacity = 1>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (20) dumping avlList #entries
    = 1>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (30) avlList[0] =
    weblogic.common.resourcepool.PooledResourceWrapper@ae2d66>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (55) dumping unavlList
    #entries = 0>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> <
    RP(Oracle My Connection Pool):dumpPool (90) dumping resvList #entries
    = 0>
    ####<Apr 1, 2004 1:52:54 PM EST> <Debug> <Common> <MACHINE>
    <demoServer> <ExecuteThread: '12' for queue:
    'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000610> < <
    RP:(Oracle My Connection Pool):dumpPool (130)>
    Joe Weinstein wrote:
    Steven Ostrowski wrote:
    I'm having this same issue now with BEA's Oracle Driver. Anyone
    figure this out?Hi. This is odd. How often does this occur? Can you repeat it easily?
    Thanks,
    Joe
    I'll certainly help get this cleared up if you can duplicate it and
    wil run a diagnostic patch...
    Martin wrote:
    Yes, I read the error description but was not absolutely sure of
    it's meaning.
    Does it mean that a forced server shutdown could cause this message?
    thanks
    Martin
    "bob" <[email protected]> wrote:
    Have you seen this URL?
    http://e-docs.bea.com/wls/docs81/messages/Common.html#BEA-000631
    "Martin" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    Can anybody throw any light on the following message I get every
    timeweblogic
    server starts:
    <Warning> <Common> <BEA-000631> <Unknown resource"weblogic.jdbc.common.internal.ConnectionEnv@1461b5b"
    being released to pool "fijiPool". Printing out current pool
    contents.>
    I am using weblogic server 8.1sp2 and BEA's Oracle Driver (Type
    4 XA)via
    a datasource
    with 'Supports Local Transaction' set to true. The database is
    Oracle9.2.
    thanks
    Martin

  • Help required in changing the default page during server startup

    I am using JSF 1.1 and BEA Workshop Studio 3.3 on WebLogic 9.2. When ever I start or restart my server, by default the application opens up in Internet Explorer with url http://localhost:7001/. I appreciate if someone can let me know if it is possible to change the url to open up my home page.
    To be precise I would like to open http://localhost:7001/pages/home.jsf instead of http://localhost:7001/ when the server starts or restarts. Any help is highly appreciated.
    Thanks.
    ~SirG

    Set the context root to "/" in application server's configuration and define a welcome-file in webapplication's web.xml.

  • Load balancing is not working correctly during server fail-over

    Hi,
              We have 4 weblogic instances in a cluster with proxy-plugin load balancing the requests. When instance 1 is shutdown, all the subsequent requests from users whose sessions were at instance1 are sent over to instance2 only. They are not divided between instance2, instance3 and instance4.
              Can somebody, please, tell if there is any solution to this so that sessions for users who were being redirected to instance1 will be divided between instances 2,3 and 4.
              Thanks,
              Prasad

    It is not possible because in a cluster server1 always chooses the same secondary server (with some algorithm)
              So all sessions with primaries on server1 will have secondaries on same secondary server.
              So if primary is down, all the requests(that has primaries on server1) will be routed to the same secondary server.
              -Vijay

  • JMS queue hes been binding during server startup but  not looking up

    Hi,
    I have created a queue connection factory as jms/AlertACF and destination resources as jms/AlertQueue with properties
    key : imqDestinationName
    value : AlertQueue
    and
    Physical destination as AlertQueue.
    I have applied all the changes to the server instance and restrated the server instance. In the log file the startup message like
    [08/Aug/2006:11:58:05] INFO ( 5768): JMS5015: Install JMS resources ...
    [08/Aug/2006:11:58:06] INFO ( 5768): JMS5002: Binding [< JMS Destination: jms/AlertQueue, javax.jms.Queue, [ imqDestinationName=AlertQueue ] >]
    [08/Aug/2006:11:58:06] INFO ( 5768): JMS5002: Binding [< JMS Connection Factory: jms/AlertACF, javax.jms.QueueConnectionFactory, No properties >]along with few other messages about ejb's uploaded successfully...
    Now, when I run my test case to test the JMS service, i am getting
    [08/Aug/2006:12:03:39] INFO ( 5768): CORE3282: stdout: javax.naming.NameNotFoundException: jms/AlertQueue.........
    can anybody help me out in this.......
    Thank you very much
    Regards,
    Mike

    Hi,
    I have created a queue connection factory as jms/AlertACF and destination resources as jms/AlertQueue with properties
    key : imqDestinationName
    value : AlertQueue
    and
    Physical destination as AlertQueue.
    I have applied all the changes to the server instance and restrated the server instance. In the log file the startup message like
    [08/Aug/2006:11:58:05] INFO ( 5768): JMS5015: Install JMS resources ...
    [08/Aug/2006:11:58:06] INFO ( 5768): JMS5002: Binding [< JMS Destination: jms/AlertQueue, javax.jms.Queue, [ imqDestinationName=AlertQueue ] >]
    [08/Aug/2006:11:58:06] INFO ( 5768): JMS5002: Binding [< JMS Connection Factory: jms/AlertACF, javax.jms.QueueConnectionFactory, No properties >]along with few other messages about ejb's uploaded successfully...
    Now, when I run my test case to test the JMS service, i am getting
    [08/Aug/2006:12:03:39] INFO ( 5768): CORE3282: stdout: javax.naming.NameNotFoundException: jms/AlertQueue.........
    can anybody help me out in this.......
    Thank you very much
    Regards,
    Mike

  • How to pass command line parameters During server start up

    Hi,
      I am trying to use Net Beans profiling tool.On the server side i required to pass a command line option to enable remote profiling.
    Regards,
    Kiran.

    Hi, MB.
    If you are talking about the automatic Java Web Start support for launching app clients in GlassFish, you can pass the equivalent of command line arguments using the query string of the URL you use to launch the app client.
    Briefly, use
    http://host:port/client-path?arg=first-arg&arg=second-arg& ...
    specifying the argument values in the order that you want them passed to the client.
    The GlassFish server will do the right thing and generates the correct JNLP so your arguments are passed to the app client.
    The GlassFish developer's guide http://glassfish.dev.java.net/nonav/javaee5/docs/AS91DG.pdf discusses this and all aspects of the Java Web Start support. You can also take a look at this blog entry http://blogs.sun.com/quinn/entry/command_line_arguments_and_properties that focuses on how to pass arguments.
    Since this technique deals with argument passing in the URL, it works no matter how you launch the app client: a URL in a browser, the javaws command, etc.
    - Tim

  • Error during server runtime installation - com.sap.js.jpaas.sdk

    When adding the Runtime Enviroment for SAP HANA Cloud:
    From which location the SAP HANA Cloud Platform SDK can be found?
    On-screen help tells, that the location must contain com.sap.js.jpaas.sdk, but none of my downloads from "Getting Started" does contain a file with that name.
    The validation of Server "SAP HANA Cloud Platform" was error free when assigning C:\...\neo-java-web-sdk-2.3.3, but with Runtime Environment this SDK is not working.

    neo-java-web-sdk-2.x is to be used with Java Web Tomcat 7 (Beta) runtime. For SAP HANA Cloud runtime, either neo-java-web 1.x or neo-javaee6-wp 2.x should be used. This will be handled better with the next update of the Platform tools. Sorry for the confusion.

Maybe you are looking for

  • How to copy a table with LONG and CLOB datatype over a dblink?

    Hi All, I need to copy a table from an external database into a local one. Note that this table has both LONG and CLOB datatypes included. I have taken 2 approaches to do this: 1. Use the CREATE TABLE AS.... SQL> create table XXXX_TEST as select * fr

  • Hp LaserJet 4100 will not print in Win 7 with usb to parallel cable

    Our church has recently upgraded all of the desktop computers with Dell Inspirons with Win 7 64 bit.  We have a Hp Laserjet 4100 that we have purchased a Tripp Lite U206-006 usb to parallel cable.  The driver for the cable appears to install and the

  • Hello and a question about Arrays

    Hello! I am a student working towards a CIS degree, I'm only in my second term, so I have a long way to go still. Next term (starts in November) I'll be starting my first language (Java) so I figured this is a good spot to register and get acquainted

  • Cancellation of Release Procedure for PO

    Hi All, We have configured 4 step realesed stretegy for PO. Releasing is working fine but we are facing probelm in cancellation. In cancellation any step you can cancle at any step . But What we want if approval is done R1 >R2> R3> R4 same way cancel

  • Missing the end of DVR shows

    Very frustrating issue here.  Seems probably 80-90% of everything we DVR on 2 different units typically has the last 10-20sec cut off.  I realize this can happen from time to time because of a mis-match between broadcast schedules and actual show tim