WMII session configuration

Hey guys,
Wmii talks about session configuration, but I'm not sure how to go about it. I suppose you could issue some commands in one of the config files (~/.wmii/rc?). But I don't really know which commands to help choose clients.
This is what I do every single time I start up my system. I'd like to automate it. Anybody know how I can make this happen automatically:
1. start gkrellm, firefox, gaim, and an xterm
2. apply tile layout (actually, this is the default layout)
3. make gkrellm floating (ftoggle command)
4. swap clients until I have firefox in the main tile, gaim in the top right tile, and the xterm in the bottom right tile
I haven't tried to automate this at all, but I foresee one problem: Gaim opens that extra window while its logging in accounts. So for a while there are five windows open on the screen instead of the four I mention above...
Ideas?
Dusty

I've never really heard anything about session configuration in WMII. A good idea would be writing your startup commands (gkrellm &, etc) to .wmii/defsession and source it from ~/.wmii/wmirc. Can't be too much of a stretch to have that file automatically generated, either, since the ixp filesystem gives binary names(try browsing into the /wm/page directory). As far as the technical stuff goes, it's definitely possible once you familiarize yourself with wmir.
I foresee one problem: Gaim opens that extra window while its logging in accounts.
Look at wmirc, under "some broken WIMP apps". You want to create a rule for gaim's login window:
wmir create /wm/default/client/'Gaim:Login'/manage 0
I don't know if 'Login' will work, you might want to look at what xprop can tell you about that window. That will float it, even over a tiled workspace.
Hope it helps

Similar Messages

  • JDeveloper 11g Toplink Session Configuration Editor Error

    Hi everone,
    In JDeveloper11g Relase1, Session Configuration Editor doesn't run correctly, always crashes,
    and session.xml configuration file has validation errors, for example:
    element primary-project not expected.
    element login not expected.
    element connection-pools not expected.
    When I run a project, session.xml file doesn't parse correctly so no database connection establisted.
    I am sending my session.xml file and error log.
    Best Regards.
    Session.XML file
    <?xml version="1.0" encoding="windows-1254"?>
    <toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>AnahtarV3</name>
    <server-platform xsi:type="weblogic-10-platform"/>
    <primary-project xsi:type="xml">META-INF/ToplinkMap.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle11Platform</platform-class>
    <user-name>xxxx</user-name>
    <password>7D39547AAAC98C485237BC9ABBBAEFBA</password>
    <sequencing>
    <default-sequence xsi:type="native-sequence">
    <preallocation-size>1</preallocation-size>
    </default-sequence>
    </sequencing>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@xx.yyyy.www:1521:zzzz</connection-url>
    <force-field-names-to-upper-case>true</force-field-names-to-upper-case>
    <optimize-data-conversion>true</optimize-data-conversion>
    <trim-strings>false</trim-strings>
    </login>
    <connection-pools>
    <read-connection-pool>
    <name>read</name>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    <login xsi:type="database-login">
    <user-name>bonus</user-name>
    <password>C9AB9547D3AC98C485237B7AABBAEFBA</password>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@oratest.boyner.trk:1521:bdbtest</connection-url>
    </login>
    </read-connection-pool>
    <write-connection-pool>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    </write-connection-pool>
    </connection-pools>
    </session>
    </toplink-sessions>
    Error Log:
    javax.ejb.EJBException: EJB Exception: : Local Exception Stack:
    Exception Description: Several [3] SessionLoaderExceptions were thrown:
    org.xml.sax.SAXParseException: <Line 35, Column 30>: XML-24534: (Error) Element 'max-connections' not expected.
    org.xml.sax.SAXParseException: <Line 36, Column 30>: XML-24534: (Error) Element 'min-connections' not expected.
    org.xml.sax.SAXParseException: <Line 37, Column 34>: XML-24521: (Error) Element not completed: 'write-connection-pool'
         at oracle.toplink.exceptions.SessionLoaderException.finalException(SessionLoaderException.java:91)
         at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:250)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:448)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:409)
         at oracle.toplink.util.SessionFactory.getSharedSession(SessionFactory.java:137)
         at oracle.toplink.util.SessionFactory.getSharedSession(SessionFactory.java:116)
         at oracle.toplink.util.SessionFactory.acquireSession(SessionFactory.java:156)
         at com.boyner.anahtar.ejb.user.Session.findTUserByUsernameAndPassword(Session.java:66)
         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:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy122.findTUserByUsernameAndPassword(Unknown Source)
         at com.boyner.anahtar.ejb.user.Session_pgpyv4_lSessionImpl.findTUserByUsernameAndPassword(Session_pgpyv4_lSessionImpl.java:307)
         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:597)
         at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:561)
         at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2113)
         at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3009)
         at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:436)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:256)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1437)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2120)
         at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:464)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:693)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:394)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:217)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:201)
         at com.boyner.anahtar.utility.ADFUtils.executeOperation(ADFUtils.java:110)
         at com.boyner.anahtar.session.BSession.btnLogin_ClientListener(BSession.java:82)
         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:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
         at com.boyner.anahtar.utility.BInProgressDialog.executeMethod(BInProgressDialog.java:81)
         at com.boyner.anahtar.utility.BInProgressDialog.onPopupOpened_ClientListener(BInProgressDialog.java:71)
         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:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at oracle.adf.view.rich.event.ClientListenerSet.invokeCustomEventListeners(ClientListenerSet.java:176)
         at oracle.adfinternal.view.faces.context.RichPhaseListener$DeliverClientEvent.invokeContextCallback(RichPhaseListener.java:589)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1392)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
         at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:159)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
         at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
         at oracle.adfinternal.view.faces.context.RichPhaseListener._invokeCustomEvents(RichPhaseListener.java:390)
         at oracle.adfinternal.view.faces.context.RichPhaseListener.afterPhase(RichPhaseListener.java:331)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.boyner.anahtar.http.compress.GZIPFilter.doFilter(GZIPFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Did you get the solution?
    i am facing the similiar problem

  • Mail Session configuration with embedded oc4j in jdeveloper 10g 10.1.3.1

    Hello all:
    I'd tried to use javamail in a j2ee application. I´d defined an resource reference with the EJB Module Editor but when i run the application it throws:
    java.lang.InstantiationException: Error initializing ejb-modules: No Mail Session configured for the resource MailSession
    How can i configure a Mail Session with the embedded oc4j of jdeveloper 10g 10.1.3.1?
    Thanks a lot.

    Hi,
    You need to add following configuration in $ORACLE_HOME/j2ee/home/config/application.xml & restart your OC4J :-
    <mail-session location="EMailSession" smtp-host="mail.cdsc.com">       <property name="mail.transport.protocol" value="smtp"/>       <property name="mail.debug" value="true"/>    </mail-session>Regards,
    Sandeep

  • Earlywatch  session Configuration

    Hi All,
    Please provide the steps for Earlywatch session configuration
    Many Thanks,
    Rgds,
    Satish

    Hi Satish,
    Follow the sim file present in link.
    https://service.sap.com/~sapidb/011000358700006936042005E.sim
    Fo running the above sim file , sap tutor software required which can get from SAP marketplace.
    Thanks
    Anil

  • Invalid Kiosk session configuration...

    Guys,
    I have a Solaris-based SRSS 4.2 installation. I have Global Kiosk set to connect to VMware View server (and it works fine).
    I have certain people that need to connect to their Linux desktops. So I created another Kiosk configuration using the Kiosk Mode Generic Session (http://wiki.sun-rays.org/index.php/SRSS_Addon:_Kiosk_Mode_Generic_Session)
    My generic.conf looks like this:
    KIOSK_SESSION_EXEC=$KIOSK_SESSION_DIR/generic-session
    KIOSK_SESSION_LABEL="SGD"
    KIOSK_SESSION_DESCRIPTION="Provides an SGD X session for running a Kiosk script."
    KIOSK_SESSION_ARGS="/usr/bin/firefox http://sgdserver/sgd"
    KIOSK_SESSION_PROTOTYPE=generic-session
    I have then ran these commands to import the configuration and assign it to certain users:
    # utkiosk -i SGD -f generic.conf
    # utkiosk –l
    SGD
    session
    Now assign the SGD configuration to users’ token:
    # utkioskoverride -r Payflex.xxxxxxx -s kiosk -c SGD
    Here’s the kick… If I set Global Kiosk to SGD, it works fine and brings up SGD login page as it is supposed to.
    If I set Global Kiosk back to View and try to use a smartcard to bring up SGD for the particular user, I get:
    Login Incorrect, please try again
    then an error stating:
    Error starting Kiosk session: Invalid Kiosk session configuration
    In the logs I see this:
    kiosk:initsession[14382]: [ID 702911 user.error] Error: $KIOSK_SESSION not specified
    Jan 12 15:30:55 dsys-vfrb-sray1 kiosk:initsession[14383]: [ID 702911 user.error] Error: failed to load Session Descriptor
    Jan 12 15:30:55 dsys-vfrb-sray1 dtlogin[14250]: [ID 705508 user.error] pam_kiosk: pam_sm_open_session: Child process /opt/SUNWkio/lib/initsession failed with exit code 1.
    Any ideas? It works fine in my Lab, but at a customer site, it does not work!
    Thank you in advance for your help!

    Vitaly91 wrote:
    I have a Solaris-based SRSS 4.2 installation. I have Global Kiosk set to connect to VMware View server (and it works fine).
    I created another Kiosk configuration using the Kiosk Mode Generic Session (http://wiki.sun-rays.org/index.php/SRSS_Addon:_Kiosk_Mode_Generic_Session)
    My generic.conf looks like this:
    KIOSK_SESSION_EXEC=$KIOSK_SESSION_DIR/generic-session
    KIOSK_SESSION_LABEL="SGD"
    KIOSK_SESSION_DESCRIPTION="Provides an SGD X session for running a Kiosk script."
    KIOSK_SESSION_ARGS="/usr/bin/firefox http://sgdserver/sgd"
    KIOSK_SESSION_PROTOTYPE=generic-session
    I have then ran these commands to import the configuration and assign it to certain users:
    # utkiosk -i SGD -f generic.confUnfortunately Kiosk has two kinds of *.conf files: session descriptors (see the kiosk(5) man page) and session configurations (see the session.conf(4) man page). And these types are rather similar - some settings can be in the descriptor as default, but also in the session configuration. The generic.conf you have is a session descriptor. Those must be stored into /etc/opt/SUNWkio/sessions/. But for import into utkiosk you need a session configuration. Probably utkiosk should do more validation of the configuration you are importing to protect against this confusion.
    The generic session is intended for configuring any command to be executed from the admin UI. If you know your command and need a prototype, you should go the extra step and make a specific session. Here is how:
    Rename your file to /etc/opt/SUNWkio/sessions/SGD.conf and change it to be:
    KIOSK_SESSION_EXEC=/usr/bin/firefox
    KIOSK_SESSION_LABEL=SGD
    KIOSK_SESSION_DESCRIPTION=Provides an SGD X session for running a Kiosk script.
    KIOSK_SESSION_PROTOTYPE=SGDAlso rename your /etc/opt/SUNWkio/prototypes/generic-session directory to /etc/opt/SUNWkio/prototypes/SGD, as per the last line above.
    You can leave the KIOSK_SESSIONS_ARGS line in the file, if you wish, but it will just be a default, so I'll show how to set the arguments via utkiosk.
    To verify that you have set up the descriptor correctly, use
    /opt/SUNWkio/bin/kioskdesc print SGD Now create your session configuration:
    # utkiosk -i SGD <<!
    KIOSK_SESSION=SGD
    KIOSK_SESSION_ARGS=http://sgdserver/sgd
    ! Of course you can also put these two lines into a file and use it with the -f argument to utkiosk.

  • Web.xml - adjusting the session configuration

    I recently applied SP07 for NW7.01 to one of our portals, and since doing this I can not find where to make adjustments for the session timeout. It used to be defined in the web.xml, does anyone know where it was moved to?
    I used to go here:
    /usr/sap/<SID>/JC##/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/web.xml and adjust the default of 30 as necessary. Where is this value found now?
    I can also make the adjustment from the visual administrator under web container> properties> Session Timeout and this requries a restart of the web container service.
    From SAP HELP:
    Specifying HTTP Session Timeout 
    You can specify a timeout period for HTTP sessions created in your Web application. If the session is inactive for this timeout period, it is invalidated by the Web container.
    If you do not specify such a timeout explicitly, a default one of 30 minutes is assumed.
    You can configure the HTTP session timeout using the web.xml descriptor.
    Procedure
    On the web.xml screen, proceed as follows:
           1.      Open the General screen.
           2.      To specify the timeout period, enter a value in the Session configuration u2013 Session timeout field.
    The value is specified in minutes. If you enter a negative value in this field, HTTP sessions are never terminated because of a timeout. Instead, only an explicit logout by the user will terminate the corresponding session.

    Hello David.
    The help article is about custom development using NWDS. For adjusting session timeout system wide refer to Re: Portal session time out is 30 minutes.
    Best regards,
    Aliaksandr Zhukau

  • Need to know the sessions configurations for Conferencing and Transocoder on Voice Gatway

    Hi All
    Please help me to understand the concept of how we can calculate the session while we are configurating the conferencing ang transcoder on Voice gateway.
    Regardss
    Chaman

    The calculations can get quite complex with DSP sharing, codec complexities, etc.  Start of with the DSP calculator tool (
    http://www.cisco.com/web/applicat/dsprecal/dsp_calc.html?utm_source=twitterfeed&utm_medium=twitter) and see if it helps you find what you are looking for which I think is how many conferencing and transcoding sessions you can have based on your router configuration.

  • Mail Session configuration authorization

    Hi,
    I hava deployed the confirmer app from tutorial.
    I got exception when sending a message saying I have to use authorization.
    I know how to do it the hard way (in code obtain other mail session)
    I tried to add a single property to the mail session, but it deletes all properties from java mail session ! (mail-from for example)
    Why the container doesn't use auth info I give when setting user and pass in JNDI reference ?
    How to add this property, so other aren't affected ?
    Thanks.

    I am not sure I totally understand your question. Are you saying that if you follow the instructions in the tutorial for the confirmer app, it does not work?
    Please clarify if possible.

  • Oracle 8i Multiple Sessions Configuration.

    Background: I am setting up a second Oracle 8i server to mirror an existing one as part of an upgrade/ migration plan.
    We run a custom Multithreaded Service with Embedded Sql (pro-c compiled). When running normally on original system, this program shows 7 separate sessions connected and has been in production and stable for a long time.
    However on the new installation the program never gets more than one session and invariably crashes quickly. I am hoping that I have simply overlooked a setting that is not allowing this to work properly.
    Both servers are Win2k
    Original Server is running 8.1.7.0
    New Server is running 8.1.7.4
    Is there a compatibility problem? Or have I missed something?
    Any help would be greatly appreciated.
    S

    Dump file D:\oracle\admin\GCM466\udump\ORA00924.TRC
    Fri May 18 08:58:06 2012
    ORACLE V8.1.7.4.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle8i Release 8.1.7.4.1 - Production
    JServer Release 8.1.7.4.1 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: gcm466
    Redo thread mounted by this instance: 1
    Oracle process number: 17
    Windows thread id: 924, image: ORACLE.EXE
    *** SESSION ID:(8.198) 2012-05-18 08:58:06.593
    =====================
    PARSING IN CURSOR #1 len=147 dep=1 uid=0 oct=3 lid=0 tim=0 hv=3013728279 ad='189425f0'
    select privilege#,level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with (grantee#=:1 or grantee#=1) and privilege#>0
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    STAT #1 id=1 cnt=21 pid=0 pos=0 obj=0 op='CONNECT BY '
    STAT #1 id=2 cnt=5 pid=1 pos=1 obj=0 op='CONCATENATION '
    STAT #1 id=3 cnt=1 pid=2 pos=1 obj=102 op='INDEX RANGE SCAN '
    STAT #1 id=4 cnt=5 pid=2 pos=2 obj=102 op='INDEX RANGE SCAN '
    STAT #1 id=5 cnt=4 pid=1 pos=2 obj=83 op='TABLE ACCESS BY USER ROWID SYSAUTH$ '
    STAT #1 id=6 cnt=38 pid=1 pos=3 obj=102 op='INDEX RANGE SCAN '
    =====================
    PARSING IN CURSOR #1 len=483 dep=1 uid=0 oct=42 lid=0 tim=0 hv=796107652 ad='18b7bd3c'
    ALTER SESSION SET NLS_LANGUAGE= 'AMERICAN' NLS_TERRITORY= 'AMERICA' NLS_CURRENCY= '$' NLS_ISO_CURRENCY= 'AMERICA' NLS_NUMERIC_CHARACTERS= '.,' NLS_CALENDAR= 'GREGORIAN' NLS_DATE_FORMAT= 'DD-MON-RR' NLS_DATE_LANGUAGE= 'AMERICAN' NLS_SORT= 'BINARY' TIME_ZONE= '-05:00' NLS_DUAL_CURRENCY = '$' NLS_TIME_FORMAT = 'HH.MI.SSXFF AM' NLS_TIMESTAMP_FORMAT = 'DD-MON-RR HH.MI.SSXFF AM' NLS_TIME_TZ_FORMAT = 'HH.MI.SSXFF AM TZH:TZM' NLS_TIMESTAMP_TZ_FORMAT = 'DD-MON-RR HH.MI.SSXFF AM TZH:TZM'
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    =====================
    PARSING IN CURSOR #1 len=42 dep=0 uid=5 oct=3 lid=5 tim=0 hv=679707956 ad='18582240'
    select NEXT_CID into :b0 from SYSTEMINFO
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=0
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=1,cu=4,mis=0,r=1,dep=0,og=4,tim=0
    STAT #1 id=1 cnt=1 pid=0 pos=0 obj=25199 op='TABLE ACCESS FULL SYSTEMINFO '
    XCTEND rlbk=1, rd_only=1
    XCTEND rlbk=0, rd_only=1
    Dump file D:\oracle\admin\GCM466\udump\ORA00924.TRC
    Fri May 18 08:58:06 2012
    ORACLE V8.1.7.4.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle8i Release 8.1.7.4.1 - Production
    JServer Release 8.1.7.4.1 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: gcm466
    Redo thread mounted by this instance: 1
    Oracle process number: 17
    Windows thread id: 924, image: ORACLE.EXE
    *** SESSION ID:(8.200) 2012-05-18 08:58:06.656
    =====================
    PARSING IN CURSOR #1 len=147 dep=1 uid=0 oct=3 lid=0 tim=0 hv=3013728279 ad='189425f0'
    select privilege#,level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with (grantee#=:1 or grantee#=1) and privilege#>0
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=5,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,tim=0
    FETCH #1:c=0,e=0,p=0,cr=3,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    STAT #1 id=1 cnt=21 pid=0 pos=0 obj=0 op='CONNECT BY '
    STAT #1 id=2 cnt=5 pid=1 pos=1 obj=0 op='CONCATENATION '
    STAT #1 id=3 cnt=1 pid=2 pos=1 obj=102 op='INDEX RANGE SCAN '
    STAT #1 id=4 cnt=5 pid=2 pos=2 obj=102 op='INDEX RANGE SCAN '
    STAT #1 id=5 cnt=4 pid=1 pos=2 obj=83 op='TABLE ACCESS BY USER ROWID SYSAUTH$ '
    STAT #1 id=6 cnt=38 pid=1 pos=3 obj=102 op='INDEX RANGE SCAN '
    =====================
    PARSING IN CURSOR #1 len=483 dep=1 uid=0 oct=42 lid=0 tim=0 hv=796107652 ad='18b7bd3c'
    ALTER SESSION SET NLS_LANGUAGE= 'AMERICAN' NLS_TERRITORY= 'AMERICA' NLS_CURRENCY= '$' NLS_ISO_CURRENCY= 'AMERICA' NLS_NUMERIC_CHARACTERS= '.,' NLS_CALENDAR= 'GREGORIAN' NLS_DATE_FORMAT= 'DD-MON-RR' NLS_DATE_LANGUAGE= 'AMERICAN' NLS_SORT= 'BINARY' TIME_ZONE= '-05:00' NLS_DUAL_CURRENCY = '$' NLS_TIME_FORMAT = 'HH.MI.SSXFF AM' NLS_TIMESTAMP_FORMAT = 'DD-MON-RR HH.MI.SSXFF AM' NLS_TIME_TZ_FORMAT = 'HH.MI.SSXFF AM TZH:TZM' NLS_TIMESTAMP_TZ_FORMAT = 'DD-MON-RR HH.MI.SSXFF AM TZH:TZM'
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=0
    XCTEND rlbk=0, rd_only=1
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2012-05-18 08:58:06.671
    ksedmp: internal or fatal error
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp+a8                       CALLrel  ksedst+0
    5B0E470
    opitsk+f4a                      CALLrel  ksedmp+0 2
    opiino+50c                      CALLrel  opitsk+0 0
    _opiodr+507                      CALLreg  00000000                         3C 4
    25B0FBF8
    opidrv+384                      CALLrel  opiodr+0 3C 4
    25B0FBF8
    0
    sou2o+19                        CALLrel  opidrv+0
    opimai+10c                      CALLrel  sou2o+0
    OracleThreadStart@4+4b8         CALLrel  opimai+0 2
    25B0FE74
    7C57B3B9 CALLreg 00000000
    ----- Argument/Register Address Dump -----
    Argument/Register addr=25b0e470.
    Dump of memory from 0x25B0E430 to 0x25B0E570
    25B0E430 00000000 00000000 65522100 00000033 [.........!Re3...]
    25B0E440 00000000 25B0E401 FFFFFFFD 00000000 [.......%........]
    25B0E450 00000000 00000000 24921F20 00000000 [........ ..$....]
    25B0E460 0000001D 25B0E47C 0041E6E4 00000001 [....|..%..A.....]
    25B0E470 00E3F1BC 00E3F1BC 00E3F1BC 00E3F1C4 [................]
    25B0E480 00E3F1BC 00E3F1BC 00E3F1BC 00E3F1BC [................]
    25B0E490 00E3F1C4 00000000 00000000 00000000 [................]
    25B0E4A0 24921F20 25B0E558 0041F5F9 25B0E4BC [ ..$X..%..A....%]
    25B0E4B0 0000001C 24921F20 00000002 2A2A2A0A [.... ..$.....***]
    25B0E4C0 31303220 35302D32 2038312D 353A3830 [ 2012-05-18 08:5]
    25B0E4D0 36303A38 32332D25 2D252073 25207338 [8:06%-32s %-8s %]
    25B0E4E0 7332332D 25B80020 0000273E 24921F20 [-32s ..%>'.. ..$]
    25B0E4F0 25B87809 42353220 37454630 25200034 [.x.% 25B0FE74. %]
    25B0E500 7332332D 342D2520 00000A73 25B0E528 [-32s %-4s...(..%]
    25B0E510 65522101 24920033 00000000 00000000 [.!Re3..$........]
    25B0E520 25B0E53C 00000000 00000000 00000000 [<..%............]
    25B0E530 25B0FFEC 00000000 25B0FE74 00000000 [...%....t..%....]
    25B0E540 00000001 00000001 00000000 25B0DCB8 [...............%]
    25B0E550 00000003 25B0E57C 004844CD 25B0E494 [....|..%.DH....%]
    25B0E560 00000000 0000311B 24924BB8 00000000 [.....1...K.$....]
    Argument/Register addr=25b0fbf8.
    Dump of memory from 0x25B0FBB8 to 0x25B0FCF8
    25B0FBB0 25B0FBEC 001F0003 [...%....]
    25B0FBC0 25B0FBCC 25B44AFC 60840538 00000000 [...%.J.%8..`....]
    25B0FBD0 00000000 25000000 00000000 00000000 [.......%........]
    25B0FBE0 00000000 00380036 00000000 00000560 [....6.8.....`...]
    25B0FBF0 25B0FC10 7C599ACF 25B0FD81 FFFFFFFF [...%..Y|...%....]
    25B0FC00 00000000 00000001 00000000 25B0FE88 [...............%]
    25B0FC10 7C577EF0 25B0FFB4 0040318D 00000002 [.~W|...%.1@.....]
    25B0FC20 25B0FE74 011D8BF4 77D78FCF 011D9080 [t..%.......w....]
    25B0FC30 24927950 004000C0 74FD5D3B 25B0FC88 [Py.$..@.;].t...%]
    25B0FC40 77F85F87 00400000 00000001 00000009 [._.w..@.........]
    25B0FC50 00000000 44414853 00000000 74FD0000 [....SHAD.......t]
    25B0FC60 00000002 012089B0 00000000 00000568 [...... .....h...]
    25B0FC70 25B0FC54 002C4004 25B0FD0C 77FB7E64 [T..%.@,....%d~.w]
    25B0FC80 77F811C0 FFFFFFFF 25B0FD1C 77F8AB5E [...w.......%^..w]
    25B0FC90 00400000 00000002 7FFDF000 7FFAB000 [..@.............]
    25B0FCA0 77F83A8F 77FCE748 77F83A52 25B0FD30 [.:.wH..wR:.w0..%]
    25B0FCB0 77D78FCF 011D9080 00000000 00000000 [...w............]
    25B0FCC0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    25B0FCF0 00000000 7FFAB000 [........]
    Argument/Register addr=25b0fe74.
    Dump of memory from 0x25B0FE34 to 0x25B0FF74
    25B0FE30 00000700 8044F016 0004C344 [......D.D...]
    25B0FE40 897B6E60 0004C344 897B6E60 7FFAB201 [`n{.D...`n{.....]
    25B0FE50 890534E4 00000002 8042DBE8 00000001 [.4........B.....]
    25B0FE60 BEF51BA0 00000000 BEF51B80 8044FD1B [..............D.]
    25B0FE70 7FFAB000 25B0FD74 25B0FD81 C01FFEAC [....t..%...%....]
    25B0FE80 00000000 7FFAC000 61726F2A 77617073 [........*oraspaw]
    25B0FE90 65725F6E 5F796C70 346D6367 395F3636 [n_reply_gcm466_9]
    25B0FEA0 002A3432 889575A8 88A13701 00000000 [24*..u...7......]
    25B0FEB0 C01FFEAC 8044FCBD 00000008 BEF51C2C [......D.....,...]
    25B0FEC0 00000001 00000001 804855F8 890646E0 [.........UH..F..]
    25B0FED0 8904B400 804345ED 804855F0 8904B400 [.....EC..UH.....]
    25B0FEE0 80434759 0000000A 0000000E 7FFAB000 [YGC.............]
    25B0FEF0 88D48100 0000000A 8904B46C BEF51C2C [........l...,...]
    25B0FF00 80432728 88D4DEF0 88D59160 804577BA [('C.....`....wE.]
    25B0FF10 E1006F38 88A135C0 82000000 02000000 [8o...5..........]
    25B0FF20 BEF51C60 FFDFF4E4 8046C653 FFFFFFFF [`.......S.F.....]
    25B0FF30 88A135C0 886EC020 00000000 886EC08C [.5.. .n.......n.]
    25B0FF40 886EC020 886EC1B0 8042D891 886EC180 [ .n...n...B...n.]
    25B0FF50 886EC020 800655C0 8046C449 BEF51C6C [ .n..U..I.F.l...]
    25B0FF60 00000000 88A135C0 00000000 BEF51CB0 [.....5..........]
    25B0FF70 00000000 [....]
    ----- End of Call Stack Trace -----
    ===================================================
    Files currently opened by this process:
    ===================================================
    PROCESS STATE
    Process global information:
    process: 1562fc24, call: 0, xact: 0, curses: 0, usrses: 1565157c
    SO: 1562fc24, type: 1, owner: 0, pt: 0, flag: INIT/-/-/0x00
    (process) Oracle pid=17, calls cur/top: 0/156a77e8, flag: (0) -
    int error: 0, call error: 0, sess error: 0, txn error 0
    (post info) last post received: 0 0 0
    last post received-location: No post
    last process to post me: none
    last post sent: 0 0 0
    last post sent-location: No post
    last process posted by me: none
    (latch info) wait_event=0 bits=0
    Process Group: DEFAULT, pseudo proc: 1564a000
    O/S info: user: SYSTEM, term: GCR-SQL-BACKUP, ospid: 924
    OSD pid info: 924
    SO: 1565157c, type: 3, owner: 1562fc24, pt: 0, flag: INIT/-/-/0x00
    (session) trans: 0, creator: 1562fc24, flag: (48000041) USR/- -/-/-/-/-/-
    DID: 0000-0000-00000000, short-term DID: 0000-0000-00000000
    txn branch: 0
    oct: 0, prv: 0, user: 5/SYSTEM
    O/S info: user: Administrator, term: GCR-SQL-BACKUP, ospid: 2040:2024, machine: GCM400\GCR-SQL-BACKUP
    program: dbback.exe
    last wait for 'SQL*Net break/reset to client' blocking sess=0x0 seq=16 wait_time=-2
    driver id=54435000, break?=1, =0
    SO: 15c9e1f0, type: 35, owner: 1565157c, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=15c9e1f0 handle=18abc288 mode=N
    call pin=15c9ba3c session pin=0
    user=1565157c session=1565157c count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=18abc288
    name=SYS.DATABASE
    hash=aea96fa0 timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch=4
    lwt=18abc2a0[18abc2a0,18abc2a0] ltm=18abc2a8[18abc2a8,18abc2a8]
    pwt=18abc2b8[18abc2b8,18abc2b8] ptm=18abc310[18abc310,18abc310]
    ref=18abc290[18abc290,18abc290] lnd=18abc31c[18abc31c,18abc31c]
    LIBRARY OBJECT: object=18abc010
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 18abc218 18abc0f4 I/-/A 0 NONE
    3 18abc0a4 18abbbe0 I/-/A 0 NONE
    SO: 15c921e4, type: 35, owner: 1565157c, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=15c921e4 handle=18822c54 mode=N
    call pin=15c931e0 session pin=0
    user=1565157c session=1565157c count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=18822c54
    name=SYSTEM.SYSTEM
    hash=4e84086f timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch=4
    lwt=18822c6c[18822c6c,18822c6c] ltm=18822c74[18822c74,18822c74]
    pwt=18822c84[18822c84,18822c84] ptm=18822cdc[18822cdc,18822cdc]
    ref=18822c5c[18822c5c,18822c5c] lnd=18822ce8[18822ce8,18822ce8]
    LIBRARY OBJECT: object=188229dc
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 18822be4 18822ac0 I/-/A 0 NONE
    3 18822a70 18822658 I/-/A 0 NONE
    SO: 1858d0b4, type: 34, owner: 1565157c, pt: 0, flag: INIT/-/-/0x00
    user lock: lock=1858d0b4 mode=S
    user resource: user=15caf010 uid=5 mode=S
    SO: 18673f98, type: 34, owner: 1565157c, pt: 0, flag: INIT/-/-/0x00
    user lock: lock=18673f98 mode=S
    user resource: user=15caf010 uid=5 mode=S
    SO: 15733d9c, type: 9, owner: 1562fc24, pt: 0, flag: INIT/-/-/0x00
    (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 1562fc24,
    event: 20, last message event: 20, messages read: 0
    channel: (15734af4) system events broadcast channel
    scope: 101, event: 23, last mesage event: 0,
    publishers/subscribers: 0/16,
    messages published: 0
    SO: 156a77e8, type: 2, owner: 1562fc24, pt: 0, flag: INIT/-/-/0x00
    (call) sess: cur 1565157c, rec 0, usr 1565157c; depth: 0
    END OF PROCESS STATE

  • Mail/Session configuration problem. please help me

    am using tomcat 4.1
    in my server.xml file gave the following lines
    <Resource name="mail/Session" auth="Container" type="javax.mail.Session" />
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>hostName</value>
    </parameter>
                   <parameter>
    <name>mail.transport.protocol</name>
    <value>smtp</value>
    </parameter>
                   <parameter>
    <name>mail.smtp.auth</name>
    <value>true</value>
    </parameter>
                   <parameter>
    <name>mail.smtp.username</name>
    <value>username</value>
    </parameter>
                   <parameter>
    <name>mail.smtp.password</name>
    <value>password</value>
    </parameter>
    </ResourceParams>
    but i am getting an error like this
    ENCOUNTERED EXCEPTION: javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.AuthenticationFailedException
    how can i over come this situation ?
    i got a lot of code but that does'nt have authentication information
    please help me

    You will have to be more specific for anyone to help you. Has this happened only recently or right after you set up the account? Are you using POP or IMAP.

  • How do you configure wmii using c++?

    Hi, sorry for this newb question, but I searched online on google and I get nothing about this. I only see things about wmii and configuring it with Ruby.
    According to this: https://wiki.archlinux.org/index.php/Co … w_Managers wmii can be configured by almost anything, and since it's written in C, I should be able to write the configuration file in c++, right? If not, please kindly say no and if possible, direct me to a tiling window manager that CAN be configured using c++. I don't have the time to learn a new language.
    Thanks.

    Look at the wmii topic in the wiki: https://wiki.archlinux.org/index.php/Wmii. At the end you will see a bunch of "See Also" entries. One of them is the wmii user guide, and another is the wmii web site, with a link to their user group.

  • Configuring TopLink Session for Logging in JDeveloper 10.1.3.1.0

    Hi,
    I'm using JDeveloper 10.1.3.1.0 to develop a TopLink application. The TopLink Sessions editor in JDeveloper lets you configure a few basic logging options such as "enable logging" and the type of events that are logged (connection information, exceptions, etc.). However it will not let you configure whether you want to log to a file, use the Java logging API, etc. The Oracle TopLink Workbench 10.1.3.0.0 lets you do this.
    When I looked in the session.xml file generated by JDeveloper 10.1.3.1.0 I noticed that the "old" sessions_9_0_4.dtd is referenced. This seems like an old DTD which does not allow more elaborate logging configuration. The Oracle TopLink Workbench 10.1.3.0.0 generates session.xml files referencing a newer DTD or XSD ?!
    I prefer using JDeveloper and not another product besides JDeveloper (TopLink Workbench) and I need to log to custom appenders. Is this possible in JDeveloper?
    Ronald

    Ronald,
    The 10.1.3 JDeveloper only supports the 9.0.4/10.1.2 version of the sessions configuration XML. We have this available in the next major release or preview.
    To access additional configurations I would recommend configuring a SessionEventListener and use the preLogin event to setup these options in code.
    Doug

  • 6509E SPAN configuration limited to 2 sessions

    monitor session 1 source vlan 30 , 40
    monitor session 1 destination interface Gi3/40 , Gi3/48
    monitor session 2 source vlan 510
    monitor session 2 destination interface Gi3/36
    I am unable to make session 3 it show session number exceeds.
    The ver is Version 12.2(18)SXD5..with Supervisor Engine 720

    This is the maximum number of source *sessions* configurable. Please note that you can configure multiple ingress direction sources per session in your code (up to 64). If you want to see egress, or ingress+egress, you can only have 1 source per session in your current code. After upgrading to 12.2(18)SXE or later, you can then have up to 128.
    Here is a table describing the limitations of span sessions in the sup720 - 12.2SX code:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/122sx/swcg/span.htm#wp1072051

  • Configure session error # BFFF800B

    I have a Dalsa camera model CR-GM00-H6400.  It is a GigE camera.  I have configured and used other Dalsa cameras on this system, but this camera gives me a session configuration error as soon as I click on it.  The Dalsa viewer works fine.  The camera is hooked up and talking.  I can ping it.  Why will NI-IMAQDx not start a session?.  I am using the labview drivers supplied with my 2011 release and I also have the latest vision development module.
    Also I have a Balser Scout camera model SCA640-120gm which the image comes up as a 641X494 pixels giving a skew to the final display.  Is there any way to change this in NI-IMAQDx viewer in MAX.  I have not tried this in the vision module yet because of the poor results in MAX caused me to switch cameras and then I found the problem described above.
    Solved!
    Go to Solution.

    First the easy question.  The error occurs on clicking on the camera and not on the grab.  The screen shot of the error is below.  Also a screen capture of my MAX is below.
    I am running XP SP2.
    Since I cannot even get the session started I cannot check on the packet size.  No grab is in progress.  The camera however indicates that it is connected to the application through a green LED.  This goes out when I select away from the camera.  There seems to be a problem bringing up the session screen with this camera.  It works for the Genie C1400 which I also can connect and grab images with.
    Attachments:
    screen_capture_BFFF800B.jpg ‏93 KB
    NI-MAX_version.jpg ‏12 KB

  • Session Timeout Question in EME

    If I login to eManager Web and instead of logging out I just close the browser will I be logged out? Will the license be released? What is the session timeout for this and is it possible to set this value?

    If you close the browser in e-Manager Enterprise Web instead of logging out there is a TimeOut that will release your license. This can be seen and is reported on in the e-Manager logs. By default the session TimeOut value is 30 minutes. You can find this and/or change this value by opening "<installdir>\Empirix\EmpAppServer\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml" in a notepad. Once the file is open, go the the ?Default Session Configuration? Section. Here you can change the TimeOut value. You will then need to save the file and restart the Empirix Application Service. The idle sessions are retired after the specified timeout is reached and the licenses are also checked upon this value. I hope this answers your questions.

Maybe you are looking for

  • Officejet pro 8600 plus printhead

    I am in UK and need to buy a genuine HP Printhead for my officejet pro 8600 plus.  Does anyone know where I can purchase this printhead as my printer is out of warranty and the problem is the metal contacts in the printhead which sense the cartridges

  • Capturing Old Hi8 footage using Sony TRV310 DIgital 8 Camera Using Firewire

    I have read many of the previous posts regarding capture of old Hi8 footage. I recently purchased a MacPro and am in the process of converting my video and photography work over to it from a PC. I have both a MiniDV and the above mention Digital8. Th

  • Uncaught exception raised in Server Client-side plugin

    When I try to connect to my XServe from the Server Admin on my desktop computer. I get the following error: Uncaught exception raised in Server Client-side plugin Sorry but the feature you tried to access cannot be used. Exception is: In updateConfig

  • Firmware 1.1.1 is awesome

    Since this is a problems forum, I thought I would be a refresh to shed some positive lights on the subject. The update process for me was as smooth as it can be. Apple has done it again, putting out quality product that no other companies can come cl

  • Adobe reader freezes on mac book [tiger 10.4]

    After opening a pdf in the reader it freezes and won't respond to any command [tiger 10.4]