Disabling IIOP

We are on weblogic 7.0, jdk1.3.1_03, solaris 8. How do we disable IIOP from the
admin and managed servers?
Shiva.

"Shiva Paranandi" <[email protected]> writes:
We are on weblogic 7.0, jdk1.3.1_03, solaris 8. How do we disable IIOP from the
admin and managed servers?On the server MBean you can set IIOPEnabled="false"
andy

Similar Messages

  • Simple RMI/IIOP app : "no security manager: RMI class loader disabled"

    Hello colleagues!
    I do not understand the problem at all, and asking for your kind help.
    This is my first code for RMI/IIOP. We are using JBoss as application server.
    What I've done :
    1) created test.Command interface , extending Remote
    2) created test.CommandImpl , implementing above mentioned interface and java.io.Serializable, and extending javax.rmi.PortableRemoteObject.
    BTW, Serializable is not implemented in some tutorials, but absence of Serializable causes NotSerializableException when trying to rebind (next step).
    3) in server code, created initial context and called
    context.rebind("test/Command",new CommandImpl());
    4) Ran rmic -iiop test.CommandImpl . A result was two new cass files, CommandImplTie.class and CommandStub.class , both are also in package "test".
    5) Created remote client and put CommandStub.class to client
    classpath (under package "test", too).
    6) In client code, initialized the context and called
    context.lookup("test/Command").
    On this line (lookup), the following exception is being raised :
    javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: test.CommandImpl (no security manager: RMI class loader disabled)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:368)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:161)
         at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:631)
         at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:257)
         at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:200)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1513)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
         at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
         at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:514)
         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
    Is _Stub class all that client needs from server classes, to obtain
    the reference ? I tried to put _Tie also to client, but with the same result.
    All Jndi paths to JBoss server are correct, as I've used them successfully in other applications.
    Many thanks in advance,
    Daniel

    Next few words to the topic.
    I made tests with canonical RMI/IIOP tutorial from Sun.
    When I use Sun's ORB (orbd.exe) , everything work fine. I started
    orbd on the same PC as JBoss, and client and server are running
    remotely.
    But with JBoss ORB, I have the same exception as described above.
    Server starts and registers in JNDI successfully, but client can not
    obtain a remote reference. Exception is being thrown on
    context.lookup().
    So the difference is definitely in security managers for two ORBs.
    I also tried to create new RMISecurityMananger and set it, but with
    no effect.
    Any ideas ?
    TIA,
    Daniel.

  • Getting "Pool is disabled" error.  How do I enable the pool?

    Hi,
    I'm running WebLogic 9.2.2, Solaris 9, with Oracle 10 database. I noticed I was no longer able to make connections to my data source. When I open my data source in the WL admin console, go to testing, select it, and click the "Test Data Source" button, I get this error ...
    Test of NPSIM_DS_1 on server nps-db-ms-1 failed, reason:
    weblogic.common.resourcepool.ResourceDisabledException: Pool NPSIM_DS_1 is disabled, cannot allocate resources to applications.. at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:317) at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:294) at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:468) at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:357) at weblogic.jdbc.common.internal.DataSourceRuntimeMBeanImpl.testPool(DataSourceRuntimeMBeanImpl.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:411) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149) at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149) at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:426) at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375) at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310) at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410) at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81) at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247) at java.security.AccessController.doPrivileged(Native Method) at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350) at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784) at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:436) at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:58) at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:975) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    So it says, "Pool NPSIM_DS_1 is disabled". But when I open my "Connection Pool" tab, I don't see anything that indicates enabled/disabled. How do I troubleshoot this further and "enable" my connection pool?
    - Dave

    Hi Attaching the logs for your diagnosis..... If you need any further details, please do write.
    ####<Mar 2, 2010 3:30:01 PM GMT+05:30> <Info> <Diagnostics> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267524001870> <BEA-320145> <Size based data retirement operation completed on archive EventsDataArchive. Retired 8 records in 1,547 ms.>
    ####<Mar 2, 2010 3:32:05 PM GMT+05:30> <Error> <HTTP> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267524125241> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@13ac0ac4 - appName: 'IB19012009', name: '/', context-path: '', spec-version: 'null'] Servlet failed with Exception
    java.lang.NullPointerException
         at ibs.servlets.IBSPersonalOptionServlet.performTask(IBSPersonalOptionServlet.java:902)
         at ibs.servlets.IBSPersonalOptionServlet.doGet(IBSPersonalOptionServlet.java:71)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
         at xss.utilities.XSSFilter.doFilter(XSSFilter.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Mar 2, 2010 3:51:20 PM GMT+05:30> <Warning> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267525280766> <BEA-001153> <Forcibly releasing inactive connection "weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_OracleConnection@1ae1a6" back into the connection pool "ibs", currently reserved by: java.lang.Exception
         at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:308)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:292)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:425)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:316)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:106)
         at weblogic.jdbc.pool.Driver.connect(Driver.java:149)
         at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:642)
         at weblogic.jdbc.jts.Driver.connect(Driver.java:124)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:338)
         at ibs.utilities.IBSDbUtil.getDbConnection(IBSDbUtil.java:90)
         at cb.servlets.CBLoginServlet.handleValidationRequest(CBLoginServlet.java:658)
         at cb.servlets.CBLoginServlet.performTask(CBLoginServlet.java:1993)
         at cb.servlets.CBLoginServlet.doPost(CBLoginServlet.java:75)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>
    ####<Mar 2, 2010 3:57:20 PM GMT+05:30> <Warning> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267525640770> <BEA-001153> <Forcibly releasing inactive connection "weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_OracleConnection@1b5c07" back into the connection pool "ibs", currently reserved by: java.lang.Exception
         at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:308)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:292)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:425)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>
    ####<Mar 2, 2010 4:06:54 PM GMT+05:30> <Error> <HTTP> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267526214815> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@13ac0ac4 - appName: 'IB19012009', name: '/', context-path: '', spec-version: 'null'] Servlet failed with Exception
    java.lang.NullPointerException
         at cb.servlets.CBLoginServlet.performTask(CBLoginServlet.java:1728)
         at cb.servlets.CBLoginServlet.doPost(CBLoginServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:43)
         at xss.utilities.XSSFilter.doFilter(XSSFilter.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Mar 2, 2010 4:30:00 PM GMT+05:30> <Info> <Diagnostics> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267527600317> <BEA-320144> <Size based data retirement operation started on archive HarvestedDataArchive>
    ####<Mar 2, 2010 4:30:00 PM GMT+05:30> <Info> <Diagnostics> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267527600317> <BEA-320143> <Scheduled 1 data retirement tasks as per configuration.>
    ####<Mar 2, 2010 4:57:15 PM GMT+05:30> <Error> <HTTP> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267529235421> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@13ac0ac4 - appName: 'IB19012009', name: '/', context-path: '', spec-version: 'null'] Servlet failed with Exception
    java.lang.NullPointerException
         at cb.servlets.CBLoginServlet.performTask(CBLoginServlet.java:1728)
         at cb.servlets.CBLoginServlet.doPost(CBLoginServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Mar 2, 2010 4:58:50 PM GMT+05:30> <Warning> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267529330762> <BEA-001153> <Forcibly releasing inactive connection "weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_OracleConnection@2288d7" back into the connection pool "ibs", currently reserved by: java.lang.Exception
         at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:308)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:292)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>
    ####<Mar 2, 2010 5:19:53 PM GMT+05:30> <Info> <messaging.interception> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530593378> <BEA-400000> <Initializing message interception service>
    ####<Mar 2, 2010 5:19:54 PM GMT+05:30> <Info> <Store> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530594643> <BEA-280050> <Persistent store "_WLS_eBWServer1" opened: directory="E:\bea\user_projects\domains\appdomain\servers\eBWServer1\data\store\default" writePolicy="Direct-Write" blockSize=512 directIO=true driver="wlfileio2">
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595096> <BEA-001135> <Initializing the JDBC service.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595159> <BEA-001137> <Initialization complete.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595159> <BEA-001138> <Resuming the JDBC service.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595159> <BEA-001140> <Resume complete.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <Connector> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595221> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <Connector> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595221> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JMS> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595409> 5:19:55 PM GMT+05:30> <Info> <WebService> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595784> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <WebService> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595784> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <JMX> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595940> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.1.33.143:6001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Mar 2, 2010 5:19:55 PM GMT+05:30> <Info> <Management> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530595971> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = E:\bea\WLSERV~1.3\server\lib\webservices.jar;E:\bea\WLSERV~1.3\server\lib\itext-1.3.jar;E:\bea\WLSERV~1.3\server\lib\jxl.jar;E:\bea\WLSERV~1.3\server\lib\calendrica.jar;E:\bea\WLSERV~1.3\server\lib\scheduling.jar;E:\bea\WLSERV~1.3\server\lib\opencsv-1.2.jar;E:\bea\WLSERV~1.3\server\lib\XSSFilter.jar;E:\bea\WLSERV~1.3\server\lib\ojdbc14.jar;;E:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JRMC-3~1.0\lib\tools.jar;E:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\bea\WLSERV~1.3\server\lib\weblogic.jar;E:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;E:\bea\WLSERV~1.3\server\lib\webservices.jar;E:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;E:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;E:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;E:\bea\WLSERV~1.3\server\lib\xqrl.jar;;
    java.class.version = 50.0
    java.endorsed.dirs = C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\endorsed
    java.ext.dirs = C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\ext
    java.home = C:\PROGRA~1\Java\JRMC-3~1.0\jre
    java.io.tmpdir = C:\DOCUME~1\IAPPSA~1\LOCALS~1\Temp\
    java.library.path = C:\PROGRA~1\Java\JRMC-3~1.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;E:\bea\patch_wls1030\profiles\default\native;E:\bea\patch_cie660\profiles\default\native;E:\bea\WLSERV~1.3\server\native\win\x64;E:\bea\WLSERV~1.3\server\bin;E:\bea\modules\ORGAPA~1.5\bin;C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin;C:\PROGRA~1\Java\JRMC-3~1.0\bin;C:\Program Files (x86)\CA\SC\CORA\;C:\Program Files (x86)\CA\SC\CAWIN\;C:\PROGRA~2\CA\SC\ETPKI\lib;E:\oracle\ora92\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Program Files (x86)\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\;C:\Program Files\Java\;C:\Program Files (x86)\CA\SC\CsamSockAdapter\\bin;C:\PROGRA~2\CA\SC\CAM\bin;C:\Program Files (x86)\CA\DSM\bin;C:\Program Files (x86)\CA\SC\DTS\bin\;C:\Program Files (x86)\CA\SC\ConstantAccess\;E:\bea\WLSERV~1.3\server\native\win\x64\oci920_8
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.6.0_11-b03
    java.security.policy = E:\bea\WLSERV~1.3\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.vendor = BEA Systems, Inc.
    java.vendor.url = http://www.bea.com/
    java.vendor.url.bug = http://edocs.bea.com/jrockit/go2troubleshooting.html
    java.version = 1.6.0_11
    java.vm.info = compiled mode
    java.vm.name = BEA JRockit(R)
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = BEA Systems, Inc.
    java.vm.vendor.url = http://www.bea.com/
    java.vm.vendor.url.bug = http://edocs.bea.com/jrockit/go2troubleshooting.html
    java.vm.version = R27.6.3-40_o-112056-1.6.0_11-20090318-2104-windows-x86_64
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    kernel.download.enabled = false
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = amd64
    os.name = Windows 2003
    os.version = 5.2
    path.separator = ;
    platform.home = E:\bea\WLSERV~1.3
    sun.arch.data.model = 64
    sun.boot.class.path = C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin\jrockit\jrockit1.6.0.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin\jrockit\jmapi.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin\jrockit\jmxmapi.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin\jrockit\rmp.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin\jrockit\latency.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\resources.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\rt.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\sunrsasign.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\jsse.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\jce.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\lib\charsets.jar;C:\PROGRA~1\Java\JRMC-3~1.0\jre\classes
    sun.boot.library.path = C:\PROGRA~1\Java\JRMC-3~1.0\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = amd64
    sun.desktop = windows
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = Cp1252
    sun.management.compiler = BEA JRockit(R) Optimizing Compiler
    sun.os.patch.level = Service Pack 2
    user.country = US
    user.dir = E:\bea\user_projects\domains\appdomain
    user.home = C:\Documents and Settings\iappsadmin
    user.language = en
    user.name = iappsadmin
    user.timezone = GMT+05:30
    vde.home = E:\bea\user_projects\domains\appdomain\servers\eBWServer1\data\ldap
    weblogic.Name = eBWServer1
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.ext.dirs = E:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;E:\bea\patch_cie660\profiles\default\sysext_manifest_classpath
    weblogic.home = E:\bea\WLSERV~1.3\server
    weblogic.management.discover = false
    weblogic.management.server = http://10.1.33.143:5001
    weblogic.security.SSL.trustedCAKeyStore = E:\bea\wlserver_10.3\server\lib\cacerts
    wls.home = E:\bea\WLSERV~1.3\server
    wlw.iterativeDev = false
    wlw.testConsole = false
    >
    ####<Mar 2, 2010 5:19:58 PM GMT+05:30> <Notice> <WebLogicServer> <IAPPS-DCSVR1> <eBWServer1> <Main Thread> <<WLS Kernel>> <> <> <1267530598471> <BEA-000365> <Server state changed to STANDBY>
    ####<Mar 2, 2010 5:19:58 PM GMT+05:30> <Notice> <WebLogicServer> <IAPPS-DCSVR1> <eBWServer1> <Main Thread> <<WLS Kernel>> <> <> <1267530598471> <BEA-000365> <Server state changed to STARTING>
    ####<Mar 2, 2010 5:19:58 PM GMT+05:30> <Info> <SAFService> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530598518> <BEA-281003> <SAF Service has been initialized.>
    ####<Mar 2, 2010 5:19:58 PM GMT+05:30> <Info> <SAFService> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530598534> <BEA-281002> <SAF Service has been started.>
    ####<Mar 2, 2010 5:19:58 PM GMT+05:30> <Info> <Deployer> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530598549> <BEA-149209> <Resuming.>
    ####<Mar 2, 2010 5:20:00 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530600752> <BEA-001177> <Creating Connection Pool named ibs, URL = jdbc:oracle:thin:@10.1.5.72:6084:ibank2, Properties = user=ebankworks;.>
    ####<Mar 2, 2010 5:20:00 PM GMT+05:30> <Info> <Common> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530600799> <BEA-000625> <The application has disabled periodic testing of free resources in pool "ibs".>
    ####<Mar 2, 2010 5:20:01 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530601846> <BEA-001516> <Connection Pool "ibs" connected to Database: "Oracle", Version: "Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production".>
    ####<Mar 2, 2010 5:20:01 PM GMT+05:30> <Info> <JDBC> <IAPPS-DCSVR1> <eBWServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1267530601846> <BEA-001517> <Connection Pool "ibs" using Driver: "Oracle JDBC driver", Version: "9.2.0.8.0".>

  • Disabling HTTP

    We'd like to know how to disable HTTP functionality in NetWeaver CE 7.1 SP3 and use strictly HTTPS.  There is another thread on this forum with a similar subject, but its answer is similar to the Administrator's Guide--it refers one to icm/server_port_0 in c:\usr\SAP\CEx\SYS\profile\CEx_Jxx_<hostname>, but there are no icm/server_port statements in that file, except for the icm/server_port04 statement we added to turn on HTTPS. So, where is this specified?
    Also, is it possible to have behavior similar to Websphere such that if you enter your application URL using http it's automatically rerouted to the same URL with https?
    Thanks,
    William

    Hi William,
    the default port configuration that is delivered is described on the help portal: [http://help.sap.com/saphelp_nwce10/helpdata/en/44/f71aede38e2462e10000000a1553f7/frameset.htm]
    The default configuration entries are not specified in the profile, but are defined internally. The default configuration in the profile would look as follows:
    icm/server_port_0 = PROT=HTTP, PORT=5$(SAPSYSTEM)00, TIMEOUT=600
    icm/server_port_1 = PROT=P4, PORT=5$(SAPSYSTEM)04
    icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07
    icm/server_port_3 = PROT=TELNET, PORT=5$(SAPSYSTEM)08
    If you want to change the port configuration, you should add these 4 lines to the profile and do the modifications there.
    e.g.
    icm/server_port_0 = PROT=HTTPS, PORT=1443, TIMEOUT=600
    icm/server_port_1 = PROT=P4, PORT=5$(SAPSYSTEM)04
    icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07
    icm/server_port_3 = PROT=TELNET, PORT=5$(SAPSYSTEM)08
    Please keep in mind that the numbers of icm/server_port_ parameter have to be unique and that no gaps are allowed in the numbering!
    Regards,
      Oliver
    PS: The HTTPS port is per default not configured. So if you haved managed to set up an HTTPS port you must have changed the configuration already. I am wondering how?

  • Changing IIOP SSL Listener Port from 1060

    I am using SUN AS8 (j2eesdk-1_4_01-windows.exe). I have another non-AS8 related program that wants the same port (1060) that the AS8 ORB's IIOP SSL listener wants. If the other program gets that port before SUN AS-8, then SUN-AS8 won't start. It looks simple to change the IIOP SSL listener port to another port using the web console. I'm not directly using the IIOP SSL connection for my applications, but I was wondering if there are any internal AS8 uses of the 1060 port that will have problems if I change it to another unused port ? Thanks.

    No, there will not be any problem. In fact, instead of changing the port, you can disable the IIOP listener on port 1060. (Uncheck the Enabled box)

  • How can I disable sending from one Mail account?

    Hello. I have a gmail account that I use to subscribe to various newsletters and accounts. So it's essentially a read-only account for me. But I too frequently accidently send mail from that account. Is there a way to prevent mail from being sent from that account?

    I want to do the same thing as the OP.  I have tried making outgoing server none. And checking "always use this server so it prompts me to edit the message so that I manually select a different address to send from inthe drop down list. And selecting a different account for composing.  Actually, all my outgoing emails keep coming from the one account I am attempting to disable.  Got any other ideas?

  • Not null and enable or disable  column in tabular form

    Hi,
    Using apex version 4.1 and working on tabular form.
    ACT_COA_SEGMENT_MAS is Master table
    and
    ACT_SEGMENT_VALUES_MAS is detail table
    I have entered 8 rows in master table and PARENT_SEGMENT_ID is column in master table which is null able. If i specified PARENT_SEGMENT_ID with value in master table then in detail table there is column PARENT_ID that should not be null and enable.
    How i can enable or disable column when in master table PARENT_SEGMENT_ID column is null then in detail table PARENT_ID column should disable and vice versa.
    I have created tabular form on Detail table. before insert into the tabular form Check in master table in first entry if PARENT_SEGMENT_ID is not null in first row of master table then in tabular form PARENT_ID should enable and not null able in corresponding to this first row id's lines in tabular form.
    Same should check for second row in master table if PARENT_SEGMENT_ID is not null then entered rows with PARENT_ID into tabular form corresponding to 2nd id in master table should not nullable and column should enable in tabular form.
    Thanks & Regards
    Vedant
    Edited by: Vedant on Jan 9, 2013 9:12 PM

    Vedant,
    You need to create you own manual tabular form and not use the wizard.
    Using APEX_ITEM api you should be build you own form and you will be able to control how you wan to display the rows. (See Link [Apex Item Help|http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/apex_item.htm#CACEEEJE] )
    select case when PRIMARY_TABLE_COLUMN is null then APEX_ITEM.DISPLAY_AND_SAVE(3 , DETAIL_COLUMN ) else APEX_ITEM.TEXT(2,detail_column) end "ALIAS" from detail table
    Hope that help.
    Vivek

  • NOT disabling keyboard/trackpad on tablet fold...

    This is probably the opposite of user problems regarding the keyboard/trackpad and turning the Yoga Pro 2 in tablet mode... Here's the situation:
    I'm a Java programmer and I'm sharing my files with my home PC, so I can work from my laptop or desktop easily without transferring files back and forth.
    It's no fun adjusting my typing to multiple different keyboards for different PCs, and overall I tend to prefer a trackpad over a mouse for what I do which makes using my lenovo yoga keyboard ideal for everything (majority of wireless keyboards also aren't backlit).
    I'm using the program Mouse without Borders (from the Microsoft website) so that I can use my lenovo yoga keyboard/trackpad on my desktop.
    What I want to do: keep my keyboard and trackpad enabled when putting the yoga into tablet mode. I've already figured out how to disable the touchscreen for such uses, but the only way I know to keep the keyboard and trackpad active is to uninstall the synaptics driver/software. Obviously that isn't an ideal solution to have to install and uninstall it every time I switch between PCs.
    Is there any way to stop synaptics from disabling the keyboard and trackpad when in tablet mode? Preferrably something such as disabling something in device manager, not uninstalling and reinstalling software depending my use for the moment.

    Please provide more information.
    First, I have no idea what "Jimi to Jimi" means. This is probably just something you need to explain to me; a Google search didn't turn up anything useful.
    You said that the keyboard and trackpad aren't working right. What does this mean, exactly? Regardless, the monitor you use should have no effect on the function of your other peripherals.

  • HT4528 My apple I'd is disable how do I get it working to download apps again

    My apple ID is disable and wont let me download my apps back to my phone how do i fix the problem

    Try to reset your password at http://iforgot.apple.com.
    If that doesn't work, time to contact iTunes Support - http://apple.com/support/itunes/contact/

  • Got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    If it's showing the red disabled screen due to incorrect passcodes then you may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad via your computer's iTunes and restore/resync your content to it

  • Disabled JMenuItem doesn show animated gif

    Hi there
    I would like to have a popup menu with actions that are enabled after they have finished with some background task taking some time. Basically this works fine for the enabling action on a shown popup. However, adding an animated gif as the icon or disabled icon does not show it in disabled state. In enabled state it works perfect. Please have a try with the sample code. You should see the disabled item for 2 secs and the icon is not showing up. After being enabled, it does. Invoking the menu again shows the animated gif in its last state left, but not moving any more.
    I guess, repaints are not done appropriately in disabled state... Any ideas how to solve that would be highly appreciated :-)
    Actually I used the icon at http://mentalized.net/activity-indicators/indicators/pascal_germroth/indicator.white.gif
    Cheers
    Daniel
    public class Main
      public static void main(String[] args)
        final JFrame frame = new JFrame();
        frame.addMouseListener(new MouseAdapter()
          public void mousePressed(final MouseEvent e)
            final JPopupMenu popup = new JPopupMenu();
            popup.add(new JMenuItem("Open..."));
            popup.add(new JMenuItem("Close"));
            final JMenuItem action = new JMenuItem("Long loading until enabled");
            action.setIcon(new ImageIcon("C:/spinner.gif"));
            action.setDisabledIcon(new ImageIcon("C:/spinner.gif"));
            popup.add(action).setEnabled(false);
            popup.show(e.getComponent(), e.getX(), e.getY());
            SwingUtilities.invokeLater(new Runnable()
              public void run()
                try
                  Thread.sleep(2000);
                  action.setEnabled(true);
                catch (InterruptedException e1)
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(300, 200);
        frame.setVisible(true);
    }Edited by: daniel.frey on Apr 22, 2009 7:50 AM

    The problem is that you are causing the EDT to sleep, which means the GUI can't repaint itself. Read the section from the Swing tutorial on Concurrency to understand what is happening.

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • How can I display step info in User Interface with Tracing Disabled?

    I'm trying to modify the CVI Operator Interface application to update the execute panel with some step information during the execution of the program. i.e. I want to display the measurement, high & low limits during the run WHEN TRACING IS DISABLED. (Doing this, when tracing is enabled is easy, all you do is access the step record that's been constructed (I can cope with that!))
    I've successfully implemented a User defined execution event to signal the User Interface application when the current step is a result (using TS_UIMsg_UserMessageBase etc. I'm posting a UI Message in the Process Model under the ProcessModelPostStep so that I will only display if its a result step.) I've added a user defined
    entry in the execute.c module execution event switch statement which will call a function in the exedisp.c module to update the display. However, I don't have a context to the step that I can use. (I can't use e.g. the exeRec record since this is only completed with the context if tracing is enabled.) I've got a handle to the correct panel to write the information to, but how do I get the context to the current step when tracing is disabled?
    Regards,
    Brian

    Hi,
    no problem - btw, if you wanted to acheive this in TS 1.x, you could always write to a local variable with the ActiveX reference for the step concerned, and then use the msg reference that you have in the OI within the UI Message handler, to dig through to the Execution ->Sequence File->Sequence->Locals, or Execution->Thread->SequenceContext (and you can get almost anywhere from that).
    Hope that helps
    S.
    // it takes almost no time to rate an answer

  • Using a Radio Button to Disable Multiple Checkboxes

    Hi everyone,
    My name is Christian and I am trying to design a form using Adobe Designer 7 that when a user selects a group of two radio buttons (one marked Macintosh and one marked Windows) it automatically disables 3 or 4 checkboxes of various software applications further down the page.
    The idea is if you select the Windows radio button, you would not be able to select the iWorks or StuffIT checkboxes (as that is Mac software), but conversely if you check Macintosh radio button the iWorks and StuffIT checkboxes activate but the Office 2003 and Microsoft Money checkboxes deactivate (because that is Windows software).
    Im not really a developer so any assistance would be appreciated. Thanks for reading and have a great day! :-)
    Christian

    I suspect that you have a problem in some portion of your code that you have not posted. To help debugging I suggest you create a simple test using two pages: input.cfm and action.cfm.  Get the most simple case working then add the javascript, css, and CF code to make your application work.
    <!--- contents of input.cfm --->
    <html>
    <head>
         <title>Input</title>
    </head>
    <body>
         <form action="action.cfm" method="POST">
              Choose type: <br />
              <input name="type" type="radio" value="male" />     Male<br />
              <input name="type" type="radio" value="female" /> Female<br />
              <input type="submit" />
         </form>
    </body>
    </html>
    <!--- content of action.cfm --->
    <html>
    <head>
         <title>Action</title>
    </head>
    <body>
         <cfif form.type eq "male">
              Type is male.
         <cfelseif form.type eq "female">
              Type is female.
         </cfif>
         Here is a cfdump of the form variables:<br />
         <cfdump var="#form#" />
    </body>
    </html>
    Message was edited by: JR "Bob" Dobbs
    Added sample for action.cfm

  • How can I disable 1142N from providing IPv6 access ?

    subject says it all, I failed to find the command in configuration..

    Hi Andre,
    As per my knowledge, you cant disable from ur AP.
    Ipv6 is currently not support on any of the Cisco AP's in autonomous mode. However, they will be able to pass ipv6 traffic.
    May be newer IOS version like : Cisco IOS Release 15.2(4)JA supports IPv6 protocols
    Regards

Maybe you are looking for

  • SQL: Finding the LIKE value on the Begining of a Field in a Record

    I am looking for find the results using php and MySQL of the 1st 3 characters of a field in a recordset, for instanace the first three numbers of a zip code. I know that using the like statement and a % in the front will get me all records that have

  • Other display resolution options

    I've just bought a 19" widescreen display to go with a (planned) new mini. In the meantime I've hooked it up to my G4 iBook. Question is: is there any way of working around the standard resolution options in the Display Preferences. 1024x768 gives me

  • Cpu fan goes crazy and wont start up

    maybe its a cron or trashing problem done in the terminal. how can i boot or restart my mac?

  • Capturing obformlogincookie in login form

    We are using OAM/webgate 10.1.14.3. We have the following requirement: Customer wants the query string from the originating URL to be displayed on the login form. Please let me know if you have any idea on how can this be done. Thanks.

  • HT204053 Changing iCloud email

    How do you change your iCloud email?