Clowd control Admin Server Port used

Hello

I set up a Test System of control of running 12.1.0.2 and Orcle Linux 6.6 Clowd.

If the judgment of the instance (which takes a lot of time) that I will meet him this message:

Admin Server Port is occupied by anoter process. Please stop the process to free the port.

However, I don't know what process could cause this. The Port of Eastern system complains about is 7111

He also makes note that Oracle Management Server is not functional.

I heard that nodemanager and manage servers could use the same Port

However, how can I know if this is the case - and if yes: How do I solve this problem?

Sorry, I really tried to get the manuals ;-)

Concerning

Christian

Hi Christian,

I think that you run the automatic start/stop of the SGD application using init.d run level in your environment.  To answer your question

(1) officer doesn't shoot to the top of the starting agent WHO. And if SGD is down, agent will continue to operate, but there not all heart beat at Stargate Command and it will download all the data to WHO.

(2) is not necessary, but it depends on up to customer's requirement on the way to the startup/Shutdown EM under the server restarts. Some customer wants to start service EM manually after the server restarts, and some would start automatically as part of the reboot of the server. We support both the path and there is no restriction in using both methods.

Thank you

Sumesh.

Tags: Enterprise Manager

Similar Questions

  • Primary domain server admin can be used to control the server managed in the secondary area?

    Hi Experts,

    I have 2 boxes of unix, and I have 1 installation of weblogic on each (primary) and secondary site.

    The implementation is as listed below:

    PrimarySite

    MainDomain: 1 Admin Server, managed server 2, 1 cluster

    SecondarySite

    MainDomain: 1 Admin Server, 2 servers managed, 1 cluster

    Questions

    1. can I use Admin Server primary site to control/manage servers managed at the secondary site and use the secondary site to control the server managed in the main site?

    2. I'll be able to have smooth failover and replication of cluster1 session in a primary site to cluster2 in the secondary site.

    Tumi

    (1) server of a Domain Admin cannot control all servers managed from any other domain.
    (2) a load balancer allows you to switch between sites and implement cross-cluster replication as described in the link below: failover and replication in a Cluster

  • Installation of Weblogic Admin Server as service - service does not start

    I'm installing Weblogic Admin Server as Service in Weblogic 10 in a box of Windows 2008 R2.

    The service installs successfully, but when I start it, it ceases to immeidately with this error:

    "< Service name > service on computer Local started and then stopped." Some services stop automatically if they have no work to do, for example, newspaper service and performance alerts. »

    Also, sometimes it gives me this error:

    "Error 1053: the service did not demand launch or control in a timely.

    Thanks in advance for any help.  Here is my installSvc.cmd:

    off @echo
    SETLOCAL

    Set PRODUCTION_MODE = true

    SET JAVA_VENDOR = BEA
    SET JAVA_HOME = C:\bea10_64\jr

    Set USERDOMAIN_HOME = C:\PA_Prod
    Define SERVER_NAME = AdminServer
    Set DomainName = PA_domain

    assign the HOST = 10.0.1.28
    the PORT value = 7001

    Set WL_HOME=C:\bea10_64\wlserver_10.3
    Call "% WL_HOME%\common\bin\commEnv.cmd".

    @rem check that the WebLogic classes are where we expect they are
    : checkWLS
    If exist checkJava goto '% WL_HOME%\server\lib\weblogic.jar '.
    ECHO the WebLogic Server not found in the directory % WL_HOME%\server.
    ECHO Please edit your script so that the variable WL_HOME points
    echo to the WebLogic installation directory.
    end goto

    @rem check that java is where we expect it to be
    : checkJava
    If exist runWebLogic goto '% JAVA_HOME%\bin\java.exe '.
    echo the JDK was found in the directory % JAVA_HOME %.
    ECHO Please edit your script so that the variable JAVA_HOME
    echo points to the location of your JDK.
    end goto

    : runWebLogic

    If not "JAVA_VM %" == "" goto noResetJavaVM
    If '% JAVA_VENDOR' is 'BEA' set JAVA_VM = jrocket
    If "% JAVA_VENDOR" == "" set JAVA_VM =-Server HP
    If '% JAVA_VENDOR' is 'Sun' set JAVA_VM =-Server

    : noResetJavaVM
    If not "MEM_ARGS %" == "" goto noResetMemArgs
    MEM_ARGS =-Xms32m-Xmx200m set

    : noResetMemArgs

    @echo we

    set the classpath = % WEBLOGIC_CLASSPATH %; CLASSPATH %

    If "% ADMIN_URL" == "" goto runAdmin
    @echo we
    CMDLINE value = "% JAVA_VM % MEM_ARGS % JAVA_OPTIONS %-classpath \"%CLASSPATH%\ " »-Dweblogic.name=%server_name%-Dweblogic.Management.username=%WLS_USER% - Dweblogic.management.server=\"%ADMIN_URL%\ «-Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE%-Djava.Security.policy=\"%WL_HOME%\server\lib\weblogic.Policy\"weblogic. Server '.
    end goto

    : runAdmin
    @echo we
    CMDLINE value = "% JAVA_VM % MEM_ARGS % JAVA_OPTIONS %-classpath \"%CLASSPATH%\ " ' - Dweblogic.Name=%SERVER_NAME%-Dweblogic.management.username=%WLS_USER%-Dweblogic. ProductionModeEnabled = % PRODUCTION_MODE % - Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\"weblogic. Server '.

    : complete
    REM * implemented extrapath for win32 and win64 platform separately
    If '% WL_USE_X86DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\32\oci920_8

    If '% WL_USE_IA64DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\64\oci920_8

    If '% WL_USE_AMD64DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\x64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\x64\oci920_8

    REM * install service
    '% WL_HOME%\server\bin\beasvc' - install - ServiceName: javahome-"beasvc % _ % SERVER_NAME % domain_name": 'JAVA_HOME %' - execdir: '% USERDOMAIN_HOME' - maxconnectretries: '% MAX_CONNECT_RETRIES' - host: "%" HOST - port: '%port%' - extrapath: "% EXTRAPATH" - password: "% WLS_PW" - cmdline: CMDLINE %

    ENDLOCAL

    The problem lies in your additions to the script installSvc.cmd

    We have for example the following as our middleware-home directory
    c:\bea. In this directory, we also installed a JAVA virtual machine say C:\bea\jrockit_160_05_R27.6.2-20.
    When you create a domain (using the config.cmd script) the domain you created
    is placed in the c:\bea\user_projects\domain\base_domain directory (assuming that we have
    called the base_domain of the field).

    Now, we must add the following definitions to installSvc.cmd

    @rem JAVA_VENDOR and JAVA_HOME are set in the call to commEnv.cmd
    @rem JAVA_VENDOR is checked in commEnv.cmd to be Oracle or Sun
    set JAVA_VENDOR=Oracle
    set JAVA_HOME=C:\bea\jrockit_160_05_R27.6.2-20
    
    set USERDOMAIN_HOME=C:\bea\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=base_domain
    
    @rem i am assuming it is running on localhost
    set HOST=127.0.0.1
    set PORT=7001
    

    In your case, it becomes (just a guess)

    @rem use Oracle instead of BEA
    set JAVA_VENDOR=Oracle
    @rem the location where your JVM is installed
    set JAVA_HOME=C:\bea10_64\jr
    
    @rem if bea10_64 is your middleware home and PA_domain is your domain name
    set USERDOMAIN_HOME=C:\bea10_64\user_projects\domains\PA_domain
    
    @rem the rest should be alright
    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=PA_domain
    set HOST=10.0.1.28
    set PORT=7001
    

    If you add the following to uninstallSvc.cmd you can uninstall service

    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=base_domain
    
  • Errors from Portal Admin Server after you configure the RDBMS to store security.

    Hello
    I'm using WLST to create and configure the portal area. I already had our DBA run all the necessary scripts on the database.
    We use WLP 10.3 on RHEL 4 and Oracle 10 G RAC. I read on a thread that RDBMS is only compatible with version 10.3.2 but why is the feature in 10.3?

    The below error seems to point to the URL; Does this mean that the config of RDBMS does not support the RAC databases?

    Hope someone can shed some light on what it's quite urgent.

    Thank you very much
    A


    It is the configuration for the store security: -.

    rw-CompatibilityObjectName null
    rw-ConnectionProperties
    user is rdbms_user, port_number = 1521, serviceName is portal_db_service
    rw-ConnectionURL
    JDBC: thin: @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST =
    portal_host) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED)
    (Service_name = portal_db_service)))
    rw-DriverName
    oracle.jdbc.xa.client.OracleXADataSource
    -rw-JMSExceptionReconnectAttempts 0
    rw-JMSTopic null
    rw-JMSTopicConnectionFactory null
    rw-JNDIPasswordEncrypted null
    rw-JNDIUsername null
    -rw - name RDBMSSecurityStore
    rw-NotificationProperties null
    rw-PasswordEncrypted *.
    -rw - rdbms_user username

    This is the error I get when I try to start the Admin Server: -.

    # < 10 May 2010 18:19:28 BST > < Info > < server > < security >
    < AdminServer > < ExecuteThread [ASSET]: '0' to the queue:
    ' weblogic.kernel.Default (salt
    f-tuning)' > < < WLS Kernel > > < 1273511968053 > < BEA-000000 > < help
    Dictionary class 'kodo.jdbc.sql.KodoOracleDictionary '. >
    # < 10 May 2010 18:19:28 BST > < Info > < server > < security >
    < AdminServer > < ExecuteThread [ASSET]: '0' to the queue:
    ' weblogic.kernel.Default (salt
    f-tuning)' > < < WLS Kernel > > < 1273511968246 > < BEA-000000 > < OpenJPA
    must now connect to the database in order to understand what JDBC
    driver that you are using
    such as OpenJPA must change its behavior for this database according to the
    driver provider. To avoid this connection, set the value of DriverVendor in
    your openjpa.j
    DBC. DBDictionary configuration property to one of the following values:
    Oracle, datadirect61 (for oracle92 (for the pilot of 9.2), datadirect)
    driver versions < = 3.1), others
    For example:
    openjpa.jdbc.DBDictionary: oracle (DriverVendor = oracle92) >
    # < 10 May 2010 18:19:28 BST > < Info > < server > < security >
    < AdminServer > < ExecuteThread [ASSET]: '0' to the queue:
    ' weblogic.kernel.Default (salt
    f-tuning)' > < < WLS Kernel > > < 1273511968257 > < BEA-090511 > < the
    suite of exception has occurred:

    com.bea.common.engine.ServiceInitializationException:
    < openjpa - 1.1.0 - r422266:657916 fatal internal error >
    org.apache.openjpa.util.InternalException: there was
    an error when you call the static getInstance method on the named
    class "kodo.jdbc.kernel.KodoJDBCBrokerFactory" of the factory. See the nested
    exception for the detai
    ls.
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:365)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:315)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService (Servicequalität
    gineImpl.java:257)
    to
    com.bea.common.engine.internal.ServicesImpl.getService (ServicesImpl.java
    (: 72).
    to
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initialize (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    EALM (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    Alizé (unknown Source)
    to
    weblogic.security.service.SecurityServiceManager.initialize (unknown
    Source)
    to
    weblogic.security.SecurityService.start(SecurityService.java:141)
    to
    WebLogic.T3.Srvr.SubsystemRequest.Run (SubsystemRequest.Java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    < openjpa - 1.1.0 - r422266:657916 fatal internal error >
    org.apache.openjpa.util.InternalException: there was an error during
    call to the static getInstance method
    on the factory class named 'kodo.jdbc.kernel.KodoJDBCBrokerFactory '.
    See exception nested for more details.
    to
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate$ StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO (S
    toreServiceDelegate.java:145)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate. < init > (St
    oreServiceDelegate.java:98)
    to
    com.bea.common.security.internal.service.StoreServiceImpl.init (StoreServ
    iceImpl.java:76)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:363)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:315)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService (Servicequalität
    gineImpl.java:257)
    to
    com.bea.common.engine.internal.ServicesImpl.getService (ServicesImpl.java
    (: 72).
    to
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initialize (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    EALM (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    Alizé (unknown Source)
    to
    weblogic.security.service.SecurityServiceManager.initialize (unknown
    Source)
    to
    weblogic.security.SecurityService.start(SecurityService.java:141)
    to
    WebLogic.T3.Srvr.SubsystemRequest.Run (SubsystemRequest.Java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.RuntimeException: there were errors of initialization of your
    configuration: openjpa - 1.1.0 - r422266:657916 store fatal error >
    org.apache.openjpa.util.StoreE
    Xception: Invalid Oracle URL specified: OracleDataSource.makeURL
    to
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary (Dat
    aSourceFactory.java:235)
    to
    () org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory
    JDBCConfigurationImpl.java:684)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    to
    sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
    a: 39)
    to
    sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
    Impl.Java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to
    org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll (Configurati
    onImpl.java:288)
    to
    org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll (OpenJPAC
    onfigurationImpl.java:1409)
    to
    org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly (AbstractBro
    kerFactory.java:646)
    to
    org.apache.openjpa.kernel.AbstractBrokerFactory.pool (AbstractBrokerFacto
    Ry.Java:131)
    to
    kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance (KodoJDBCBrokerFactory
    . Java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    to
    sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
    a: 39)
    to
    sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
    Impl.Java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to
    org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    to
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate$ StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO (S
    toreServiceDelegate.java:145)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate. < init > (St
    oreServiceDelegate.java:98)
    to
    com.bea.common.security.internal.service.StoreServiceImpl.init (StoreServ
    iceImpl.java:76)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:363)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:315)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService (Servicequalität
    gineImpl.java:257)
    to
    com.bea.common.engine.internal.ServicesImpl.getService (ServicesImpl.java
    (: 72).
    to
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine (Unk
    nown Source)
    to
    weblogic.security.service.CSSWLSDelegateImpl.initialize (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    EALM (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms (unknown Source)
    to
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    Alizé (unknown Source)
    to
    weblogic.security.service.SecurityServiceManager.initialize (unknown
    Source)
    to
    weblogic.security.SecurityService.start(SecurityService.java:141)
    to
    WebLogic.T3.Srvr.SubsystemRequest.Run (SubsystemRequest.Java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: invalid Oracle URL specified:
    OracleDataSource.makeURL
    to
    oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:)
    50 k
    to
    oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    to
    oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java:17
    3)
    to
    oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java:22
    9)
    to
    oracle.jdbc.pool.OracleDataSource.makeURL(OracleDataSource.java:1234)
    to
    oracle.jdbc.pool.OracleDataSource.getConnection (OracleDataSource.java:18
    4)
    to
    org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection (delgation
    gDataSource.java:113)
    to
    org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection (Decoratin
    gDataSource.java:93)
    to
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary (Dat
    aSourceFactory.java:227)
    ... more than 37

    < openjpa - 1.1.0 - r422266:657916 store fatal error >
    org.apache.openjpa.util.StoreException: invalid Oracle URL specified:
    OracleDataSource.makeURL
    to
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary (Dat
    aSourceFactory.java:235)
    to
    () org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory
    JDBCConfigurationImpl.java:684)
    to
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDataSource (JDBCCon
    figurationImpl.java:782)
    to
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDataSource2 (JDBCCo
    nfigurationImpl.java:789)
    to
    org.apache.openjpa.jdbc.sql.OracleDictionary.ensureDriverVendor (OracleDi
    ctionary. Java:253)
    to
    kodo.jdbc.sql.OracleAdvancedSQL.setDriverVendorDefaults (OracleAdvancedSQ
    L.Java:50)
    to
    kodo.jdbc.sql.OracleAdvancedSQL.getBatchLimit(OracleAdvancedSQL.java:28)
    to
    kodo.jdbc.kernel.AutoOrderUpdateManager.setConfiguration (AutoOrderUpdate
    Manager .Java: 56)
    to
    org.apache.openjpa.lib.conf.Configurations.configureInstance (Configurati
    ons. Java:473)
    to
    org.apache.openjpa.lib.conf.Configurations.configureInstance (Configurati
    ons. Java:430)
    to
    org.apache.openjpa.lib.conf.PluginValue.instantiate (PluginValue.java:103
    )
    to
    org.apache.openjpa.lib.conf.ObjectValue.instantiate(ObjectValue.java:83)
    to
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getUpdateManagerInsta
    nce(JDBCConfigurationImpl.Java:577)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    to
    sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
    a: 39)
    to
    sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
    Impl.Java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to
    org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll (Configurati
    onImpl.java:288)
    to
    org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll (OpenJPAC
    onfigurationImpl.java:1409)
    to
    org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly (AbstractBro
    kerFactory.java:646)
    to
    org.apache.openjpa.kernel.AbstractBrokerFactory.pool (AbstractBrokerFacto
    Ry.Java:131)
    to
    kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance (KodoJDBCBrokerFactory
    . Java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    to
    sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
    a: 39)
    to
    sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
    Impl.Java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to
    org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    to
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate$ StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO (S
    toreServiceDelegate.java:145)
    to
    com.bea.common.security.storeservice.util.StoreServiceDelegate. < init > (St
    oreServiceDelegate.java:98)
    to
    com.bea.common.security.internal.service.StoreServiceImpl.init (StoreServ
    iceImpl.java:76)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:363)
    to
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService (Serv
    iceEngineImpl.java:315)

    "Caused by: java.sql.SQLException: invalid Oracle URL specified:
    If you are using
    "JDBC: thin" then the rest of your url is wrong (http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html - what is the form of the url). Check the documentation for samples. or use an example domain name, create a data source from the console and check its settings
    Do you really want to use XA (this is what says your driver)?

    http://download.Oracle.com/docs/CD/E13222_01/WLS/docs90/JTA/thirdpartytx.html#1084836

    . I read on a thread that RDBMS is only compatible with version 10.3.2 but why is the feature in 10.3?

    Depends on what you're referring. As far as I remember 10.3.2 lets you run on an RDBMS without any passage requirements LDAp. Versions previous necessary ldap integrated (but could use a RDBMS for most of their needs)

  • How FTP a file from the client computer to the server database using Forms 10 g

    Hello
    I want a file from a client computer to the database server computer using Forms 10 G (or PL/SQL) via ftp.
    could you please tell me how can I do this

    Concerning

    Hello

    I gave u the adequate instructions on webutil configuration but u did not comply with it.
    I will post again please read correctly and follow it.

    How to get running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a new 'Complete' installation of Oracle Developer Suite 10.1.2.0.2,
    Here are the steps to get a shape of small test running, using WebUtil 1.06.

    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor and do a find/replace on
    Oracle_Home with your real value (no slash). Then, it is easy to
    copy and paste the actual orders to be run from the copy of the memo.

    (* 1) * download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.

    (* 2) * copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob and ends in ...\jacob_18
    CD C:\webutile
    Copy jacob.jar Oracle_Home\forms\java\.
    Copy jacob.dll Oracle_Home\forms\webutil\.
    Staging of Jacob is no longer needed and can be deleted.

    (* 3) * sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin in the path:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign files and check the result of success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar

    (* 4) * If you already have a pattern in your RDBMS that contains stored WebUtil code,.
    You can skip this step. Otherwise,.
    Create a schema for the stored code WebUtil and privileges to
    Sign in and create a stored package. Name of the schema "WEBUTIL" is recommended
    for no reason other than consistency based on users.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor and remove or comment
    the declaration of EXIT, in order to see if the objects have been created witout
    errors.
    Launch SQL * more like SYSTEM and the issue:
    Webutil IDENTIFIED BY password CREATE a USER
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    /
    GRANT CONNECT, CREATE PROCEDURE, CREATE SYNONYM TO webutil PUBLIC;
    /

    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -Inspect SQL * Plus output for errors, and then
    CREATE a PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    /

    Reconnect as SYSTEM and the question:
    Grant execute on webutil_db to public;

    /

    (* 5) * Edit Oracle_Home\forms\server\default.env and add Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.

    (* 6) * add edit Oracle_Home\forms\server\formsweb.cfg default insde:
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar
    Archive = frmall.jar
    also add:
    webutil
    WebUtilLogging = off
    WebUtilLoggingDetail = normal
    WebUtilErrorMode = alert
    WebUtilDispatchMonitorInterval = 5
    WebUtilTrustInternal = true
    WebUtilMaxTransferSize = 16384
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    baseHTML = webutilbase.htm
    archive_jini = frmall_jinit.jar
    WebUtilArchive = frmwebutil.jar, jacob.jar, f90all.jar
    Archive = frmwebutil.jar, f90all.jar
    lookAndFeel = oracle

    (* 7) * Oracle_Home\forms\server\webutil.cfg edit and add:
    Transfer.Database.Enabled = True
    Transfer.appsrv.Enabled = True

    (* 8) * start the OC4J instance

    (* 9) * start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Webutil.PLL open, make a 'compile ALL' (shift-control-K) and generate PLX (Ctrl-T).
    It is important to generate the PLX, in order to avoid the FRM-40039 indicated in Note 303682.1
    If the PLX is not generated, the library Webutil.pll must be fixed with
    path information full access to all who wish to make use of WebUtil. This is NOT recommended.

    (* 10) * create a new WBF.
    Open Webutil.olb and subclass (not copy) the Webutil opposes the shape.
    There is no need to subclass the WebutilConfig object.
    Attach the Webutil.pll library and remove the path.
    Add a logon trigger IT with code
    NULL;
    to avoid having to connect to a RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a trigger WHEN BUTTON PRESSED.
    Compile the FMB to FMX, after doing a compilation-All (shift-control-K).

    (* 11) * under Edit-> preferences-> Runtime in the form designer, click the "Reset to Default" If
    the "Application Server URL" is empty.
    Then add '? config = webutil' at the end, if you end up with a URL of the form
    : http://application-tier server: port/forms/frmservlet? config = webutil

    (* 12) * run your form

    Note: If you want to use Jacob and you can configure jacob too, if you follow the above mentioned instructions.
    Sarah

  • Tecra A10 erratic mouse then freezes when serial port used for something else

    MT Tecra A10 was beautiful, but has developed a growing problem. It is running win7 ultimate. When you connect anything serial port wise it blocks indicating the Mouse / touchpad. USB mouse feezes completely, 98% frozen touchpad series same happenes when connecting via a usb emulator. Software on the laptop using series includes RS logix, perfect Omron CX1 Motion and NQ Designer, that said that they worked, can anyone guid help me pls.

    See you soon

    Martyn

    Hello

    Eventually, the software that controls the serial port or the device connected to the serial port is not fully compatible with Win 7.
    I think that this should be checked first.
    Maybe one of you should look for the Special Forum of the manufacturer of the software for more details

  • How to transfer files from PC to PC via a serial port using labview

    I need to transfer files (.txt, .doc, .xls) from PC to PC via a serial port using LabVIEW. Is it possible to transfer files, if so how to transfer?

    Yes, it is possible to transfer files with the serial port using LabVIEW.  The files are just collections of bytes and the serial port is good enough in the expedition of the bytes from one PC to another.  You must connect the ports series with a null modem cable.

    First, take a look at the example of serial communication.   In LabVIEW, go to the Help menu and select «Find examples...» ».  From there, you can search for "serial" or navigate to hardware input and output > series.  Select «Write series base» and Read.vi  Try this example to gain confidence on the serial communication methods.

    Then it's time to learn how to read and write files.  For this, the examples might be somewhat confusing as they deal with files that are presumed to have data of a specific type in them.  I would recommend just familiarize yourself with the functions in the file e/s palette.  Specifically, familiarize yourself with the following functions.

    1. Open/create/replace file - on the side of your destination, you will need to create the copy of the file you are trying to transfer
    2. Close the file - when you're done reading or writing to a file, you must close it.  It cleans the memory used and finalizes write operations that are still floating in the write buffer.
    3. Read a binary file - is the best way to play a file when you don't really like what type of file it.  In your case, you just want to get these read bytes and sent so they can be written down instead of destination.
    4. Write to a binary file - next to the destination, is what will store the bytes in the file that you created with the number 1.
    5. Size of the file get (under the range of the advanced features of file) - you need to know how big the file is, so you know when you are finished.

    OK, so once you are able to create files byte write and read bytes from existing files, you can move forward.

    I suggest the basic method is to have the user specify a source file on the source PC, and a folder on the destination computer.  Then find the size of the source file using the number 5.  Divide this number of size by the number of bytes that you want to transfer to the times.  The series pads are usually around 32 k (if I remember correctly) in order not to exceed that.  Now start to send data by reading a number of bytes and this string output wiring to the feature of writing VISAS.  On the side of destination, you will want to monitor the serial port for bytes and read when they arrive.  This string of yarn to the writing of the function of binary file to add them to your destination file.

    This is the basic outline of how to do it.  He needs to not to overload him write and read buffers on the serial ports.  Initially, you can use delays on the side sending to make sure that the side reading has enough time to digest.  To make things faster, you can bring in a control of flow.

    If all that sounds a little intimidating, there are there Alliance member companies (such as the automation of PrimeTest) who can write this code for you and even provides a turnkey for you solution.

    Happy wiring,

    Dan press

    Certified LabVIEW Architect

    PrimeTest Automation

  • Configuration of a port as 'server port' in UCS FI 6120

    Hi all

    It is a fundamental question. If any user of UCS can kidly help me by providing a checklist for setting up a server in the UCS port, I will be grateful.

    What I've been running a port as the port of the server using the UCS Manager and nothing more. Then I connected the ANC of 10G from the server to this UCS FI. FCoE login never happened. My setup is slightly different from that of a regular system of UCS as I am trying to connect a stand-alone server to the UCS IF instead of use the chassis. Please visit https://supportforums.cisco.com/thread/2117756?tstart=0 to learn more about this topic.

    Looks like these server ports are the ports of junction and can carry any traffic VLAN? So why not FCoE VLAN? Why no "announcement of the discovery? I hung a finisar and don't see something specific protocol FCoE from port of the server.

    Any help is appreciated.

    Thank you

    Niranjan,

    It might help to take the steps that need to occur when you connect a 10G ANC to Nexus one N5K.

    In order to get a CF on a N5K virtual connection, the following steps of the manuals must be made:

    (1) create a vfc and bind it to the physical interface where the ANC is attached

    (2) create a vlan and vsan and associate the vlan for the vsan fcoe

    (3) place the vfc in the vsan created in step 2 above

    Once these steps are completed, and a couple of closing/No.-stops, you will get a vfc on the N5K flogi.

    When you create a Service in UCSM profile and associate with a blade with an ANC, UCSM performs all these tasks for you. If you dig into the system, you will see the vfc and veth that were created for your SPs.

    Without a SP and UCSM to manage the port of the server, any of these steps occur, and you will not get a flogi. There is no method to manipulate UCSM to perform what you're trying to do. It is not in the current design of the product.

    The only supported method to attach a rack CSeries server to a cluster UCSM is using the integration of the C-series features and the necessary equipment (FEX)

    I hope this helps.

  • Configuring the additional server ports

    Hi, if I use 2 ports per chassis of the server and want to add another 2, in addition to plug the cables and the settings, on the interconnection ports to "Set up as a Server Port" y at - it something else which is necessary and there is no interruption of traffic?

    Hello David,.

    If the links between IOM and FI server ports are individual links, then you will recognize the chassis to initialize the new links. This will cause disturbances of the network for a few seconds.

    There is no need to re - recognize the chassis if there is a channel of port of fabric between the IOM and FI.

    http://www.Cisco.com/en/us/docs/unified_computing/UCS/SW/GUI/config/Guide/2.0/b_UCSM_GUI_Configuration_Guide_2_0_chapter_0101.html#concept_5D3D88341BFB43468B62B5A77876C67B

    HTH

    Padma

  • FI 6296: Server Ports module extension?

    Hello

    I have read

    http://www.Cisco.com/en/us/docs/unified_computing/UCS/SW/CLI/config/Guide/2.0/b_UCSM_CLI_Configuration_Guide_2_0_chapter_0101.PDF

    Server ports

    Ports on the server to manage data traffic between the interconnection of fabric and maps on servers.

    You can only configure ports of server on the fixed port module. Plug-ins do not include the server ports.

    means I can use just 48 port fixed module to connect the chassis. If I want to connect 4 link to the IOM 2204, I can connect only 12 chassis?

    I do not understand this limitation...?

    Thank you very much

    Nicolas.

    Hello Nicolas,.

    You can configure ports on expansion as 'server port' type modules in the 62XX FI series.

    http://www.Cisco.com/en/us/docs/unified_computing/UCS/SW/GUI/config/Guide/2.1/b_UCSM_GUI_Configuration_Guide_2_1_chapter_0110.html#concept_EBA4291165434774AB50F91C74633538

    ------------ snip ------------------

    All port types shown are configurable on both the module fixed and expansion, including the server ports that are not configurable on the fabric of the 6100 Series expansion module for interconnection, but can be configured on the fabric of the 6200 series expansion module interconnection.

    --------------------------------------

    HTH

    Padma

  • Stop a server managed using WLST and Node Manager

    Hello

    I use Node Manager (NM) to start my managed servers. After connecting to the Server Admin, I run the command:

    Start ('myserver1', 'Server')

    I check the log file and the console and the managed server shows no error, either it RUNS. The tail of the log file says "SOA platform is running accept queries"

    I'm now trying to write a script to stop for the same managed servers. I connect to the Node Manager via wlst, connect to the Admin Server successfully and deliver:

    Shutdown ('myserver', 'Server')

    Here is the error I see in the managed server log file:

    [JCABindingManager]: this operation is not supported for JCA base MDB.

    The managed server then passes State SUSPENDED.

    I have renamed the data files, cache and tmp, restarted the server and once again tried to arrest him, but the same thing happened.

    Any suggestion is appreciated.

    Thank you

    Andy

    What happens if you add strength = "true" as an additional parameter for your

    stop command?

  • What heppens if we start ManagedServer (e.g. SOA server) before Admin Server?

    What heppens if we start ManagedServer (e.g. SOA server) before Admin Server?

    Thank you

    Hello

    To prevent the server from Administration to become a single point of failure, managed servers can still function without the presence of a management server running. Starting a server managed, he contacted the management server to retrieve its configuration information. If a managed server is unable to connect to the Administration server specified during startup, it can directly retrieve its configuration by reading a copy of the config.xml file and other files located on the managed server file system.

    A managed server that begins this way runs in mode Managed Server independence . In this mode, a server uses the cached application files to deploy applications that are targeted on the server. You cannot change the configuration of the managed server until it is able to re-establish communication with the management server. For more information, see Server recovery failed. Managed servers failover is applicable to servers in cluster and non-clustered.

    This blogpost can also be interesting for you: WebLogic Server Infomania: is my point of failure single management server?

    Danilo

  • How to get the server port in the operation of the component.

    Hi all

    How can get port information no server in what component work.

    You can get by using sharedObects

    see this

    http://www.techartifact.com/blogs/2013/10/get-intradoc-server-port-in-custom-component-in-WebCenter-content-UCM.html

  • 11g BI Desktop Publisher start admin server error


    HI guys,.

    We installed 11g BI Desktop Publisher. We try to start the server weblogic through commands

    in the below location C:\BIP\bip\server\domains\bipdomain\bin\startWeblogic.cmd

    At the time of leaving, we get an error below

    C:\BIP\bip\server\domains\bipdomain > startWebLogic.cmd

    Arguments of memory in JAVA:-Xms512m-Xmx512m

    Start mode of WLS = development

    CLASSPATH=C:\BIP\bip\jre6\lib\tools.jar; C:\wlserver\server\lib\weblogic_sp.jar; C:\wlserver\server\lib\weblogic.jar; C:\modules\features\weblogic. Server.modules_10.3.5.0.jar; C:\wlserver\server\lib\webservices.jar; C:\modules\org. Apache.ant_1.7

    .1/lib/Ant-all.jar; C:\modules\net. SF.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar; C:\wlserver\common\derby\lib\derbynet.jar; C:\wlserver\common\derby\lib\derbyclient.jar; C:\wlserver\server\lib\xqrl.jar; C:\wlserver\common\derby\lib\derbynet.jar; C:\wlserver\common\derby\lib\derbyclient.jar; C:\wlserver\server\lib\xqrl.jar;

    C:\BIP\bip\jre6\lib\tools.jar; C:\wlserver\server\lib\weblogic_sp.jar; C:\wlserver\server\lib\weblogic.jar; C:\modules\features\weblogic. Server.modules_10.3.5.0.jar; C:\wlserver\server\lib\webservices.jar; C:\modules\org. Apache.ant_1.7.1/lib/Ant

    -all.jar; C:\modules\net. SF.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar; C:\wlserver\common\derby\lib\derbynet.jar; C:\wlserver\common\derby\lib\derbyclient.jar; C:\wlserver\server\lib\xqrl.jar

    PATH =; C:\wlserver\server\native\win\32; C:\wlserver\server\bin; C:\modules\org. Apache.ant_1.7.1\Bin; C:\BIP\bip\jre6\jre\bin; C:\BIP\bip\jre6\bin; C:\wlserver\server\native\win\32; C:\wlserver\server\bin; C:\modules\org. Apache.ant_1.7.1\Bin; C:\BIP\bip\jre6\jre\bin; C:\BIP\bip\jre6\bin; C:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\wlserver\server\native\win\32\oci920_8; C:\wlserver\server\native\win\32\oci920_8

    ***************************************************

    * To start WebLogic Server, use a username and * password assigned to an administrator-level user.  For * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic Java version: java version "1.6.0_31".

    Java (TM) SE Runtime Environment (build 1.6.0_31 - b05)

    Java for 64-bit Server VM (build 20, 6 - b01, mixed mode)

    WLS starting with line:

    C:\BIP\bip\jre6\bin\java-Xms512m-Xmx512m-Dweblogic.name=bipserver - Djava

    . Security.Policy=C:\wlserver\server\lib\weblogic. Policy-da-Dplatform.home=C:\wlserver-Dwls.home=C:\wlserver\server-Dweblogic.home=C:\wlserver\server - Dw

    eblogic. Management.Discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-da-Dplatform.home=C:\wlserver-Dwls.home=C:\wlserver\server-Dweblogic.home=C:\wlserver\server-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole= weblogic. Server

    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic Server

    Caused by: java.lang.ClassNotFoundException: weblogic. Server

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    The main class is not found: weblogic. Server.  Program ends.

    Stopping Server Derby...

    Derby server stopped.

    Please suggest to solve this problem.

    Concerning

    Flo

    HI guys,.

    We try to start the service by using the prompt, at the time that we get an error.

    Menu--> programs start services using the "Start Stop & BI Services" from the windows and then the administrator of the server has been started & we are able to access the url to BI average while we try to start and stop.

    But my concern is that the weblogic server should also be started from the command prompt.

    Concerning

    Flo

  • Help Server port security...

    I have install a VMware View virtual security server in our environment.  I install a second vSwitch use DMZ on the host computer and it gave a new group of ports for use of the DMZ.  Security Server VM uses the new DMZ port group.  I have that a dedicated server will switch to DMZ, then back to the DMZ port on our firewall.

    Our firewall is managed by our ISP (I'm a one man IT Department in a large (for a computer scientist, in any case) environment so it helps me to deal with other tasks).  After talking with them several times, they assure me that everything is configured correctly so that there must be a problem with my VMware setup which I don't see.

    I have an external IP address dedicated to security server I've had linking an internal IP on a DMZ subnet dedicated by the first paragraph.  I open ports UDP and TCP 80, 553-4172 for security server and also to pass these same ports on our view connection server that is located on our private network.  (I've changed port 443 by default to 553 as my original thought was that something must be blocking 443 on the side of VMware)

    I am with them in that port rules are simple to set up-side firewall so I do not know there is no problem, especially after talking with four different technicians who all looked Setup and confirm that it was accurate.

    If I do a scan of port of the outer harbour, 4172 appear as being open, but when I scan port 553 it is closed.  This drives me batty as it doesn't seem to be much to screw - up in terms of setting this up.

    I'm also curious how to require the use of RSA devices only for the customers who connect throug Security Server.  If I place a replica of connection to the server, will not be the same configuration be used on both servers, which means that I couldn't activate RSA on the other without having to be on the other?

    Thank you!

    Hi dyeltonDC,

    I guess you did a lot of configuration errors including an ExternalURL.

    Please go through this doc and video http://communities.vmware.com/docs/DOC-14974

    Clearly, this article explains how to configure PCoIP Secure Gateway and desktop access other components using Protocol PCoIP external network.

    Have alook at www.vmware.com/pdf/view-46-architecture-planning. PDF page 60 for detailed deployment sight firewall rules all using DMZ

    Everything should work properly once you configure the display according to these guidelines.

    -Noble

Maybe you are looking for