Starting OEM 11g from command window...

Hi ,
C:\oracle\product\11.1.0\db>set ORACLE_SID=oracle11g
C:\oracle\product\11.1.0\db>set ORACLE_HOME=C:\oracle\product\11.1.0\db
C:\oracle\product\11.1.0\db>emctl
'C:\oracle\product\11.1.0\db\jdk/bin/java' is not recognized as an internal or e
xternal command,
operable program or batch file.
EM Configuration issue. C:\oracle\product\11.1.0\db/_oracle11g not found.I define the java_home .... also... but without the desired result.....
What should i do....?????
Thanks....
Sim

This is not OEM 11g.
This is Database Control, which is included in each database install as an option. You should check the documentation for starting the dbconsole application.
Rob

Similar Messages

  • How to shutdown startup 11g OEM/GRID from Command Line

    Please describe how to shutdown and startup OEM/GRID 11g from command line and how to startup all of its services. Thanks in advance!

    After a some tests i found this method...
    SHUTDOWN
    srvctl stop listener -l LISTENER_NAME
    srvctl stop database -d DBNAME
    srvctl stop diskgroup -g VGGROUP
    srvctl stop asm
    crsctl stop has
    STARTUP
    crsctl start has
    srvctl start asm
    srvctl start database -d DBNAME
    Pls try before to use it and i hope it isn't late...

  • Not able to start managed server from command prompt

    Hi,
    I am trying to start manged server from command prompt. The command i am using is as follows:
    startManagedWebLogic.cmd MS1 [http://]<Listen_Address>:<Admin_port>
    Where MS1 is the name of my managed server.
    But i am getting following exceptions:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\bea\user_pr
    ojects\domains\PB530Domain\servers\AdminServer\tmp\AdminServer.lok. Server may a
    lready be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirec
    toryService.java:73)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:164)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 10, 2009 6:48:16 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>
    <Feb 10, 2009 6:48:16 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <Feb 10, 2009 6:48:16 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FORCE_SHUTTING_DOWN>
    Please help me to resolve this issue.
    thanks,
    Sonal
    Edited by: [email protected] on Feb 10, 2009 5:16 AM

    Looking at your error message a little closer, I don't believe it has anything to do with port conflicts but rather that even though you are executing the startManagedWeblogic.cmd with your managed server name (MS1), the error indicates that it is trying to start the Admin Server (not MS1). Note in your error message the following: Unable to obtain lock on C:\bea\user_pr
    ojects\domains\PB530Domain\servers\AdminServer\tmp\AdminServer.lok. Server may a
    lready be running
    It is saying that it cannot start the Admin Server because it is already running (which is probably true in your case). Have you made any changes to the startManagedWeblogic.cmd or the startWeblogic.cmd scripts? I would start debugging there and try to figure out why the script is trying to start your admin server instead of MS1 as you requested on the cmd line.

  • To run an application on iAS6sp1 on HP-Unix, while starting the kjs from command line, it gives a GDS error and crashes. Subsequently, after stopping all services and restarting iAS wouldnot come up.

     

    Hi,
    Not a problem, please post the KJS error logs for me to hunt the
    exact reason for the error.
    Thanks & Regards
    Raj
    Neel John wrote:
    To run an application on iAS6sp1 on HP-Unix, while starting the kjs
    from command line, it gives a GDS error and crashes. Subsequently,
    after stopping all services and restarting iAS wouldnot come up.
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Error when executing jar from command window pla help

    Hello
    I have a project which calls a webservice, I am using Jdeveloper 10.1.3.4
    I deployed the project in a jar file and included all the necessary libraries in it,
    but when executing the jar from command window I am getting the exceptions below
    the statement which cause the error is : PROXY= new JoPayWebServiceClient();
    please help
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.class$(S
    tandardSOAPTypeMappings.java:125)
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.<init>(S
    tandardSOAPTypeMappings.java:558)
    at oracle.j2ee.ws.client.BasicService.createSoapMappings(BasicService.ja
    va:259)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:236)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: java.lang.ClassNotFoundException: javax.activation.DataHandler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    ... 17 more
    C:\>

    Hi Arun
    I added all the jars I found in jdeveloper log as you told me , but still I have this error:-
    standard type mapping initialization error: javax.xml.rpc.JAXRPCException: javax
    .xml.soap.SOAPException: Unable to create SOAP Factory: Provider com.sun.xml.mes
    saging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    Exception in thread "main" java.lang.NullPointerException
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.registerS
    erializer(JoPayWebServiceService_SerializerRegistry.java:45)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:32)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    C:\>

  • Error when executing jar from command window PLZ HELP URGENT

    Hello
    I have a project which calls a webservice, I am using Jdeveloper 10.1.3.4
    I deployed the project in a jar file and included all the necessary libraries in it,
    but when executing the jar from command window I am getting the exceptions below
    the statement which cause the error is : PROXY= new JoPayWebServiceClient();
    please help
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.class$(S
    tandardSOAPTypeMappings.java:125)
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.<init>(S
    tandardSOAPTypeMappings.java:558)
    at oracle.j2ee.ws.client.BasicService.createSoapMappings(BasicService.ja
    va:259)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:236)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: java.lang.ClassNotFoundException: javax.activation.DataHandler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    ... 17 more
    C:\>

    I added all required jars but still I get this error :-
    standard type mapping initialization error: javax.xml.rpc.JAXRPCException: javax
    .xml.soap.SOAPException: Unable to create SOAP Factory: Provider com.sun.xml.mes
    saging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    Exception in thread "main" java.lang.NullPointerException
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.registerS
    erializer(JoPayWebServiceService_SerializerRegistry.java:45)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:32)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    C:\>

  • Unable to start OBIEE 11g Sevices on Windows 7

    Hello,
    I have successfully installed OBIEE 11g server on windows machine 64 bit
    When I start BI services from all programs I get following error :
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intr
    insics
    WLS Start Mode=Production
    CLASSPATH=C:\MWH\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\MWH\Oracle
    BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\MWH\patchwls1035\profiles\default\s
    ys_manifest_classpath\weblogic_patch.jar;C:\MWH\ORACLE~2\jdk\lib\tools.jar;C:\MW
    H\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\MWH\WLSERV~1.3\server\lib\weblogic.ja
    r;C:\MWH\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\MWH\WLSERV~1.3
    \server\lib\webservices.jar;C:\MWH\modules\ORGAPA~1.1/lib/ant-all.jar;C:\MWH\mod
    ules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\MWH\wlserver_10.3\server\lib\weblogic.j
    ar;C:\MWH\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\MWH\oracle_common\m
    odules\oracle.jmx_11.1.1\jmxframework.jar;C:\MWH\oracle_common\modules\oracle.jm
    x_11.1.1\jmxspi.jar;C:\MWH\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\M
    WH\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\MWH\ORACLE~1\soa\modules\oracle.s
    oa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\MWH\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.
    jar;C:\MWH\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\MWH\WLSERV~1.3\server\
    lib\xqrl.jar
    PATH=C:\MWH\patch_wls1035\profiles\default\native;C:\MWH\WLSERV~1.3\server\nativ
    e\win\x64;C:\MWH\WLSERV~1.3\server\bin;C:\MWH\modules\ORGAPA~1.1\bin;C:\MWH\ORAC
    LE~2\jdk\jre\bin;C:\MWH\ORACLE~2\jdk\bin;C:\Program Files\Java\jdk1.7.0_13\bin;C
    :\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32;C:\Windows;C
    :\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\MWH\Oracl
    e_BI1\products\Essbase\EssbaseServer\bin;C:\MWH\Oracle_BI1\bin;C:\MWH\Oracle_BI1
    \opmn\bin;C:\MWH\Oracle_BI1\opmn\lib;C:\MWH\Oracle_BI1\perl\bin;C:\Program Files
    \Java\jre7\bin;C:\Program Files\Java\jdk1.7.0_13\bin ;C:\Program Files\Java\jdk1
    .7.0_13\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32
    ;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    ;C:\MWH\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\MWH\Oracle_BI1\bin;C:\M
    WH\Oracle_BI1\opmn\bin;C:\MWH\Oracle_BI1\opmn\lib;C:\MWH\Oracle_BI1\perl\bin;C:\
    Program Files\Java\jre7\bin;;C:\MWH\WLSERV~1.3\server\native\win\x64\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:
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.
    Starting WLS with line:
    C:\MWH\ORACLE~2\jdk\bin\java -server -Xms256m -Xmx1024m -XX:MaxPermSize=512m -
    XX:-UseSSE42Intrinsics -Dweblogic.Name=AdminServer -Djava.security.policy=C:\MWH
    \WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.ProductionModeEnabled=true -D
    oracle.home=C:\MWH\Oracle_BI1 -da -Dplatform.home=C:\MWH\WLSERV~1.3 -Dwls.home=
    C:\MWH\WLSERV~1.3\server -Dweblogic.home=C:\MWH\WLSERV~1.3\server -Dcommon.comp
    onents.home=C:\MWH\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Lo
    g=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\MWH\USER_P~1\doma
    ins\BIFOUN~1 -Djrockit.optfile=C:\MWH\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket
    optfile.txt -Doracle.server.config.dir=C:\MWH\USERP~1\domains\BIFOUN~1\config\
    FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\MWH\USER_P~1\domains\
    BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\MWH\USER_P~1\domains\BIF
    OUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\MWH\USER_P~1\domains\BIFO
    UN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\MWH\USER_P~1
    \domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\M
    WH\USER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.
    app.ext=\- -Dweblogic.alternateTypesDirectory=C:\MWH\ORACLE~1\modules\oracle.oss
    oiap_11.1.1,C:\MWH\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.ha
    ndler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.ora
    cle.home=C:\MWH\Oracle_BI1 -DEPM_ORACLE_HOME=C:\MWH\Oracle_BI1 -Dweblogic.MaxMes
    sageSize=50000000 -DEPM_ORACLE_HOME=C:\MWH\Oracle_BI1 -DHYPERION_HOME=C:\MWH\Ora
    cle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\MWH\Oracle_BI1 -DEPM_RE
    G_PROPERTIES_PATH=C:\MWH\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\MWH\Oracle_BI
    1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clearTextCred
    entialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dwebl
    ogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enable
    JSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.searc
    h.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee
    .search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=C:\MWH\use
    r_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\MWH\
    Oracle_BI1\common\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\
    MWH\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false
    -Dweblogic.ext.dirs=C:\MWH\patch_wls1035\profiles\default\sysext_manifest_classp
    ath weblogic.Server
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.
    C:\MWH>
    I have installed OBIEE 11.1.1.6.0 version and Java version
    java version "1.7.0_13"
    Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
    Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
    Any suggestions ?? Where am I going wrong ??

    faisalm wrote:
    'C:\MWH\ORACLE~2\jdk\bin\java' is not recognized as an internal or external comm
    and,
    operable program or batch file.Check your environment variables and make sure your java/bin path is correct.
    go to command prompt and type in SET PATH
    C:\MWH\ORACLE~2\jdk should be java home
    Make sure path is C:\MWH\ORACLE~2\jdk\bin;
    HTH,
    SVS

  • Error starting OEM 11g

    I finally have (I think) successfully installed OEM 11g. Following the installation guide, I proceeded to try to execute the following command:
    $ emctl status oms
    But got the following error:
    EM Configuration issue. /export/home/oracle/app/oracle/product/11.2.0/dbhome_1/mercy_emrep not found.
    When I looked under /export/home/oracle/app/oracle/product/11.2.0/dbhome_1, I don't see any file/directory that starts with my host name (i.e. mercy). How can it be missing?
    Edit: I should add that there's no "localhost" directory/file either...
    Edited by: PPPP on May 12, 2010 3:13 PM

    It turns out I was using the wrong emctl :(
    When I used the one from /export/home/oracle/Oracle/Middleware/oms11g/bin/emctl, it shows me the server is up.
    Thanks!

  • Restart/start/stop network from command line

    Hi all...
    How do I restart/start or stop my network from command line? I red somewhere about using netstart, but I guess the article was refering to OpenBSD and not OS X...
    So.. any hints?
    Thanks.

    Hey You are right there...
    OKK..To my knowledge, you can start an application, from the servlet in a thread. But stopping a thread from outside is not safe and even sun doesn't advice.
    1. Starting a thread : you can start your program using an Runtime class. But your client program can see if the server port is open or not. So after starting the server program, through servlet, execute the client program. OR you can log every command/step in to a log file, and start the server program and see the log, where currently the program is waiting, so you can check, if the server program has exited.
    2. Stoping an application i.e a thread is a tricky thing. One i would suggest is, send data to the server socket with your pass code and the command "Shutdown" with a sequence which will not repeat in the data communication. If the first command is your passcode and "Shutdown" you can kill the server thread from inside the server application. To make this possible, every thing the new connection is accepted, you have to validate the first line is this your command to shutdown.
    and repeat the step 1.
    Hope this gives you a little idea to proceed. if not let me know...
    Cheers
    Venkat

  • Extracting data from Command Window using Jdk

    Is it possible to extract data from any active instance of command window(cmd.exe)in windows OS(2000 or XP).
    Please help me out.

    Only if you create the window and execute the command through Java:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • Starting OEM page from plug-in

    We are trying to start an OEM page from a button click of our plug-in page. Is it possible? Could you please help?

    From the section 8.2.5 URL and 8.10.2 URL and Links we understand that we can show Other Enterprise Manager pages from our plug-in. But we could n't find any working examples. The document says that "The reference guide includes a complete list in the oracle.sysman.emx.Constants class of all page constants available and the corresponding parameters that must be specified to produce a URL.". But We could only find Constants.PAGE_AVAILABILITY constant in the Constants which is related with pages (Some other constants are there in the Constants class like AVAIL_AGENT_DOWN, JOB_REASSIGNED_STATUS. But those are not related to any page.)
    Our question is it possible to show the Enterprise > Provisioning and Patching > Baremetal Provisioning page as per the above documentation.
    Thanks in advance.

  • Use frmweb.exe to start a form from command line

    Following the following doc "start any Oracle Forms component from the command line"
    http://www.oracle.com/webapps/online-help/forms/10g/state/content/navId.3/navSetId._/vtTopicFile.f1_help%7Cbldr_dev_opts%7Cstart_fb_comps_cmd~html/
    I tried the following two command line
    D:\DevSuiteHome\BIN>frmweb module=c:\files\orders userid=scott/tiger@r12
    D:\DevSuiteHome\BIN>frmbld module=c:\files\orders userid=scott/tiger@r12
    The frmbld successfully brought up the forms builder and open the orders forms.
    But the frmweb did not bring up anything. I wonder if there are other parameters I need to provide rather than just module and userid......
    I looked into the html of the form applet, and wondering if passing all the parameters would be sufficient enough for the frmweb to start
    <PARAM NAME="serverArgs"
    VALUE="escapeParams=true module=c:\files\orders.fmx userid= sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=YES obr=YES query_only=no quiet=yes render=no record= tracegroup= log= term=">
    So I did this from command line, but still nothing.....
    D:\DevSuiteHome\BIN>frmweb.exe escapeParams=true module=c:\files\orders.fmx userid=scott/tiger@r12 sso_userid=%20 sso_formsid=%25OID_FORMSID%25 so_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=YES obr=YES query_only=no quiet=yes render=no record= tracegroup= log= term=

    That is a bug in the documentation. You can only start Forms from a URL starting from 9.0.2.

  • From command window to jframe

    Hi,
    i wrote a bunch of code that writes stuff into the command window (using that system.println thing) But now i've made a gui (just a jframe with a little text area, a menu and some buttons) how do i get everything thats written in the command window to get written into the gui inside that little text area without me changing lots of code?
    So in other words is there a way i get the command window to be inside my gui? Is this possible?
    Thanx :)

    you might be able to get the command window in your gui using a lot of native coding and C++ but I agree with Noah it would probably be a lot easier to just use TextArea.append() instead of System.out.println() then all your ouput will just get written in the text area on your gui.

  • Issue with OEM 11g Install in Windows 2003 server - Urgent help Required !!

    Hi All,
    I am encountering the following issue while installing the OEM 11.1.1.0 with Oracle WLS 10.3.2 with WDJ7 Patch installed and DB-11.2 and OS-Windows Server 2003.
    I have dropped the schema sysman and sysman_mds as specified in the install guide and did all the necessary prerequisites as specified.
    the Exact error is as follows : I am getting this error at OMS Configuration step of OEM Installation..
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting demo trust
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Setting CACERTS
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Inside Fresh install
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: response file params not null, invoking the init method
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock consoleTRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::lock upload:TRUE
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Node manager port is7401
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM console port7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM console port duplicate7788
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate EM upload https port:4906
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin host is abc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::EM instance home isC:\Oracle\gc_inst
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Webtier home is C:\Oracle\OEMHome\oms11g\..\Oracle_WT
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking EM duplicate upload port:4895
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking if admin https is duplicate port
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Admin https port is0
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Checking duplicate port for console https port7799
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::EM instance host isabc.xyz.com
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Domain name value is GCDomain
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::MS Https port is7301
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::Repository connect string(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter processParam
    FINE: OMSWLSAdapter::Checking duplicate msport 7201
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initCommon
    FINE: OMSCAConfigMode::fetching username
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.framework.OMSCAConfigMode initBase
    FINE: Initializing omscacontext
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Webtier instance name isinstance1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: OHS Comp name isohs1
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: OMSWLSAdapter:: Initializing the adapter
    Aug 1, 2011 11:36:37 AM oracle.sysman.omsca.adapter.wls.OMSWLSAdapter init
    FINE: Configuring node manager directory as ..C:\Oracle\OEMHome\WLSERV~1.3\common\emnodemanager20110801113637
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    FINE: Doing the pre requisite check
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Invoking the preReqChecks
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Name: abc.xyz.com
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkHost
    FINE: Addr: 10.136.126.133
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkPort
    SEVERE: Exception:
    java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkPort(CoreOMSConfigAssistantUtil.java:2251)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:173)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Unable to resolve EM https upload port
    Aug 1, 2011 11:36:42 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository connect string is is (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.xyz.com)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil checkRepository
    SEVERE: Exception:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:799)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:275)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:206)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
    at oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil.checkRepository(CoreOMSConfigAssistantUtil.java:2353)
    at oracle.sysman.omsca.framework.OMSGenericAdapter.doPreRequisiteChecks(OMSGenericAdapter.java:189)
    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:90)
    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository username and password invalid
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Repository database version is null
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: Checking MDS schema with devMode? FALSE : FRESH_INSTALL
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSGenericAdapter doPreRequisiteChecks
    FINE: MDS Schema is there
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    SEVERE: ERROR: Pre req checks of EM failed.
    Aug 1, 2011 11:36:44 AM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    FINE: Got resultfalse
    FYI : Query Results for sysman schema and sysman_mds in DB are :
    SELECT COUNT(*) FROM ALL_USERS WHERE
    USERNAME='SYSMAN' -----> No Rows
    select * from SCHEMA_VERSION_REGISTRY where COMP_NAME='Metadata Services' and owner like '%SYSMAN_MDS%'; - No rows
    (Note : I have a seperate schema defined as Dev_MDS present in the same DB where i m installing OEM, which i think would not effect)
    I request to suggest some good working solution for this issue asap.
    Regards,
    Ram

    Hi,
    could you tell me how to check the "MOS tech note"You can check MOS tech notes @ htttp://support.oracle.com --> need to have valid CSI
    Do I need to configure the enivornment parameter of ORACLE manually?
    such as ORACLE_HOME, ORACLE_BASE, ORACLE_SIDSet all these env. parameters (ORACLE_HOME, ORACLE_BASE, ORACLE_SID) manually and give a try.
    thanks,
    X A H E E R

  • Starting OEM GC agent on windows

    Hi,
    I installed the grid control(10.2.0.2) on windows box,which already had two database running on it(10.2.0.3),when i try to startup agent it throws error like
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    going through logs $AGENT_HOME/sysman/log/agaabend.log shows the below error.
    The agentTZRegion value in U:\oracle\product\10.2.0\OMS\agent10g/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script mgmt_target.set_agent_tzrgn(<agent_name>, <new_tz_rgn>) to get the value propagated to repository.
    my repository version is 10.1.0.4,going through metalink i found a patch 5728221,following is not clear.
    I have two Oracle Homes
    -1) ORA_HOME(from which two 10203 db are running and also grid repository) u:\oracle\product\10.2.0\db_1
    2)ORA_OMS-u:\oracle\product\10.2.0\oms(under which three subdir-agent10g,oms1og,db10g)
    Pre-install step: ** IMPORTANT **
    In any Database Server within this home, run utltzuv2.sql from Patch 5746866-->which OH ?
    Steps to install:
    1) Stop all Oracle Services
    2) Go to %ORACLE_HOME%\oracore\zoneinfo\ and take backup of timezone.dat, timezlrg.dat, readme.txt.--->again which OH
    3) Copy timezone.dat, timezlrg.dat, readme.txt. given in this patch to %ORACLE_HOME%\oracore\zoneinfo\
    4) Start oracle services
    Please guide me.
    Thanks
    Edited by: user518537 on Oct 30, 2008 2:22 PM

    The agentTZRegion value in U:\oracle\product\10.2.0\OMS\agent10g/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure >> that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script mgmt_target.set_agent_tzrgn(<agent_name>, >> >> <new_tz_rgn>) to get the value propagated to repository.I faced the above issue in my windows target system (windows 2003 Ent ,Oracle database 10.2.0.2,agent 10.2.0.4).How i resolved it was,
    1) changed the windows timezone - need to be in same timezone as grid server
    2) Uninstalled agent,cleared folders and registry values if any and installed agent.
    There is a method to resolve it by editing in emd.properties file etc you may go for that But just for saving time and effort you may follow what i suggested!
    ~ Thanks

Maybe you are looking for

  • Can position be created with out creating Job..

    Hi Experts, A simple question but quite complicated. Can position be created with out creating the job. ( yes it will give the warning and create). Here my actual question comes, what is the need of creating the Job. when we can create position witho

  • Only 71 of my 437 notes sync from my iPhone to iCloud.  Is this some kind of limit?

    It doesn't really make sense for them to cap what would presumably be very small text files... and if so, why cap it at the bizzarre number of 71? If notes cannot sync all of my notes between devices I'll have to copy-paste all of my notes into the e

  • Data Summary Help

    I have a simple ordering application built with CF using an Access db. I need to produce some weekly summary stat reports and don't know how to go about doing it. I will be using sql. My db contains a date_submitted (when the order was entered into t

  • WebHelp Distribution - Best Practices

    Good Morning (or Afternoon as the case may be)! This question is less about Robohelp itself, but more about Documentation in general. Our CEO recently "came up with the idea" that we should begin hosting our application help on our website instead of

  • Help: Can't Get Audio Interface to be Recognized in GB

    So I'm new to the world of home recording and recently bought my first MacBook Pro. I also picked up Apogee's Duet as I've heard a lot of good things about it. I had tried using an MBox 2 but I had the same problem I'm having now. I do everything sug