Auroraservice error when trying to start http Server (9iAS)

Hi
my problem is that when trying to start oracle http server I get the error message:
syntax error on line 14 of mod__ose.conf
AuroraService-directive already in effect for this sever
what does it mean and what can I do?
thanks in advance

Thanks, I now see the ASP.NET 20 version.  I am now getting the following error.
Server Error in '/OSoft' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
   OSoft.Services.Platform.Logging.Logger.logError(Object source, String user, String err) +0
   OSoft.Consumers.ZFP.WebBase.PageBase.logException(Exception ex) +312
   OSoft.Consumers.ZFP.WebBase.PageBase.WriteException(Exception ex) +24
   OSoft.Consumers.ZFP.WebBase.PageBase.page_load(Object sender, EventArgs e) +2313
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Similar Messages

  • Error when trying to start managed server from node manager

    I have a managed server which is authenticated through a WeblogicAuthenticProvider. When starting the managed server from command line I need to setup certain jars in the classpath in order to start it successfully. However when I try and start the managed server from a node manager, I receive the following error.
    Any ideas as to what is going on are appreciated. Is there any way to force Weblogic Node manager to invoke the actual startManagedWeblogic.cmd when bringing up the managed server
    Thanks
    <Jun 5, 2006 9:21:05 AM EDT> <Info> <NodeManager@*.*:5555> <Starting Server TweCluster::TaxwareServer1 ...>
    <Jun 5, 2006 9:21:07 AM EDT> <Info> <NodeManager@*.*:5555> <Server TweCluster::TaxwareServer1 started, process id = 3,012>
    <Jun 5, 2006 9:21:11 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://zeus3dev:7001 to check if there exists a running admin server at this URL.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://zeus3dev:7001 to retrieve the initial configuration.>
    <Jun 5, 2006 9:21:16 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea8.1\weblogic81\common\nodemanager\TaxwareServer1\TaxwareServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/taxware/twe/util/crypto/CryptoUtil
    at com.taxware.twe.auth.server.GenericPrincipalValidator.<init>()V(GenericPrincipalValidator.java:41)
    at com.taxware.twe.auth.server.WeblogicPrincipalValidator.<init>()V(WeblogicPrincipalValidator.java:38)
    at com.taxware.twe.auth.server.WeblogicAuthenticationProvider.getPrincipalValidator()Lweblogic.security.spi.PrincipalValidator;(WeblogicAuthenticationProvider.java:188)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:154)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: com/taxware/twe/util/crypto/CryptoUtil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Found a workaround:
    Manually, add PATH (and probably the other environment variables also) to
    ${WLS_HOME}/common/bin/commEnv.sh.

  • Error when trying to start EJB Server

    Hi,
    I am new to EJB's and am following the tutorial on ejbtut.com. I followed the tutorial and created the EmployeesEJB.jar file and placed the appropriate code in the ejb.ini file to deploy it. But when i start the EJB server i get the following. Can anyone please help me tackle this problem.
    Heres what happens when i start the server:::::::::::
    file: C:\Blazix\Ejblog.log
    Blazix EJB Server 1.2
    Copyright (C) Desiderata Software, 2001-2002
    All rights reserved
    Configuration file: C:\Blazix\ejb.ini
    JRMP version
    Deploying EJB-Home class "employees.EmployeesHome" at JNDI name "Employees"
    Evaluation license
    java.rmi.ServerException: Server RemoteException; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
    java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
         at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
         at sun.rmi.server.UnicastRef.invoke(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
         at java.rmi.Naming.rebind(Unknown Source)
         at desisoft.ejb.server.EjbServerJRMP.serverMain(EjbServerJRMP.java:329)
         at desisoft.ejb.server.EjbServer.main(EjbServer.java:803)
    Looking at the error it seems as if its looking for the EJBServer's stub file. The tutorial didn't mention abt creating any kind of stub file, so can someone please tell me what am missing here.
    Thanks in advance

    Generate the stubs and skeletons for your EJB.This you can do by generating deployment code in most of the IDEs.
    Hope this helps you.

  • Wrong ELF class: ELFCLASS64 when trying to start HTTP Server

    Oracle11gR1 Database on OEL 5 64bit with Oracle10gR3 (10.1.3.3.0) Application Server
    I have finished installing Oracle Application Server and in the end it fails to bring up HTTP Server. I checked the logs and saw the following:
    /opt/app/oracle/product/11.1.0/http_1/ohs/bin/apachectl startssl: execing httpd
    /opt/app/oracle/product/11.1.0/http_1/ohs/bin/httpd: error while loading shared libraries: libgdbm.so.2: wrong ELF class: ELFCLASS64
    I am thinking that it could be a 32bit vs. 64bit libraries. I have tried to create some links but still no luck. Below are the current links that I have in the /usr/lib and /usr/lib64 directories.
    1. /usr/lib
    # ls -al libgdbm*
    lrwxrwxrwx 1 root root 16 Sep 3 09:47 libgdbm.so.2 -> libgdbm.so.2.0.0
    -rwxr-xr-x 1 root root 26792 Sep 3 09:41 libgdbm.so.2.0.0
    2. /usr/lib64
    # ls -al libgdbm*
    lrwxrwxrwx 1 root root 16 Sep 3 10:17 libgdbm.so -> libgdbm.so.2.0.0
    lrwxrwxrwx 1 root root 16 Jul 18 04:34 libgdbm.so.2 -> libgdbm.so.2.0.0
    -rwxr-xr-x 1 root root 26792 Jun 5 2007 libgdbm.so.2.0.0
    lrwxrwxrwx 1 root root 23 Sep 3 10:19 libgdbm.so.3 -> /usr/lib64/libgdbm.so.2
    Thank you.

    My OEL 5 also had the gdbm package installed, but only the 64bit version.
    I've installed the i386 version also and now it works.
    To check to which dynamic libraries a binary will use you issue the command ldd <binary>
    Then you could check to which he will be linked.
    Be aware that library resolving could be influenced by environment variables which will sometime also be set(overwritten) by the calling script.
    ldd /u01/app/oracle/product/admin/web10g/ohs/bin/httpd
         linux-gate.so.1 => (0xffffe000)
         libaprutil-0.so.0 => not found
         libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0xf7f04000)
         libdb-3.3.so => /lib/libdb-3.3.so (0xf7e0d000)
         libexpat.so.0 => /lib/libexpat.so.0 (0x00b64000)
         libapr-0.so.0 => not found
         libpthread.so.0 => /lib/libpthread.so.0 (0x00707000)
         librt.so.1 => /lib/librt.so.1 (0x007ef000)
         libm.so.6 => /lib/libm.so.6 (0x00726000)
         libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7dda000)
         libnsl.so.1 => /lib/libnsl.so.1 (0xf7dc3000)
         libdl.so.2 => /lib/libdl.so.2 (0x00720000)
         libc.so.6 => /lib/libc.so.6 (0x005c1000)
         /lib/ld-linux.so.2 (0x005a3000)
    Two libraries still not found but they are resolved by a env. variable setting by opmn.
    To get to your issue, check if the httpd is resolving to the correct ( the 32bit ) libraries.
    Hope this helps.

  • Errors when trying to start HTTP Listener (Oracle Developer Suite 10g)

    Good day everyone,
    I'm trying to do development on some forms in Oracle Forms Developer 10g and I'm having issues creating a local development environment. When I try to run a form in Oracle Forms Developer 10g, I get an error message telling me that my HTTP Listener can not be found. When I try to run my HTTP Listener, I get two error messages:
    Error initializing server: IO error reading system
    Fatal error: server exiting
    Would someone help me with the configuration of my local development environment? I need the environment so I can utilize the debugging tools in Oracle Forms Developer 10g (currently I deploy the form to the Development environment and trouble shoot any issues I have).

    Take a look at Forms: How to Configure Forms Builder to run forms locally. After you have configured your system, then you will need to start the OC4J instance before you can run your form.
    Craig...
    Edited by: CraigB on Apr 17, 2012 12:16 PM

  • Error when trying to start oc4j server from jdev10g

    Any ideas?
    05/07/01 09:50:56 Exception in thread "OC4J Launcher" oracle.oc4j.loader.util.An
    notatedNoClassDefFoundError:
    Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
    Dependent class: com.evermind.server.ApplicationContext
    Loader: oc4j:10.1.3
    Code-Source: /D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\ho
    me\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    05/07/01 09:50:56 at oracle.oc4j.loader.PolicyClassLoader.handleClassNotFo
    und (PolicyClassLoader.java:1956) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from
    system property java.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1641) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property ja
    va.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1591) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1577) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at java.lang.ClassLoader.loadClassInternal (Unknown source file) [jre bo
    otstrap, by  jre bootstrap]
    at com.evermind.server.ApplicationContext.<clinit> (ApplicationContext.j
    ava:62) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.Application.<init> (Application.java:173) [/D:/JD
    eveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in
    D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.initializeApplications (Applica
    tionServer.java:1403) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from
    <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:1
    0.1.3]
    at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.ja
    va:944) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerL
    auncher.java:87) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <cod
    e-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3
    at java.lang.Thread.run (Unknown source file) [jre bootstrap, by  jre bo
    otstrap]

    Do you mean July or Dec for 10.1 DP4, remembering that seasons are reversed on opposite sides of the planet, and I'm in Sydney :-)
    Are you able to give a closer estimate for 10gAS production that supports J2EE 1.4 / JSP 2.0 / Java 5.0?
    We're currently planning the next phase of our project, and one risk is that a JSP 2.0 / Java 5.0 / J2EE 1.4 container won't be available when we want to begin the testing phase, or worse, when we want to go live.
    We want to be well into testing by Jan next year.
    If we can't get a firm estimate then we'd have to use jdk1.4 + jsp1.2 which we don't want to do.
    Thanks,
    Greg

  • Dns error when trying to start ssgd 4.4

    Hi,
    I get the following error when trying to start a fresh install of SSGD 4.4 on sun solaris 10 sparc machine
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    2008/05/12 18:34:43.082 (pid 27580) server/common/fatalerror #1210597482966
    Sun Secure Global Desktop Software (4.4) FATAL ERROR:
    The configured DNS name of the server (unknown) couldn't be
    resolved in DNS.
    The server can't start.
    Check your DNS configuration.
    I tried changing the servername in the httpd.conf file but still get the above errors. What could be the possibel reasons for this error.
    Thanks,

    Hi,
    I changed the peerdns name to "penguin.everett.nl"
    Cbash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#
    However, when I now start the tarantella I get the following error :
    bash-3.00# /opt/tarantella/bin/tarantella stop
    Secure Global Desktop services are not currently running.
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:62)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:82)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:386)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:401)
    at com.sco.jndi.toolkit.provider.ToolkitContext.nameNotFound(ToolkitContext.java:436)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:62)
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:39)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:83)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:68)
    at com.sco.jndi.provider.file.FileContext.child(FileContext.java:612)
    at com.sco.jndi.provider.file.FileContext.f_lookupLink(FileContext.java:889)
    ... 12 more
    java.io.IOException: Failed to load all Beans : javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at com.sco.tta.server.server.JServer.<init>(JServer.java:327)
    at TTAServer.run(TTAServer.java:391)
    at java.lang.Thread.run(Thread.java:619)
    bash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#

  • Error when trying to start the ToolsAndFrameworks to access Endeca workbenc

    Hi All,
    I am getting the below error when trying to start the ToolsAndFrameworks.
    Starting Workbench (background process)
    The BASEDIR environment variable is not defined correctly
    This environment variable is needed to run this program
    Regards
    SK

    Hi SK,
    This occurs in those cases where the Endeca environment variables are not set properly. Make sure all the Endeca environment variables are set before starting the Tools services.
    Executing the 'mdex_setup_ini' and 'installar_sh.ini' will setup the Endeca environment variables. Below are the commands for the same.
    source /local/endeca/MDEX/6.3.0/mdex_setup_sh.ini
    source /local/endeca/PlatformServices/workspace/setup/installer_sh.ini
    HTH,
    Mahesh

  • I get an error that says that LR5 encounterd a preview cach error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    I get an error that says that LR5 encountered a preview cache error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    Go to the folder with you Lightroom Catalog (usually in Pictures) and delete the folder ending in .lrpreviews
    This contains the previews for the files Lightroom has linked to. They will need to be rebuilt which can be done while working or selecting an amount you want to rebuild and accessing the rebuild command in the Library Dropdown menu...

  • Fatal error when trying to backup SharePoint server (Failed to set request to pause search application)

    I have powershell script that is used to backup SharePoint server. It was working correctly until last week. I found this error message indicate that search application cannot be paused. I don't know what happen and what should I do to solve this issue.
    Please help me find solution for this.
    [20/1/2557 18:53:53] FatalError: Object Search Service Application failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
    InvalidOperationException: Failed to set request to pause search application

    Hi,
    According to your post, my understanding is that you got an error when you backup your SharePoint Server.
    You can do the steps below, then check whether it works.
    Look for any One-time timer job  for Backup/Restore and delete it (From Central Administration > Monitoring > Review Job Definitions)
    Clear the timer cache following the below link:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Run the below command from the SharePoint Management Shell:
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Suspend-SPEnterpriseSearchServiceApplication -Identity $ssa
    Once the above steps are completed successfully start the full farm backup from the Central Administration > Backup and Restore > Farm Backup
    Once backup is completed run the below command to resume the SSA
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Resume-SPEnterpriseSearchServiceApplication -Identity $ssa
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Error when trying to start Apache Chemistry Workbench (./workbench.sh)

    Hi colleagues,
    when trying to start the Apache Chemistry Workbench with ./workbench.sh (as described in Unit 4 of Week 3 of the SAP HANA course), i'am getting the following error:
    Can someone please help me?
    Thanks and regards
    Thorsten

    Hi Dieter,
    yes, that solved the problem. I'am using MKS Toolkit under Windows, so that i can use the bash in the command prompt. I thought wrong. ;-) With the batch file it works fine.
    Thanks
    Thorsten

  • Error when trying to start BPEL PM server

    Hi ,
    I encountered the following error when i try to boot the BPEL PM server.
    Can somebody help me with this problem.
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 done.
    06/09/13 10:48:38 Error instantiating application 'orabpel' at file:/D:/OraBPELP
    M_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/orabpel_ear
    /: Error initializing ejb-module; Exception Error in application orabpel: Error
    loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4
    j/j2ee/home/applications/orabpel_ear/ejb_ob_engine.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 Application bc4j (bc4j) initialized...
    06/09/13 10:48:38 Auto-deploying - hw_services.war (No previous deployment found
    06/09/13 10:48:38 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    Error in application hw_services: Error loading package at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_services/hw_
    services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 done.
    06/09/13 10:48:39 Error instantiating application 'hw_services' at file:/D:/OraB
    PELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_serv
    ices.ear: Error initializing ejb-module; Exception Error in application hw_servi
    ces: Error loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/ap
    pserver/oc4j/j2ee/home/applications/hw_services/hw_services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 Auto-deploying - OWFWrapperEJB.jar (No previous deployment fou
    nd)...
    06/09/13 10:48:39 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    Error in application owf: Error loading package at file:/D:/OraBPELPM_1/integrat
    ion/orabpel/system/appserver/oc4j/j2ee/home/applications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 done.
    06/09/13 10:48:43 Error instantiating application 'owf' at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/owf.ear: Error
    initializing ejb-module; Exception Error in application owf: Error loading packa
    ge at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/a
    pplications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 Application b2bwsilplugin (BPEL-B2B adapter WSIL plugin) initi
    alized...
    06/09/13 10:48:43 Application icwsilplugin (BPEL-IC adapter WSIL plugin) initial
    ized...
    06/09/13 10:48:43 Web-App default:defaultWebApp (0.0.0.0/0.0.0.0:9700/) started.
    06/09/13 10:48:43 Building Global TagLibrary Persistent Cache
    06/09/13 10:48:43 Looking for global resource at D:\OraBPELPM_1\integration\orab
    pel\system\appserver\oc4j\j2ee\home\config\..\jsp\lib\taglibDone getting applica
    tion current resources
    06/09/13 10:48:43 Done initializing cache
    06/09/13 10:48:43 Refreshing global cache - from existing cache ...
    06/09/13 10:48:43 Building Application TagLibrary Persistent Cache for defaultWe
    bApp
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:admin_war (0.0.0.0/0.0.0.0:9700/BPELAdmin) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for admin_war
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:console_war (0.0.0.0/0.0.0.0:9700/BPELConsole)
    started...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for console_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:startup_war (0.0.0.0/0.0.0.0:9700/orabpel) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for startup_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 log4j:WARN No appenders could be found for logger (org.collaxa
    .thirdparty.apache.axis.transport.http.AxisServlet).
    06/09/13 10:48:44 log4j:WARN Please initialize the log4j system properly.
    06/09/13 10:48:47 java.lang.Exception: Failed to create "ejb/collaxa/system/Serv
    erBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/co
    llaxa/system/ServerBean not found
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:164)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :333)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :120)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:95)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:81)
    at com.oracle.bpel.client.util.BeanCache.getServerBean(BeanCache.java:88
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:59)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.
    java:2354)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.
    java:4795)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpAppl
    ication.java:4889)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.
    java:1015)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
    549)
    at com.evermind.server.Application.getHttpApplication(Application.java:8
    90)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.jav
    a:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServe
    r.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:109)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:81)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanCache.getServerBean(B
    eanCache.java:88)
    06/09/13 10:48:47 at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderS
    ervlet.java:59)
    06/09/13 10:48:47 at javax.servlet.GenericServlet.init(GenericServlet.java
    :258)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:47 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:47 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 Web-App orabpel:httpbinding (0.0.0.0/0.0.0.0:9700/httpbinding)
    started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for httpbindi
    ng
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:47 Found 0 listeners
    06/09/13 10:48:47 Web-App bc4j:webapp (0.0.0.0/0.0.0.0:9700/webapp) started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for webapp
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:deploy (0.0.0.0/0.0.0.0:9700/integration/s
    ervices/deploy) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for deploy
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:hw_services (0.0.0.0/0.0.0.0:9700/integrat
    ion/services) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for hw_servic
    es
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:testconnection (0.0.0.0/0.0.0.0:9700/integ
    ration/services/testconnection) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for testconne
    ction
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:worklistxpress (0.0.0.0/0.0.0.0:9700/integ
    ration/worklistapp) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for worklistx
    press
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Web-App owf:owf (0.0.0.0/0.0.0.0:9700/integration/owf) started
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for owf
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 NOT running under appserver environment
    06/09/13 10:48:49 javax.naming.NameNotFoundException: loc/jdbc/BPELServerDataSou
    rce not found
    06/09/13 10:48:49 at com.evermind.server.rmi.RMIContext.lookup(RMIContext.
    java:164)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:333)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:120)
    06/09/13 10:48:49 at javax.naming.InitialContext.lookup(InitialContext.jav
    a:347)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.AppWrapper.getDataSource(A
    ppWrapper.java:53)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.BridgeDBWrapper.<init>(Bri
    dgeDBWrapper.java:77)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.callback.OWFMonitorServlet
    .init(OWFMonitorServlet.java:45)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:49 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:49 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:49 Web-App b2bwsilplugin:b2bwsilplugin (0.0.0.0/0.0.0.0:9700/B2BW
    SIL) started...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for b2bwsilpl
    ugin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 B2B not installed
    06/09/13 10:48:49 Web-App icwsilplugin:icwsilplugin (0.0.0.0/0.0.0.0:9700/ic) st
    arted...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for icwsilplu
    gin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Interconnect not installed
    06/09/13 10:48:49 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized

    Hi guys:
    I got exactly the same error. I recently installed BPEL Process Manager for Developers 10g Release 2 (10.1.2) in windows XP.
    The default setting for BPEL VM memory is Xms512m -Xmx512m -Xmn300m. I tried to set maximum size to 1024 but I had this error.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    if any body can suggest a solution will be great .
    Thanks.
    Message was edited by:
    user533906
    Message was edited by:
    user533906

  • Problem when trying to start Weblogic server

    Hi,
    I have a problem when in was trying to start the weblogic server from the
    Weblogic Console.It Loads all the necessary files and finally it comes out
    giving an error "Server start message not received in allotted time, server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company

    Hi!
    I'm quite sure that this is a time out problem. I need about 3 minutes to start
    up my weblogic server. It's no problem to start it from a command prompt
    (startWeblogic.cmd), but using weblogic console application I always got a time
    out after 120 seconds. On a faster computer, where the start up process can be
    finished in less then 120 seconds it was no problem to start the server with the
    same amount of EJBs.
    Does anyone know how to increase the time out parameter for the weblogic console
    application?
    Best reagards,
    Przemek
    Ramesh wrote:
    Yes Its resource problem i suppose..
    My friend who is working with WL advised me to us 128 MB RAM to work with
    Weblogic server.
    Justin i need one more help
    I registered my servlet in Weblogic.properties.But when i try to load
    it from the command tab says "Property change error on LOAD".I dont know
    what
    properties i have to change to load this.
    Even the existing example servlets i coundnt Load.!!!!
    Can any one help on this problem
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I actually got WL to work on my system yesterday. I found that it was aresource
    problem. I had to shut down my X Server; if you don't know what the XServer is,
    it's (basically) the app that runs a window manager. It was consuming toomuch
    of my processing time. WL is now the only thing running on that machine.
    Since you have NT, You may want to try shutting down all uneccesarydevices and
    app's.
    Ramesh wrote:
    My System is
    Win NT 4.00
    Pentium pro 199 mhz
    and 80 mb RAM
    Is that because of the Memory Problem?
    I dont know because i am able run it well when it trought command
    prompt.
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I posted a comment about this last week and have to receive a reply. Ialso saw
    a post from April about this and there were no replies to it, either.
    My problem exists on Linux whether I use the console or not. What are
    the
    specs
    for your machine?
    Mine:
    Linux 2.2.15
    P/Pro 199 MHx
    128 MB RAM
    Ramesh wrote:
    Hi,
    I have a problem when in was trying to start the weblogic server
    from
    the
    Weblogic Console.It Loads all the necessary files and finally it
    comes
    out
    giving an error "Server start message not received in allotted time,server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company--
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Przemyslaw Rychlewski Tech@Spree Software Technology GmbH
    mailto:[email protected] http://www.tech.spree.de
    Tel +49 (0)30 235 520-34 Bülowstrasse 66
    Fax +49 (0)30 217 520-12 10783 Berlin

  • Security exception when trying to start Managed Server

    Hi all,
    First I configured a Adminisistration server and started it. After that I added
    a another server as ManagedServer.These two points to the same Weblogic server.
    When I try to start Managed server by running the script, it gave me following
    error.
    <Jun 25, 2001 5:25:11 PM GMT+06:00> <Emergency> <Server> <Unable to initialize
    the server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: java.security.acl.NotOwnerException
    java.lang.IllegalAccessError: java.security.acl.NotOwnerException
         at weblogic.security.acl.Realm.getRealm(Realm.java:91)
         at weblogic.security.acl.Realm.getRealm(Realm.java:36)
         at weblogic.security.acl.Realm.authenticate(Realm.java:183)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:116)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:444)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:287)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:259)
         at weblogic.jndi.Environment.getContext(Environment.java:135)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:891)
         at weblogic.management.Admin.start(Admin.java:305)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    I suspect reason for this might be weblogic.policy file. There you need to edit
    some lines replacing the location of the directory in which you installed WebLogic
    Server. I did this but still error occurs.
    Do u have any idea why above error occurs and if it is due to the weblogic.policy
    file entry please tell me how it correctly done.
    I am using WL60(sp2)in Win NT,
    My installed dir: E:\bea\wlserver6.0\
    Thanks
    Nalika

    I don't believe that you can use the same server definitions for both an admin server and a managed server. So, you'll need to create a second server that is your managed server with a different name or
    just run with the admin server.
    Paul
    On 25 Jun 2001 04:43:22 -0800, "Nalika" <[email protected]> wrote:
    >
    Hi all,
    First I configured a Adminisistration server and started it. After that I added
    a another server as ManagedServer.These two points to the same Weblogic server.
    When I try to start Managed server by running the script, it gave me following
    error.
    <Jun 25, 2001 5:25:11 PM GMT+06:00> <Emergency> <Server> <Unable to initialize
    the server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: java.security.acl.NotOwnerException
    java.lang.IllegalAccessError: java.security.acl.NotOwnerException
         at weblogic.security.acl.Realm.getRealm(Realm.java:91)
         at weblogic.security.acl.Realm.getRealm(Realm.java:36)
         at weblogic.security.acl.Realm.authenticate(Realm.java:183)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:116)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:444)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:287)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:259)
         at weblogic.jndi.Environment.getContext(Environment.java:135)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:891)
         at weblogic.management.Admin.start(Admin.java:305)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    I suspect reason for this might be weblogic.policy file. There you need to edit
    some lines replacing the location of the directory in which you installed WebLogic
    Server. I did this but still error occurs.
    Do u have any idea why above error occurs and if it is due to the weblogic.policy
    file entry please tell me how it correctly done.
    I am using WL60(sp2)in Win NT,
    My installed dir: E:\bea\wlserver6.0\
    Thanks
    Nalika

  • ICloud encountered an error when trying to connect to server?

    When I log into ICloud I continue to get a message "ICloud encountered and error while trying to connect to the server"

    If it only does it at work, then the most likely reason is that your work network is blocking it, or one of the servers iCloud connects to.
    Have you asked the IT people at work? Checked it on another computer at work?

Maybe you are looking for

  • Few questions on Templates and Favorites

    Experts, Few fundamental questions on Templates and Favorites... 1) Can Favorites be shared with other users? 2) Can Templates be transported across systems (Dev or QA or PRD) ? 3) Can Templates be shared across planning area ( Yes, KF names are same

  • WebDynpro Application issue consuming asynchronous webservice from SAP PI

    Hello experts i ask you for help thie following issue: i am developing a webdynpro application which is supposed to send some data from inputfields, and a file, in order to achieve it, that dynpro application is consuming an asyncrhronous webservice

  • Apple TV2

    Hi to all when I stream my music from iTunes the album art is showed on my HDTV but only for a short period (2-3 songs) and then I get slow scrolling pictures of animals which certainly are not on my MacBook Pro. Th music continues normally. Has anyb

  • Want the Customer specific validations at the time of asset posting

    Dear all, I want to implement Customer specific validations at the time of asset posting(ABZON , F-90 , F-91).Please tell which user-exit should I use?? AINT0004 is working only for ABZON. AINT0001 is not as per my requirements!! Regards, Amiya

  • ME21N - system erase the plant code when hit enter on PO creation

    Dear friends, When we are in the Purchase order (ME21N) and we enter , vendor, material code, plant etc and hit Enter, the system erases the field PLANT, and set it to BLANK and issue a message ME083 - Enter plant. The plant exists in the table T001W