Weblogic 11g  won't start due to following exception.

Hi All,
I can see the following exception while trying to run the Weblogic Server 10.3.4 on Solaris10
<May 18, 2011 4:12:49 AM EDT> <Error> <Kernel> <BEA-000804> <The Class weblogic.protocol.configuration.NetworkAccessPointDefau
ltMBean attribute ConnectTimeout could not be initialized with value 30. The exception message is java.lang.NullPointerExcepti
on
        at weblogic.kernel.NetworkAccessPointMBeanStub.setConnectTimeout(NetworkAccessPointMBeanStub.java:124)
        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:597)
        at weblogic.kernel.MBeanStub.initializeFromSystemProperties(MBeanStub.java:104)
        at weblogic.kernel.NetworkAccessPointMBeanStub.<init>(NetworkAccessPointMBeanStub.java:47)
        at weblogic.protocol.configuration.NetworkAccessPointDefaultMBean.<init>(NetworkAccessPointDefaultMBean.java:34)
        at weblogic.server.channels.ServerChannelImpl.createDefaultServerChannel(ServerChannelImpl.java:217)
        at weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer.<clinit>(ProtocolHandlerT3.java:37)
        at weblogic.rjvm.t3.ProtocolHandlerT3.getDefaultServerChannel(ProtocolHandlerT3.java:42)
        at weblogic.server.channels.ChannelService.createServerChannels(ChannelService.java:496)
        at weblogic.server.channels.ChannelService.initializeServerChannels(ChannelService.java:301)
        at weblogic.server.channels.ChannelService.start(ChannelService.java:216)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
.>
<May 18, 2011 4:12:49 AM EDT> <Error> <Kernel> <BEA-000804> <The Class weblogic.protocol.configuration.NetworkAccessPointDefau
ltMBean attribute ConnectTimeout could not be initialized with value 30. The exception message is java.lang.NullPointerExcepti
on
        at weblogic.kernel.NetworkAccessPointMBeanStub.setConnectTimeout(NetworkAccessPointMBeanStub.java:124)
        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:597)
        at weblogic.kernel.MBeanStub.initializeFromSystemProperties(MBeanStub.java:104)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at weblogic.kernel.MBeanStub.initializeFromSystemProperties(MBeanStub.java:104)
        at weblogic.kernel.NetworkAccessPointMBeanStub.<init>(NetworkAccessPointMBeanStub.java:47)
        at weblogic.protocol.configuration.NetworkAccessPointDefaultMBean.<init>(NetworkAccessPointDefaultMBean.java:34)
        at weblogic.server.channels.ServerChannelImpl.createDefaultServerChannel(ServerChannelImpl.java:217)
        at weblogic.rjvm.wls.WLSRJVMEnvironment.createDefaultChannel(WLSRJVMEnvironment.java:130)
        at weblogic.protocol.ProtocolHandlerAdmin$ChannelInitializer.<clinit>(ProtocolHandlerAdmin.java:46)
        at weblogic.protocol.ProtocolHandlerAdmin.getDefaultServerChannel(ProtocolHandlerAdmin.java:51)
        at weblogic.server.channels.ChannelService.createServerChannels(ChannelService.java:496)
        at weblogic.server.channels.ChannelService.initializeServerChannels(ChannelService.java:301)
        at weblogic.server.channels.ChannelService.start(ChannelService.java:216)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
.>
<May 18, 2011 4:12:50 AM EDT> <Info> <Server> <BEA-002609> <Channel Service initialized.>
<May 18, 2011 4:12:50 AM EDT> <Info> <Socket> <BEA-000416> <Using effective file descriptor limit of: 4,096 open sockets/files
.>
<May 18, 2011 4:12:50 AM EDT> <Info> <Socket> <BEA-000406> <DevPollSocketMuxer was built on Feb  9 2007 10:44:35>
<May 18, 2011 4:12:50 AM EDT> <Info> <Socket> <BEA-000436> <Allocating 3 reader threads.>
<May 18, 2011 4:12:50 AM EDT> <Info> <Socket> <BEA-000446> <Native IO Enabled.>
<May 18, 2011 4:12:50 AM EDT> <Info> <IIOP> <BEA-002014> <IIOP subsystem enabled.>
<May 18, 2011 4:12:50 AM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.NumberForma
tException: null
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:417)
        at java.lang.Integer.parseInt(Integer.java:499)
        at weblogic.ldap.EmbeddedLDAP.validateVDEDirectories(EmbeddedLDAP.java:1097)
        at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:242)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
>
<May 18, 2011 4:12:50 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<May 18, 2011 4:12:50 AM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself do
wn>
<May 18, 2011 4:12:51 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
<May 18, 2011 4:12:51 AM EDT> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
<May 18, 2011 4:12:51 AM> <FINEST> <NodeManager> <Waiting for the process to die: 9884>
<May 18, 2011 4:12:51 AM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>Kinldy suggest and if any more info is required please let me know
Thanks !

A common problem is the network configuration. If you have IPv4 and IPv6 configured, switch IPv6 off and try again.
HTH,
--olaf                                                                                                                                                                                                                                                                       

Similar Messages

  • Weblogic server won't start: java.sql.SQLException: [Security:090735]

    I've been trying to start the weblogic server, installed locally, but it won't start. In checking the server log I see this as the first Error reported:
    java.sql.SQLException: [Security:090735]The DBMS connection was not usable
    I changed all ref from localhost to my actual IP and that did not help.
    Any ideas what the issue could be?

    I did not specify anything reg. a database. It was all created for me by the system, so in checking the config.xml I see something like this:
    <jdbc-store>
    <name>pfProliferationJMSStore</name>
    <prefix-name>PF_PROLIFERATION_</prefix-name>
    <data-source>portalDataSourceNeverXA</data-source>
    <target>AdminServer</target>
    </jdbc-store>
    Since I have not created a database, nor created any explicit connections to one, what else could the issue be?

  • WL 9.2 won't start due to "No READ permission for key" error

    I'm getting this error on startup, and it's preventing a successful start. Application will not run.
    I've read that this happens on initial startup, and to "just re-start it". That does not work. Also, I've made sure that failure-is-fatal property in the config.xml is set to 'false'. Still, this error is fatal upon startup.
    Help anyone? Thanks.
    ####<May 16, 2007 3:09:36 PM CDT> <Critical> <WebLogicServer> <> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1179346176225> <BEA-000286> <Failed to invoke startup class "EnterpriseServerStartup", java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException
         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 com.nextjet.weblogic.startup.DynamicStartup.callMethod(DynamicStartup.java:87)
         at com.nextjet.weblogic.startup.DynamicStartup.ejbExec(DynamicStartup.java:76)
         at com.nextjet.weblogic.startup.DynamicStartup.exec(DynamicStartup.java:47)
         at com.nextjet.weblogic.startup.DynamicStartup.startup(DynamicStartup.java:37)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.rmi.RemoteException: EJB encountered System Exception: ; nested exception is:
         java.lang.AssertionError: java.security.AccessControlException: No READ permission for key: "weblogic.diagnostics.DiagnosticContext"
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl_921_WLStub.startup(Unknown Source)
         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 com.nextjet.weblogic.startup.DynamicStartup.callMethod(DynamicStartup.java:87)
         at com.nextjet.weblogic.startup.DynamicStartup.ejbExec(DynamicStartup.java:76)
         at com.nextjet.weblogic.startup.DynamicStartup.exec(DynamicStartup.java:47)
         at com.nextjet.weblogic.startup.DynamicStartup.startup(DynamicStartup.java:37)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.lang.AssertionError: java.security.AccessControlException: No READ permission for key: "weblogic.diagnostics.DiagnosticContext"
         at weblogic.logging.MessageLogger.log(MessageLogger.java:117)
         at weblogic.ejb.container.EJBLogger.logExcepDuringInvocFromHome(EJBLogger.java:1202)
         at weblogic.ejb.container.manager.StatelessManager.destroyInstance(StatelessManager.java:224)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:444)
         at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl.startup(EnterpriseStartup_831sc0_EOImpl.java:143)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl_921_WLStub.startup(Unknown Source)
         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 com.nextjet.weblogic.startup.DynamicStartup.callMethod(DynamicStartup.java:87)
         at com.nextjet.weblogic.startup.DynamicStartup.ejbExec(DynamicStartup.java:76)
         at com.nextjet.weblogic.startup.DynamicStartup.exec(DynamicStartup.java:47)
         at com.nextjet.weblogic.startup.DynamicStartup.startup(DynamicStartup.java:37)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.security.AccessControlException: No READ permission for key: "weblogic.diagnostics.DiagnosticContext"
         at weblogic.workarea.WorkContextLocalMap.get(WorkContextLocalMap.java:61)
         at weblogic.workarea.WorkContextMapImpl.get(WorkContextMapImpl.java:66)
         at weblogic.diagnostics.context.DiagnosticContextFactory.findOrCreateDiagnosticContext(DiagnosticContextFactory.java:84)
         at weblogic.diagnostics.context.DiagnosticContextFactory.findOrCreateDiagnosticContext(DiagnosticContextFactory.java:63)
         at weblogic.diagnostics.context.DiagnosticContextHelper.getContextId(DiagnosticContextHelper.java:32)
         at weblogic.logging.LogEntryInitializer.getCurrentDiagnosticContextId(LogEntryInitializer.java:104)
         at weblogic.logging.LogEntryInitializer.initializeLogEntry(LogEntryInitializer.java:61)
         at weblogic.logging.WLLogger.log(WLLogger.java:38)
         at weblogic.logging.MessageLogger.log(MessageLogger.java:110)
         at weblogic.ejb.container.EJBLogger.logExcepDuringInvocFromHome(EJBLogger.java:1202)
         at weblogic.ejb.container.manager.StatelessManager.destroyInstance(StatelessManager.java:224)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:444)
         at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl.startup(EnterpriseStartup_831sc0_EOImpl.java:143)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at com.nextjet.enterprise.startup.EnterpriseStartup_831sc0_EOImpl_921_WLStub.startup(Unknown Source)
         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 com.nextjet.weblogic.startup.DynamicStartup.callMethod(DynamicStartup.java:87)
         at com.nextjet.weblogic.startup.DynamicStartup.ejbExec(DynamicStartup.java:76)
         at com.nextjet.weblogic.startup.DynamicStartup.exec(DynamicStartup.java:47)
         at com.nextjet.weblogic.startup.DynamicStartup.startup(DynamicStartup.java:37)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Hi
    I am facing similar problem here.
    Were you able to solve the issue? If so, can you please let me know how to avoid the error.
    Here is the snapshot of the error that I am getting:
    ####<Aug 17, 2007 3:47:19 PM EEST> <Error> <netuix> <> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1187354839597> <BEA-423443> <Exception while initializing SingleFileServlet: [java.lang.AssertionError: java.security.AccessControlException: No READ permission for key: "weblogic.diagnostics.DiagnosticContext"].
    java.lang.AssertionError: java.security.AccessControlException: No READ permission for key: "weblogic.diagnostics.DiagnosticContext"
         at weblogic.logging.MessageLogger.log(MessageLogger.java:117)
         at com.bea.netuix.i18n.NetUIxLogger.logInitNetUIxContainer(NetUIxLogger.java:26)
         at com.bea.netuix.logging.weblogic.WeblogicLoggerBridge.logInitNetUIxContainer(WeblogicLoggerBridge.java:19)
         at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:118)
         at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:86)
         at com.bea.netuix.servlets.manager.SingleFileServlet.access$100(SingleFileServlet.java:52)
         at com.bea.netuix.servlets.manager.SingleFileServlet$ServletLifecycleListenerImpl.init(SingleFileServlet.java:287)
         at com.bea.netuix.util.ServletLifecycleListener.initOrReinitInternal(ServletLifecycleListener.java:131)
         at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:251)
         at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:182)
         at com.bea.netuix.servlets.manager.SingleFileServlet.init(SingleFileServlet.java:79)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
         at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:274)
         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)
         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:1716)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1693)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1613)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2764)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
         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:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:181)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:358)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:186)
         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:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

  • CS3 Premier Pro Won't Start due to Komplete 5 .dll Loading...

    Hi,
    I'm running Komplete 5 by Native Instruments on a brand new Quad Core laptop that was built and tweaked by a pro audio company that specializes in configuring machines for musicians. The Win XP Professional system runs very well.
    After installing Adobe CS3 Suite, I noticed that the only program that won't start properly now is Premier Pro. When try to start Premier Pro 3.0, the splash screen opens and I can see the Komplete 5 software programs (Kontakt 3, Massive, Pro 53...) trying to load their .dll files. After a few seconds, Premier Pro quits and gives me a Runtime Error.
    I've searched around a little bit and can't even find the .dll's for Komplete 5 to try the suggested experiment of moving them away out of their folder and then to bring them back after (if) I get Premier Pro to start as I have indexing turned off on the drives (which I "think" is to keep the system speedy?) so searching manually has not been easy so far. I looked in the vst folder and they are not there, unless I am missing something.
    Any help would be greatly appreciated.
    Thanks.

    Jerry,
    You likely have an issue with one, or more, of the NI .dll's. There have been several issues with these. Do a search of this forum (go back to get all Premiere versions) for "Native Instruments." There are serveral threads on moving the .dll's, so that Premiere doesn't try to load them. Premiere will attempt to load every registered VST/.dll, as you have found. NI's do cause PP to hang.
    Good luck,
    Hunt

  • G'day Matt Vass from AUS.  I just installed mavericks and now garage band won't start due to BFD folder invalid,

    Hi there, hoping for help pls. I just installed mavericks and now garageband old version won't start because the BFD folder is invalid.

    Click Software Update from your Apple menu  drop down menu.
    If there's nothing available from Software Update, you may need to purchaase the newest GB version 10.0.2 from the App Store.

  • On my RMBP (10.8.2) Aperture 3.4.3 won't start due to a database error

    On my RMBP (10.8.2) Aperture 3.4.3 will not start due to a database error.  Command+Option start of Aperture is giving me the same error and not giving me a repair/rebuild choice.  My iPhoto library (migrated from iPhoto to Aperture a couple of weeks ago) is kept on an external LaCie SSD which I have been unmounting when I take the MBP to work.  I did notice earlier today that I had a '/Volumes/LaCie' and '/Volumes/LaCie 1'.  Rebooting the MBP caused the '/Volumes/LaCie 1' to go away and I only see '/Volumes/LaCie' now.
    The precise error I'm getting is "There was an error opening the database for the library “/Volumes/LaCie/iPhoto Library”. "
    Suggestions?

      It was in the middle of a Flickr sync and I disconnected the external LaCie cable (Thunderbolt) because I coult not get the disk to dismount because  Aperture had it open while sync'ing.  A lesson learned was to unset the automatic Flickr sync option from Aperture.
    This can corrupt your Aperture library, and even the file system on the drive so that you may be unable to mount it. Really no good idea.
    Aperture has a buil-in facility to stop running activities. Launch the Activity Viewer (from the main menu bar):
         Window > Show Activity.
    In this window you can see the status of ongoing activities and may cancel them safely.
    Regards
    Léonie

  • Integrated WebLogic Server won't start

    Hi,
    Hope someone can help asap, as I am about to tear my hair out :-) Hopefully it's something straight forward and just can't see it from staring at it for too long!!
    OS: Windows 7 Pro 64-bit
    Same happens, with or without the WebCenter Extensions installed via Check for Updates.
    Steps:
    Downloaded WC Portal 11.1.1.5.0 from http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/index.html
    Confirmed the user I log into Windows as - Admin, is part of the Administrators group.
    Confirmed no CLASSPATH variable set
    Installed, specifying MW_HOME as C:\Oracle\Middleware
    Set ide.user.dir = C:/OraJDevUserFiles in C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.boot to avoid any Win directory spacing issues
    Confirmed Administrators group has full control over both directories: MW_HOME and C:/OraJDevUserFiles
    Run C:\Oracle\Middleware\jdeveloper\jdeveloper.exe
    Run --> Start Server Instance (IntegratedWebLogicServer) (no need to even go as far as creating an application)
    Message in log pane is as follows:
    [Waiting for the domain to finish building...]
    [05:44:01 PM] Creating Integrated Weblogic domain...
    [05:44:42 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\OraJDevUserFiles\system11.1.1.5.37.60.13\o.j2ee.adrs\CreateDefaultDomain.log
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    Click the link for C:\OraJDevUserFiles\system11.1.1.5.37.60.13\o.j2ee.adrs\CreateDefaultDomain.log to open in JDeveloper and shows as follows:
    Log File: C:\OraJDevUserFiles\system11.1.1.5.37.60.13\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\OraJDevUserFiles\system11.1.1.5.37.60.13\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\OraJDevUserFiles\system11.1.1.5.37.60.13\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Creating Default Domain
    wlst > Reading template: /C:/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar
    wlst > Setting Name to 'DefaultServer'
    wlst > Setting ListenAddress to ''
    wlst > Setting ListenPort to 7101
    wlst > Setting domain administrator to 'weblogic'
    wlst > Setting domain password.
    wlst > Writing domain: /C:/OraJDevUserFiles/system11.1.1.5.37.60.13/DefaultDomain/
    wlst > Closing template.
    wlst > Reading domain: /C:/OraJDevUserFiles/system11.1.1.5.37.60.13/DefaultDomain/
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/domains/jsf_template_1.2.9.0.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adf.fine.logging_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/wsmpm_config_template.jar
    wlst > Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\OraJDevUserFiles\system11.1.1.5.37.60.13\o.j2ee.adrs\CreateDefaultDomain.py", line 103, in ?
    wlst > File "C:\Users\Admin\AppData\Local\Temp\WLSTOfflineIni943340424736161757.py", line 91, in updateDomain
    wlst > File "<iostream>", line 30, in ?
    wlst >
    wlst > ImportError: no module named socket
    wlst >
    wlst >
    wlst >
    wlst >      at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    wlst >
    wlst >      at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:445)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: Traceback (innermost last):
    wlst >
    wlst > File "<iostream>", line 30, in ?
    wlst >
    wlst > ImportError: no module named socket
    wlst >
    wlst >
    wlst >
    Elapsed time: 40529 ms
    1). Odd thing is C:\OraJDevUserFiles\system11.1.1.5.37.60.13 doesn't exist if I go to Windows Explorer, although JDeveloper suggests it is. If I do File-Save As from JDev for the log file, I can navigate through the system directory it thinks exists! If I try and save the log file somewhere that does exist, e.g. C drive, it doesn't appear there in Windows Explorer!
    2). What's causing the domain creation to fail in WL??
    I get different results if I run JDev from here: C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.exe
    C:\OraJDevUserFiles\system11.1.1.5.37.60.13 is immediately created once launched
    If I run the Integrated WebLogic Server, the domain is created correctly and everything apears within C:\OraJDevUserFiles\system11.1.1.5.37.60.13
    If I then try and run the Integrated WebLogic Server via C:\Oracle\Middleware\jdeveloper\jdeveloper.exe again (now that the domain has been created the other way!), I then get different errors in the JDev log:
    <04-Nov-2011 18:24:10 o'clock GMT> <Notice> <Log Management> <BEA-170019> <The server log file C:\OraJDevUserFiles\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <04-Nov-2011 18:24:13 o'clock GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <04-Nov-2011 18:24:15 o'clock GMT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.io.IOException: There are no more files
    java.lang.AssertionError: java.io.IOException: There are no more files
         at weblogic.deploy.internal.InternalAppProcessor.initStagingDir(InternalAppProcessor.java:629)
         at weblogic.deploy.internal.InternalAppProcessor.updateConfiguration(InternalAppProcessor.java:296)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:151)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:26)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: There are no more files
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at java.io.File.getCanonicalFile(File.java:583)
         at weblogic.deploy.internal.InternalAppProcessor.initStagingDir(InternalAppProcessor.java:627)
         Truncated. see log file for complete stacktrace
    >
    <04-Nov-2011 18:24:15 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <04-Nov-2011 18:24:15 o'clock GMT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <04-Nov-2011 18:24:15 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Further diagnostics on this can be seen in C:\OraJDevUserFiles\system11.1.1.5.37.60.13\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log :
    ####<04-Nov-2011 18:16:36 o'clock GMT> <Notice> <WebLogicServer> <LenovoW520> <DefaultServer> <main> <<WLS Kernel>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-0000000000000007> <1320430596671> <BEA-000365> <Server state changed to RUNNING>
    ####<04-Nov-2011 18:16:36 o'clock GMT> <Notice> <WebLogicServer> <LenovoW520> <DefaultServer> <main> <<WLS Kernel>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-0000000000000007> <1320430596671> <BEA-000360> <Server started in RUNNING mode>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <J2EE> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597010> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <EJB> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597038> <BEA-010008> <EJB Deploying file: mejb.jar>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597464> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597572> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597583> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597593> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597610> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <WebService> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597618> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<04-Nov-2011 18:16:37 o'clock GMT> <Info> <EJB> <LenovoW520> <DefaultServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001d> <1320430597642> <BEA-010009> <EJB Deployed EJB with JNDI name ejb.mgmt.MEJB.>
    ####<04-Nov-2011 18:17:36 o'clock GMT> <Info> <Health> <LenovoW520> <DefaultServer> <weblogic.GCMonitor> <<anonymous>> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001e> <1320430656514> <BEA-310002> <68% of the total memory in the server is free>
    ####<04-Nov-2011 18:23:23 o'clock GMT> <Info> <Server> <LenovoW520> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-000000000000001f> <1320431003626> <BEA-002638> <Graceful shutdown of DefaultServer was issued remotely from 192.168.56.1>
    ####<04-Nov-2011 18:23:23 o'clock GMT> <Alert> <WebLogicServer> <LenovoW520> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <1b7e5955c26b51de:4e122841:1336fcbb76d:-8000-0000000000000020> <1320431003631> <BEA-000396> <Server shutdown has been requested by weblogic>
    Any ideas please??

    I had already uninstalled/deleted folders several times but no difference.
    Oddly, to add into the mix....it didn't work, then uninstalled/cleaned-up/installed and then worked...I restarted machine and it no longer worked and back to square one?!?! uninstalled/cleaned-up/installed couple more times since but always the same issue, as described in original post. Very odd!
    No difference whether a project has been created or not - thought I'd just make it simple with description, as this doesn't seem to affect outcome...
    Thanks for responses so far. Any other ideas much appreciated!

  • Offline Subordinate CA won't start due to revocation check failure

    Greetings!
    I'm building out a 3-tier PKI in my lab where both the root & first-level subordinate CA are offline.  I am at the point where I have installed the CA certificate on the offline subordinate & I am attempting to start Certificate Services.  THe
    service start fails due to revocation check failure.  This makes sense to me since the 2 locations in the CDP are ldap & http respectively; both requiring network connectivity.
    What is the best practice for getting this to work?  Is there a way to locally "inject" the Roo CA's CRL, or am I missing something else?

    you need to install root CRL to a local certificate store:
    certutil -addstore CA c:\filename.crl
    Vadims Podāns, aka PowerShell CryptoGuy
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell File Checksum Integrity Verifier tool.

  • OEM 11G won't start - glibc error

    Had 11G OEM working just fine. After the change to daylight savings, got the message about TZ problems. Ran the emctl resetTZagent, and exec mgmt-target.set_agent_tzrgn successfully.
    Now when I start OEM I get the following error:
    Starting Oracle Enterprise Manager 11g Database Control ....................*** glibc detected *** nmhs: free(): invalid size: 0x08185218 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x2cab16]
    /lib/libc.so.6[0x2cb7ca]
    /lib/libc.so.6(__libc_calloc+0xb1)[0x2cc0b1]
    nmhs[0x80492c7]
    nmhs[0x8048bdf]
    nmhs[0x8048982]
    /lib/libc.so.6(__libc_start_main+0xdc)[0x277dec]
    nmhs[0x80488a1]
    My emd.properties did change incorrectly several times. Here is my current timezone setting
    agentTZRegion=-05:00
    emagent.log looks okay :
    2010-05-25 11:01:44 Thread-3086075584 Starting Agent 10.2.0.3.0 from /u01/app/oracle/product/11.1.0/db_1 (00701)
    2010-05-25 11:01:50 Thread-3086075584 [Database Instance] InstanceProperty (DBVersion) is marked OPTIONAL but is being used (
    00506)
    2010-05-25 11:01:51 Thread-3086075584 [Cluster Database] InstanceProperty (DBVersion) is marked OPTIONAL but is being used (0
    0506)
    2010-05-25 11:01:51 Thread-3086075584 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being u
    sed (00506)
    2010-05-25 11:01:57 Thread-3086075584 EMAgent started successfully (00702)
    errors in emctl.log:
    25236 :: Tue May 25 10:57:30 2010::AgentStatus.pm:emdctl status returned 1
    25677 :: Tue May 25 11:00:14 2010::AgentStatus.pm:Processing status agent
    25677 :: Tue May 25 11:00:14 2010::AgentStatus.pm:emdctl status returned 1
    26104 :: Tue May 25 11:00:22 2010::AgentStatus.pm:Processing start agent
    28030 :: Tue May 25 11:06:29 2010::AgentStatus.pm:Processing status agent
    28030 :: Tue May 25 11:06:30 2010::AgentStatus.pm:emdctl status returned 3
    nothing in agabend.log, emdctl.log, emoms.log. Although these had gotten huge, so I did a cat /dev/null to these files to cut them down to size. Was expecting something in there. Not sure how to debug this ?
    Any ideas ?

    I went back over the packages for 11G running on this OS, just in case i whacked something. All of the packages are at or above required release levels, and present.
    What to look at next ? This was a test box that Oracle had yet to be used, no users. I'm the only user, have only done OS package upgrades. Is my TZ value correct ? Didn't get this error until I did the TZ update stuff.
    Any clues on what next ? Thanks.

  • New WLS domain won't start due to authentication error

    Using the admin console (started under mydomain) I created a new domain/server.
    I created start up scripts (with the correct domain/server). When it starts up
    it asks me for the system password and then it fails! I moved the fileRealm.properties
    from mydomain (because it complained). How can I just create a new server?! Why
    is this so hard? I do not want to copy over the mydomain directory. I want to
    create one from scratch, LIKE IS RECOMMENDED!
    thanks
    Michael Lee

    Michael,
    what is the weblogic version you are suing? Can you post the stack trace?
    Thanks,
    -satya
    Michael Lee wrote:
    Using the admin console (started under mydomain) I created a new domain/server.
    I created start up scripts (with the correct domain/server). When it starts up
    it asks me for the system password and then it fails! I moved the fileRealm.properties
    from mydomain (because it complained). How can I just create a new server?! Why
    is this so hard? I do not want to copy over the mydomain directory. I want to
    create one from scratch, LIKE IS RECOMMENDED!
    thanks
    Michael Lee

  • Weblogic 11g Admin server start up script giving me these 3 lines

    I donot know what these 3 lines are coming every time when i start the server.
    can any body explain me what are these 3 lines
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter

    C:\Oracle\Middleware\user_projects\domains\Testdomain\bin>startWebLogic.cmd
    JAVA Memory arguments: -Xms512m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe1033\profiles\default\sys_man
    ifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp353\profiles\defa
    ult\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\li
    b\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\M
    IDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\w
    eblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\web
    services.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MID
    DLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\com
    mon\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;
    C:\Program Files\Java\jdk1.6.0_12\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_12\l
    ib\tools.jar
    PATH=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~1
    \patch_oepe1033\profiles\default\native;C:\Oracle\MIDDLE~1\patch_ocp353\profiles
    \default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MID
    DLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\
    MIDDLE~1\JROCKI~1.0-6\jre\bin;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin;C:\oraclexe\ap
    p\oracle\product\10.2.0\server\bin;C:\Program Files\Common Files\Microsoft Share
    d\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Progra
    m Files\CyberLink\Power2Go\;C:\Program Files\Java\jdk1.6.0_12\bin;C:\Program Fil
    es\Common Files\Microsoft Shared\Windows Live;C:\Oracle\MIDDLE~1\WLSERV~1.3\serv
    er\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:
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter.
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin\java -jrockit -Xms512m -Xmx512m -Dweblogic
    .Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~
    1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MI
    DDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeD
    ev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\M
    IDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDL
    E~1\patch_oepe1033\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1
    \patch_ocp353\profiles\default\sysext_manifest_classpath weblogic.Server
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter.
    <May 5, 2010 11:14:22 AM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Oracle JRockit(R) Version R28.0.0-679-130297-1.6.0_17-20100312
    -2123-windows-ia32 from Oracle Corporation>
    <May 5, 2010 11:14:23 AM CDT> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <May 5, 2010 11:14:26 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <May 5, 2010 11:14:26 AM CDT> <Info> <WorkManager> <BEA-002900> <Initializing se
    lf-tuning thread pool>
    <May 5, 2010 11:14:27 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log fi
    le C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer\log
    s\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. T
    his can happen on some platforms like Windows.>
    <May 5, 2010 11:14:27 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log fi
    le has been rotated to C:\Oracle\Middleware\user_projects\domains\Testdomain\ser
    vers\AdminServer\logs\AdminServer.log00006. Log messages will continue to be log
    ged in C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer
    \logs\AdminServer.log.>
    <May 5, 2010 11:14:27 AM CDT> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminSer
    ver\logs\AdminServer.log is opened. All server side log events will be written t
    o this file.>
    <May 5, 2010 11:14:35 AM CDT> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <May 5, 2010 11:14:39 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log fi
    le C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer\log
    s\access.log will be rotated. Reopen the log file if tailing has stopped. This c
    an happen on some platforms like Windows.>
    <May 5, 2010 11:14:39 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log fi
    le has been rotated to C:\Oracle\Middleware\user_projects\domains\Testdomain\ser
    vers\AdminServer\logs\access.log00006. Log messages will continue to be logged i
    n C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer\logs
    \access.log.>
    <May 5, 2010 11:14:45 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STANDBY>
    <May 5, 2010 11:14:45 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log fi
    le C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer\log
    s\Testdomain.log will be rotated. Reopen the log file if tailing has stopped. Th
    is can happen on some platforms like Windows.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log fi
    le has been rotated to C:\Oracle\Middleware\user_projects\domains\Testdomain\ser
    vers\AdminServer\logs\Testdomain.log00006. Log messages will continue to be logg
    ed in C:\Oracle\Middleware\user_projects\domains\Testdomain\servers\AdminServer\
    logs\Testdomain.log.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <May 5, 2010 11:14:48 AM CDT> <Warning> <Server> <BEA-002611> <Hostname "Sharath
    ", maps to multiple IP addresses: 192.168.214.1, 192.168.8.1, 192.168.1.13, fe80
    :0:0:0:10ad:28ec:b345:3fd6%17, fe80:0:0:0:1da2:6938:f012:2f1%18, fe80:0:0:0:6003
    :72e0:df5c:e4e8%20, fe80:0:0:0:18fb:91fd:e3cd:478a%15, 2001:0:4137:9e76:10ad:28e
    c:b345:3fd6>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 192.168.8.1:7001 for protocols iiop, t3, ldap, snmp, http
    .>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    0]" is now listening on fe80:0:0:0:18fb:91fd:e3cd:478a:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    1]" is now listening on fe80:0:0:0:f5f4:8112:34d1:6d64:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[9
    ]" is now listening on fe80:0:0:0:10ad:28ec:b345:3fd6:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    2]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.
    >
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on fe80:0:0:0:6003:72e0:df5c:e4e8:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:4137:9e76:10ad:28ec:b345:3fd6:7001 for protocols iiop
    , t3, ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:801:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:d601:7001 for protocols iiop, t3,
    ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[8
    ]" is now listening on fe80:0:0:0:1da2:6938:f012:2f1:7001 for protocols iiop, t3
    , ldap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 192.168.214.1:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on 192.168.1.13:7001 for protocols iiop, t3, ldap, snmp, htt
    p.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    3]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:10d:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <May 5, 2010 11:14:48 AM CDT> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "AdminServer" for domain "Testdomain" running in Development
    Mode>
    <May 5, 2010 11:14:49 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <May 5, 2010 11:14:49 AM CDT> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    May 5, 2010 11:15:12 AM com.sun.faces.config.ConfigureListener contextInitialize
    d
    INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for co
    ntext '/console'
    May 5, 2010 11:15:12 AM com.sun.faces.config.ConfigureListener contextInitialize
    d
    INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_03-b04-F
    CS) for context '/console'
    <May 5, 2010 11:15:33 AM CDT> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 0:0:0:0:0:0:0:1:49,788 during the configured idle timeo
    ut of 5 secs>
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter.
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter.
    <May 5, 2010 11:19:46 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppDeploymentsControlPage.>
    <May 5, 2010 11:20:09 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethand
    le=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DexamplesWeb
    App%2CType%3DAppDeployment%22%29.>
    [WARN ][osal ] Could not enumerate processes (1) error=-1073738819
    [WARN ][osal ] Could not add counter (null)\ for query
    [WARN ][osal ] Failed to init virtual size counter.
    <May 5, 2010 11:21:46 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com
    .bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DDeployment2%2CTyp
    e%3DAppDeployment%22%29.>
    <May 5, 2010 11:22:05 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethand
    le=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DDeployment1
    %2CType%3DAppDeployment%22%29.>
    <May 5, 2010 11:40:43 AM CDT> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it on 0:0:0:0:0:0:0:1:50,036 during the configured idle timeo
    ut of 5 secs>
    <May 5, 2010 11:42:02 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppDeploymentsControlPage.>
    <May 5, 2010 11:42:35 AM CDT> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethand
    le=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DDeployment1
    %2CType%3DAppDeployment%22%29.>

  • Ipad 2 won't start due to password.  won't connect to itunes either...

    Son, 12, received this Ipad for christmas.  Added a password.  Got one week of use, now it won't work.  "Ipad is diabled, connect to ITunes."  When we try to connect to Itunes, it says cannot connect because it has a password, but the ipad won't give the screen to insert the password. 

    Follow the instrucitons in http://support.apple.com/kb/TS5376 and note to right click the installer and choose Run as Administrator

  • DB won't start due to full db_recovery_file_dest_size - how to increase?

    Hi,
    I have a 11.2.0.2.0 installation which suffered a power failure and I'm trying to restart.
    The startup fails with:
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 1.9241E+10 bytes
    Fixed Size                  2234616 bytes
    Variable Size            1.4361E+10 bytes
    Database Buffers         4831838208 bytes
    Redo Buffers               45686784 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channelWhich lead me to the alert log:
    ORA-19815: WARNING: db_recovery_file_dest_size of 214748364800 bytes is 100.00% used, and has 0 remaining bytes available.I would like to fix this by increasing the size of the recovery area. Is there a way to determine how much space would be required? Or should I just go for 300G? 400G? The disk itself has 500G free.
    The problem is that I'm unable to start the database to run the 'alter system set db_recovery_file_dest_size=...' command.
    But I should be able to at least temporarily alter this in the init.ora file, right?
    I've changed my init.ora to contain the line:
    db_recovery_file_dest_size=400GBut when I try to startup, I get the same error, and the log showing the initialization params shows:
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side spfile /oracle/11gr2/app/oracle/product/11.2.0/dbhome_2/dbs/spfilemimic2.ora
    System parameters with non-default values:
    ...[snip]
      db_recovery_file_dest_size= 200GSo perhaps it's not reading my init.ora file? Or overriding it with the spfile?
    Can someone help me alter the recovery_file size?
    Thanks,
    Dan

    danscott wrote:
    Hi,
    I have a 11.2.0.2.0 installation which suffered a power failure and I'm trying to restart.
    The startup fails with:
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 1.9241E+10 bytes
    Fixed Size                  2234616 bytes
    Variable Size            1.4361E+10 bytes
    Database Buffers         4831838208 bytes
    Redo Buffers               45686784 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channelWhich lead me to the alert log:
    ORA-19815: WARNING: db_recovery_file_dest_size of 214748364800 bytes is 100.00% used, and has 0 remaining bytes available.I would like to fix this by increasing the size of the recovery area. Is there a way to determine how much space would be required? Or should I just go for 300G? 400G? The disk itself has 500G free.
    The problem is that I'm unable to start the database to run the 'alter system set db_recovery_file_dest_size=...' command.
    But I should be able to at least temporarily alter this in the init.ora file, right?
    I've changed my init.ora to contain the line:
    db_recovery_file_dest_size=400GBut when I try to startup, I get the same error, and the log showing the initialization params shows:
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side spfile /oracle/11gr2/app/oracle/product/11.2.0/dbhome_2/dbs/spfilemimic2.ora
    System parameters with non-default values:
    ...[snip]
    db_recovery_file_dest_size= 200GSo perhaps it's not reading my init.ora file? Or overriding it with the spfile?
    Can someone help me alter the recovery_file size?
    Thanks,
    DanNotice that the error is occuring after the database is mounted (control file has been opened and processed, data files still not opened). All you need to "ALTER SYSTEM SET .... SCOPE=SPFILE" is to STARTUP NOMOUNT. Issue your ALTER SYSTEM to resize the recovery file dest size, then ALTER DATABASE
    [oracle@vmlnx01 ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Jan 19 10:56:14 2012
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size                  1267068 bytes
    Variable Size             104860292 bytes
    Database Buffers          176160768 bytes
    Redo Buffers                2924544 bytes
    SQL> alter system set db_recovery_file_dest_size=20g scope=spfile;
    System altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01507: database not mounted
    SQL> alter database mount;
    Database altered.
    SQL> alter database open;
    Database altered.
    SQL>And no need to mess with an init.ora file.
    And just to clarify, when I said all you need to do is STARTUP NOMOUNT, what I meant was that that is the minimum requirement for being able to ALTER SYSTEM ... SCOPE=SPFILE. Since you are already at a MOUNT state, you should be able to just issue the ALTER from there -- maybe with SCOPE=BOTH, and continue with ALTER DATABASE OPEN.
    Edited by: EdStevens on Jan 19, 2012 11:31 AM

  • IMac won't start due to power outage

    A transformer blew here in town the other night, and we lost power.  Prior to that, there were two other power outages due to weather, but my iMac recycled and turned on fine after that.  Now it won't turn on at all.  Yes, I have read through all of the discussions prior to adding this discussion:
    1.  Unplugged the cord from the surge protector, and into a wall socket, and all other cord related suggestions
    2.  Tried resetting the PRAM
    3.  No sound, no fan, nothing when I press the button
    4.  Unfortunately my warranty has run out
    4.  Should I try to reinstall the memory card or should I go ahead and take it in?
    5.  Any other suggestions?  Help!
    Thanks in advance....

    After the drive is erased you will have to reinstall everything. You certainly can reinstall Tiger from the OS X installer DVD. When the OS is reinstalled, all the bundled software is also reinstalled, including Safari and iTunes.
    As to whether anything can be done short of reformatting, that depends on the tools you have. A heavy duty utility may be able to repair the files and the drive. But it depends on what is wrong with the drive. If the cause is simply 'over-crowding' or bad sectors on the drive, i.e. too much stored on the drive or physical damage of the drive, it is possible to retrieve some or even all of the data. But, as you have discovered, Disk Utility cannot do this.

  • PS CS3 won't start due to VersionCue.dll missing

    UGH! I am so fed up with CS3. I've been running CS3 for quite awhile now, but was recently switched to a new domain on my network. Photoshop CS3 will not open any documents now and instead gives me the error:
    The application has failed to start because VersionCue.dll was not found.
    VersionCue CS2 is running, which is bizzare because I've got the full CS3 suite. Does anyone have any suggestions outside of having to reinstall CS3?

    Versioncue has caused me problem in the past.
    I had to reinstall ( no biggie ) and from then on I disable it in PS prefs and Bridge as I never use it anyway.
    Never had a problem since.

Maybe you are looking for