Remote start arguments and nodemanager

Hi,
if we provide the value '-ms96m -mx128m' for 'Arguments' under <domain>-Servers-<server>-Configuration-Remote
Start we get the following error:
<BaseProcessControl: saving process id of Weblogic Managed server 'condor-1',
pid: 16388>
Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified
Child exited
Without any arguments the server starts with the heap-configuration of the nodemanager.
How do we have to provide a different setting?
Btw. we had to change the startNodeManager.sh-script to get things running. Without
exporting CLASSPATH and PATH we were unable to start java with an ld.so.1-error.
Regards,
Christian
WLS 6.1sp1, Solaris 2.6

Hi,
if we provide the value '-ms96m -mx128m' for 'Arguments' under <domain>-Servers-<server>-Configuration-Remote
Start we get the following error:
<BaseProcessControl: saving process id of Weblogic Managed server 'condor-1',
pid: 16388>
Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified
Child exited
Without any arguments the server starts with the heap-configuration of the nodemanager.
How do we have to provide a different setting?
Btw. we had to change the startNodeManager.sh-script to get things running. Without
exporting CLASSPATH and PATH we were unable to start java with an ld.so.1-error.
Regards,
Christian
WLS 6.1sp1, Solaris 2.6

Similar Messages

  • Remote start petstore using NodeManager

              Hi,
              I am using weblogic 6.1 and remotely deployed pet store application on a different
              machine using NodeManager. When I try to start the petStoreServer from local admin
              console, I got following error:
              Could not create pool connection. The DBMS driver exception was:
              SQL Exception: Database 'petStore' not found.
                   at c8e.k.j.l_(Unknown Source)
                   at c8e.k.j.l_(Unknown Source)
                   at c8e.k.j.n(Unknown Source)
                   at c8e.k.q.<init>(Unknown Source)
                   at c8e._b.e.<init>(Unknown Source)
                   at c8e._b.c.getNewLocalConnection(Unknown Source)
                   at c8e.k.v.connect(Unknown Source)
                   at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
                   at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
                   at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
                   at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
                   at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
                   at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
                   at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
                   at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy0.updateDeployments(Unknown Source)
                   at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
                   at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
                   at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy47.start(Unknown Source)
                   at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
                   at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
                   at weblogic.management.Admin.finish(Admin.java:590)
                   at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
                   at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
              Any hint?
              Thanks,
              Cathy
              Covasoft, Inc.
              1250 S. Capital of Texas Hwy.
              Bldg. 1, Suite 240
              Austin, Texas 78746
              Office: 512.732.7860
              Fax: 512.732.7832
              

    Just add the property (-Dcloudscape....) as an extra argument to the jvm
              startup parameters in the remote start tab of the remote server. That should
              work as hte nodemanager just uses what settings are there in hte remote
              start to create a server instance.
              -Sabha
              "Cathy" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Thanks for the quick reply. The directory for the petStore database is
              there on
              > the remote machine. I can't deloy datasource to the target server, since
              the connection
              > pool is not created yet due to the database error.
              >
              > The problem I found was that the remote server I started was not the one
              from
              > remote startPetStore.cmd, since the properties from that script is not
              overrided
              > or picked up ( including the cloudscape.system.home). I set up the remote
              server
              > from the admin server console "remote start". Ant hint to make sure the
              admin
              > server remote start use the correct script on the remote machine?
              >
              > Thanks,
              > Cathy
              >
              >
              >
              > "Anand Byrappagari" <[email protected]> wrote:
              > >Cathy,
              > >
              > > If you
              > >have -Dcloudscape.system.home=<BEA_HOME>\samples\eval\cloudscape\data
              > >set
              > >then is there a directory called
              > ><BEA_HOME>\samples\eval\cloudscape\data\petStore present on the remote
              > >server machine? If not you have not created the petStore database.
              > >
              > > The only other thing I can think of is that the connection
              > >pool/datasource are not targeted to the remote server but these errors
              > >usually throw a different exception.
              > >
              > >-- Anand
              > >
              > >
              > >"Cathy" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Thanks for the reply. Actually, I have set this property for the remote
              > >server
              > >> with the right path. But I still got the same error. Any other hints?
              > >>
              > >> Thanks,
              > >> Cathy
              > >>
              > >> "Sabha" <[email protected]> wrote:
              > >> >Make sure you have set the cloudscape home directory in the startup
              > >script:
              > >> >
              > >> >-Dcloudscape.system.home=<BEA_HOME>\samples\eval\cloudscape\data
              > >> >
              > >> >-Sabha
              > >> >
              > >> >
              > >> >"Cathy" <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >>
              > >> >> Hi,
              > >> >>
              > >> >> I am using weblogic 6.1 and remotely deployed pet store application
              > >> >on a
              > >> >different
              > >> >> machine using NodeManager. When I try to start the petStoreServer
              > >from
              > >> >local admin
              > >> >> console, I got following error:
              > >> >>
              > >> >> Could not create pool connection. The DBMS driver exception was:
              > >> >> SQL Exception: Database 'petStore' not found.
              > >> >> at c8e.k.j.l_(Unknown Source)
              > >> >> at c8e.k.j.l_(Unknown Source)
              > >> >> at c8e.k.j.n(Unknown Source)
              > >> >> at c8e.k.q.<init>(Unknown Source)
              > >> >> at c8e._b.e.<init>(Unknown Source)
              > >> >> at c8e._b.c.getNewLocalConnection(Unknown Source)
              > >> >> at c8e.k.v.connect(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
              o
              > >n
              > >> >EnvFactory.java:193)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
              o
              > >n
              > >> >EnvFactory.java:134)
              > >> >> at
              > >>
              >
              >>weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
              > >j
              > >> >ava:698)
              > >> >> at
              > >>
              >
              >>weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:2
              8
              > >2
              > >> >)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:6
              2
              > >3
              > >> >)
              > >> >> at
              weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploymen
              t
              > >T
              > >> >arget.java:329)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployme
              n
              > >t
              > >> >Target.java:279)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments
              > >D
              > >> >eploymentTarget.java:233)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deplo
              y
              > >m
              > >> >entTarget.java:193)
              > >> >> at java.lang.reflect.Method.invoke(Native Method)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
              p
              > >l
              > >> >..java:636)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
              > >6
              > >> >21)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
              e
              > >a
              > >> >nImpl.java:359)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > >> >> at $Proxy0.updateDeployments(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.management.configuration.ServerMBean_CachingStub.updateDeployment
              s
              > >(
              > >> >ServerMBean_CachingStub.java:2761)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Ap
              p
              > >l
              > >> >icationManager.java:370)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationMana
              g
              > >e
              > >> >r.java:160)
              > >> >> at java.lang.reflect.Method.invoke(Native Method)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
              p
              > >l
              > >> >..java:636)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
              > >6
              > >> >21)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
              e
              > >a
              > >> >nImpl.java:359)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > >> >> at $Proxy47.start(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.management.configuration.ApplicationManagerMBean_CachingStub.star
              t
              > >(
              > >> >ApplicationManagerMBean_CachingStub.java:480)
              > >> >> at
              weblogic.management.Admin.startApplicationManager(Admin.java:1180)
              > >> >> at weblogic.management.Admin.finish(Admin.java:590)
              > >> >> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
              > >> >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
              > >> >>
              > >> >> Any hint?
              > >> >>
              > >> >> Thanks,
              > >> >> Cathy
              > >> >>
              > >> >> Covasoft, Inc.
              > >> >> 1250 S. Capital of Texas Hwy.
              > >> >> Bldg. 1, Suite 240
              > >> >> Austin, Texas 78746
              > >> >> Office: 512.732.7860
              > >> >> Fax: 512.732.7832
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • Errors while starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The
    loading of the trusted certificate list raised a certificate parsing exception
    PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading
    of the trusted certificate list raised a certificate parsing exception PKIX: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Please try the following article... (With Node Manager Communication type as "Plain" because it looks like you are getting PKIX security certificate chain message ) Just to isolate the issue
    Topic: Start AdminServer And NodeManager Using WLST
    http://middlewaremagic.com/weblogic/?p=6580
    Thanks
    Ravish Mody

  • Weblogic Admin server - Configuration/Server Start/Arguments ignored?

    Hi,
    I'm trying to specify a http proxy for a WebLogic Admin Server in order for an application to access external resources. I've placed the settings into the "Server Configuration / Server Start / Arguments", and verified that they have been saved into the config/config.xml file for that domain:
    <server-start>
    <arguments>-Dhttp.proxyHost=[XXXX] -Dhttp.proxyPort=8080</arguments>
    <password-encrypted>[XXXX]</password-encrypted>
    </server-start>
    However, no matter how I start the server, these settings are ignored despite that the documentation states these should be added to the java command line.
    starting weblogic with Java version:
    java version "1.6.0_19"
    Java(TM) SE Runtime Environment (build 1.6.0_19-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 16.2-b04, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath weblogic.Server
    As a test I created a new managed server in the same domain, specifying the same startup properties, and they were picked up during startup.
    If I manually place the settings into the bin/setDomainEnv.cmd batch file for the domain they are also picked up and work.
    Is there an undocumented restriction on Admin Servers that they ignore the "Server Start / Arguments" setting, or is there something else I can check as to why this is not working?
    Many thanks,
    - Micha.

    Umm... I already pasted the relevant snippet out of the config.xml, but following is the entire file. The startup arguments, as specified in the admin console, are:
    -Dhttp.proxyHost=[XXXXXXXX] -Dhttp.proxyPort=8080
    which matches what is saved in the config.xml.
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
    <name>wls_starter</name>
    <domain-version>10.3.2.0</domain-version>
    <security-configuration>
    <name>wls_starter</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>[XXXXXXXXXX]</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>[XXXXXXXX]</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <max-http-message-size>-1</max-http-message-size>
    <ssl>
    <enabled>false</enabled>
    </ssl>
    <log>
    <file-name>logs/AdminServer.log</file-name>
    <rotation-type>bySize</rotation-type>
    <number-of-files-limited>true</number-of-files-limited>
    <file-count>7</file-count>
    <file-min-size>500</file-min-size>
    <rotate-log-on-startup>true</rotate-log-on-startup>
    <logger-severity>Trace</logger-severity>
    <logger-severity-properties></logger-severity-properties>
    <log-file-severity>Info</log-file-severity>
    <stdout-severity>Info</stdout-severity>
    <domain-log-broadcast-severity>Notice</domain-log-broadcast-severity>
    <memory-buffer-severity>Debug</memory-buffer-severity>
    <log4j-logging-enabled>false</log4j-logging-enabled>
    <redirect-stdout-to-server-log-enabled>false</redirect-stdout-to-server-log-enabled>
    <domain-log-broadcaster-buffer-size>1</domain-log-broadcaster-buffer-size>
    </log>
    <machine>[XXXXXXXXXX]</machine>
    <listen-port>8080</listen-port>
    <listen-port-enabled>true</listen-port-enabled>
    <web-server>
    <frontend-http-port>0</frontend-http-port>
    <frontend-https-port>0</frontend-https-port>
    <keep-alive-enabled>true</keep-alive-enabled>
    <keep-alive-secs>30</keep-alive-secs>
    <https-keep-alive-secs>60</https-keep-alive-secs>
    <post-timeout-secs>30</post-timeout-secs>
    <max-post-size>-1</max-post-size>
    <send-server-header-enabled>false</send-server-header-enabled>
    <wap-enabled>false</wap-enabled>
    <accept-context-path-in-get-real-path>false</accept-context-path-in-get-real-path>
    </web-server>
    <listen-address></listen-address>
    <java-compiler>javac</java-compiler>
    <tunneling-enabled>false</tunneling-enabled>
    <tunneling-client-ping-secs>45</tunneling-client-ping-secs>
    <tunneling-client-timeout-secs>40</tunneling-client-timeout-secs>
    <server-start>
    <arguments>-Dhttp.proxyHost=[XXXXXXXX] -Dhttp.proxyPort=8080</arguments>
    <password-encrypted>[XXXXXXX]</password-encrypted>
    </server-start>
    <server-life-cycle-timeout-val>30</server-life-cycle-timeout-val>
    <startup-timeout>0</startup-timeout>
    <graceful-shutdown-timeout>30</graceful-shutdown-timeout>
    <ignore-sessions-during-shutdown>false</ignore-sessions-during-shutdown>
    <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
    </server>
    <embedded-ldap>
    <name>wls_starter</name>
    <credential-encrypted>[XXXXXXXXXX]</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.2.0</configuration-version>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <machine>
    <name>[XXXXXXXXXX]</name>
    </machine>
    <jms-server>
    <name>WseeJmsServer</name>
    <target>AdminServer</target>
    <persistent-store>WseeFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <persistent-store>WseeFileStore</persistent-store>
    </jms-server>
    <self-tuning>
    <work-manager>
    <name>weblogic.wsee.mdb.DispatchPolicy</name>
    <target>AdminServer</target>
    </work-manager>
    </self-tuning>
    <file-store>
    <name>WseeFileStore</name>
    <directory>WseeFileStore</directory>
    <target>AdminServer</target>
    </file-store>
    <jms-system-resource>
    <name>WseeJmsModule</name>
    <target>AdminServer</target>
    <sub-deployment>
    <name>BEA_JMS_MODULE_SUBDEPLOYMENT_WSEEJMSServer</name>
    <target>WseeJmsServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/wseejmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <sub-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>[XXXXXXXXXX]</target>
    </sub-deployment>
    <descriptor-file-name>[XXXXXXXXXX]</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <descriptor-file-name>[XXXXXXXXXX]</descriptor-file-name>
    </jdbc-system-resource>
    <saf-agent>
    <name>ReliableWseeSAFAgent</name>
    <target>AdminServer</target>
    <store>WseeFileStore</store>
    </saf-agent>
    </domain>

  • Viper remote start model 4103V

    I have Mitsubishi Endeavor 2007 with manufacturer alarm I am checking to see if anyone know if this remote start will require extra part and cost for installation?
    Thanks

    Hi sawwas,
    I apologize for the delay in responding. If you haven't already gotten your answer to the cost for the remote start parts and install I would recommend that you stop at your nearby Best Buy Install Bay and talk to the techs. They will be able to give you a definitive answer on cost. Thank you,
    Marti|Social Media Specialist | Best Buy® Corporate
     Private Message

  • NodeManager Remote Start and the -classic flag

    I've defined a Server and configured Remote Start configuration settings. However, I have need to pass the -classic flag in the arguments. This flag prevents the process from starting. Error follows:
    Unrecognized option: -classic -Xmx256m -Dweblogic.Domain=i2Domain -Dweblogic.ProductionModeEnabled=true -Dweblogic.management.discover=false
    Could not create the Java virtual machine.

    This has been fixed after WLS 61 SP2 went out.
    Either you can wait until SP3 or contact support for a one-off patch.
    Kumar
    Gregory Sulak wrote:
    I've defined a Server and configured Remote Start configuration settings. However, I have need to pass the -classic flag in the arguments. This flag prevents the process from starting. Error follows:
    Unrecognized option: -classic -Xmx256m -Dweblogic.Domain=i2Domain -Dweblogic.ProductionModeEnabled=true -Dweblogic.management.discover=false
    Could not create the Java virtual machine.

  • Starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The
    loading of the trusted certificate list raised a certificate parsing exception
    PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading
    of the trusted certificate list raised a certificate parsing exception PKIX: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Thank you, Pierluigi for encouraging Middleware Magic Team :)
    manohar, apart from what *"Pierluigi"* has suggested, additionally please notice the following messsage in your StackTrace (whih is basically a NOTICE message but does not look good)
    The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object:In your case it looks like the actual issue is your Certificate which comes by default with JDK. As mentioned in this BUG.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6803022
    Additionally please refer to the following Thread:
    http://forums.oracle.com/forums/message.jspa?messageID=3958098#3958098
    I am suspecting that you need to do the following in order to get rid of Certificate Errors which is the ROOT cause of your issue
    Do the following: After taking a backup of *"$JAVA_HOME/jre/lib/security/cacerts"* file
    cd $JAVA_HOME/jre/lib/security
    cp -p cacerts cacerts.original
    chmod 644 cacerts
    keytool -delete -alias ttelesecglobalrootclass2ca -keystore cacerts
    keytool -delete -alias ttelesecglobalrootclass3ca -keystore cacertsAlso try with Node Manager Communication type as "*Plain*" because it looks like you are getting PKIX security certificate chain message, just to isolate the issue.
    Regards,
    Ravish Mody

  • (2) Vehicles - But want to have only ONE FOB for keyless entry and remote start

    I have the following 2 vehicles:
    2003 Dodge Durango RT with automatic transmission
    2006 Volvo V70R with 6-Speed manual transmission
    I am looking to purchase a keyless entry / remote start on BOTH vehicles but use only (1) FOB to control both as I will only be using either vehicle at a time. If I need to use both, I will use 2 FOBs. Is there any current breand or system that can do this, like have switch and can be programmed for more than one vehicles ??? Thank you for any info and God Bless !!!
    Solved!
    Go to Solution.

    VBVAGUY,
    Best Buy has 2 brands that can control 2 cars. Viper and Compustar. You said you would like keyless and remotes start. Are these the only features you are looking for? Security? The system below is a Viper 1-way with around 2000 foot range that offers 2 car mode. They also have a 1 mile range and also a 2-way system. This is a nice feature if you don't have visibility to the vehicle, the remote will tell you if the car started.
    http://www.bestbuy.com/site/viper-1-way-remote-sta​rt-system/6891137.p?id=1218810613502&skuId=6891137
    With any of these system you are also going to need some additional parts and labor. Also because the Volvo has a manual transmission there is a certain sequence you must do every time you park the vehicle. If this is not done the remote start will not work. Doesn't effect the keyless entry.
    Stop in a local Best Buy and speak to the AutoTech. They can educate you on the different model, feature and the manual transmission sequence.

  • Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • Cannot start managed via NodeManager in vanilla BEA 9.2 MP3 install

    We've installed BEA WebLogic 9.2 MP3, created a single domain with a AdminServer and a Single Managed Server that runs on a Machine. We also installed the NodeManager as a Windows Service (windows 2000 server). The AdminServer runs without issue and can is easily accessed.
    When we try to start the Managed Server from the BEA Admin Console, it immediately fails. When we look at the Server logs we see:
    <Mar 4, 2009 3:43:07 PM> <Info> <NodeManager> <Starting WebLogic server with command line: E:\oracle\JROCKI~1\jre\bin\java -Dweblogic.Name=VAP_U742_Server -Djava.security.policy=E:\oracle\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.management.server=http://10.28.231.32:9201 -Djava.library.path=E:\oracle\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;E:\oracle\WEBLOG~1\server\native\win\32;E:\oracle\WEBLOG~1\server\bin;E:\oracle\JROCKI~1\jre\bin;E:\oracle\JROCKI~1\bin;E:\oracle\WEBLOG~1\server\native\win\32\oci920_8;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\NetIQ\Common\bin;E:\bea\jrocki~1\bin;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files\Windows Imaging\ -Djava.class.path=.;E:\oracle\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\oracle\JROCKI~1\lib\tools.jar;E:\oracle\WEBLOG~1\server\lib\weblogic_sp.jar;E:\oracle\WEBLOG~1\server\lib\weblogic.jar;E:\oracle\WEBLOG~1\server\lib\webservices.jar -Dweblogic.system.BootIdentityFile=E:\oracle\user_projects\domains\VAP_U742_Domain\servers\VAP_U742_Server\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false weblogic.Server >
    <Mar 4, 2009 3:43:07 PM> <Info> <NodeManager> <Working directory is "E:\oracle\user_projects\domains\VAP_U742_Domain">
    <Mar 4, 2009 3:43:07 PM> <Info> <NodeManager> <Server output log file is "E:\oracle\user_projects\domains\VAP_U742_Domain\servers\VAP_U742_Server\logs\VAP_U742_Server.out">
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -jrockit     to select the "jrockit" VM
    -client     to select the "client" VM
    -server     to select the "server" VM [synonym for the "jrockit" VM]
    The default VM is jrockit.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    (Note: We are running BEA Weblogic 8.1 using JRockit on this server)

    Please make sure the Remort start Arguments have been configured correctly with class path and java arguments.

  • Server start arguments ignored when starting managed server

    Hi
    We have configured a bunch of arguments for the managed server through the Admin Console in the Server->Start Arguments
    However those arguments are not picked up when we are starting the managed server.
    We are using a shell script to start the managed server using the weblogic.Admin class functionality.
    If the arguments are set in the JAVA_OPTIONS of setDomainEnv.sh, then they are picked up when starting the managed server.
    The nodemanager is configured with startScriptEnabled=true and startscript set to startWeblogic.sh.
    This is the scenario in Weblogic 10.0.0.
    Can anybody please explain why the arguments are not picked up?
    We tried the same arguments in Weblogic 10.2 and the arguments are picked up even if they are not configured in setDomainEnv.sh
    Is the difference in behavior because of the difference in versions?
    Edited by: user1030647 on Aug 29, 2010 12:26 AM

    Thanks Jay for the immediate responses.
    The thing I am worried about is it seems the behavior in Weblogic 10.0.2 seems to be in consistent with the behavior in Weblogic 10.0.0.
    In Weblogic 10.0.2, even if the JAVA_OPTIONS in setDomainEnv.sh do not include the paramaters that are set in "Server Start->Arguments", when starting the managed servers, they are picked up as can be seen from the managed server log files.
    However, in Weblogic 10.0.0, it seems that these options are not picked up when they are configured in "Server Start->Arguments". Only when they are configured in setDomainEnv.sh are they picked up.
    Do you have any info which points to this discrepancy?

  • Remote Start classpath

              Hi,
              I have installed an admin server, a managed server and a node manager on a single
              machine. (btw, I'm using WLS7 sp2)
              With the default config, the managed server starts and stops successfully from
              the console. However, I need to specify a classpath for this server to locate
              my log4j configuration file. I've used the "Class Path" field of the "Remote Start"
              tab of my managed server. As soon as a classpath is specified, the managed server
              doesn't start anymore, and I get the following log :
              29 juil. 03 12:22:01 CEST> <Info> <NodeManager@mymachine:5555> <Starting Server
              mydomain::managedserver ...>
              java.lang.NoClassDefFoundError: weblogic/Server
              Exception in thread "main"
              <29 juil. 03 12:22:02 CEST> <Info> <NodeManager@mymachine:5555> <Server mydomain::managedserver
              started, process id = 72 040>
              I've tried different formats for my classpath (c:\mydir, c:/mydir ...), but I
              always get the same error.
              Any clue?
              

              The classpath from the console actually overrides the default classpath (I thought
              it was just appended).
              Adding weblogic.jar solved the problem.
              

  • [wls8.1 sp.3] cannot remote start with node manager on another server

    In this domain run on 2 physical servers in windows 2003. In machine that has admin server can start with node manager but another machine without admin server cannot remote start . when i remote start , the node manager has facing error messages as below:
    # AT "node manager monitoring" in weblogic admin console
    [[NodeManager:300033]Could not execute command ping on the node manager. Reason: weblogic.nodemanager.NodeManagerException: [CommandInvoker: Failed to send command: 'ping to server 'null' to NodeManager at host: 'xxx.xxx.xxx.24:5555' with exception Connection reset by peer.. Please ensure that the NodeManager is active on the target machine].]
    # AT "nodemanger.log" has facing error messages as below:
    <Aug 20, 2008 7:34:07 PM ICT> <Info> <[email protected]:5555> <NodeManage r started, log messages being written into file C:\bea\WEBLOG~1\common\NODEMA~1\ NodeManagerLogs\NodeManagerInternal\nm_server02_08_20_2008-19_34_03.log>
    <Aug 20, 2008 7:59:58 PM ICT> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer server01 - 10.208.50.23 during SSL handsha ke.> <Aug 20, 2008 8:00:11 PM ICT> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer server01 - xxx.xxx.xxx.23 during SSL handsha key.>
    I would REALLY appreciate any suggestions as to what might be the cause or what i could try.
    Thanks ....

    Hi,
    It is up to you to decide whether you want to use nodemanager or not.
    It does not make any difference if the server is started via script or nodemanager.
    if i want everything (AS, MS, and NM) to come up at server boot i need to set each of them up as windows services (which is what i have at the moment) but this wont allow me to use the node manager ==> Yes this statement is correct.
    You can either set AS and MS as windows service (or) AS and nodemanager as service.
    Thanks,
    Sharmela

  • IOS Remote Desktop app and computers connected to SBS 2008--can't get it to work

    I can connect directly to the server without a remote resource in the IOS app.
    But I'd like to be able to connect to computers in the office like we can through RWW. RWW works fine, but not from my phone. (Yes I can connect to the server and take over computers from the phone but I don't want other people in the office to log
    into the server first!).
    I can never get the remote resources section in the app to connect. I usually get "Unable to locate any remote resources for the URL". error in the resources section. I've tried a simple "https://remote.domain.com", "https://remote.domain.com:987",
    etc.  
    We have a self-signed certificate. I can't think of anything in the server setup that is anything other than normal.
    I can do direct connect using "Remote Desktop Connection" in windows 7. In the remote desktop server settings I just put remote.domain.com and "Ask for password (NTLM)" for the login method. Then on the general tab I have just the
    simple computer name and the domain\username. That's all I had to setup to get that to work.
    Any suggestions?

    Hi Michael,
    Thank you for posting in Windows Server Forum.
    Have you setup RD Gateway server in your environment? Are you trying to access the RWW through it?
    On server side you can choose “Bypass RD Gateway server for local addresses” under RemoteApp manager and check the result.
    For more information, you can check below links for detail.
    Remote Desktop Client on iOS: FAQ
    http://technet.microsoft.com/en-us/library/dn473015.aspx
    Getting Started with Remote Desktop Client on iOS
    http://technet.microsoft.com/en-us/library/dn473013.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • I am trying to build a basic TCL skeleton script that reads a remote SNMP OID and displays the value on the screen.

    I am trying to build a basic TCL skeleton script that reads a remote SNMP OID and displays the value on the screen.
    I don't want it to be an EEM Event, I just want to run it from the (tcl)# prompt.
    So I guess I'm asking if you can use cli_exec and other commands in the "namespace import ::cisco::eem::*" in a normal non-EEM script - can I do that?
    This is the error I get:
    OTN.159(tcl)#source flash:TCL_SNMP_Remote_Read.tcl
    invalid command name "::cisco::eem::event_register_none"             ^
    % Invalid input detected at '^' marker.
    What am I missing?
    =================  TCL_SNMP_Remote_Read.tcl  ==============================
    ::cisco::eem::event_register_none
    namespace import ::cisco::eem::*
    namespace import ::cisco::lib::*
    if [catch {cli_open} RESULT]
        { error $RESULT $errorInfo }
        else { array set cli1 $RESULT }
    if [catch {cli_exec $cli1(fd) "snmp get v2c 192.168.1.100 public timeout 1 oid 1.3.6.1.2.1.1.1.0" } RESULT]
           { error $RESULT $errorInfo  }
           else { set SnmpSysDesc $RESULT }
    if [catch {cli_close $cli1(fd) $cli1(tty_id)} RESULT] {
                error $RESULT $errorInfo
    puts $SnmpSysDesc
    =========================================================================
    In the sho-run config I have:
    event manager directory user policy "flash:/"
    event manager session cli username "cisco"
    Any help to get me started would be greatly appreciated!
    Tim

    If you don't want an EEM policy, then don't use any of the EEM constructs.  Instead, all you need is this:
    set output [exec "snmp get v2c 192.168.1.100 public timeout 1 oid 1.3.6.1.2.1.1.1.0"]puts $output

Maybe you are looking for

  • How to configure HTTP Proxy

    I want XE to validate DTD references made in XML schema definitions. Metalink note 262708.1 refers to setting HTTP_PROXY environment variable/Registry value to do this through corporate firewalls. Can I set this in XE? If so, how is it done on Window

  • Personal Oracle8.0 and Forms5.0

    Hi all, I installed Forms5.0 and Personal Oracle8.0 on my PC. I could connect to the Oracle instance using SQL*Plus8.0. But when I tried to connect to the Oracle Instance with Forms Builder I could not!. Well, I could connect to Personal Oracle7.0 wi

  • When i open itunes the screen goes weird

    when i open itunes on my desk top the screen goes weird as in all pixalated. Can anyone help Please

  • Firefox 4.0beta12pre to run in Linux Terminal name ?

    I use a Linux system, the Firefox version 4.0beta12pre, I want to know to run it in the exact name of the terminal, thank you.

  • Making accounts mandatory for folders

    Hi all, I have in the standard profile a bunch of mandatory fields (including Account), when i create a folder out of all mandatory fields it only complains for Security Group if left empty. Is there any way I can make it complain about Account too?