JRun session ID generation mechanism

For 2 JRun Servers that turn on JDBC session persistence
scheme, how the session ID is being assigned? Will it able to cause
duplicate session?

Hi Emmanuel ,
1.
jsessionid=2831701006365016590? is a URL rewritten by the server.
2. We have a session URL rewritten is because we want to have a session
in case the client can't accept the cookie
(session id is stored in a cookie on the client side).
3. How do we do session URL:
- for a link, form
out.print ("<a href='" + response.encodeURL("/servlet/test") + "'>test</a>");
out.print ("<form action='" + response.encodeURL("/servlet/test") + "</form>");
- for a sendRedirect
response.sendRedirect (response.encodeRedirectURL("http://forum.java.sun.com"));
4. The server will take care of URL rewriting when it see that the client can't accept the
cookie (from the request)
5. With above points, you can decide what you want then depending on your need.
-- Paul.

Similar Messages

  • JRun session id being re-used

    We are using JRun 4.0 on our server in conjunction with MS
    IIS 6.0 to support dynamic JSP pages and Java Serlvets. We are
    using URL Encoding to support session handling. In the jrun-
    web.xml file we have the following parameters to disable the use of
    cookies for session handling.
    <session-config>
    <cookie-config>
    <active>false</active>
    </cookie-config>
    </session-config>
    With these parameters defined in the jrun-web.xml file, and
    the use of response.encodeURL() function, we see that jrun
    automatically appends a jsessionid=xxxxxxx parameter in the urls.
    This has been working for us well since long. Recently we noticed
    that these jsessionid values are being re-used by jrun for
    different session instances. Which means if a user logs in to a
    website at a given time and is assigned a sessionid say for e.g.
    101011 and after a while the user logs out. After some time if
    another user logs in, this second user is assigned the same
    sessionid parameter (which has a value 101011) for handling his
    session. If in case the first user has bookmarked the a page on the
    website, the bookmark is going to include the sessionid parameter
    (which has a value 101011) and if the first user accesses the
    website from the bookmark at the same time as the second user is
    logged in, the first user will get access to the second user's
    session which is very unsecure.
    This phenomena is referred to as session fixation and can be
    used by a hijacker to get access to any other user's session. Is
    there a way to prevent JRun from re-using these session id values
    or to increase the time period after which JRun re-uses these
    session ids.

    Dax Trajero wrote:
    ... how do I prevent a user who's just ordered, from returning to the site and re-using the same session ref ?
    Deny a returning paying(!) customer his session? Yours might be the only shop in town doing that.
    If your session housekeeping is any good, then the session variables  pertaining to shopping-cart, payment and delivery would have been  cleared or re-initialized. Often, starting a new session means logging in again. There are a number of reasons why that can be undesirable.
    I did an e-commerce course for a year, and learned some strange things. It is in fact to your advantage that a returning customer should keep his session, even after ordering.
    For example, it is well known that the chances of a returning customer placing a new order is much higher when he is already logged in than when he has to log in afresh. You could test that hypothesis yourself. Psychologists have also found that e-shoppers often return to the shop to gloat at the goodies they've just ordered. You wouldn't want to deny them their gloating session, would you?

  • 802.11i RSN - Master Session Key Generation - How is this derived?

    Hi Guys,
    So,  When a STA has associated with an AP, and starts the EAP-TLS (or any other EAP method) process, it exhchages its certs mutually bla bla bla,  and all is good, we get an eap-sucess message.
    Now, in the radius portion of the eap-sucess message, the AS sends the AP (authentication) the MSK that the AS has generated by some means.
    Great,  AS has an MSK and now can derive the PMK
    Now the questions
    1. What about the supplicant, what does he use for the MSK?
    2. Does the AS send the supplicant the same MSK?
    3. If the supplicant and AS are generating different MSKs, is there some sort of link between them that when they dervive their PMKs, the work together?
    4. How is the actual MSK derived, is it from the eap-identity-request packets in the early stages of the eap exchange, of if using eap-tls, is another parameter taken from the certificate to generate the MSK?
    HELP PLEASE - ITS DRIVING ME MAD.
    Thanks to all,
    Ken

    I can see the post issuance of the application can be processed by creating SD for the application Developer and getting token from card isssuer. But how about if the Issuer itself want to allow post issuance using its ISD? will it need token? i don't think so because token is only for delegated management, what u think? Could u give me the examples how cardholder downloading applet from internet from the issuer? Thank you!!

  • Error during generation of session bean

    Hello everyone,
    OEPE: 12.1.1.1.0
    I created JPA entities through the wizard "JPA Entities from Tables" wizard for departments and employees.
    Now I want to create the session bean by using the wizard "Session Bean from JPA Entities".
    I give it a name and select all the available entities and click on "Finish". Then I receive the following error:
    Error running the session bean generation task.In the error log console, I see the following :
    org.eclipse.core.commands.ExecutionException:
         at oracle.eclipse.tools.webtier.ui.wizards.existing.EJBProjectFromExistingDataModelOperation.execute(EJBProjectFromExistingDataModelOperation.java:67)
         at oracle.eclipse.tools.adf.view.ui.internal.wizard.datamodel.NewSessionBeanFromEntitiesWizard.addEJBFacetOperation(NewSessionBeanFromEntitiesWizard.java:249)
         at oracle.eclipse.tools.adf.view.ui.internal.wizard.datamodel.NewSessionBeanFromEntitiesWizard.createNewServiceDefnAndGenBeans(NewSessionBeanFromEntitiesWizard.java:219)
         at oracle.eclipse.tools.adf.view.ui.internal.wizard.datamodel.NewSessionBeanFromEntitiesWizard.doFinish(NewSessionBeanFromEntitiesWizard.java:169)
         at oracle.eclipse.tools.adf.view.ui.internal.wizard.datamodel.NewSessionBeanFromEntitiesWizard.access$0(NewSessionBeanFromEntitiesWizard.java:160)
         at oracle.eclipse.tools.adf.view.ui.internal.wizard.datamodel.NewSessionBeanFromEntitiesWizard$1.run(NewSessionBeanFromEntitiesWizard.java:133)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Caused by: org.eclipse.core.runtime.CoreException:
         at oracle.eclipse.tools.webtier.ui.wizards.existing.EJBProjectConverter.convert(EJBProjectConverter.java:281)
         at oracle.eclipse.tools.webtier.ui.wizards.existing.EJBProjectFromExistingDataModelOperation.execute(EJBProjectFromExistingDataModelOperation.java:61)
         ... 6 more
    Caused by: java.lang.NullPointerException
         at org.eclipse.jst.j2ee.project.facet.J2EEModuleFacetInstallDataModelProvider.hasValidRuntime(J2EEModuleFacetInstallDataModelProvider.java:213)
         at org.eclipse.jst.j2ee.project.facet.J2EEModuleFacetInstallDataModelProvider.propertySet(J2EEModuleFacetInstallDataModelProvider.java:162)
         at org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetInstallDataModelProvider.propertySet(EjbFacetInstallDataModelProvider.java:137)
         at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.internalSetProperty(DataModelImpl.java:182)
         at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.setProperty(DataModelImpl.java:172)
         at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.setStringProperty(DataModelImpl.java:201)
         at oracle.eclipse.tools.webtier.ui.wizards.existing.EJBProjectConverter.convert(EJBProjectConverter.java:126)
         at oracle.eclipse.tools.webtier.ui.wizards.existing.EJBProjectConverter.convert(EJBProjectConverter.java:273)
         ... 7 moreDoes anyone have any idea what happened and how I can fix this?
    Thank you in advance.
    Filip Huysmans.

    You may want to start with the following tutorial, 'Getting Started with Oracle ADF and OEPE' :
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps3/OEPE_OBE/IntroEclipseIDE_OBE.htm
    You will also find other advanced tutorials here:
    http://www.oracle.com/technetwork/developer-tools/eclipse/overview/tutorials-101794.html
    -Raghu

  • Web service client stubs generation

    Hi,
    I try to generated model for WebDynpro application based on Web service (deprecated). WSDL file is valid. Stub classes generation is completed with compilation error. I found that the generator builds strange method for CMapLayerField complex type. There is setter with java.util.List param for MapLayer field but no one exists for Metafields field. Why for? Metafields field has the same cardinality as MapLayer one. Please, take me advance. I don't understand generation mechanism. I tried Axis2 and no problem was. How to fix this problem? How can I use Axis2 WSDL2Java generator instead of SAP Schema to Java generator?
    The problem is below described in details. Compilation failed due to type cast error. The error message is:
    The method setMapLayer(CMapLayer) in the type CMapLayerField is not applicable for the arguments (CMapLayer[])
    Below I give some scrap from WSDL and generated Java class.
    WSDL
    ==============
          <s:complexType name="CMapLayerField">
            <s:complexContent mixed="false">
              <s:extension base="tns:CTable">
                <s:sequence>
                  <s:element minOccurs="0" maxOccurs="1" name="Metafields" type="tns:CMetafields" />
                  <s:element minOccurs="0" maxOccurs="1" name="MapLayer" type="tns:CMapLayer" />
                  <s:element minOccurs="1" maxOccurs="1" name="MapLayerFieldIsName" type="s:int" />
                </s:sequence>
              </s:extension>
            </s:complexContent>
          </s:complexType>
    Generated API class for CMapLayerField type
    ==============================
    package com.test.model;
    public class ComplexType_CMapLayerField
    private com.test.model.proxies.types.CMapLayerField originalBean;
    //skipped
    private com.test.model.ComplexType_CMetafields metafields;
    /** sets the JavaWrapper in the relationship**/
    public void setMetafields(com.test.model.ComplexType_CMetafields arg)
         this.metafields = arg;           
    sets the original bean in the relationship
      public void setMetafields(com.test.model.proxies.types.CMetafields origBean)
         if(this.metafields == null)
              this.metafields = new com.test.model.ComplexType_CMetafields ();
         this.metafields.setOriginalBean(origBean);           
    private java.util.List _mapLayer = null;
    public void setMapLayer (java.util.List list)
         com.test.model.proxies.types.CMapLayer[] array = new com.test.model.proxies.types.CMapLayer[list.size()];
         for(int i=0;i<list.size();i++)
              com.test.model.ComplexType_CMapLayer item = (com.test.model.ComplexType_CMapLayer)list.get(i);
               array<i> = item.getOriginalBean();
         getOriginalBean().setMapLayer(array);
         this._mapLayer = list;
    public void setMapLayer (com.test.model.proxies.types.CMapLayer[] args)
         if(_mapLayer == null) _mapLayer = new java.util.ArrayList();
         if (args == null ) return ;
         for(int i=0;i<args.length;i++)
              com.test.model.ComplexType_CMapLayer wrapper = new com.test.model.ComplexType_CMapLayer ();
              wrapper.setOriginalBean(args<i>);
              _mapLayer.add(wrapper);     
    //skipped
    Generated stub class for CMapLayerField type
    ===================================
    package com.test.model.proxies.types;
    public  class CMapLayerField extends com.test.model.proxies.types.CTable {
      //some line were skipped
      private com.test.model.proxies.types.CMetafields fMetafields;
      public void setMetafields(com.test.model.proxies.types.CMetafields _Metafields) {
        this._f_Metafields = _Metafields;
        this._f_hasMetafields = true;
      private com.test.model.proxies.types.CMapLayer fMapLayer;
      private boolean fhasMapLayer;
      public void setMapLayer(com.test.model.proxies.types.CMapLayer _MapLayer) {
        this._f_MapLayer = _MapLayer;
        this._f_hasMapLayer = true;

    Obsolete

  • Error: Registering remote JRun instance in CF9/Windows Server 2008

    Hello,
    We are upgrading our dev/qa/uat environments to a new set of servers (2). CF9.01 with the latest patches is installed fresh on both servers, which are running Server 2008/IIS7. I created jrun instance dev01 and dev02 on each server, respectively. The plan was to let the CISCO load balancer manage the load between the two boxes, and to then share JRun sessions between the boxes so that we could failover anytime during the day if need be. Whenever I try to register a remote instance I get the following error:
    Variable ORGSPECDIR is undefined.
    The error occurred in serverlist.cfm: line 360
    Called from serverlist.cfm: line 244
    Called from serverlist.cfm: line 193
    Called from serverlist.cfm: line 182
    Called from serverlist.cfm: line 47
    Called from serverlist.cfm: line 1
    Called from index.cfm: line 197
    Called from index.cfm: line 1
    -1 : Unable to display error's location in a CFML template.
    Resources: Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser 
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
    Remote Address 
    107.3.11.73
    Referrer 
    http://devweb06/CFIDE/administrator/entman/addserver.cfm?servertype=addremote
    Date/Time 
    12-Oct-10 01:16 PM
    Stack Trace
    at  cfserverlist2ecfm1631918553._factor5(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrato r\entman\serverlist.cfm:360)       at  cfserverlist2ecfm1631918553._factor6(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrato r\entman\serverlist.cfm:244)       at  cfserverlist2ecfm1631918553._factor7(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrato r\entman\serverlist.cfm:193)       at  cfserverlist2ecfm1631918553._factor14(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrat or\entman\serverlist.cfm:182)       at  cfserverlist2ecfm1631918553._factor15(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrat or\entman\serverlist.cfm:47)       at  cfserverlist2ecfm1631918553.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator \entman\serverlist.cfm:1)       at  cfindex2ecfm1563785181._factor12(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\ index.cfm:197)       at  cfindex2ecfm1563785181.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\in dex.cfm:1)                  
    coldfusion.runtime.UndefinedVariableException: Variable ORGSPECDIR is undefined.
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:377)
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:339)
         at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1447)
         at cfserverlist2ecfm1631918553._factor5(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:360)
         at cfserverlist2ecfm1631918553._factor6(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:244)
         at cfserverlist2ecfm1631918553._factor7(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:193)
         at cfserverlist2ecfm1631918553._factor14(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:182)
         at cfserverlist2ecfm1631918553._factor15(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:47)
         at cfserverlist2ecfm1631918553.runPage(E:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm:1)
         at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
         at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
         at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
         at cfindex2ecfm1563785181._factor12(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\index.cfm:197)
         at cfindex2ecfm1563785181.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\index.cfm:1)
         at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
         at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
         at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
         at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
         at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
         at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
         at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
         at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
         at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79)
         at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
         at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
         at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
         at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
         at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
         at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
         at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
         at coldfusion.CfmServlet.service(CfmServlet.java:200)
         at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
         at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
         at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
         at jrun.servlet.FilterChain.service(FilterChain.java:101)
         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
         at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Now, from either of the 2008 servers I CAN register a remote JRun instance that resides on a Server 2003 box. If I go to the Server 2003 box and try to register an instance from either one of the 2008 servers I get the same error as above, so it is definitely specific to Windows 2008 server.
    Any help would be greatly appreciated. I really don't want to think about storing sessions in a db but want to have that high availability/flexibility at anytime.
    Regards,
    Gary

    Hi Gary, this was a bug in CF 9.0.1. We've issued a hotfix fo it:
    http://kb2.adobe.com/cps/886/cpsid_88660.html

  • SCP02 Put key problem

    Hi,
    I have next troubles, command put key fail, with 6982 code.
    Secure channel mode - 3.
    I don't have any problem with creating secure channel, it creates correctly, I think problem is with encrypting command or maybe with data.
    In SCP01 I do not any operation with LastMac, but as I see in GlobalPlatform Library source, when we use SCP02, we must encrypt Last Mac with DEK Session key, it's correct ? Then I generate new mac for put key command, using "new" LastMac value as ICV. Next I encrypt command with AuthEnc Session key and append mac to result command.
    In Put key I set algo as 0x81, len - 0x10, and CheckValue len - 0x3. This procedure work fine with CyberFlex card.
    PS. JCOP Support don't send me any responce. Nice support ...
    PSS. Maybe somebody explain me how to work with this SCP02 or have SCP02 implementation example.
    -Regards.

    ZuZu wrote:
    Hi,
    I have next troubles, command put key fail, with 6982 code.The key encryption is not correct.
    Secure channel mode - 3.- 3?
    I don't have any problem with creating secure channel, it creates correctly, I think problem is with encrypting command or maybe with data.
    In SCP01 I do not any operation with LastMac, but as I see in GlobalPlatform Library source, when we use SCP02, we must encrypt Last Mac with DEK Session key, it's correct ? Then I generate new mac for put key command, using "new" LastMac value as ICV. Next I encrypt command with AuthEnc Session key and append mac to result command.Normally a card works only with one SCP. So make sure your card really supports SCP02. With SCP02 you encrypt the key values in the PUT KEY command via the DEK session key, and in SCP01 with a static DEK key. Furthermore the session key generation is different. TO get an idea you can check out the open source project GPShell.
    In Put key I set algo as 0x81, len - 0x10, and CheckValue len - 0x3. This procedure work fine with CyberFlex card.Gemalto cards have their own mechanism for SCP. If you search this forum you will find enough hints. JCOP does it strictly according to GP spec.
    PS. JCOP Support don't send me any responce. Nice support ...JCOP support is now restricted to "promising" customers, in other words customers which order large volumes of NXP chips.
    PSS. Maybe somebody explain me how to work with this SCP02 or have SCP02 implementation example.
    -Regards.

  • Rs480 windows-sata installation problem

    Hi all,
                Whenever I try to install windows in my system I press the F6 button and loads the sil3112 sata driver. The first time I tried this worked(win xp with no sps) and I got to install windows. But after sometime I decided reinstall windows. This time when I tried to install windows(win xp with sp1) with the usual procedure like loading the sata driver through F6 method it didnt work. When I reach the partitioning blue screen and when I give prompt to format the drive or partition it windows say that “however the disk does not contain a windows compatible partition” and thus have to exit.
                The same thing happened when I tried to install xp 64bit with sil drivers given in msi site.
    Please do help me with this problem.
    My mobo specs are given below.
    <<< System Summary >>>
      < Processor >
        Model:                         AMD Athlon(tm) 64 Processor 3000+
        Speed:                         1.79GHz
        Model Number:                  3000 (estimated)
        Performance Rating:            PR2687 (estimated)
        Type:                          Standard
        L2 On-board Cache:             512kB ECC Synchronous, Write-Back, 16-way set,
                                        64 byte line size
      < Mainboard >
        Bus(es):                       ISA X-Bus PCI USB FireWire/1394
        MP Support:                    1 CPU(s)
        MP APIC:                       No
        System BIOS:                   Phoenix Technologies, LTD 6.00 PG
        Mainboard:                     MS-7093
        Total Memory:                  447MB DDR-SDRAM
      < Chipset 1 >
        Model:                         Micro-Star International Co Ltd (MSI) ???
                                       (5950)
        Front Side Bus Speed:          1x 199MHz (199MHz data rate)
      < Chipset 2 >
        Model:                         Advanced Micro Devices (AMD) Athlon 64 /
                                       Opteron HyperTransport Technology
                                       Configuration
        Front Side Bus Speed:          2x 995MHz (1990MHz data rate)
        Total Memory:                  512MB DDR-SDRAM
        Memory Bus Speed:              2x 199MHz (398MHz data rate)
      < Video System >
        Monitor/Panel:                 Samsung Samtron 40Bn
        Adapter:                       ATI RADEON Xpress 200 Series
      < Physical Storage Devices >
        Removable Drive:               Floppy disk drive
        Hard Disk:                     ST320413A (19GB)
        Hard Disk:                     ST380817 AS SCSI Disk Device (75GB)
        CD-ROM/DVD:                    SONY DVD-ROM DDU1622 (CD 40X Rd) (DVD 5X Rd)
      < Peripherals >
        Serial/Parallel Port(s):       1 COM / 1 LPT
        USB Controller/Hub:            Standard OpenHCD USB Host Controller
        USB Controller/Hub:            Standard OpenHCD USB Host Controller
        USB Controller/Hub:            USB Root Hub
        USB Controller/Hub:            USB Root Hub
        FireWire/1394 Controller/Hub:  VIA OHCI Compliant IEEE 1394 Host Controller
        Keyboard:                      Standard 101/102-Key or Microsoft Natural PS/
                                       2 Keyboard
        Mouse:                         PS/2 Compatible Mouse
      < MultiMedia Device(s) >
        Device:                        Realtek AC'97 Audio
      < Network Services >
        Adapter:                       Realtek RTL8139/810x Family Fast Ethernet NIC
    <<< Mainboard Information >>>
      < Mainboard >
        Manufacturer:                  Micro-Star
        MP Support:                    1 CPU(s)
        MPS Version:                   1.40
        Model:                         MS-7093
        System BIOS:                   05/13/2005-RS480-SB400-6A666M4DC-00
      < System Memory Controller >
        Location:                      Mainboard
        Error Correction Capability:   None
        Number of Memory Slots:        4
        Maximum Installable Memory:    2GB
        Bank0/1 - A0:                  None None None None DIMM 512MB/64
        Bank2/3 - A1:                  Empty
        Bank4/5 - A2:                  Empty
        Bank6/7 - A3:                  Empty
      < Chipset 1 >
        Model:                         Micro-Star International Co Ltd (MSI) ???
                                       (5950)
        Bus(es):                       ISA X-Bus PCI USB FireWire/1394
        Front Side Bus Speed:          1x 199MHz (199MHz data rate)
        In/Out Width:                  16-bit / 16-bit
      < Logical/Chipset 1 Memory Banks >
        Power Save Mode:               No
        Fixed Hole Present:            No
      < Chipset 2 >
        Model:                         Advanced Micro Devices (AMD) Athlon 64 /
                                       Opteron HyperTransport Technology
                                       Configuration
        Bus(es):                       ISA X-Bus PCI USB FireWire/1394
        Version:                       1.02
        Front Side Bus Speed:          2x 995MHz (1990MHz data rate)
        Maximum FSB Speed / Max Memory:2x 1000MHz / 2x 200MHz
        In/Out Width:                  16-bit / 16-bit
        IO Queue Depth:                4 request(s)
      < Chipset 2 Hub Interface >
        Type:                          HyperTransport
        Version:                       1.02
        In/Out Width:                  16-bit / 16-bit
        Speed:                         2x 995MHz (1990MHz data rate)
      < Logical/Chipset 2 Memory Banks >
        Bank 0:                        512MB DDR-SDRAM 3.0-3-3-3CL 2CMD
        Channels:                      1
        Speed:                         2x 199MHz (398MHz data rate)
        Multiplier:                    1/9x
        Width:                         64-bit
        Refresh Rate:                  5.00µs
        Power Save Mode:               No
        Fixed Hole Present:            No
        Notice 224:                    SMBIOS/DMI information may be inaccurate.
        Tip 2511:                      Some memory slots are free so the memory can
                                       be easily upgraded.
        Warning 100:                   Large memory sizes should be made of
                                       Registered/Buffered memory.
    <<< CPU & BIOS Information >>>
    << Processor 1 >>
      < Processor >
        Model:                         AMD Athlon(tm) 64 Processor 3000+
        Speed:                         1.79GHz
        Model Number:                  3000 (estimated)
        Performance Rating:            PR2687 (estimated)
        Type:                          Standard
        Package:                       FC µPGA939
        Multiplier:                    9/1x
        Minimum/Maximum Multiplier:    9/1x / 9/1x
        Generation:                    G8
        Name:                          M1F Athlon 64 (K8 ClawHammer) 90nm ?GHz+ ?V
        Revision/Stepping:             1F / 0 (108)
        Stepping Mask:                 DH8-D0
        Microcode:                     MU0FF041
        Core Voltage Rating:           1.400V
        Min/Max Core Voltage:          1.400V / 1.450V
        Maximum Physical / Virtual Add:40-bit / 48-bit
        Native Page Size:              4kB
      < Co-Processor (FPU) >
        Type:                          Built-in
        Revision/Stepping:             1F / 0 (108)
      < Processor Cache(s) >
        Internal Data Cache:           64kB Synchronous, Write-Back, 2-way set, 64
                                       byte line size
        Internal Instruction Cache:    64kB Synchronous, Write-Back, 2-way set, 64
                                       byte line size
        L2 On-board Cache:             512kB ECC Synchronous, Write-Back, 16-way set,
                                        64 byte line size
        L2 Cache Multiplier:           1/1x  (1791MHz)
      < Upgradeability >
        Socket/Slot:                   Socket 939
        Upgrade Interface:             Unknown
        Supported Speed(s):            3.00GHz+
      < Processor Power Management >
        Processor Throttling Enabled:  Yes
        Throttle Range:                34% - 100%
    <<< PCI(e), AGP, CardBus Bus(es) Information >>>
    << Generic >>
    << Interface >>
      < System Buses >
        PCI 64-bit Bus(es):            1
        PCI 66MHz Bus(es):             1
        PCI Bus(es):                   3
        Interface Version:             2.20
      < Interface Properties >
        Config space access mechanism :Yes
        Config space access mechanism :No
        Cycle generation mechanism 1 s:No
        Cycle generation mechanism 2 s:No
    <<< Video System Information >>>
    << Video Adapter >>
    << Primary Display Driver (display) >>
      < Video Adapter >
        Model:                         ATI RADEON Xpress 200 Series
        Chipset:                       ATI RADEON Xpress 200G Series (0x5954)
        RAMDAC:                        Internal DAC(400MHz)
        Video BIOS:                    BK-ATI VER008.020I.030.000
        VGA Compatible:                No
        Total Memory:                  64MB (64MB Video) (118MB System)
        Texture Memory:                182MB
        Supports DIME Texturing:       Yes
      < Video BIOS >
        Date:                          04/12/20
      < Current Video Mode >
        Mode:                          1024x768 16M+ TrueColour (32-bit)
        Current Refresh Rate:          60Hz
        Virtual Desktop Size:          1024x768
      < Video Driver >
        Model:                         ati2mtag.sys
        Version:                       6.14.10.6490
        Expected Windows Version:      4.00
        Video Acceleration:            Yes
        Screen Saver Active:           60 minutes(s)
        Screen Saver Name:             C:\WINDOWS\System32\logon.scr
        Low Power Saving Active:       No
        Power Off Saving Active:       No
    <<< Sound Card Information >>>
    << Wave Input Devices (Recording) >>
    << Realtek AC97 Audio >>
      < General Information >
        Device Name:                   Realtek AC97 Audio
        Manufacturer:                  Microsoft
        Version:                       5.10
        Product ID:                    101 / 1
    With regards and concern,
    Cherian

    Quote from: Ui30 on 04-July-05, 19:41:11
    Why not install like you did before, not using a slipstreamed version? It may do the trick!
    Are you runnign single SATA? (I didn't find it in your summary, may looked over it ... maybe you can give your specs like in my signature )
      i'll try you way.but its difficult to get a pure xp. i'll have to dig hard for that.
           for ur 2nd question. i am not running a single sata. i have one sata 80gb and another 20 gb ide.is that a problem

  • Converting java.lang.String to a XML Node

    Hi,
    how do you convert a straight forward string like ..
    "<nodename>this is the node value</nodename>" to a org.w3c.dom.Node....??
    This way it would be easier to use appendNode() to add temporary nodes & build up a document.

    ur app will perform poor if u r going to instantiate
    Document builder often.and u cant append the node ,like
    the way u r trying do.
    the node has to belong to the same document.
    u have to necessarily create node/text node, from this document and append it .
    Option two: read content from 1 file as a string append
    the second value from dealer_info and then create a document from the result String.but make sure ur string is in valid XML format.
    HTH
    vasanth-ct
    Ok let me tell you what exactly i want to do, so that
    you can advise me better. Please tell me, what could
    be done to avoid the error below.
    //start from an existing template xml file
    Document d =
    parseXmlFile("D:/www/Detailcache/detail.xml", false);
    Node root=d.getFirstChild();
    //append dealer information to the root node
    Node dnode=getDealerInfo(currentDealer);
    System.out.println("Node
    Info-->"+dnode.getNodeName());
    root.appendChild(dnode);
    //<-------------------Line175
    //Dealerinfo module returning the parent node
    public Node getDealerInfo(DealerInfo currentDealer) {
    try {
    DocumentBuilderFactory factory =
    ctory = DocumentBuilderFactory.newInstance();
    String
    String dealer_info="<dealer_info><dealer_address>930
    Rockbridge
    ave</dealer_address><dealer_country>USA</dealer_countr
    </dealer_info>";byte buf[] = dealer_info.getBytes();
    ByteArrayInputStream in = new
    n = new ByteArrayInputStream(buf);
    BufferedInputStream bis = new
    s = new BufferedInputStream(in);
    Document dealer_info_doc =
    o_doc = factory.newDocumentBuilder().parse(bis);
    Node dealer_info_node=
    o_node= dealer_info_doc.getFirstChild();
    return dealer_info_node;
    } catch (Exception e) {e.printStackTrace();}
    return null;
    My problem is 'root.appendChild(dnode);' returns an
    error :
    Node Info-->dealer_info
    org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR:
    That node doesn't belong in this document.
    at
    org.apache.crimson.tree.ParentNode.checkDocument(Unkno
    n Source)
    at
    org.apache.crimson.tree.ParentNode.appendChild(Unknown
    Source)
    at
    com.boatventures.inventory.servlet.XmlServlet.showPage
    XmlServlet.java:175)
    at
    com.boatventures.inventory.servlet.XmlServlet.doGet(Xm
    Servlet.java:64)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.jav
    :740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.jav
    :853)
    at
    allaire.jrun.servlet.JRunSE.service(JRunSE.java:1417)
    at
    allaire.jrun.session.JRunSessionService.service(JRunSe
    sionService.java:1106)
    at
    allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:127
    at
    allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunN
    medDispatcher.java:39)
    at
    allaire.jrun.servlet.Invoker.service(Invoker.java:84)
    at
    allaire.jrun.servlet.JRunSE.service(JRunSE.java:1417)
    at
    allaire.jrun.session.JRunSessionService.service(JRunSe
    sionService.java:1106)
    at
    allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:127
    at
    allaire.jrun.servlet.JRunRequestDispatcher.forward(JRu
    RequestDispatcher.java:89)
    at
    allaire.jrun.servlet.JRunSE.service(JRunSE.java:1557)
    at
    allaire.jrun.servlet.JRunSE.service(JRunSE.java:1547)
    at
    allaire.jrun.servlet.JvmContext.dispatch(JvmContext.ja
    a:364)
    at
    allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java
    388)
         at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
    at
    allaire.jrun.WorkerThread.run(WorkerThread.java:75)

  • How to upload a file..or image

    hey all
    i am facing a problem i have to make a customize web application which need the uploading of images in it.... i am not getting any way to upload the image...plz help me. out

    sir thanx for such a good link...
    but actually i am using JRun for Jsp's so i dont know where the package is
    <%@ page language="java" import="com.jspsmart.upload.*"%>
    <jsp:useBean id="mySmartUpload" scope="page" class="com.jspsmart.upload.SmartUpload" />
    <HTML>
    <BODY BGCOLOR="white">
    <H1>jspSmartUpload : Sample 1</H1>
    <HR> <%      // Variables      
    int count=0;      // Initialization
    mySmartUpload.initialize(pageContext);
    mySmartUpload.setTotalMaxFileSize(100000);      // Upload     
    mySmartUpload.upload();
    try {            // Save the files with their original names in the virtual path "/upload"           // if it doesn't exist try to save in the physical path "/upload"
    count = mySmartUpload.save("/upload"); // Save the files with their original names in the virtual path "/upload"           //
    count = mySmartUpload.save("/upload", mySmartUpload.SAVE_VIRTUAL);           // Display the number of files uploaded      
    out.println(count + " file(s) uploaded.");      
    } catch (Exception e) {
    out.println(e.toString());
    %>
    </BODY>
    </HTML>
    the exception is this.............. how to remove it help me out by tracing the server.....
    500 Internal Server Error
    /jspsmartupload/sample1.jsp:
    Compilation error occured:
    Found 4 errors in JSP file:
    C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\jspsmartupload\\sample1.jsp:1: Error: Could not find package named:
    C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\jspsmartupload\\sample1.jsp:1: Error: Could not find package named:
    C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\jspsmartupload\\sample1.jsp:1: Error: Type com/jspsmart/upload/SmartUpload was not found.
    C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\jspsmartupload\\sample1.jsp:1: Error: Could not find package named:
    allaire.jrun.scripting.DefaultCFE:
    Errors reported by compiler:C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:12:8:12:26: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:43:9:43:27: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:43:29:43:39: Error: Type com/jspsmart/upload/SmartUpload was not found.
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:43:58:43:76: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:45:77:45:95: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:47:26:47:44: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
    C:/Program Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__jspsmartupload__sample12ejsp1b.java:49:26:49:44: Error: Could not find package named:
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\rt.jar(com/jspsmart/upload),
    C:\Program Files\JavaSoft\JRE\1.3.0_02\lib\sunrsasign.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ext\activation.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jaxp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jce1_2_1.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jcert.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jdbc.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jndi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jnet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jsse.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\local_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\mail.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\parser.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\pop3.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\sunjce_provider.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\US_export_policy.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\servlet.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\ejb.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\iioprt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jms.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ext\jta.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jrun.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\install.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\lib\jruntags.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\jrun_drivers.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\lib\pbembedded35RE.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servers\default\lib/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\lib\ejipt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_client.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ejipt_tools.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\jsp.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\ssi.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\wddx.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\xt.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\lib\rhino.jar(com/jspsmart/upload),
    C:\Program Files\Allaire\JRun\servlets/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes/com/jspsmart/upload,
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\lib/com/jspsmart/upload or
    C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\jsp/com/jspsmart/upload
         at allaire.jrun.scripting.JavaCompilerService.compile(../scripting/JavaCompilerService.java:96)
         at allaire.jrun.jsp.Translator.compilePage(../jsp/Translator.java:247)
         at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:399)
         at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:92)
         at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:75)
         at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:67)
         at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:216)
         at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
         at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082)
         at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
         at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
         at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
         at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
         at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
         at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)

  • Cisco LMS 4 IEFrame

    Hello,
    i have added a IEFrame in a LMS Dashboard containing some information about Cisco WCS. I works fine, just there is an issue when i open my Dashboard and I didn't start WCS before the IE Frame not showing the information. I tried to set the credentials in the IE Frame Configuration but still the same.
    Further i'd like to add some Ie Frames showing authentication trends from my ACS. But i have no idea how to get the correct URL from the ACS dashboards.
    appreciate any feedback
    alex

    You will likely need to login to WCS before the IFrame portlets will work.  I think prior versions of WCS provided the ability to use the credential interface within the portlet, but newer versions use a cookie/session based authentication mechanism.
    I don't have a recent version of ACS handy anymore to look at, but I don't recall seeing any widget-like constructs in 5.2.  What I typically do when I need to find URLs is right-click on pages or frames and get info.  The info window will contain the direct link.

  • Error Compilation When I browse JSP with bean, please Help Me

    Hello,
    I am new in EJB. I have a problem that I am not understand. please help me.
    I have write my bean and deploy it using JRUN server. The name is SpellCheck.jar
    But when I called the bean from JSP page, always error. Here is my JSP page.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <jsp:useBean id="help" scope="request" class="projsp.SpellCheck"/>
    <jsp:setProperty name="help" property="*"/>
    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    You Entered the input,
    <b>
    <%= request.getParameter("word") %>
    </b>
    <br>
    The processed output is:<br>
    <%= integer.parseInt(request.getparameter("mode"))==1 ?help.reverse():""+help.check() %>
    </body>
    </html>
    and the error messages is:
    Compilation error occured:
    allaire.jrun.scripting.DefaultCFE:
    Errors reported by compiler:Compilation of file 'C:\Program Files\Allaire\JRun\servers\default\veronika\WEB-INF\jsp\jrun__wordpro2ejspc.java' failed with no errors. Please check that your compiler is a working compiler.
    at allaire.jrun.scripting.JavaCompilerService.compile(../scripting/JavaCompilerService.java:100)
    at allaire.jrun.jsp.Translator.compilePage(../jsp/Translator.java:247)
    at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:399)
    at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:92)
    at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:75)
    at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:67)
    at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:216)
    at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
    at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082)
    at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
    at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
    at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
    at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
    at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
    at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
    but if I delete the syntax for calling Bean (usebean, setProperty, and request.getParameter) the browser run properly. Can anybody help me, please?
    thanks
    Veronika

    Hi Veronika,
    The <jsp:usebean> is used for only javabeans not EJB (Enterprise javabean). You said that you have deployed SpellCheck.jar to the JRun server. So that must be an EJB. Where are you accessing this EJB from in your JSP? ARe you doing it inside the projsp.SpellCheck javabean? If yes, can you post some code from the javabean.
    Cheers
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <jsp:useBean id="help" scope="request" class="projsp.SpellCheck"/>
    <jsp:setProperty name="help" property="*"/>
    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    You Entered the input,
    <b>
    <%= request.getParameter("word") %>
    </b>
    <br>
    The processed output is:<br>
    <%= integer.parseInt(request.getparameter("mode"))==1 ?help.reverse():""+help.check() %>
    </body>
    </html>

  • Report totals with a twist

    Good Morning,
    I have a report, that I want to display the totals in the footer of the report. The main query is below. The report breaks on the the first column. This a classic report, using APEX 3.2.1. The report works correctly, but now I want to be able to display a summary section of Funding Types and the total per that funding type. I have used the sum function on the Funding cost column, but it gives me a subtotal on the break and grand total at the end.
    Main Query.
    select      V.DFCY_SEQNO||' - '||V.DFCY_NAME as Deficiency,
          V.DFCY_SMY_NARR,
          V.DFCY_STATUS,
          C.DFCY_CATG,
             NULL AS FUND_TYPE,
             NULL AS RQRMT_TYPE,
             NULL AS FUNDG_FY,
             NULL AS FUNDG_COST
    from     V_DFCY_BASE V, DFCY_CATG_LU C
    where   V.DFCY_CATG_C = C.DFCY_CATG_C
    and     V.DFCY_CATG_C = 1
    and     V.DFCY_STATUS not like ('closed%')
    ---FUNDING
    UNION
    select      V.DFCY_SEQNO||' - '||V.DFCY_NAME as Deficiency,
          NULL,
          NULL,
          NULL,
             FT.FUNDG_TYPE,
             FR.FUNDG_RQRMT_TYPE,
             F.FUNDG_FY,
             F.FUNDG_COST
    from     V_DFCY_BASE V,
             DFCY_CATG_FUNDG F,
             FUNDG_TYPE_LU FT,
             FUNDG_RQRMT_TYPE_LU FR
    where  V.DFCY_SEQNO = F.DFCY_SEQNO
    and   FT.FUNDG_TYPE_C = F.FUNDG_TYPE_C
    and   FR.FUNDG_RQRMT_TYPE_C = F.FUNDG_RQRMT_TYPE_C
    and   V.DFCY_CATG_C = 1
    and   V.DFCY_STATUS not like ('closed%')
    ORDER BY DEFICIENCYSummary query I want display in the region footer. I thought I could place this in the region footer of the report, but right now it displays the code.
      Select FT.FUNDG_TYPE, sum(nvl(FUNDG_COST,0))         
      FROM     V_DFCY_BASE V,
             DFCY_CATG_FUNDG F,
             FUNDG_TYPE_LU FT
      WHERE  V.DFCY_SEQNO = F.DFCY_SEQNO
       and   FT.FUNDG_TYPE_C = F.FUNDG_TYPE_C
       and   V.DFCY_CATG_C = 1
       and   V.DFCY_STATUS not like ('closed%')
      GROUP BY FT.FUNDG_TYPE
      ORDER BY FT.FUNDG_TYPEAny help is appreciated.
    Thanks,
    Mary
    Edited by: MaryM on Aug 30, 2010 2:47 PM

    Bob: You need a spot of Ajax for this, take 2 pills and call me in the morning. :-)
    I modified my example page to do this http://htmldb.oracle.com/pls/otn/f?p=24317:38
    Basically, add a text field, like you already did. But the trick is that changes to this field need to be saved using Ajax (because the page is not being submitted during pagination so the normal session state saving mechanism doesn't kick in).
    Change the Region Footer code to the following
    <script>
    function save_timeout()
    var get = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=do_nothing',0);
    get.add('P38_TIMEOUT',$x('P38_TIMEOUT').value);
    get.get();
    get = null;
    function NextSlide()
      var s=document.getElementsByName('X01')[0];
      var l_this=s.selectedIndex,l_total=s.options.length;
      var l_next=((l_this+1)==l_total)?0:l_this+1;
      s.selectedIndex=l_next;
      // save the user-specified timeout
      save_timeout();
      s.onchange();
    var g_timeout=$x('P38_TIMEOUT').value;
    setTimeout("NextSlide()",g_timeout?g_timeout*1000:1000*10);
    </script>where do_nothing; is a Application Process that does nothing (PL/SQL block with NULL;)
    Hope this helps.

  • Calling SOAP Web Service in dynpro?

    Hello,
    I have configured the XI to exchange data from an external soap and exposed its web service through wsdl file. Now I want to call the service in my model for dynpro application but when I define the adaptive web service model it gives me error but returns status code 200.
    Can I call the XI service directly using Java Code, I would be thankful if you guide me how establish the dynpro and XI web service communication.
    regards,
    Jawed Ali

    Thats what my problem is Murtuza. I have created the adaptive webservice model as I am using latest version of the EP and NWDS. The plain Web service model is now deprecated, so I have to model the XI webservice using adaptive web service model.
    The deprecated web service model, used to provide some proxy classes generation mechanism which the new adaptive model doesn't provide. I have tested my XI webservice WSDL file using XML Spy and its giving me correct output but the adaptive webservice model gives me the error, which I described in my first post.
    I hope I have cleared my point, if you need any thing else to know let me know.
    I created and deployed the web service proxy client and trying to call it using the java code but it also gives me ClassCastException when executing following code to call XI webservice using webservice client proxies:
         InitialContext ctx = new InitialContext();
         Object obj = ctx.lookup("/wsclients/proxies/sap.com/PBWSProxy/com.pso.prototype.PBWSXIProxy");
         sResult = obj.getClass().toString();
         MI_CHK_ACC_OUTService service = (MI_CHK_ACC_OUTService) obj;
         MI_CHK_ACC_OUT stub = (MI_CHK_ACC_OUT)service.getLogicalPort();
         stub._setProperty("javax.xml.rpc.security.auth.username", "pisuper");
         stub._setProperty("javax.xml.rpc.security.auth.password", "lotus123");
         sResult=stub.MI_CHK_ACC_OUT("0000104851", "1100");               
    line:
    <b>MI_CHK_ACC_OUTService service = (MI_CHK_ACC_OUTService)</b> obj;, throwing exception after debuggin I found MI_CHK_ACC_OUTServiceImpl file the code is looking for but I don't have any definition for this class, as the proxy I created doesn't provide any such class. Any idea from where I can find the class definition for MI_CHK_ACC_OUTServiceImpl?

  • CursorBlock Exception while traversing a value cursor

         The version of Oracle :9.2.0.1
         I am using ORACLE Connection Pooling for obtaining the connection
          Oracle Connection Pooling
              // Create OracleConnectionPoolDataSource instance
              ocpds = new OracleConnectionPoolDataSource();
    ocpds.setDriverType("oracle.jdbc.driver.OracleDriver");
    //Constants.JDBC_DRIVER_TYPE);
    //ocpdsOlap.setURL("jdbc:oracle:thin:@host:1521:test");
    ocpds.setURL("jdbc:oracle:thin:@host:1521:test");
    //ocpds.setURL("jdbc:oracle:thin:@host:1521:test");
    ocpds.setUser("scott");
    ocpds.setPassword("tiger");
    //Use Oracle Connection Cache implementation
    ocacheimpl = new OracleConnectionCacheImpl(ocpds);
    //Set the maximum number of connections
    ocacheimpl.setMinLimit(5);
    ocacheimpl.setMaxLimit(40);
    //set the scheme
    ocacheimpl.setCacheScheme(OracleConnectionCacheImpl.DYNAMIC_SCHEME);
              // Getting the Connection          
              mObjConnection = ocacheimpl.getConnection();     
         After obtaining a connection the meta data is generated (ie Data Provider and Tansaction Provider)
         After this the data based on the user parameters is fetched and a report is shown.
         This request is succesful the first time round.
         For subsequent drill down on the report the same meta data objects are used
         The connection is not closed nor is the DataProvider Transaction Provider.
         For a few drill downs this works, but then the a null pointer exception is raised while traversing the output cursor part of compound cursor
         The fetch size is the default fetch size I have not changed that
         The code segment
    // Getting the Row And Columns VAlue Cursors for the Primary Measure
    ValueCursor colCursor = (ValueCursor) outputs.get(nOutputs - 1);
    ValueCursor rowCursor = (ValueCursor) outputs.get(nOutputs - 2);
         do
    RowValues.add(rowCursor.getCurrentValue());
    } while (rowCursor.next());
         the stack trace
         java.lang.NullPointerException
         at oracle.express.olapi.data.CursorBlock.[init](CursorBlock.java:48)
         at oracle.express.olapi.data.full.FullCursorBlockFetcher.fetchCursorBlock(FullCursorBlockFetcher.java:58)
         at oracle.express.olapi.data.PrimaryCursorBlockProvider.getCursorBlock(PrimaryCursorBlockProvider.java:71)
         at oracle.express.olapi.data.SecondaryCursorBlockProvider.getCursorBlock(SecondaryCursorBlockProvider.java:80)
         at oracle.express.olapi.data.CursorTreeManager.revalidate(CursorTreeManager.java:215)
         at oracle.express.olapi.data.ExpressValueCursor.getCurrentValue(ExpressValueCursor.java:158)
         at com.pg.emfg.eops.helperclasses.Olap.getData(D:/Source Code/src/com/pg/emfg/eops/helperclasses/OldOLAP/Olap.java:1035)
         at com.pg.emfg.eops.helperclasses.Olap.execute(D:/Source Code/src/com/pg/emfg/eops/helperclasses/OldOLAP/Olap.java:931)
         at com.pg.emfg.eops.component.dynamicviewreport.eventaction.DynamicViewReportEventAction.perform(D:/Source Code/src/com/pg/emfg/eops/component/dynamicviewreport/eventaction/DynamicViewReportEventAction.java:350)
         at com.pg.emfg.eops.waf.controller.statehandler.StateMachine.processEvent(D:/Source Code/src/com/pg/emfg/eops/waf/controller/statehandler/StateMachine.java:114)
         at com.pg.emfg.eops.waf.controller.web.DefaultWebController.handleEvent(D:/Source Code/src/com/pg/emfg/eops/waf/controller/web/DefaultWebController.java:92)
         at com.pg.emfg.eops.waf.controller.web.RequestProcessor.processRequest(D:/Source Code/src/com/pg/emfg/eops/waf/controller/web/RequestProcessor.java:166)
         at com.pg.emfg.eops.waf.controller.web.MainServlet.doProcess(D:/Source Code/src/com/pg/emfg/eops/waf/controller/web/MainServlet.java:214)
         at com.pg.emfg.eops.waf.controller.web.MainServlet.doPost(D:/Source Code/src/com/pg/emfg/eops/waf/controller/web/MainServlet.java:135)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
         at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082)
         at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
         at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
         at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
         at allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:388)
         at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
         at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
    This exception crashes the entire ORACLE service
    Please provide any inputs on this exception and the possible solution.

    Suspect that this is a problem on the server, perhaps when fetching additional blocks. A SQL trace file would be helpful. Please feel free to send the compressed file to [email protected] Thanks

Maybe you are looking for