A strange Exception on "My Content" portlet

Hi guys,
I put two sample portlets ("Login to portals" and "My Content")portlets to my portal, and i use Domino LDAP server as my LDAP Authentication porvider. I can successfully login but a exception:
javax.transaction.TransactionRolledbackException: EJB Exception: : com.bea.p13n.usermgmt.UserManagementException: weblogic.management.utils.NotFoundException: [Security:090255]User or Group ronnie_lu
occure on the "My Content" portlet.But something strange happen:if i click and then click browser again on the "My Content" portlet,the exception disappear. The page which i want to get appear.
Some body help me!!!

Hello,
I wanted to know if anybody could help me with this... There is a yellow number two "2" looking symbol between the battery icon and the time, and ever since it's been there, I can't make any calls, not even to my mailbox.
Whenever I dial a number and press the call button, the only thing that appears is a sign that says "Error in Connection".
I would really appreciate any advices on how to get rid of the symbol and be able to make calls again!

Similar Messages

  • Strange exception thrown from Client (Scanner has tokens)

    Hi,
    I am getting a really strange exception thrown from my client. It seems to be
    about a class that the wsgen generated. Has anyone ever seen something like that
    before? Maybe it is because I am using JBuilder(5.1)? I am operating on a WL6.1
    server. It is only a test webservice. So there are only standard return types,
    etc.
    Any comments/suggestions are appreciated
    cheers Stephan
    Scanner has tokens:
         [OPENTAGBEGIN]
         [NAME]     (META)
         [NAME]     (NAME)
         [CHARDATA]     (GENERATOR)
         [NAME]     (CONTENT)
         [CHARDATA]     (WebLogic htmlKona WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
         [TAGEND]
         [SPACE]     (
         [CLOSETAGBEGIN]
         [NAME]     (HEAD)
         [TAGEND]
         [SPACE]     (
         [OPENTAGBEGIN]
         [NAME]     (BODY)
         [NAME]     (bgcolor)
         [CHARDATA]     (white)
         [NAME]     (alink)
         [CHARDATA]     (#397F70)
         [NAME]     (link)
         [CHARDATA]     (#640078)
         [NAME]     (vlink)
         [CHARDATA]     (#DE7E00)
         [TAGEND]
         [SPACE]     (
         [OPENTAGBEGIN]
         [NAME]     (FONT)
         [NAME]     (FACE)
    E7E00">
    <FONT FACE=e <-- bad character
    java.lang.reflect.UndeclaredThrowableException: Error at line:8 col:13 Line:8
    ''' expected, got char[72]
         at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXElementFactory.java:60)
         at weblogic.xml.babel.parsers.StreamParser.streamParseSome(StreamParser.java:130)
         at weblogic.xml.babel.parsers.BabelXMLEventStream.parseSome(BabelXMLEventStream.java:46)
         at weblogicx.xml.stream.XMLEventStreamBase.hasNext(XMLEventStreamBase.java:135)
         at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:258)
         at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:171)
         at weblogicx.xml.stream.XMLEventStreamBase.startElement(XMLEventStreamBase.java:164)
         at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:86)
         at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
         at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
         at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
         at weblogic.soap.wsdl.WebServiceInvocationHandler.invoke(WebServiceInvocationHandler.java:31)
         at $Proxy0.getAusgabe(Unknown Source)
         at webclient.Client.main(Client.java:36)
    Exception in thread "main"

    Hi, thanks, manoj!
    The problem was that eventhough I had the correct login, the server had another
    security layer, that prevented me from doing the lookup. So I guess I was supposed
    to get an error html page and so the SAX-Parser got messed up.
    Stupid mistake, but thank you very much.
    "manoj cheenath" <[email protected]> wrote:
    It looks like the server is sending back a html page instead
    of the soap response (text/xml). Can you check the URL
    you are trying?
    If you are using a WSDL file, then the URL will be inside
    the service->port->soap:address-location element.
    regards,
    -manoj
    "Stephan" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am getting a really strange exception thrown from my client. It seemsto
    be
    about a class that the wsgen generated. Has anyone ever seen somethinglike that
    before? Maybe it is because I am using JBuilder(5.1)? I am operatingon a
    WL6.1
    server. It is only a test webservice. So there are only standard returntypes,
    etc.
    Any comments/suggestions are appreciated
    cheers Stephan
    Scanner has tokens:
    [OPENTAGBEGIN]
    [NAME] (META)
    [NAME] (NAME)
    [CHARDATA] (GENERATOR)
    [NAME] (CONTENT)
    [CHARDATA] (WebLogic htmlKona WebLogic Server 6.1 SP2 12/18/2001 11:13:46#154529
    [TAGEND]
    [SPACE] (
    [CLOSETAGBEGIN]
    [NAME] (HEAD)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (BODY)
    [NAME] (bgcolor)
    [CHARDATA] (white)
    [NAME] (alink)
    [CHARDATA] (#397F70)
    [NAME] (link)
    [CHARDATA] (#640078)
    [NAME] (vlink)
    [CHARDATA] (#DE7E00)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (FONT)
    [NAME] (FACE)
    E7E00">
    <FONT FACE=e <-- bad character
    java.lang.reflect.UndeclaredThrowableException: Error at line:8 col:13Line:8
    ''' expected, got char[72]
    atweblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXE
    lementFactory.java:60)
    atweblogic.xml.babel.parsers.StreamParser.streamParseSome(StreamParser.java:13
    0)
    atweblogic.xml.babel.parsers.BabelXMLEventStream.parseSome(BabelXMLEventStream
    ..java:46)
    atweblogicx.xml.stream.XMLEventStreamBase.hasNext(XMLEventStreamBase.java:135)
    atweblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.j
    ava:258)
    atweblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.j
    ava:171)
    atweblogicx.xml.stream.XMLEventStreamBase.startElement(XMLEventStreamBase.java
    :164)
    at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:86)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    atweblogic.soap.wsdl.WebServiceInvocationHandler.invoke(WebServiceInvocationHa
    ndler.java:31)
    at $Proxy0.getAusgabe(Unknown Source)
    at webclient.Client.main(Client.java:36)
    Exception in thread "main"

  • PageContext.forward causes strange exception

    Hi,
    I've found a strange exception using pageContext.forward.
    The code is as follows:
    try {
    } catch (Exception e) {
    out.println (...); //for debugging purposes
    pageContext.forward (errorPage);
    pageContext.forward throws an "IllegalStateException: Attempt to clear a buffer that's already been flushed". (I think that this is the right translation, the original is in Spanish).
    I think that there is a very similar problem described in this forum:
    http://forum.java.sun.com/thread.jsp?forum=45&thread=343314
    Has anyone found a similar problem (with its solution, if possible ;=)
    Thanx

    Howdy,
    You've already written to you JSP output, and in this situation you can't forward 'cause it's automatically flushed.
    try changing your forward method position, befor any out.print() or like that.
    OR use this trick,
    <%@ page autoFlush="false" %>
    // Write to JSP and other stuffs...
    // Forward to another content...
    // Do your stuffs...
    response.flushBuffer();

  • How do i backup the list of load images automatically exceptions under Options- Content. I want to transfer to another comp without re-adding one at a time

    How do i backup the list of load images automatically exceptions under Options->Content. I want to transfer to another comp without re-adding one at a time. EVen if there is no way to backup, what is the system file for Firefox that stores these, so i can transfer this file or open it in an XML or similar editor to copy them out?

    The permissions.sqlite file stores 'allow' and 'block' exceptions for cookies, images, pop-up windows, and extensions (software) installation.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    See also:
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • The Favourite Content Portlet could not be populated.

    Hi all,
    I am new in PORTAL, I made an Instant portlet which was working fine. But then started an error occuring when I view the Portal Page:
    "The Favorite Content Portlet could not be populated.<br/><br/>Error Message<br/>."
    This error is show in a dialog box when ever I view page or navigate to other tabs(subpages) of portal.
    When I diagnose I got that this error is in "Main Navigator". If I delete the Main Navigator from Portal this error does not occur. But without Navigator subpages(tabs) cannot be visible.
    This is the case when I make new INSTANT PORTAL.
    Please Help urgent!!!!!!!!!!!!
    Thanks,
    Fahim

    I strongly recommend upgrading to the 3.0.9 release (iAS
    1.0.2.2) with the 3.0.9.8.2 patch (this patch should be
    available for NT/2000 this week). Also, the database should be
    running 8.1.7.1 (or later), as explained in the iAS release
    notes.
    Regards,
    Jerry

  • The Favorite Content Portlet could not be populated

    Hi all,
    I am new in PORTAL, I made an Instant portlet which was working fine. But then started an error occuring when I view the Portal Page:
    "The Favorite Content Portlet could not be populated.<br/><br/>Error Message<br/>."
    This error is show in a dialog box when ever I view page or navigate to other tabs(subpages) of portal.
    When I diagnose I got that this error is in "Main Navigator". If I delete the Main Navigator from Portal this error does not occur. But without Navigator subpages(tabs) cannot be visible.
    This is the case when I make new INSTANT PORTAL.
    Please Help urgent!!!!!!!!!!!!
    Thanks,
    Fahim

    I strongly recommend upgrading to the 3.0.9 release (iAS
    1.0.2.2) with the 3.0.9.8.2 patch (this patch should be
    available for NT/2000 this week). Also, the database should be
    running 8.1.7.1 (or later), as explained in the iAS release
    notes.
    Regards,
    Jerry

  • The Favorite Content Portlet could not be populated.Error Message

    Hi all,
    I am new in PORTAL, I made an Instant portlet which was working fine. But then started an error occuring when I view the Portal Page: "The Favorite Content Portlet could not be populated.Error Message." This error is show in a dialog box when ever I view page or navigate to other tabs(subpages) of portal.
    When I diagnose I got that this error is in "Main Navigator". If I delete the Main Navigator from Portal this error does not occur. But without Navigator subpages(tabs) cannot be visible.
    This is the case when I make new INSTANT PORTAL. Please Help urgent!!!!!!!!!!!!
    Thanks,
    Fahim

    I strongly recommend upgrading to the 3.0.9 release (iAS
    1.0.2.2) with the 3.0.9.8.2 patch (this patch should be
    available for NT/2000 this week). Also, the database should be
    running 8.1.7.1 (or later), as explained in the iAS release
    notes.
    Regards,
    Jerry

  • FullTextSearch giving an exception com.bea.content.RepositoryException:

    Hi all,
    I'm trying to search a repository with libraries enabled using Full text search.
    the code is
    queryExpression= this.mQuery.buildContains(IMetadataQuery.SystemProperty.cm_objectClass,new String[]{"Article"});
    IFullTextSearch expression = FullTextSearchFactory.buildFullTextSearch(queryExpression, null, true);
    Search search = new Search(path, 10000, sort, expression,true);
    ISortableFilterablePagedList<Node> results = searchManager.search(context, search);
    and when the search is perfomed with searchManager.search it throws me the following Exception:
    com.bea.content.RepositoryException: The Type is not specified in the query, so sorting on user-defined properties cannot be performed.
         at com.bea.content.repo.internal.server.logic.search.AutonomyExpression.setSortParameters(AutonomyExpression.java:451)
         at com.bea.content.repo.internal.server.logic.search.AutonomyClient46.executeQuery(AutonomyClient46.java:88)
         at com.bea.content.repo.internal.server.logic.SearchOpsLogic.fullTextSearch(SearchOpsLogic.java:195)
         at com.bea.content.repo.internal.server.logic.SearchOpsLogic.search(SearchOpsLogic.java:146)
         at com.bea.content.repo.internal.server.bean.SearchOpsBean.search(SearchOpsBean.java:76)
         at com.bea.content.repo.internal.server.bean.RepoSearchOps_xxpfs2_ELOImpl.search(RepoSearchOps_xxpfs2_ELOImpl.java:220)
         at com.bea.content.spi.internal.SearchOpsImpl.search(SearchOpsImpl.java:89)
         at sun.reflect.GeneratedMethodAccessor677.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.bea.content.manager.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:57)
         at $Proxy64.search(Unknown Source)
         at com.bea.content.manager.internal.delegate.LatestSearchOpsDelegate.search(LatestSearchOpsDelegate.java:47)
         at com.bea.content.manager.internal.SearchOpsImpl.searchRepository(SearchOpsImpl.java:231)
         at com.bea.content.manager.internal.SearchOpsImpl.search(SearchOpsImpl.java:167)
         at com.bea.content.federated.internal.itemloader.NodeSearchItemLoader.fetchItemIdentifiers(NodeSearchItemLoader.java:74)
         at com.bea.content.paging.internal.OnDemandQueryProcessorImpl.initializeItemIdsIfNeeded(OnDemandQueryProcessorImpl.java:90)
         at com.bea.content.paging.internal.OnDemandQueryProcessorImpl.fetchItems(OnDemandQueryProcessorImpl.java:330)
         at com.bea.content.paging.internal.DirectAccessQueryProcessor.fetchItems(DirectAccessQueryProcessor.java:111)
         at com.bea.content.paging.internal.ItemLoadingAdapter.fetchItemsImpl(ItemLoadingAdapter.java:237)
         at com.bea.content.paging.internal.ItemLoadingAdapter.fetchItems(ItemLoadingAdapter.java:126)
         at com.bea.content.paging.internal.ItemLoadingAdapter.initialize(ItemLoadingAdapter.java:97)
         at com.bea.content.paging.internal.PagedListImpl.<init>(PagedListImpl.java:100)
         at com.bea.content.federated.internal.SearchManagerImpl.search(SearchManagerImpl.java:60)
    Any ideas????
    Any help is very appreciated.
    Regards, Armando

    Search search = new Search(path, 10000, sort, expression,true);
    What is sort in this? this could either be string or SortCriteria object, or null. I think your query is failing here.
    Hope it helps

  • Rtmt error exception in publish content on Critical Services cucm

    Hi everybody, i have a problem with RTMT version 8.7 over CUCM 8.5.1.10000, when i try see the Critical Services of my cluster, i see a error "Exception in publish content", and it not show my service list, another functions of my RTMT have not any problem, only this. i attach an image.
    Can  anybody help to me or suggest what is the problem.
    Thanks for advanced.

    i found the problem just now, this occurs when you have a mixed cluster UCS/MCS, the reference of this bug is presented in the next link,
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCty47592
    this was fixed in the release  8.6(2.23061.1) and up.

  • Exception while opening content editor

    Hi all,
    we are getting following exception while opening content editor
    <Aug 1, 2011 2:56:04 PM IST> <Error> <HTTP> <BEA-101017> <[ServletContext@14211416[app:Oracle Universal Content Management - Content Server module:/ path: spec-version:2.5], request: weblogic.servlet.internal.ServletRequestImpl@94562a[
    GET /cs/resources/wcm/3rdparty/fckeditor/editor/sans-serif;font-size:%20123.1%;color:%20 HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Connection: keep-alive
    Referer: http://localhost:16200/cs/resources/wcm/3rdparty/fckeditor/editor/fckeditor.html?InstanceName=SSFCKeditor04365057354602540618&Toolbar=Default
    Cookie: IdcLocale=English-US; fpc10001965722562=vkltub4t|g92AoFmLaa|fses10001965722562=|djlHNRiLaa|vkltub4t|fvis10001965722562=Zj1odHRwJTNBJTJGJTJGbG9jYWxob3N0JTNBMTYyMDAlMkZiYWNreWFyZCUyRmluZGV4Lmh0bSZiPSh1bnRpdGxlZCk=|0|0|0|T|8M8Y88Y8M1|0; IntradocAuth=Internet; oracle.uix=0^^GMT+5:30; JSE
    ]] Root cause of ServletException.
    java.io.CharConversionException: Bad URL
    at intradoc.common.StringUtils.decodeUrlEncodedBytes(StringUtils.java:1277)
    at intradoc.common.StringUtils.decodeUrlEncodedString(StringUtils.java:1217)
    at intradoc.idcwls.IdcServletRequestUtils.decodeUri(IdcServletRequestUtils.java:1805)
    at intradoc.idcwls.IdcServletRequestUtils.fixupLowerCaseUri(IdcServletRequestUtils.java:1822)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1409)
    Truncated. see log file for complete stacktrace
    >
    please help
    ~Hari

    Found the problem. One of my team mates have added a comment line in one of the facades data control xml. <!-- -->

  • Unable to Deploy Content Portlet Ear in Oracle AS with Webcenter 10g

    Hi!
    I am trying to deploy the oracle Content Portlet and use its wsdl url in my jdeveloper. But after following the initialization steps in the cps-installation guide, i tried deploying it in the Application server. When i click "deploy" the initial log messages are coming properly after waiting for hours together it is not showing success message.
    Also i did not find the application name in the deployed applications list.
    I doubt whether i had to add any more shared libraries in my initial steps.
    Could anybody say what are the shared libraries to be imported?
    I deselected the apache.commons.logging as mentioned in the installation guide and also selected the oracle.wsrp library since it was not selected by default in my libraries list.
    When i checked the applications folder the only available folders under the application name for cps specified is the war directory and inside it had /WEB-INF/ with 2 xml files and it had no other files and folders. Am i missing something here? Am new to this. Pl help.
    Thanks much!

    Following are the versions:-
    Oracle:-
    *10g Release 2 (10.2) for Microsoft Windows (32-Bit)*
    Windows:-
    Windows Vista Home Premium version 6(Build 6002: Service Pack 2)
    But may i know, is Windows Home edition is a real issue ? If yes, then how am i able to connect with SQL*Plus and not with iSQL*Plus ?

  • Strange Exception while moving mouse on node Java8

    Hello,
    i made a customAnchorPane (extends AnchorPane) which plays adding and removing nodes withn a animation. I get a strange exception when i move the mouse over some!! (not all) nodes. The source of the exception seems to be internal.
    I have no idea how to resolve this Problem.
    Has anybody a idea?
    I use the Java8
    Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
        at com.sun.javafx.scene.input.PickResultChooser.processOffer(PickResultChooser.java:183)
        at com.sun.javafx.scene.input.PickResultChooser.offer(PickResultChooser.java:142)
        at javafx.scene.Node.impl_computeIntersects(Node.java:4763)
        at javafx.scene.Node.impl_intersects(Node.java:4730)
        at javafx.scene.Node.impl_pickNodeLocal(Node.java:4660)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2699)
        at javafx.scene.Node.impl_pickNode(Node.java:4695)
        at javafx.scene.Scene$MouseHandler.pickNode(Scene.java:3798)
        at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3384)
        at javafx.scene.Scene.pick(Scene.java:1832)
        at javafx.scene.Scene.access$6700(Scene.java:193)
        at javafx.scene.Scene$MouseHandler.process(Scene.java:3610)
        at javafx.scene.Scene$MouseHandler.access$1800(Scene.java:3384)
        at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1652)
        at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2443)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:314)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:243)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:345)
        at com.sun.glass.ui.View.handleMouseEvent(View.java:526)
        at com.sun.glass.ui.View.notifyMouse(View.java:898)
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
        at com.sun.glass.ui.win.WinApplication$4$1.run(WinApplication.java:112)
        at java.lang.Thread.run(Thread.java:744)

    Can you post an SSCCE that demonstrates the problem?
    If you have a version of Java 8 corresponding to the current source code, it looks like the system is trying to pick a node which is not attached to the scene graph. This could conceivably happen (I guess) if you are modifying the scene graph off the FX Application thread; but that is a completely blind guess.

  • Strange exception with msAccess

    Hi,
    I'm building an application that uses MS Access 2000 database and I'm getting strange exception when I'm trying to update database with cursor.
    MYTABLE has three attributes:
    Text is a memo,
    Int is an integer,
    Id is an autonumber.
    Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    ResultSet rs = stmt.executeQuery("select * from MYTABLE");
    rs.moveToInsertRow();
    rs.updateString("Text", "some text");
    rs.updateInt("Int", 5);
    rs.insertRow();The code above throws
    java.lang.ArrayIndexOutOfBoundsException.
    The exception is thrown when rs.insertRow() is executed.
    Thanks

    Out of curiosity:
    the API for moveToInsertRow() acutally specifies that ALL of the columns for a row be set using an updateXXX method. You have an autoId field in your table, have you tried setting a value for it in your code?
    It would be nice if you tried this, and told us the result you get.
    Regards,
    Manuel Amago.

  • Link about Content Portlet Suite 11g Release installation guide

    Hi All,
    Does anyone know the link to get the installation guide for Content Portlet Suite 11g release.

    Hi
    I too had this issue initially but in my case I had missed out on the following steps :
    1.
    From a command-line, launch the WebLogic Scripting Tool (WLST), for example:
    WLS-HOME/as11r1wc/common/bin/wlst.sh
    Note:
    The WebLogic Scripting Tool (WLST) is a command-line scripting environment that you can use to create, manage, and monitor WebLogic Server domains. Refer to the Oracle Fusion Middleware Oracle WebLogic Scripting Tool document for more information.
    2.
    After the WebLogic Scripting Tool initializes, type connect() and press Enter.
    3.
    You are prompted to enter the username, password and Admin server URL. Enter these values and press Enter.
    4.
    Once connected to the server, run the following command to register your WSDL:
    registerWSRPProducer('webcenter','Provide_Any_Name_for_WSDL_Handle','Your_WSDL>',timeout=500)
    For example:
    registerWSRPProducer('webcenter','StellentWSRP','http://Host_Name:Port/cps/portlets/wsrp1?WSDL',timeout=500)
    Referencing Your Content Server
    The following WLST commands should be used to create, delete, and reset an Oracle Content Server connection:
    Note:
    The custom managed server on which CPS is deployed and the WLS_Spaces server must be restarted after executing the following commands for the changes to take effect.
    Run the following WLST command to create an Oracle Content Server connection:
    createJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='Content_Server_Host', serverPort='Content_Server_Port')
    For example (if the CPS application name is StellentPortlets):
    createJCRContentServerConnection('StellentPortlets', 'CSConnection', socketType='socket', serverHost='192.0.2.250', serverPort='4444')
    Run the following WLST command to delete an Oracle Content Server connection:
    deleteConnection(appName='CPS_Application_Name', name='CSConnection')
    Run the following WLST command to reset an existing Oracle Content Server connection:
    setJCRContentServerConnection('CPS_Application_Name', 'CSConnection', socketType='socket', serverHost='New_Content_Server_Host', serverPort='New_Content_Server_Port')
    Run the following WLST command to list the existing Oracle Content Server connections:
    listJCRContentServerConnections(appName='CPS_Application_Name')
    See if you too have missed to follow the above mentioned steps and if so then complete it to see if the issue still persists .
    Hope this helps
    Thanks
    Srinath

  • Strange Exception for IIOMetadataNode / appendChild(Node)

    Dear all,
    I already posted this in the "New to Java" forum, but no one has replied, yet. Perhaps over here there might be an expert who can help.
    Working with the DOM, I am trying to create a little helper method "getChildrenByTagName" which will return all children of a Node based on an element name. I want to return a NodeList and since NodeList is an interface, the only way to do so seems to use an IIOMetadataNode.
    My code is as follows:
    private NodeList getChildrenByTagName(Node parent, String tagname)
      IIOMetadataNode returnChildren = new IIOMetadataNode();
      NodeList allChildren = parent.getChildNodes();
      Node currentNode;
      for(int i = 0; i < allChildren.getLength(); i++)
      currentNode = allChildren.item(i);
      if(currentNode.getNodeName().equalsIgnoreCase(tagname))
        returnChildren.appendChild(currentNode);
      return returnChildren;
    }I get the following strange exception:
    javax.imageio.metadata.IIODOMException: Node not an IIOMetadataNode!
         at javax.imageio.metadata.IIOMetadataNode.checkNode(IIOMetadataNode.java:334)
         at javax.imageio.metadata.IIOMetadataNode.appendChild(IIOMetadataNode.java:618)So, something seems wrong with the Node that I pass in. If however I try to class cast to IIOMetadataNode, then I get a ClassCastException.
    Does anyone have any ideas what the problem here could be?
    Cheers,
    N.

    Dear all,
    I already posted this in the "New to Java" forum, but no one has replied, yet. Perhaps over here there might be an expert who can help.
    Working with the DOM, I am trying to create a little helper method "getChildrenByTagName" which will return all children of a Node based on an element name. I want to return a NodeList and since NodeList is an interface, the only way to do so seems to use an IIOMetadataNode.
    My code is as follows:
    private NodeList getChildrenByTagName(Node parent, String tagname)
      IIOMetadataNode returnChildren = new IIOMetadataNode();
      NodeList allChildren = parent.getChildNodes();
      Node currentNode;
      for(int i = 0; i < allChildren.getLength(); i++)
      currentNode = allChildren.item(i);
      if(currentNode.getNodeName().equalsIgnoreCase(tagname))
        returnChildren.appendChild(currentNode);
      return returnChildren;
    }I get the following strange exception:
    javax.imageio.metadata.IIODOMException: Node not an IIOMetadataNode!
         at javax.imageio.metadata.IIOMetadataNode.checkNode(IIOMetadataNode.java:334)
         at javax.imageio.metadata.IIOMetadataNode.appendChild(IIOMetadataNode.java:618)So, something seems wrong with the Node that I pass in. If however I try to class cast to IIOMetadataNode, then I get a ClassCastException.
    Does anyone have any ideas what the problem here could be?
    Cheers,
    N.

Maybe you are looking for

  • Error Deploying ADF application to ADF Server

    Hi Team, Iam unable to deploy the ADF application to server. The following is the log : *[08:25:11 PM] ---- Deployment started. ----* *[08:25:11 PM] Target platform is (Weblogic 10.3).* *[08:25:11 PM] Retrieving existing application information* *[08

  • PO created instead posting block set & vendor not extended to company code!

    Dear friends, I have a vendor created for a purchasing organisation in  a company code. there are two problems that i am facing. 1) I have  blocked  a particular vendor completely. Even then system is allowing to create the PO using this vendor. 2) T

  • How to cancel downloading in JAVA FTP?

    I tried to write a java ftp client to transfer files within our network. One of very usefully function I want to add is to cancel the transfer while files are downloading or uploading. I can do this on file uploading by closing "ftpclient.put(filenam

  • How to change mouseover color of navigation??

    Hi All - Building a website with iWeb 08 and trying to figure out how to change the mouseover color of the navigation links. I don't think there is a way to do so in iWeb itself. At least I have not found a way. If there is that would be great. Assum

  • When i use type tool photoshop stopped working

    hi, please help me in this problem when i try to use type tool,photoshop stopped working its photoshop cs3 ex