[svn] 4153: tag 3.2 release 3.2.0.3958

Revision: 4153
Author: [email protected]
Date: 2008-11-20 10:04:01 -0800 (Thu, 20 Nov 2008)
Log Message:
tag 3.2 release 3.2.0.3958
Added Paths:
flex/sdk/tags/3.2.0.3958/

wonder wrote:who cares about extensions. they are unsupported by upstream
Well i care about extensions, since i can not login into gnome after updating to 3.2.
Maybe i didnt spend hours on fixing the problems, but is this  the sence it is supposed to be?
The extensions were disabled by default, after the error message came, and it didnt do anything.
Then i moved the extensions out of  /usr/share/gnome-shell, to make it work temporarily.
What happened? Only one extension left that made problems: gnome-shell-theme-selector.
Does anybody how to switch this off? Or something, that can login again?
Edit:
i found the info again, that this theme-selector is in ~/.local/share/gnome-shell/extensions
I moved the extension one directory higher. And now in this error message window it is said that i should re-login,
but there is nothing said about any extension any more.
Last edited by Archoid Billy (2011-10-02 15:58:31)

Similar Messages

  • Getting xml tags for PO releases.

    I need some help in getting xml tags for PO releases.
    When I refer metalink they gave me the following for Std PO.
    Create a new Standard Purchase Order and DO NOT approve it. Let it be in Incomplete status. Go to
    concurrent requests and run the 'PO Output for Communication' concurrent
    program will the following parameters:
    Print Selection: All
    Purchase Order Number From: The PO # you just created
    To: The PO # you just created
    Test: Debug
    May I know for PO releases what are additional parameters.I tried to enter release numbers in addition to the above.Bit it did not work,..
    I am having issue in getting buyer contact phone for PO releases.So I am trying to see if the work_tele_phone is available for Po releases xml tags.
    Can anyone please advise
    prasamb

    To get the tag name, you can use the following XSL stylesheet:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="node()">
    <xsl:value-of select="name()"/> <xsl:text> </xsl:text>
    <xsl:apply-templates/>
    </xsl:template>
    </xsl:stylesheet>

  • [svn:cairngorm3:] 15393: downgrade maven-release-plugin to 2.0-beta-9

    Revision: 15393
    Revision: 15393
    Author:   [email protected]
    Date:     2010-04-13 16:42:01 -0700 (Tue, 13 Apr 2010)
    Log Message:
    downgrade maven-release-plugin to 2.0-beta-9
    Please check http://jira.codehaus.org/browse/MRELEASE-526
    Ticket Links:
        http://bugs.adobe.com/jira/browse/beta-9
        http://bugs.adobe.com/jira/browse/MRELEASE-526
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml

    It's Ok.
    Now I have:
    $ cat /etc/issue
    Oracle Linux Server release 6.4
    No any problem.

  • [svn] 610: Tagged flex/sdk/branches/3.0.x at revision 477 as flex/sdk/tags/ 3.0.0.477.

    Revision: 610
    Author: [email protected]
    Date: 2008-02-21 16:57:55 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Tagged flex/sdk/branches/3.0.x at revision 477 as flex/sdk/tags/3.0.0.477. Ship it!
    Added Paths:
    flex/sdk/tags/3.0.0.477/

  • SQL Developer SVN Authentication Loop

    Hi All,
    I am using SQLDeveloper 1.5.1 and I have been excited for the SVN functionality since SQLDeveloper was released.
    When I connect to my svn repository, if I test the read access - the authentication prompt for the password just keeps popping up - despite putting in the correct password.
    In the past I have used Tortoise w/o any issues like this, however now I am responsible for implementing source control across the team at large. I would much prefer that the team use SQLDeveloper and SVN inline rather than any alternative.
    Despite the correct information - if I forget the test and just try to check out my repository - the same behavior occurs, however when I cancel the password prompt - i receive this stacktrace in my details:
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:233)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCheckout$CheckoutThread.executeCheckout(SVNOperationCheckout.java:541)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCheckout$CheckoutThread.executeCheckoutWithProgress(SVNOperationCheckout.java:496)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCheckout$CheckoutThread.run(SVNOperationCheckout.java:346)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1311)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:363)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:224)
         ... 3 more
    Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:40)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:124)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:197)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:160)
         at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:150)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:348)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:462)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:418)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:382)
         at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:305)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:360)
         ... 4 more
    It just reports an error on cancel so I don't know if that helps.
    But I need help, much obliged.
    Thanks,
    ~tim

    Hey Dedwards,
    I sat down with our release engineer and chased the logs - in the apache dump - same kind of stuff.
    However - after changing my password, and then killing TSVNCache.exe (despite both SQLDev and Tortoise not running) I was able to connect.
    Hope this helps others, thanks for the response.
    ~tim

  • [ANNOUNCEMENT] TNTBase is released

    Dear community,
    I'm glad to announce the first release of the versioned database for XML based on Berkeley DB XML --- TNTBase (http://tntbase.org)
    * Source code: https://svn.tntbase.org/repos/tntbase/releases/0.1
    * Debian package: https://svn.tntbase.org/repos/tntbase/deploy/0.1/tntbase-0.1.deb
    Any comments and suggestions are highly appreciated.
    Please note, that this is a research software that might require some efforts to be compiled and run on your machine.
    If you need a repository to play around, please contact me: I may quickly set up a test repository on our servers.
    Vyacheslav

    Hi Merta,
    Thats correct what Athol has said, One you can map to <b>Version</b> and other for document(DIR) approval process through ECM can be mapped to <b>Revision</b>
    For your document type Q03 you create a WRD Template as Customer Specification and map the Revision Attribute of WRD template with Version number of DIR.
    Hope its clear
    Regards
    Rehman

  • JDeveloper project libraries and Maven dependencies

    hi
    Using the Apache Trinidad Maven JDev Plugin, I am wondering how JDeveloper project libraries and Maven dependencies are supposed to be related (or "matched", or "kept in sync", or "work together", or ...).
    With the Maven settings.xml configured like this ...
    <settings>
      <!-- ... -->
      <localRepository>C:\my-maven-repository</localRepository>
      <!-- ... -->
    </settings>... I tried this ...
    C:\projects>mvn -v
    Maven version: 2.0.9
    Java version: 1.6.0_05
    OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
    C:\projects>mvn archetype:create -DgroupId=com.oracle.forums.mvnfirstproj -DartifactId=mvn-first-proj
    [INFO] OldArchetype created in dir: C:\projects\mvn-first-proj
    C:\projects>cd mvn-first-proj
    C:\projects\mvn-first-proj>mvn org.apache.myfaces.trinidadbuild:maven-jdev-plugin:jdev
    [INFO] Scanning for projects...
    [INFO] artifact org.apache.myfaces.trinidadbuild:maven-jdev-plugin: checking for updates from central
    Downloading: http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/1.2.7/maven-jdev-plugin-1.2.7.pom
    2K downloaded
    [INFO] [jdev:jdev]
    [INFO] Generating JDeveloper 10.1.3.0.4 Project mvn-first-proj
    [INFO] Generating JDeveloper 10.1.3.0.4 Project mvn-first-proj-test
    ...After this, the file C:\projects\mvn-first-proj\mvn-first-proj-test.jpr contains
          <!-- ... -->
          <list n="libraryDefinitions">
            <hash>
              <list n="classPath">
                <url path="../../my-maven-repository/junit/junit/3.8.1/junit-3.8.1.jar" jar-entry=""/>
              </list>
              <value v="true" n="deployedByDefault"/>
              <value v="junit:junit:jar:3.8.1" n="description"/>
              <value v="junit:junit:jar:3.8.1" n="id"/>
            </hash>
          </list>
          <!-- ... -->Notice the path for the JAR file in my specific Maven repository, to be relative to my specific project location.
    questions:
    (1) This seems to severely limit the options to share such a JDeveloper project file between developers in a team (e.g. using Subversion), because they would need their Maven repository and their JDeveloper project to be in the same (relative) location. Is this intended? Are there any options to work around these limitations?
    (2) If a project evolves, and additional libraries need to be configured in a JDeveloper project, what would be the preferred approach to keep these in sync with Maven dependency configurations?
    many thanks
    Jan Vervecken

    Hi Jan,
    Yes, some of the current approach is not ideal.
    +"Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time."+ - By having the pom.xml define for the project, I get the ability to run site goals, junit tests and other maven reports - get a feel for the project state. Even with a very basic pom.xml file containing the groupId, ArtifactId, version, SVN repository definition and the release plugin you gain the ability to use "mvn release:clean release:prepare" to help with tagging the source in SVN. These represent progress as up to this point the team has not had access to this.
    +"Making the build process easy".+ - The approach does make the build part easier for JDeveloper 10.1.2. As a maven build, it is now possible to check the project into SVN and have it built by Bamboo, without having to include an installation of JDeveloper 10.1.2 (for library access) on the CI server.
    +"If I understand correctly, in your approach, you are trying to keep both pom.xml and JDeveloper project files up-to-date manually?"+ - The only reason for keeping the JPR in sync with the pom.xml file is to allow the developers to still make use of features such as selecting run from the right click menu. At present, I am still slowly getting up to speed on how JDeveloper works and interacts with OC4J. Ultimately, you would want a maven plugin that will deploy the packaged WAR or EAR to the OC4J stand-alone or remote instance. This plugin would probably wrap the commands that the IDE uses, e.g.
    If you right click on the deployment profile for a project (JDeveloper 10.1.2) and select the Platform > Standalone OC4J options, you find:
    Deploying Ear+
    ${java} ${jvm.max.heap.size} -jar ${admin.jar}
    ${oc4j.url} ${username} ${password}
    -deploy -file ${ear.file}
    -deploymentName ${j2ee.app.name}
    Binding Web Apps+
    ${java} -jar ${admin.jar}
    ${oc4j.url} ${username} ${password}
    -bindWebApp ${j2ee.app.name} ${j2ee.web.app.name}
    ${oc4j.web.site} ${j2ee.context.root}
    And for Platform > OracleAS Remote DCM:
    ${java} -Djava.protocol.handler.pkgs=HTTPClient
    -jar ${Oc4jDcmClient.jar}
    ${dcm.servlet.url} ${username} ${password}
    redeploy ${remote.oracle.home}
    ${ear.file} ${j2ee.app.name} ${oc4j.instance.name}
    With a maven plugin- wrapping the deployment (possible even to the embedded OC4J) you could then look at get away without maintaining the libraries in the JPR. The JPR the becomes the configuration file for the IDE interaction only without affecting the build. For debugging, you can deploy to a standalone instance and start it using:
    java -server -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000 -jar oc4j.jar
    Then connect to the port specified. The primary project I was working on was developed in Netbeans and deployed to SJSAS. I have since switch this project to working with JDeveloper 11.1.1 as the IDE and doing remote debugging from the IDE connecting to the SJSAS debug port.
    Note, that the maven plugin development for the managing of these aspects should be easier with JDeveloper 11.1.1 and the integrated WLS.
    Have you used this approach in a project that uses ADF Business Components? - Yes, I have used it on one of the smaller ADF projects that had already been produced by the team. This project has all the maven features and ability to deploy to the remotes AS via ant scripts. The approach worked in both the dev and test environments. However, for final deployment, I still used the deployment profile to be consistent with the rest of the team.
    Regards,
    Graeme.

  • Backup via Grid Control backs up to wrong location.

    When creating a backup job via CG it seems to be backing up to the default directory of $ORACLE_HOME/dbs. However, rman is configured to backup to a different location. Below is the backup script that GC created.
    If I manual run backup database from RMAN the backup goes to the correct location.
    $rman_script="run {
    allocate channel oem_backup_disk1 type disk maxpiecesize 5 G;
    backup as BACKUPSET tag '%TAG' database;
    backup as BACKUPSET tag '%TAG' archivelog all not backed up delete all input;
    backup tag '%TAG' current controlfile;
    release channel oem_backup_disk1;
    allocate channel for maintenance type disk;
    delete noprompt obsolete device type disk;
    release channel;
    &br_save_agent_env();
    &br_prebackup($l_db_connect_string, $l_is_cold_backup, $l_use_rcvcat, $l_db_10_or_higher, $l_backup_strategy, "FALSE");
    my $result = &br_backup();
    exit($result);

    I believe it's the one holding the rman repository. Is your rman repository on a windows box? Make sure that account has log on as batch job privilege.

  • Error using RMAN thru Database Control

    Hello guys..
    I installed Oracle 10gR2 on solaris 10, and created a sample DB called HEAT. This database is configured to run in Archivelog mode and also created Flash_recovery_area.
    Iam trying to take a simple backup thru RMAN using OEM ( Database Control). there is only 1 database on that server and i plan to use controlfile instead of recovery catalog.
    Now here are the steps when i execute, i get an ERROR.
    1. connected as 'sys' from Database Control.
    2. Went to Maintenence Tab, click in Backup settings.
    3. click on Device Tab, enter OS credentials and click on "Test disk backup"..
    4. I get an error that says "Disk Backup Test Failed!"
    When click on View Error Details :
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Feb 2 12:53:29 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database (not started)
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_disk_backup device type disk;
    3> backup as BACKUPSET current controlfile tag '02022007125328';
    4> restore controlfile validate from tag '02022007125328';
    5> release channel oem_disk_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> allocate channel for maintenance type disk;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> delete noprompt backuppiece tag '02022007125328';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 02/02/2007 12:53:30
    RMAN-12010: automatic channel allocation initialization failed
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    RMAN> exit;
    Recovery Manager complete.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I only have 1 database , and it is configured to backup using Control file and not Recovery catalog ( which is the default)...
    What additional steps do i have to do, to take a simple backup using database control ? I am not sure why it says Database not available...while DB is indeed available and open.
    any help is appreciated..
    thanks

    I, too, am receiving these same errors when I do my backups. The sysadmin took the systems down over the weekend and the backup has failed ever since. Database is up, ORACLE_SID looks fine, what could be wrong? This nightly backup worked before system went down. I can connect as sysdba using the ORACLE_SID as set.
    Thanks,
    Candy

  • ORA-27023: skgfqsbi: media manager protocol error

    can some one please tell me what to do regarding this error, and how can i solve it. the result log is stated below...
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Oct 16 15:26:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database: MOT (DBID=2759813257)
    using target database control file instead of recovery catalog
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
    3> backup as BACKUPSET current controlfile tag '10162007032648';
    4> restore controlfile validate from tag '10162007032648';
    5> release channel oem_sbt_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on oem_sbt_backup channel at 10/16/2007 15:26:50
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> allocate channel for maintenance type 'sbt_tape' ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 10/16/2007 15:26:51
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> delete noprompt backuppiece tag '10162007032648';
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=125 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 10/16/2007 15:26:51
    RMAN-06168: no backup pieces with this tag found: 10162007032648
    RMAN> exit;
    Recovery Manager complete.

    can some one please tell me what to do regarding this error, and how can i solve it. the result log is stated below...
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Oct 16 15:26:49 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database: MOT (DBID=2759813257)
    using target database control file instead of recovery catalog
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
    3> backup as BACKUPSET current controlfile tag '10162007032648';
    4> restore controlfile validate from tag '10162007032648';
    5> release channel oem_sbt_backup;
    6> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on oem_sbt_backup channel at 10/16/2007 15:26:50
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> allocate channel for maintenance type 'sbt_tape' ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 10/16/2007 15:26:51
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    RMAN> delete noprompt backuppiece tag '10162007032648';
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=125 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 10/16/2007 15:26:51
    RMAN-06168: no backup pieces with this tag found: 10162007032648
    RMAN> exit;
    Recovery Manager complete.

  • IAS LDAP Taglib loopValue

    I'm having trouble with the iAS LDAP taglib. I'm having trouble with the
    looping tags, however. The pages compile, but they throw
    NullPointerExceptions once they get to the loopValue or loopEntry tag.
    Here is my code:
    <% //BEGIN CODE %>
    <%@ page errorPage="customerror.jsp" %>
    <%@ taglib prefix="ldap" uri="/WEB-INF/tlds/ldaptags6_0.tld" %>
    <html><head><title>TEST PAGE</title></head>
    <body bgcolor="white"><h2>TEST PAGE</h2>
    <ldap:useQuery id="test_q"
    url="ldap://localhost/ou=People,o=thirdnotice.com?uid?sub"
    scope="request"></ldap:useQuery>
    <p>cn values are :</p><ul>
    <% System.out.println("This line will print."); %>
    <ldap:loopEntry id="loop_q" scope="request" query="test_q">
    <% System.out.println("This line will not print."); %>
    <li><%= request.getAttribute("loop_q") %></li>
    </ldap:loopEntry></ul>
    <ldap:close resource="test_q"/>
    <% //END CODE %>
    If anyone wants the full stack trace, I can provide it. The key part is
    here though:
    at java.lang.NullPointerException.<init>(Compiled Code)
    at java.util.Hashtable.put
    at
    com.netscape.server.servlet.platformhttp.PlatformHttpServletRequest.setAttribute(Unknown
    Source)
    at com.netscape.jsp.PageContextImpl.removeAttribute(Unknown Source)
    at com.netscape.jsp.tags.ldap.LDAPLoop.release(Unknown Source)
    at jsp.APPS.test.ldaploop._jspService(Compiled Code)
    I'm running sp3 on Solaris8.
    I've tried both the Jasper JSP compiler and the old JSP compiler.
    Anyone know anything about this?

    I put in a similar post about this a month ago and got no response. The problem is that you can't pass a null to request.setAttribute(key,object) anymore. This has changed in sp3 apparently. If the object is null, you have to call remove attribute. It looks like they changed the implementation of HttpServletRequest and broke their implementation of PageContext.removeAttribute(). I don't think you can do a thing about it. I don't know if this is a known issue or what.David Ogren wrote:I'm having trouble with the iAS LDAP taglib. I'm having trouble with thelooping tags, however. The pages compile, but they throwNullPointerExceptions once they get to the loopValue or loopEntry tag.Here is my code:<% //BEGIN CODE %><%@ page errorPage="customerror.jsp" %><%@ taglib prefix="ldap" uri="/WEB-INF/tlds/ldaptags6_0.tld" %><html><head><title>TEST PAGE</title></head><body bgcolor="white"><h2>TEST PAGE</h2><ldap:useQuery id="test_q"url="ldap://localhost/ou=People,o=thirdnotice.com?uid?sub"scope="request"></ldap:useQuery><p>cn values are :</p><ul><% System.out.println("This line will print."); %><ldap:loopEntry id="loop_q" scope="request" query="test_q"><% System.out.println("This line will not print."); %><li><%= request.getAttribute("loop_q") %></li></ldap:loopEntry></ul><ldap:close resource="test_q"/><% //END CODE %>If anyone wants the full stack trace, I can provide it. The key part ishere though:at java.lang.NullPointerException.<init>(Compiled Code)at java.util.Hashtable.putatcom.netscape.server.servlet.platformhttp.PlatformHttpServletRequest.setAttribute(UnknownSource)at com.netscape.jsp.PageContextImpl.removeAttribute(Unknown Source)at com.netscape.jsp.tags.ldap.LDAPLoop.release(Unknown Source)at jsp.APPS.test.ldaploop._jspService(Compiled Code)I'm running sp3 on Solaris8.I've tried both the Jasper JSP compiler and the old JSP compiler.Anyone know anything about this?

  • ORacle  table taking too much space

    Hi
    I am using Oracle 9i
    I created one table using script .Table is blank but It takes around 1 Gb space .
    When I create another table using that table
    as create table t_name as select * from original_table ;
    Space is taken by that table is vely low in MB (.6 MB)
    Only Index is not created
    why my table is taking to much space ?
    How to resolve it ?
    what parameter to check ?

    Hi Pavan,
    I am trying to take backup of oracle DB using RMAN script with OSB (Oracle Secure backup). I am facing the following issue given below. I had created a storage selector and my devices are configured in OSB.. Given below the error message
    My Rman script is :
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
    3> backup as BACKUPSET current controlfile tag '11202008104814';
    4> restore controlfile validate from tag '11202008104814';
    5> release channel oem_sbt_backup;
    6> }
    error message is given below
    allocated channel: oem_sbt_backup
    channel oem_sbt_backup: sid=143 devtype=SBT_TAPE
    channel oem_sbt_backup: Oracle Secure Backup
    Starting backup at 20-NOV-08
    channel oem_sbt_backup: starting full datafile backupset
    channel oem_sbt_backup: specifying datafile(s) in backupset
    including current control file in backupset
    channel oem_sbt_backup: starting piece 1 at 20-NOV-08
    released channel: oem_sbt_backup
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on oem_sbt_backup channel at 11/20/2008 22:50:05
    ORA-19506: failed to create sequential file, name="07k075kr_1_1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece 07k075kr_1_1 failed.
    (Oracle Secure Backup error: 'no preauth config found for OS user (OB tools) oracle').
    Need help from you ..
    Thanks in Advance

  • Creating Sample XML data to view Reports

    Hi All,
    I have the following:
    RTF Report Templates
    XML definition files - i.e. format
    <parameters> parameter names = .... </parameters>
    <dataQuery> Sql statement in here </dataQuery>
    <dataStructure> element names... </dataStructure>
    and translated xliff files for each reports.
    What I want is to review each report to see what it looks like translated but to do this I need some sample xml data to populate the report (I dont have access to a live build).
    Can anyone tell how I can create the sample xml data so I can review these reports. I have installed the BIP Reports server but have not been able to find a way of completing this.
    Many thanks in advance for your help.

    Hello David
    I refered your other posts on xsl fo style sheets for Purchase Orders.
    Sorry for intervening you here..
    I need some help in getting xml tags for PO releases.
    When I refer metalink they gave me the following for Std PO.
    Create a new Standard Purchase Order and DO NOT approve it. Let it be in Incomplete status. Go to
    concurrent requests and run the 'PO Output for Communication' concurrent
    program will the following parameters:
    Print Selection: All
    Purchase Order Number From: The PO # you just created
    To: The PO # you just created
    Test: Debug
    May I know for PO releases what are additional parameters.I tried to enter release numbers in addition to the above.Bit it did not work,..
    I am having issue in getting buyer contact phone for PO releases.So I am trying to see if the work_tele_phone is available for Po releases xml tags.
    Can you please advise
    prasanna

  • How to create VTL and tape drives

    hi!
    i want to create one library like"vlib" containing two tape drives vt1 and vt2 having equal space of 512 MB.
    Can u plz check that i am on right track
    ob>mkdev -t library -o -S 2 -a test:/d01/secure/vlib -v vlib
    ob>mkdev -t library -o -a test:/d01/secure/vt1 -v -l vlib -d 1 vt1
    ob>mkdev -t library -o -S 2 -a test:/d01/secure/vt2 -v -l vlib -d 2 vt2
    Insert Volume
    now here is where i am confuse .....
    ob>insertvol -L vlib -c 512 unlabeled 1-2
    now how to insertvol in tapes .....by above command is this volume available to all tapes in that library.
    actually i want that i have two tapes vt1 and vt2 ,both should have space 512 mb now when i take full database backup through rman ....after when vt1 becomes full it start utilizing other tape vt2 automatically.
    plz helppppppppp

    thank you ....but please can u check that what i have done...i am giving detail......plzzz
    STEP 1)
    ob> mkdev -t library -o -S 2 -a test:/d01/secure/vlib -v vlib
    ob> insertvol -L vlib -c 512 unlabeled 1-2
    ob> lsvol -L vlib
    Inventory of library vlib:
    in 1: unlabeled, barcode fec96134fdea10285e7000c2944f637
    in 2: unlabeled, barcode feef494efdea10285e7000c2944f637
    ob> mkdev -t tape -o -a test:/d01/secure/vt1 -v -l vlib -d 1 vt1
    ob> lsvol -L vlib -D vt1
    Inventory of library vlib:
    * in 1: unlabeled, barcode fec96134fdea10285e7000c2944f637
    * in 2: unlabeled, barcode feef494efdea10285e7000c2944f637
    *: in use list
    ob> mkdev -t tape -o -a test:/d01/secure/vt2 -v -l vlib -d 2 vt2
    ob> mkdev -t tape -o -a test:/d01/secure/vt3 -v -l vlib -d 3 vt3
    STEP 2)
    Then i created backup storage as RMAN default and selected vt1 as tape.
    after that with rman i took full database backup.
    ob> lsjob -l
    oracle/6:
    Type: database orcl (dbid=1233653080)
    Scheduled time: none
    State: processed; Oracle job(s) scheduled
    Priority: 100
    Run on host: (administrative server)
    Attempts: 0
    oracle/6.1:
    Type: datafile backup
    Backup piece: 13l69bcu_1_1
    Family: RMAN-DEFAULT
    Encryption: awaiting job completion
    Scheduled time: none
    State: running since 2010/02/17.22:58
    Priority: 100
    Run on host: test
    Attempts: 1
    [oracle@test ~]$ rman target /
    Recovery Manager: Release 10.2.0.4.0 - Production on Wed Feb 17 21:58:07 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: ORCL (DBID=1233653080)
    RMAN> run
    2> {
    3> allocate channel ch1 device type sbt;
    4> backup database tag=fULLBACKUP1;
    5> release channel ch1;
    6> }
    allocated channel: ch1
    channel ch1: sid=134 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 17-FEB-10
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00001 name=/d01/app/oracle/product/10.2.0/oradata/orcl/system01.dbf
    input datafile fno=00003 name=/d01/app/oracle/product/10.2.0/oradata/orcl/sysaux01.dbf
    input datafile fno=00002 name=/d01/app/oracle/product/10.2.0/oradata/orcl/undotbs01.dbf
    input datafile fno=00005 name=/d01/app/oracle/product/10.2.0/oradata/orcl/example01.dbf
    input datafile fno=00004 name=/d01/app/oracle/product/10.2.0/oradata/orcl/users01.dbf
    channel ch1: starting piece 1 at 17-FEB-10
    channel ch1: finished piece 1 at 17-FEB-10
    piece handle=13l69bcu_1_1 tag=FULLBACKUP1 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:09:22
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ch1: starting piece 1 at 17-FEB-10
    channel ch1: finished piece 1 at 17-FEB-10
    piece handle=14l69buk_1_1 tag=FULLBACKUP1 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:57
    Finished backup at 17-FEB-10
    released channel: ch1
    ob> catxcr oracle/6
    Error: unable to open transcript for oracle/6 - No such file or directory
    oracle/6.1: 2010/02/17.22:58:52 ______________________________________________________________________
    oracle/6.1: 2010/02/17.22:58:52
    oracle/6.1: 2010/02/17.22:58:52 Transcript for job oracle/6.1 running on test
    oracle/6.1: 2010/02/17.22:58:52
    oracle/6.1: Volume label:
    oracle/6.1: Volume tag: fec96134fdea10285e7000c2944f637
    oracle/6.1: Volume UUID: 25fb9f22-fdf2-102c-a243-000c2944f637
    oracle/6.1: Volume ID: RMAN-DEFAULT-000006
    oracle/6.1: Volume sequence: 1
    oracle/6.1: Volume set owner: root
    oracle/6.1: Volume set created: Wed Feb 17 22:58:58 2010
    oracle/6.1: Media family: RMAN-DEFAULT
    oracle/6.1: Volume set expires: never; content manages reuse
    oracle/6.1: Original UUID: 25fb9f22-fdf2-102c-a243-000c2944f637
    oracle/6.1:
    oracle/6.1: Archive label:
    oracle/6.1: File number: 1
    oracle/6.1: File section: 1
    oracle/6.1: Owner: root
    oracle/6.1: Client host: test
    oracle/6.1: Backup level: 0
    oracle/6.1: S/w compression: no
    oracle/6.1: Archive created: Wed Feb 17 22:58:58 2010
    oracle/6.1: Backup piece name: 13l69bcu_1_1
    oracle/6.1: Backup db name: orcl
    oracle/6.1: Backup db id: 1233653080
    oracle/6.1: Backup copy number: not applicable
    oracle/6.1: Backup content: full
    oracle/6.1:
    oracle/6.1:
    oracle/6.1: End of tape has been reached. Please wait while I rewind and unload the tape.
    oracle/6.1: The Volume ID of the next tape to be written is RMAN-DEFAULT-000007.
    oracle/6.1: The tape has been unloaded.
    oracle/6.1:
    oracle/6.1: Volume label:
    oracle/6.1: Volume tag: feef494efdea10285e7000c2944f637
    oracle/6.1: Volume UUID: 27fb5faa-fdf3-102c-a243-000c2944f637
    oracle/6.1: Volume ID: RMAN-DEFAULT-000007
    oracle/6.1: Volume set ID: RMAN-DEFAULT-000006
    oracle/6.1: Previous volume: RMAN-DEFAULT-000006
    oracle/6.1: Volume sequence: 2
    oracle/6.1: Volume set owner: root
    oracle/6.1: Volume set created: Wed Feb 17 22:58:58 2010
    oracle/6.1: Media family: RMAN-DEFAULT
    oracle/6.1: Volume set expires: never; content manages reuse
    oracle/6.1: Original UUID: 27fb5faa-fdf3-102c-a243-000c2944f637
    oracle/6.1:
    oracle/6.1: Archive label:
    oracle/6.1: File number: 1
    oracle/6.1: File section: 2
    oracle/6.1: Owner: root
    oracle/6.1: Client host: test
    oracle/6.1: Backup level: 0
    oracle/6.1: S/w compression: no
    oracle/6.1: Archive created: Wed Feb 17 22:58:58 2010
    oracle/6.1: Backup piece name: 13l69bcu_1_1
    oracle/6.1: Backup db name: orcl
    oracle/6.1: Backup db id: 1233653080
    oracle/6.1: Backup copy number: not applicable
    oracle/6.1: Backup content: full
    oracle/6.1:
    oracle/6.1:
    oracle/6.1: Backup statistics:
    oracle/6.1: status 0
    oracle/6.1: devices vt1
    oracle/6.1: devices 1
    oracle/6.1: volumes RMAN-DEFAULT-000006 RMAN-DEFAULT-000007
    oracle/6.1: voltags fec96134fdea10285e7000c2944f637 feef494efdea10285e7000c2944f637
    oracle/6.1: file 1
    oracle/6.1: host test
    oracle/6.1: encryption on aes192
    oracle/6.1: start_time Wed Feb 17 2010 at 22:58:58 (1266429538)
    oracle/6.1: end_time Wed Feb 17 2010 at 23:07:31 (1266430051)
    oracle/6.1: backup_time Wed Feb 17 2010 at 22:58:58 (1266429538)
    oracle/6.1: dev_kbytes 668298
    oracle/6.1: dev_iosecs 513
    oracle/6.1: dev_iorate 1.3 MB/S
    oracle/6.1: wrt_iosecs 508
    oracle/6.1: wrt_iorate 1.3 MB/S
    oracle/6.1: physical_blks_written 1336576
    oracle/6.1: write_errors 0
    oracle/6.1: physical_blks_read 0
    oracle/6.1: read_errors 0
    oracle/6.1: error_rate 0%
    ob> lsvol -L vlib
    Inventory of library vlib:
    in 1: volume RMAN-DEFAULT-000006, barcode fec96134fdea10285e7000c2944f637, full, content manages reuse
    in 2: volume RMAN-DEFAULT-000007, barcode feef494efdea10285e7000c2944f637, 368736 kb remaining, content manages reuse
    STEP 3)
    Then i took again full database backup just to verify that other tape drives will be use or not.....
    RMAN> run
    2> {
    3> allocate channel ch1 device type sbt;
    4> backup database tag=FULLBACKUP2;
    5> release channel ch1;
    6> }
    allocated channel: ch1
    channel ch1: sid=134 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 17-FEB-10
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00001 name=/d01/app/oracle/product/10.2.0/oradata/orcl/system01.dbf
    input datafile fno=00003 name=/d01/app/oracle/product/10.2.0/oradata/orcl/sysaux01.dbf
    input datafile fno=00002 name=/d01/app/oracle/product/10.2.0/oradata/orcl/undotbs01.dbf
    input datafile fno=00005 name=/d01/app/oracle/product/10.2.0/oradata/orcl/example01.dbf
    input datafile fno=00004 name=/d01/app/oracle/product/10.2.0/oradata/orcl/users01.dbf
    channel ch1: starting piece 1 at 17-FEB-10
    ob> catxcr oracle/8
    Error: unable to open transcript for oracle/8 - No such file or directory
    oracle/8.1: 2010/02/17.23:19:45 ______________________________________________________________________
    oracle/8.1: 2010/02/17.23:19:45
    oracle/8.1: 2010/02/17.23:19:45 Transcript for job oracle/8.1 running on test
    oracle/8.1: 2010/02/17.23:19:45
    oracle/8.1: Volume label:
    oracle/8.1: Volume tag: feef494efdea10285e7000c2944f637
    oracle/8.1: Volume UUID: 27fb5faa-fdf3-102c-a243-000c2944f637
    oracle/8.1: Volume ID: RMAN-DEFAULT-000007
    oracle/8.1: Volume set ID: RMAN-DEFAULT-000006
    oracle/8.1: Previous volume: RMAN-DEFAULT-000006
    oracle/8.1: Volume sequence: 2
    oracle/8.1: Volume set owner: root
    oracle/8.1: Volume set created: Wed Feb 17 22:58:58 2010
    oracle/8.1: Media family: RMAN-DEFAULT
    oracle/8.1: Volume set expires: never; content manages reuse
    oracle/8.1: Original UUID: 27fb5faa-fdf3-102c-a243-000c2944f637
    oracle/8.1:
    oracle/8.1: Archive label:
    oracle/8.1: File number: 3
    oracle/8.1: File section: 1
    oracle/8.1: Owner: root
    oracle/8.1: Client host: test
    oracle/8.1: Backup level: 0
    oracle/8.1: S/w compression: no
    oracle/8.1: Archive created: Wed Feb 17 23:19:51 2010
    oracle/8.1: Backup piece name: 15l69ckd_1_1
    oracle/8.1: Backup db name: orcl
    oracle/8.1: Backup db id: 1233653080
    oracle/8.1: Backup copy number: not applicable
    oracle/8.1: Backup content: full
    oracle/8.1:
    oracle/8.1:
    oracle/8.1: End of tape has been reached.  Please wait while I rewind and unload the tape.
    oracle/8.1: The Volume ID of the next tape to be written is RMAN-DEFAULT-000008.
    oracle/8.1: The tape has been unloaded.
    oracle/8.1:
    oracle/8.1: Error: couldn't perform auto-swap - can't find usable volume in library (OB device mgr)
    oracle/8.1:    Enter a command from the following list:
    oracle/8.1:        load <n>     .. load the tape from element <n> into the drive
    oracle/8.1:        unload <n>   .. unload the tape from the drive into element <n>
    oracle/8.1:        help         .. display other commands to modify drive's database
    oracle/8.1:        go           .. to use the tape you selected
    oracle/8.1:        quit         .. to give up and abort this backup or restore
    oracle/8.1: :
    ob> lsvol -L vlib
    Inventory of library vlib:
    in 1: volume RMAN-DEFAULT-000006, barcode fec96134fdea10285e7000c2944f637, full, content manages reuse
    in 2: volume RMAN-DEFAULT-000007, barcode feef494efdea10285e7000c2944f637, full, content manages reuse
    INVENTORY:
    Inventory of library vlib:
    in mte: vacant
    in 1: volume RMAN-DEFAULT-000006, barcode fec96134fdea10285e7000c2944f637, oid 134, full, content manages reuse
    in 2: volume RMAN-DEFAULT-000007, barcode feef494efdea10285e7000c2944f637, oid 136, full, content manages reuse
    in dte1: vacant
    in dte2: vacant
    in dte3: vacant
    PROBLEM:
    now problem is that its waiting for input because both slots 1 and 2 are full ....my question is that it has 3 tape drives why its not using that????please can u answer............plzz
    Edited by: Muhammad.Usman on Feb 17, 2010 11:48 AM

  • Feature 'nested external environment calls' not implemented

    Hi.
    I've created a .Net 3.5 DLL which is called by a stored procedure using CLR in a trigger.
    Inside one of the functions I've got an update-statement against the same table as the trigger which calls the CLR code.
    That update results in a SAExeption:
    30.04.2014 14:19:55 (ConnID. 89) - W747lnr=4000996, Error: Feature 'nested external environment calls' not implemented
    iAnywhere.Data.SQLAnywhere.SAException: Feature 'nested external environment calls' not implemented
       at iAnywhere.Data.SQLAnywhere.SACommand.ExecuteReader()
       at CLRKalkyle.Exts.Execute(SAConnection conn, String sql, Object[] args)
       at CLRKalkyle.CalculusFunctions.DivInnfrakt(SAConnection conn, Pallet palle, Decimal totkvant)
       at CLRKalkyle.CalculusFunctions.GetInnfrakt(SAConnection conn, Int32 klientnr, String uttakstype, Int32 uttaksnr, Int32 w722lnr)
       at CLRKalkyle.Exts.DivKalkyle(SAConnection conn, Int32 klientnr, String uttakstype, Int32 uttaksnr, Int32 w722lnr, Int32 w747lnr)
       at CLRKalkyle.CLRKalkyle.GenKalkyle(Int32 klientnr, Int32 w747lnr)
    I'm using SAServerSideConnection without transaction (the CLR is called per row in the database).
    Is it possible to run the update in a new thread, or perhaps a new connection?
    Or do I have to run the update after all the other code is finished?
    Hope you understand my problem.
    Regards,
    Bjarne Anker

    This is the trigger:
    ALTER TRIGGER "wau_w747_maaoppdat_on" after update of MaaOppdateres
    order 2 on MTS.W747KalkyleData
    referencing old as old_name new as new_name
    for each row when(old_name.MaaOppdateres = 0 and new_name.MaaOppdateres = 1)
    begin
        call spw_GenKalkyle_w747lnr(new_name.klientnr,new_name.w747lnr)
    end
    Stored procedure:
    ALTER PROCEDURE "MTS"."spw_GenKalkyle_w747lnr"( in p1 integer,in p2 integer )
    external name 'D:\\SVN\\Trading\\CLRKalkyle\\CLRKalkyle\\bin\\Release\\CLRKalkyle.dll::CLRKalkyle.CLRKalkyle.GenKalkyle(int,int)' language clr
    This is where the exception occurs in the program:
    sql = @"update w747kalkyledata w747
    set w747.maaoppdateres = 1
    from w722fakturalinje w722
    where w722.KlientNr = ?
    and w722.TilgangsType = ?
    and w722.TilgangsNr = ?
    and w722.tilgangsnr > 0
    and w722.klientnr = w747.klientnr
    and w722.uttakstype = w747.uttakstype
    and w722.uttaksnr = w747.uttaksnr
    and w722.w722lnr = w747.w722lnr
    and w722.uttakstype = 'DF'
    and w747.maaoppdateres = 0";
    SAServerSideConnection.Connection.Execute(sql, palle.klientnr, palle.tilgangstype, palle.tilgangsnr);
    In short, the trigger is at the table W747 and the code fails when running the update against the same table.
    I guess it would be best to send the sourcecode via email if you need to look at the whole picture.
    Regards,
    Bjarne Anker

Maybe you are looking for

  • Delivery already contained in a shipment

    Hi Fnrd,   I am doing the cancellation of an invoice. 1) I have done VF11. 2) I have done VL09 -- Reverse Goods movement. 3) Now i am doing VL02N -- i am cancelling the items from the delivery -- then i am getting an error saying that Delivery alread

  • Change font size of WEBGUI in SAP ERP

    Hi all, I need to change font size of WEBGUI in SAP ERP. It is easy to change it in Webgui of SAP BI, using Internet Explorer functionalities (View -> Text size -> Largest), but same procedure doesn't work for transactional SAP modules (i.e. SAP HR).

  • I want to write an IM program. Can u walk me through?

    I want to write my own IM program. Can you walk me through?

  • Nv driver issues

    I figure this is the place to put this because the problem is on a laptop and it's not really a hardware problem. I have installed all the updates and am running an archck kernel on a dell inspiron 9400 right now. It works fine except suspend to ram

  • Can't remove Service Deployment Configuration

    Hello, When i try to remove VMM Service Deployment Configuration i get error:  Error (26965) VMM is unable to find the specified static IP address pool. The specified name may be incorrect, or the pool may have been deleted. Recommended Action Verify