JSS error while trying to use amsdk.

I have a existing web application that uses AM sdk to perform SSO, which is deployed in Sun Webserver 7. It works perfectly fine.
I have developed another sample web application to do the same I deployed it in the same web container but I am getting following error.
java.lang.NoClassDefFoundError: org/mozilla/jss/provider/Provider
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.iplanet.services.util.Crypt.createInstance(Crypt.java:128)
at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:101)
at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)
at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.jav a:128)
at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceActi on.java:92)
at java.security.AccessController.doPrivileged(Native Method)
at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:81)
at com.sun.identity.security.AdminDNAction.run(AdminDNAction.java:87)
at java.security.AccessController.doPrivileged(Native Method)
at com.iplanet.am.sdk.AMCommonUtils.getInternalToken(AMCommonUtils.java: 118)
at com.iplanet.am.sdk.AMCommonUtils.populateManagedObjects(AMCommonUtils .java:538)
at com.iplanet.am.sdk.AMCommonUtils.<clinit>(AMCommonUtils.java:107)
at com.iplanet.am.sdk.AMHashMap.<init>(AMHashMap.java:77)
at com.iplanet.am.sdk.AMStoreConnection.<clinit>(AMStoreConnection.java: 141)
at com.sun.comms.client.web.authorization.AMSSOProvider.getAdminStoreCon nection(AMSSOProvider.java:130)
at com.sun.comms.client.web.authorization.AMSSOProvider.SingleSignOn(AMS SOProvider.java:47)
at com.sun.comms.client.web.authorization.SSOFilter.doFilter(SSOFilter.j ava:94)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:210)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:178)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:270)
at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard ContextValve.java:241)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:182)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:571)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:160)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:571)
at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcess or.java:149)
at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnect or.java:995)
Not sure why in same web container two different applications works differently. Please let me know what needs to be done to avoid the above issue.
--Balamurugan.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Hi,
For OPTIONAL support in 11.1.0.7.0, you need the following patch
Patch 7600122: CURLY BRACE SYNTAX,VIRTUAL MODELS, NETWORK INDEXES AND HINTO FRAMEWORK SUPPORT
Support for SPARQL FILTERs in SEM_MATCH is not available for 11.1.0.7.0. You will need version 11.2.0.1.0 or later for FILTER support. With 11.2.0.1.0, we recommend that you apply our latest patch set:
Patch 9819833: SEMANTIC TECHNOLOGIES 11G R2 FIX BUNDLE 2
All of the above patches are available through My Oracle Support.
Thanks,
Matt

Similar Messages

  • Error while trying to use '{' in the query

    Hi,
    The below mentioned query is giving Error while trying to use '{'
    Query:
    select s,x from table(SEM_MATCH(
    '{?s rdf:type <http://www.cs.com/sbip/dwh/mdm/data_modeling#Base_Term> .
    ?s ?p ?x}',
    SEM_Models('foundation'),
    SEM_RuleBases('OWLPRIME'),
    SEM_ALIASES(SEM_ALIAS('dm','http://www.cs.com/sbip/dwh/mdm/data_modeling#'),
    SEM_ALIAS('owl','http://www.w3.org/2002/07/owl#')), null, 'INVALID'))
    where regexp_like(x,'Customers','i');
    Error details:
    ORA-29532: Java call terminated by uncaught Java exception: oracle.spatial.rdf.server.TokenMgrError: Lexical error at line 1, column 1. Encountered: "{" (123), after : ""
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 178
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 67
    ORA-06512: at line 4
    I am unable to use Option, Filter in query.
    Any solution?
    Please let me know do i need to apply any patch?
    Note: I am using Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Regards,
    Kavitha.

    Hi,
    For OPTIONAL support in 11.1.0.7.0, you need the following patch
    Patch 7600122: CURLY BRACE SYNTAX,VIRTUAL MODELS, NETWORK INDEXES AND HINTO FRAMEWORK SUPPORT
    Support for SPARQL FILTERs in SEM_MATCH is not available for 11.1.0.7.0. You will need version 11.2.0.1.0 or later for FILTER support. With 11.2.0.1.0, we recommend that you apply our latest patch set:
    Patch 9819833: SEMANTIC TECHNOLOGIES 11G R2 FIX BUNDLE 2
    All of the above patches are available through My Oracle Support.
    Thanks,
    Matt

  • Error while trying to use Photomerge and stitch a few pictures with Photoshop CC 14 on Windows 8.1

    I am getting an error while trying to merge some pictures together using photomerge in photoshop cc14, it says photoshop has encounter an error, and it closes photoshop after that, I cannot use photomerge at all, everything else works fine. Any help anyone???

    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    A screen shot could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Getting ActionScript Error while trying to use Preloaders

    Hi,
    I am new to the Flex.Now we are using Flex 3 in our project.I
    need to create custom Progress Bar, for this i got some reference
    examples using preloader, by googling.But i am getting the error
    while trying this.
    The stack trace of the error is as follows:
    Error: No class registered for interface
    'mx.managers::ILayoutManager'.
    at
    mx.core::Singleton$/getInstance()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\ Singleton.as:111]
    at
    mx.core::Application()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Application .as:273]
    at
    preloader::CustomPreloader()[D:\meena\flexworkspace\src\preloader\CustomPreloader.mxml:0]
    at
    mx.preloaders::Preloader/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\p reloaders\Preloader.as:210]
    at mx.managers::SystemManager/
    http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\3.0.x\frameworks\projects\ framework\src\mx\managers\SystemManager.as:1508
    at
    mx.managers::SystemManager/initHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\m x\managers\SystemManager.as:2196]
    Please can anyone help.............

    Hi,
    I am new to the Flex.Now we are using Flex 3 in our project.I
    need to create custom Progress Bar, for this i got some reference
    examples using preloader, by googling.But i am getting the error
    while trying this.
    The stack trace of the error is as follows:
    Error: No class registered for interface
    'mx.managers::ILayoutManager'.
    at
    mx.core::Singleton$/getInstance()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\ Singleton.as:111]
    at
    mx.core::Application()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Application .as:273]
    at
    preloader::CustomPreloader()[D:\meena\flexworkspace\src\preloader\CustomPreloader.mxml:0]
    at
    mx.preloaders::Preloader/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\p reloaders\Preloader.as:210]
    at mx.managers::SystemManager/
    http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\3.0.x\frameworks\projects\ framework\src\mx\managers\SystemManager.as:1508
    at
    mx.managers::SystemManager/initHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\m x\managers\SystemManager.as:2196]
    Please can anyone help.............

  • Error while trying to use BFILENAME during schema registration

    Hi,
    I'm having difficulty in understanding the BFILENAME function while trying to register a schema. The schema is physically present in the following location
    USERNAME: WEBUSER
    LOCATION: XML Schemas ---> MyHeaderSchema.xsd
    And I'm trying to register it as follows:
    declare
    V_XML_SCHEMA XMLTYPE := XMLType(BFILENAME('WEBUSER','MyHeaderSchema.xsd'),nls_charset_id('AL32UTF8'));
    begin
    DBMS_XMLSCHEMA.registerSchema
    SCHEMAURL => 'http://my.schemas.com/header.xsd',
    SCHEMADOC => V_XML_SCHEMA,
    LOCAL => TRUE,
    GENBEAN => FALSE,
    GENTYPES => TRUE,
    GENTABLES => FALSE,
    ENABLEHIERARCHY => DBMS_XMLSCHEMA.ENABLE_HIERARCHY_NONE
    end;
    I get the error:
    Error report:
    ORA-22285: non-existent directory or file for FILEOPEN operation
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 2
    22285. 00000 - "non-existent directory or file for %s operation"
    *Cause:    Attempted to access a directory that does not exist, or attempted
    to access a file in a directory that does not exist.
    *Action:   Ensure that a system object corresponding to the specified
    directory exists in the database dictionary, or
    make sure the name is correct.
    Can you please help?

    I was curious if there was already some functionality in SQL Developer I might have missed. So I checked. Apparently SQL Developer still doesn't have any functionality to support XML Schema's in / for XMLDB (I keep them asking, but anyway).
    So an XML Schema is just treated as plain text. Still.
    However, the following worked for me. Is there a difference if I use XDBURIType Vs BFILENAME and do a getBLOB() Vs XMLType?XDBUriType is part of the URIType factory functionality and in this case, XDBUritype enables you to get the content stored out of the XDB Repository
    BFileName give you the possibility to get your content from the server via a BFile locator construct
    getBLOB is an operator on xdburitype and converts the uritype datatype into binary LOB datatype
    XMLType is the datatype that should be used for XML content
    If you use GENTYPES => TRUE then during registration via using DBMS_XMLSCHEMA objects and types will be created to "represent" the "format" of the XML defined by the XML Schema.

  • Error while trying to use oci driver

    hi all,
    When trying to use the utility loadjava for oci driver i get the following error
    d:\>loadjava -user jar/jar -oci8 -oracleresolver checkoci.jar
    SQL Error while connecting with oci8 driver to default database: Error while try
    ing to retrieve text for error ORA-12538
    Any idea
    pl mail to [email protected]
    or tell me how to connect

    Hi,
    For OPTIONAL support in 11.1.0.7.0, you need the following patch
    Patch 7600122: CURLY BRACE SYNTAX,VIRTUAL MODELS, NETWORK INDEXES AND HINTO FRAMEWORK SUPPORT
    Support for SPARQL FILTERs in SEM_MATCH is not available for 11.1.0.7.0. You will need version 11.2.0.1.0 or later for FILTER support. With 11.2.0.1.0, we recommend that you apply our latest patch set:
    Patch 9819833: SEMANTIC TECHNOLOGIES 11G R2 FIX BUNDLE 2
    All of the above patches are available through My Oracle Support.
    Thanks,
    Matt

  • Error while trying to use Ant and creating Jdbc Datasource

    I was following the documentation to auto-create my datasource in my weblogic server. I get an error while it is trying to link the datasource to the server. Does anybody have any ideas,it is almost like the query to get the server isn't working.
    Here is my ant task:
    <target name="setupJdbcDatasource">
         <wlconfig url="t3://localhost:7001" username="weblogic" password="weblogic">
         <query domain="MyDomain" type="Server" name="AdminServer" property="adminserver"/>
         <create type="JDBCConnectionPool" name="TestDatasource" property="DatasourceTest">
              <set attribute="CapacityIncrement" value="1"/>
              <set attribute="DriverName" value="weblogic.jdbcx.oracle.OracleDataSource"/>
              <set attribute="InitialCapacity" value="1"/>
              <set attribute="MaxCapacity" value="10"/>
              <set attribute="Password" value="cmuser"/>
              <set attribute="Properties" value="user=cmuser SID=ORCH serverName=10.13.5.144 portNumber=1521"/>
              <set attribute="RefreshMinutes" value="0"/>
              <set attribute="ShrinkPeriodMinutes" value="15"/>
              <set attribute="ShrinkingEnabled" value="true"/>
              <set attribute="TestConnectionsOnRelease" value="false"/>
              <set attribute="TestConnectionsOnReserve" value="false"/>
              <set attribute="URL" value="jdbc:bea:oracle://10.13.5.144:1521"/>
              <set attribute="Targets" value="${adminserver}"/>
         </create>
         </wlconfig>
    </target>
    My Domain is MyDomain, and server is AdminServer. The error I get is:
    [wlconfig] weblogic.management.DistributedManagementException : Distributed Management [1 exceptions]
    BUILD FAILED
    X:\ibutt_PCView\src\CM\build.xml:285: Error invoking MBean
    command: javax.management.MBeanException
    And in my server log:
    jdbcDataSourceBean=[MBeanServerInvocationHandler]com.bea:Name=CP-ConfigManagemen
    tTest,Type=weblogic.j2ee.descriptor.wl.JDBCDataSourceBean,Parent=[MyDomain]/JDBC
    SystemResources[CP-ConfigManagementTest],Path=JDBCResource
    <May 21, 2006 3:50:57 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "ConfigManagementTest": [BEA][Oracle JDBC Dri
    ver]Missing connection information: no serverName specified.>
    <May 21, 2006 3:50:58 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occured i
    n the execution of deployment request with ID '1148241051441' for task 'weblogic
    .deploy.configChangeTask.2'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:

    Hi. This seems like an XML parsing problem.
    Could you please try changing the driver
    properties from:
    <set attribute="Properties" value="user=cmuser SID=ORCH serverName=10.13.5.144 portNumber=1521"/>
    to:
    <set attribute="Properties" value="user=cmuser SID=ORCH"/>
    The server and port are already in the URL
    thanks,
    Joe

  • Getting an error while trying to use AJAX servlet in EP

    Hi All,
      This is my first time trying to develop a PAR file using AJAX. I have a project called NonEmployee and in it there is a class called NonEmployeeHiring which extends AbstractPortalComponent. I am trying to use AJAX, so that when users select a position from a drop down on the JSP, it send the request to a servlet called PositionDetailServlet, which does the processing and sens response back. However, I am getting a very weird error back in the response from servlet. Seems like it does not make upto the servlet and a part of the error that i am getting says,
    No security zone - access is denied
    com.sap.portal.system/applications/NonEmployee/components/PositionDetailServlet
    This is only a part of the big page of error. My servlet is in src.core folder. Here is my portalapp.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <application>
      <application-config>
        <property name="startup" value="true"/>
        <property name="ServicesReference" value="com.sap.portal.ivs.iviewservice,com.sap.portal.ivs.connectorservice,com.sap.portal.runtime.system.inqmy,com.sap.portal.pcd.glservice,com.sap.portal.ivs.systemlandscapeservice,com.sap.portal.pcmbuilderservice,usermanagement,com.sap.portal.ivs.logger,com.sap.portal.usermapping,landscape,jcoclient"/>
         <property name="SharingReference" value="urlgenerator"/>
      </application-config>
      <application-config>
         <property name="SharingReference" value="urlgenerator"/>
      </application-config>
      <components>
        <component name="NonEmployeeHiring">
          <component-config>
            <property name="ClassName" value="NonEmployeeHiring"/>
            <property name="SecurityZone" value="low_safety"/>
          </component-config>
          <component-profile>       
            <property name="SystemIdentifier" value="SAP_R3_HumanResources"/>
            <property name="groupSubGroupForSalTypeValidation" value="A,01,AS,A,02,AS,A,03,HR,A,04,AS,A,05,HR,A,06,HR,A,07,HR,B,03,HR,B,04,AS,B,05,HR,B,06,HR,B,07,HR"/>
          </component-profile>
        </component>
        <component name="PositionDetailServlet">
             <component-config>
                 <property name="ClassName" value="com.grainger.portal.servlets.PositionDetailServlet"/>
                 <property name="ComponentType" value="servlet"/>
               </component-config>
        </component>  </components>
      <services/>
    </application>
    Any help will be greatly appreciated.
    Thanks in advance,
    Preet

    Thanks a lot for replying and trying to help me guys. Here is what my new portalapp.xml looks like
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <application>
      <application-config>
        <property name="startup" value="true"/>
        <property name="ServicesReference" value="com.sap.portal.ivs.iviewservice,com.sap.portal.ivs.connectorservice,com.sap.portal.runtime.system.inqmy,com.sap.portal.pcd.glservice,com.sap.portal.ivs.systemlandscapeservice,com.sap.portal.pcmbuilderservice,usermanagement,com.sap.portal.ivs.logger,com.sap.portal.usermapping,landscape,jcoclient"/>
         <property name="SharingReference" value="urlgenerator"/>
      </application-config>
      <application-config>
         <property name="SharingReference" value="urlgenerator"/>
      </application-config>
      <components>
        <component name="NonEmployeeHiring">
          <component-config>
            <property name="ClassName" value="NonEmployeeHiring"/>
            <property name="SecurityZone" value="com.sap.portal.pdk/low_safety"/>
          </component-config>
          <component-profile>       
            <property name="SystemIdentifier" value="SAP_R3_HumanResources"/>
            <property name="groupSubGroupForSalTypeValidation" value="A,01,AS,A,02,AS,A,03,HR,A,04,AS,A,05,HR,A,06,HR,A,07,HR,B,03,HR,B,04,AS,B,05,HR,B,06,HR,B,07,HR"/>
          </component-profile>
        </component>
        <component name="PositionDetailServlet">
             <component-config>
                 <property name="ClassName" value="com.grainger.portal.servlets.PositionDetailServlet"/>
                 <property name="SecurityZone" value="com.sap.portal.pdk/low_safety"/>
                 <property name="ComponentType" value="servlet"/>
               </component-config>
        </component>
        <component name="PositionDetailServlet1">
             <component-config>
                 <property name="ClassName" value="com.grainger.portal.servlets.PositionDetailServlet1"/>
                 <property name="SecurityZone" value="com.sap.portal.pdk/low_safety"/>
                 <property name="ComponentType" value="servlet"/>
               </component-config>
        </component>
      </components>
      <services/>
    </application>
    I created a new servlet called PositionDetailServlet1 and put it in src.api folder, thinking that that might help. But no luck at all. I am wondering if tehre is a global setting on the server for it to allow servlets to run. Just my guess.
    Any help will be greatly appreciated. That is no issue.
    Thanks,
    Preet

  • Getting error while trying to use restrcted key figures in bo, please help

    there is query in the BW on which the query is developed with some restrictive key figures
    when we import this query into bo all fine
    but when we tried to use these restricted key fig i am getting this error
    there no problem of importing all other queries only on this cube, the quereis on this cube
    i got error like this.. ALL IN THE BOX
    web intelligence
    X      Query 1 - ITLT Dashboard-Group Cost & Category (HFM)
             A database error occured. the data base error text is : The MDX query SELECT
             [Measure],[ 4L93.....
             COLOUMNS,NON EMPTY HIERARCHIZE (UNION ([Z_S_FUC
          INCLUDING[OFISCPER3].[001]failed to execute with the error unknown error, 9WIS 10901)
                                             CLOSE             HELP

    I am moving this post to the Webi forum as the issue seems to be related to webi using data from BW.
    The OnDemand forum is specifically about the crystalreports.com and bi.ondemand.com applications.
    Cheers
    Steve

  • Error while trying to use File Browser

    Hi,
    I am setting up a new Application, therefore on the tab where I give my Application name and the Directory, i click the Browse button to select a path and get the below error.
    I am using Jdeveloper11g (11.1.2.1.0) on Windows.
    Can someone please help?
    Performing action (262) New Application... [ from ApplicationNavigatorWindow ]
    Invoking command:  [ from ApplicationNavigatorWindow ]
    java.util.MissingResourceException: Can't find resource
    java.util.MissingResourceException: Can't find resource
      o.i.util.ArrayResourceBundle.getObjectImpl(ArrayResourceBundle.java:285)
      o.i.util.ArrayResourceBundle.getObjectImpl(ArrayResourceBundle.java:253)
      o.i.util.ArrayResourceBundle.getStringImpl(ArrayResourceBundle.java:131)
      o.i.resource.NetArb.getString(NetArb.java:51)
      o.i.net.CommandBar.createButtons(CommandBar.java:242)
      o.i.net.CommandBar.<init>(CommandBar.java:68)
      o.i.net.URLChooser.<init>(URLChooser.java:293)
      o.i.net.URLChooser.<init>(URLChooser.java:383)
      o.i.net.URLChooser.<init>(URLChooser.java:372)
      o.i.dialogs.DialogUtil.newURLChooser(DialogUtil.java:126)
      o.i.dialogs.DialogUtil.newURLChooser(DialogUtil.java:110)
      o.i.net.URLTextField.createChooser(URLTextField.java:413)
      o.i.net.URLTextField.browseForURL(URLTextField.java:387)
      o.i.net.URLTextField.actionPerformed(URLTextField.java:372)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
      j.a.Dialog$1.run(Dialog.java:1046)
      j.a.Dialog$3.run(Dialog.java:1098)
      j.security.AccessController.doPrivileged(Native Method)
      j.a.Dialog.show(Dialog.java:1096)
      j.a.Component.show(Component.java:1585)
      j.a.Component.setVisible(Component.java:1537)
      j.a.Window.setVisible(Window.java:842)
      j.a.Dialog.setVisible(Dialog.java:986)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
      o.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
      o.j.template.wizard.NewObjectFromTemplateWizard.runWizard(NewObjectFromTemplateWizard.java:117)
      o.j.template.wizard.GalleryItemAdapter.invoke(GalleryItemAdapter.java:56)
      o.i.wizard.WizardManager.invokeWizard(WizardManager.java:446)
      o.i.wizard.WizardManager$1.run(WizardManager.java:530)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:612)
      o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)

    As is the case with most of the software's on Windows. Just uninstalled and re-installed JDeveloper. Problem solved.
    Thanks for your response
    Regards,
    Vikram

  • Error while trying to use Export to create dump-file....................

    I am trying to export my portal PAGEGROUP plus other objects under it i.e. pages etc. and followed the instructions listed in:
    http://download-uk.oracle.com/docs/cd/B14099_11/portal.1012/b14037/cg_imex.htm#i1030999
    but when I run the .cmd script generated through portal after export I get the following error:
    Verifying the environment variables...
    Verifying the Oracle Client version...
    export Mode Selected
    Verifying the portal schema passed...
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SP2-0751: Unable to connect to Oracle.  Exiting SQL*Plus
    Error: Could not connect. Invalid Portal Schema, Password or Connect String
    Export/Import aborted.Eventhough I successfully logged-on as a portal user through SQLPLUS / JDEVELOPER and em console. And am giving the same username/password when I run the script but somehow keeps giving me the above error. Here is my export command that I am using:
    C:\Export>exportscript.cmd -mode export -s PORTAL -p <portal_password> -pu <portal_username>
    -pp <portal_usernamepassword> -company <companyname> -c ORCL -d <dumpdfilename>
    here ORCL is the connect_string.
    Any help is appreciated.
    Thanks

    I got it working so please disregard actually the PORTAL password wasn't correct I retrieved the password using the following:
    C:\Export>ldapsearch -h localhost -p 389 -D "cn=orcladmin" -w <password> -b "cn=IAS
    Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext" -s sub "orclResou
    rcename=portal"and used the value for orclpasswordattribute as a portal password and it worked fine.
    Thanks

  • 'sort key too long error' while trying to use dynamic sql

    Hi All,
    I have been trying to generate an interactive report using a dynamically generated SQL query.. for this I have
    1) Created a application process that returns the dynamically generated SELECT statement
    2) Create a process in the page which creates a collection based on the SELECT statement returned by the application process
    3) An interactive report that selects ALL (SELECT * ....) from that particular collection.
    On implementing I am getting the 'ORA-01467: sort key too long' error.
    On checking this out online I realized that one has to change the Block size of the database to get past this error, but in order to do that I would have to re-create the database, create a backup of the data and then re enter them into the new database which would be a nightmare.
    I would like to know if there is any work around to this....
    CODE IN THE APPLICATION PROCESS
    DECLARE
    q VARCHAR2(1000);
    BEGIN
    IF :P124_COUNTRY - :P124_WORK_GROUP - :P124_PRODUCT - :P124_ROLE = 1 THEN
    q:= 'SELECT VISA_COUNTRY AS "Country", ROUND(((COUNT(VISA_ID)/(SELECT COUNT(ROW_ID) FROM PSA_RESOURCE_MANAGER WHERE ACTIVE_FLAG = ''Y''))*100),2) || ''%'' AS "Travel Readiness %" FROM PSA_VISA_INFO WHERE ACTIVE_FLAG = ''Y'' AND VISA_ACTIVE_FLAG = ''Y'' GROUP BY VISA_COUNTRY';
    END IF;
    return q;
    END;
    CODE IN THE PROCESS THAT CREATES THE COLLECTION:
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY_B(
    p_collection_name => 'TRAVRED_TEST',
    p_query => 'application_process=set_query' );
    CODE IN THE INTERACTIVE REPORT:
    Select *
    From apex_collections
    Where collection_name = 'TRAVRED_TEST';
    I also tried selecting just 'c001, c002' etc which gave me a 'no data found' output. The query work fine when I ran it in the SQL Workshop
    Please help!
    Thanks in advance :)

    Hey Ben,
    I am getting the same error when I used the following code in the app process....
    DECLARE
    q VARCHAR2(32767);
    BEGIN
    IF :P124_COUNTRY - :P124_WORK_GROUP - :P124_PRODUCT - :P124_ROLE = 1 THEN
    q:= 'SELECT visa_country,
    COUNT(visa_id) visa_count
    FROM psa_visa_info
    WHERE active_flag = 'Y'
    AND visa_active_flag = 'Y'
    GROUP BY visa_country),
    row_id_count AS
    (SELECT /*+ MATERIALIZE */
    COUNT(ROW_ID) row_count
    FROM PSA_RESOURCE_MANAGER
    WHERE ACTIVE_FLAG = 'Y')
    SELECT visa_country,
    ROUND(visa_count/(SELECT row_count FROM row_id_count)*100,2) travel_readiness FROM PSA_VISA_INFO WHERE ACTIVE_FLAG = ''Y'' AND VISA_ACTIVE_FLAG = ''Y'' GROUP BY VISA_COUNTRY';
    END IF;
    return q;
    END;
    Thanks

  • Error while trying to use ESS iViews

    Hi All Experts,
      We are upgrading our portal to EP 7.0
    I am working with ESS iViews and when I try to open any ESS iView say, Benefits and Payment, I get the following error.
    Service cannot be reached
    What has happened?
    URL https://srams.dev-sap.grainger.com:44306/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenuArea call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system SRA with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-https-c:000-u:SAPSYS-l:E-i:devsun10_SRA_06-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Please help.
    Thanks
    Preet

    Hi,
    Do you still have you problem ?
    Regards

  • Error while trying to use the DNS/DHCP record sync with IPAM script

    Could somebody help me to resolve the below error.
    I get this error message , when i try to do a Invode-ipamdhcplease
    ===========================================
    Invoke-IpamDhcpLease : [] Connecting to remote server failed with the following error message :
    The WS-Management service cannot process the request. Cannot find the Microsoft.ipam session configuration in the
    WSMan: drive on the  computer. For more information, see the about_Remote_Troubleshooting Help topic.
    At line:1 char:1

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [Invoke-IpamDhcpLease], PS
       RemotingTransportException
        + FullyQualifiedErrorId : InvalidResourceUri,PSSessionOpenFailed

    Try the following:
    Reason for issue:
        Possibly the Microsoft.ipam ps session configuration is missing from the ipam server.
    Resolution:
         Log into the ipam server
    Launch a powershell window with administrator privileges
    Execute the following commands:
    New-PSSessionConfigurationFile -Path ./ipam.pssc
    Register-PSSessionConfiguration -Name Microsoft.ipam -Path .\ipam.pssc
    Set-PSSessionConfiguration -name Microsoft.ipam –ShowSecurityDescriptorUI
    Add the following groups from the local machine scope:
            IPAM Administrators
            IPAM ASM Administrators
            Make sure they have full control privileges.
    Get-PSSessionConfiguration *ipam
            Now you should be able to see the Microsoft.ipam ps session configuration
    If the following command succeeds then the error should no longer occur
    $testSession = New-PSSession -computerName <ipamFQDN> -configurationName Microsoft.ipam.

  • Getting error while trying to refresh EUL using adrfseul.sh

    I am getting the following error while trying to refresh EUL. I am using Discoverer
    10.2.0.2 with Oracle Applications 11.5.10.2 and following note id 313418.1 of metalink.
    You are running adrfseul, version 115.0
    Start of adrfseul session
    Date/time is Thu Feb 22 13:06:56 AST 2007
    Log file is refresh_eul_us_vis.log
    Command line arguments are
         "connect=sysadmin/sysadmin@vis"
         "resp=System Administrator"
         "gwyuid=APPLSYSPUB/PUB"
         "fndnam=APPS"
         "secgroup=Standard"
         "eulschema=EUL_US"
         "eulpassword=EUL_US"
         "twotask=VIS"
         "iashome=/oracle/BIHome_2"
         "logfile=refresh_eul_us_vis.log"
         "exedir=/oracle/BIToolsHome_1/bin"
    Testing connection to database using plus80 -s ...
    plus80: adrfseul.sh 612: not found
    Connection to database using plus80 -s is OK ...
    Extracting eul folder information ...
    plus80: adrfseul.sh 612: not found
    Unable to obtain folder information.
    The SQLPLUS session exited with status 127
    adrfseul is exiting with status 1
    End of adrfseul session
    Date/time is Thu Feb 22 13:06:56 AST 2007
    Anyone knows please help me to resolve this issue. Thanks in advance.
    Regards
    Muhammad Ali

    EUL_US is an Apps mode EUL and SYSADMIN user is the owner of all EUL content in Oracle Applications environments. The unix/linux bi tools can upgrade the EUL via
    $ORACLE_HOME/bin/eulapi -CONNECT eul_us/eul_us@vis -AUTO_UPGRADE
    Use the Windows bi tools to update and refresh EUL content or look at the following note:
    5712119 / 5258810 : Adrfseul.Sh Errors On New Installation Of Disco 10.1.2 & 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404398.1

Maybe you are looking for