Client Side Error Message in Notification Region

Hi,
Is there any way I can display my client side validation in NOTIFICATION region.
My Scenario,
In my application, I have dynamic Apex Items (Generating Using APEX_ITEM API).
I have added client side validation (Javascript) when users clicks the button and I am showing my error message in alert window. (which is working fine). But now my customer wants to display the error message in Notification region instead of ALERT message.
Can anyone help me to solve this issue. Thanks in Advance..
Regards
Balaji S

Hi
Yup, just create a div in the page template in the right place to hold your messages and give it an id like...
<div id="noteArea"></div>Now in you javascript, rather than using alerts, you can use
var noteObj = document.getElementById('noteArea');
noteObj.innerHTML = 'my message with any HTML needed';Is this what you mean?
Cheers
Ben

Similar Messages

  • Client side ERROR MESSAGE THROWN TWICE

    Hi,
    In our application we are having a af:inputText component, which has a client side validation. When the validation fails the intended error message is thrown twice on the screen. Below is the component code snippet,
    <af:inputText label="#{inventoryUIBundle.RANGE_TO}" autoSubmit="true"
    rendered="#{pageFlowScope.TelephoneNumberEditBean.addMode}" columns="20"
    maximumLength="#{pageFlowScope.TelephoneNumberEditBean.maxLength}"
    value="#{pageFlowScope.TelephoneNumberEditBean.maskedRangeTo}"
    binding="#{backingBeanScope.rangeToComponent}"
    id="number-rangeto">
    <af:validateRegExp pattern="[\\d\\s\\*\\#\\+\\-\\.\\,\\(\\)\\\\\/]+" messageDetailNoMatch="Only number, space and special character - + ( ) . , / \ * # are allowed."/>
    </af:inputText>
    Can any one provide any clue as to why this is happening.
    regards,
    Chandra.

    Another location where I have this issue,
    <af:inputText value="#{pageFlowScope.PlaceEditBean.entityObject.vertical}"
    label="#{inventoryUIBundle.VERTICAL}"
    maximumLength="25" autoSubmit="true"
    id="place1-vertical" partialTriggers="place1-latitude place1-longitude"
    binding="#{backingBeanScope.verBinding}"
    valueChangeListener="#{pageFlowScope.PlaceEditBean.onChangeVnH}">
    <af:validateRegExp pattern="(-)?(\\d){1,10}\\.(\\d){1,10}" messageDetailNoMatch="Only decimal numbers are allowed for vertical."/>
    </af:inputText>
    In the above tag set, there is a ValueChangeListener. This also has a double message issue.
    regards,
    Chandra.

  • Error Message in Notification Summary

    Hi all,
    When Approver going to approve the PO from Notification Summary, Following Error we are getting.
    The Document Manager failed with error number .
    Error Number 3 = Unknown Error.
    Contact your system administrator.
    Error Messages:
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP in Package PO_DOCUMENT_CHECKS_PVT Procedure POPULATE_GLOBAL_TEMP_TABLES
    The document being processed is Standard Purchase Order 213227
    After releasing the resources , the approver got approved PO but the above error message still remains in Notification Summary.
    How to remove this error message from Notification Summary ?
    Thanks in advance...
    sanjay

    Ask your DBAs to increase the tablespace for TEMP.
    Thanks
    Shree

  • Error messages in notification box

    Hi, I have a process that delete a selected record in a list. The process is triggered when the user click on a link in a list of status that put an ID in the session an assign 'DELETE' to &REQUEST. The process is located in the after-header section and could raise an integrety constraint exception.
    If the record has no child, everything runs OK and a message, 'Delete completed' is printed in the notification box at the top of the page. But when an error occurs, any child found, the user is redirected to a page where one reads 'Integrety constraint violated ...' and the message included in the error message section of the process. The user than click on the OK link and is redirected to the preceding status list. How could I get the error message to be print in the notification box ?
    I already tried create a fake hidden button that is trigger but I can't put the needed ID in the session. I also tried put the process in the after submit section. Is there any solution ?
    Thanks

    Hi user523491,
    You need to make a validation on the page that checks if any child rows exists. You simply make a select that checks.
    Most Oracle people are used to catching exceptions in PL/SQL for things like this, but for some strange reason it is not possible to catch exceptions in APEX unless you code the DML yourself. This is one most annoying things with the product. It’s a mystery to me how a database based products with a lot of PL/SQL don’t have exception handling build in.
    But for now you have to write a lot of SQL ofPL/SQL to check your integrity constraint and make extra round trips to the database. :-)
    You can read about validations here: http://download-uk.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28550/bldr.htm#sthref515
    Maybe somebody from the development team can shed some light on how this came to be. I would be very interesting to hear.
    Regards Pete

  • Unknown SID Error Message/Unable To Login to VM Manager

    Hello,
    I have installed VM Server and VM Manager on the latest Virtual Box install for Windows 7.
    When I attempt to login into the VM Manager (ID: ovm , Default Password: Welcome1) - I get
    the error message:
    "... [APP: ovm_console] An incorrect username or password was specified. ...."
    I selected all default passwords and database config values during installation (e.g., SID=XE).
    (Note: I am able to login to VM Manager GNOME desktop but I am unable to log into the VM Manager UI.
    I can log in as root in a Xterm window and the ovm Welcome1 password allows me into the GNOME environment. )
    The critical error message in the AdminServer.log IS an unknown 'SID' message (even though the default SID=XE was selected):
    "ORA-12505, TNS:listener does not currently know of SID given in connect descriptor"
    I reviewed the responses to the "Unable to Login to VM Manager" thread so I decided to try the recommended response (unlocking ovs oracle password) even though the logs responses were different in certain areas. I logged in as Oracle with the correct user env and attempted to start the XE database via sqlplus sys user and startup command. I was unable to start the database due to the below error message:
    2012-11-23 14:13:46.210
    18 Oracle Instance Startup operation failed. Another process may be attempting to startup or shutdown this Instance.
    19 Failed to acquire instance startup/shutdown serialization primitive
    ~
    Shutdown abort also did not get rid of this message. Symptons suggest there is a lock not being released (e.g., primitive file that needs to be cleaned up/removed.) I did remove oracle *.lck files from /tmp directory but this did not help either. The ps -elf output also reveals there are no oracle pmon processes running.
    If anybody has additional information on this matter - it would be greatly appreciated.
    SUMMARY/EXCERPT OF AdminServer.log AND AdminServer-diagnostic.log
    The AdminServer.log squawks an "ORA-12505, TNS:listener does not currently know of SID given in connect descriptor"
    <> <> <1353697919018> <WL-001129> <Received exception while creating connection for pool "OVMDS": Listener refused the connection with the following error:
    198 ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    199 >
    200 ####<Nov 23, 2012 11:11:59 AM PST> <Info> <JDBC> <mjcmanager.example.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1353697919019> <WL-001156> <Stack trace associated with message 001129 follows:
    201
    202 java.sql.SQLException: Listener refused the connection with the following error:
    203 ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    204
    205 at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
    206 at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
    The critical AdminServer-diagnostic.log error messages are:
    AdminServer-diagnostic.log:[2012-11-23T11:17:51.872-08:00] [AdminServer] [ERROR] [] [com.oracle.ovm.mgr.faces.backing.Login] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 79deca6682202612:4258bdee:13b2eaec5e4:-8000-0000000000000099,0] [APP: ovm_console] An incorrect username or password was specified. [Security:090304]Authentication Failed: User ovm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User ovm denied
    69 AdminServer-diagnostic.log:[2012-11-23T09:09:27.835-08:00] [AdminServer] [ERROR] [] [oracle.help.web.rich.converter.RichTopicConverter] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 79deca6682202612:16d2c063:13b250c1b7c:-8000-0000000000000147,0] [APP: ovm_help] /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/servers/AdminServer/tmp/_WL_user/ovm_help/33se2m/war/helpsets/ovmHelp/qstart.html (No such file or directory)
    70 AdminServer-diagnostic.log:[2012-11-23T11:16:32.629-08:00] [AdminServer] [ERROR] [] [com.oracle.ovm.mgr.faces.backing.Login] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 79deca6682202612:4258bdee:13b2eaec5e4:-8000-0000000000000079,0] [APP: ovm_console] An incorrect username or password was specified. [Security:090304]Authentication Failed: User ovs javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User ovs denied
    71 AdminServer-diagnostic.log:[2012-11-23T11:16:53.672-08:00] [AdminServer] [ERROR] [] [com.oracle.ovm.mgr.faces.backing.Login] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 79deca6682202612:4258bdee:13b2eaec5e4:-8000-000000000000007f,0] [APP: ovm_console] An incorrect username or password was specified. [Security:090304]Authentication Failed: User ovm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User ovm denied
    72 AdminServer-diagnostic.log:[2012-11-23T11:17:51.872-08:00] [AdminServer] [ERROR] [] [com.oracle.ovm.mgr.faces.backing.Login] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 79deca6682202612:4258bdee:13b2eaec5e4:-8000-0000000000000099,0] [APP: ovm_console] An incorrect username or password was specified. [Security:090304]Authentication Failed: User ovm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User ovm denied
    ******************************************************************************************

    Further investigation reveals the reason why I can't manually start the database as oracle user. The permissions on the oracle directories via the default install are incorrect. Running the command chown -R oracle:dba /u01/app/oracle/ allowed the database to start.. OVS user is now able to login into the XE database.
    Now logging in w/ admin user in VM results in the following error message:
    " Unexpected error during login (com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6000E Internal Error: Connection refused Connection refused Sat Nov 24 11:39:22 PST 2012), please consult logs for details.
    I am spending way too much time on this Virtual box install. Any feedback would be appreciated.

  • Workflow notification delegated to the originator contains an error message in notification content

    Hi All,
    We are using a workflow for managing User Access Request(to get new responsibilities) where approval hierarchy is set via AME rules.
    Facing an issue, when approver has set a vacation rule and to whom the notification delegated happens to be the requester itself.
    Notification contains an error message which says like: "Automatic route to <use name> failed. encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.reassign"
    However notification correctly displays its content and also the validation logic that we have put in post notification function while responding to notification is working correctly .
    Also If the vacation rule is set to some user other than requester, issue does not appear.
    Please guide if faced similar issue or any idea to overcome this.
    Thanks in advance!!
    Indu

    I r-clicked on the error message of the details "Request IDoc : Application document not posted" and selected "Idoc maint in OLTP" and then I saw the error message in the log.
    I see that my systems are off a couple minutes.
    Should I just reboot these sys's?
    DataSource 0TCTIOBJNM_TEXT has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 0TCTIOBJNM_TEXT does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 10/31/2007 11:54:29.
    The time stamp in the BW system is 10/31/2007 11:52:10.
    System Response
    The load process has been terminated.
    Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.

  • ERROR MESSAGE: ## Unequal Stereo Regions Corrected

    "## Unequal Stereo Regions Corrected"
    ...where ## is a number. In this case, "2 unequal stereo regions corrected".
    This is an old error message going back to Logic 3.x and I'm still at a loss as to why it occurs. Any ideas?
    Situation: just re-opened a song in which, earlier today, I was doing some audio editing to one of 6 stereo tracks (all audio in this song is .aif non-interleaved). After getting this message (which appears when the song finishes opening), Logic had moved and truncated the length of the first audio region on the lightly-edited track, but the rest of the regions were in their proper place.
    In the past when I've encountered this message, rarely was there any change to the audio. Not the case this time tho...
    Does anyone understand this message, how/why it occurs, how to prevent it?

    Thanks for your reply Rohan. Yeah, in my mind I'm thinking that adding length would have... oh, never mind!
    Sorry to hear about your problem with EOF errors. Ouch!
    Well, like I always say, no time like the present for a FEATURE REQUEST:
    If Logic is going to report that unequal stereo regions have been corrected, it would be nice to know which regions were corrected.
    Also, when editing split stereo files in "stereo mode" within the Sample Editor, I would think that, theoretically, any change to the start point, anchor, or end point would be applied equally to both .L and .R files. So if something's getting changed to one of these files, due to no fault by the user, then I have to wonder how the regions can become unequal in the first place. Sniff, sniff... do I smell a... bug?

  • IP/IVR 4.5 CRS Client Editor Error message Engine host name list is empty

    When the reactive script is being clicked on the client
    version of CRS editor it is returning an error "Engine host name list is
    empty check the LDAP enabled CRS for engines" in the debugging pane ,But i
    dont face any issues when i'm doing the same on the server. KIndly help me
    out to fix this issue
    note : version of ipivr is 4.5 and i am facing this issue when i execute on the client machine and i have attached a screen shot along with this

    Thanks for the response.
    1 . I am able to ping the crs server from the client machine by host anme as well as it's ip address.
    2. yes i am able to ping the client from the server
    3. i get the same error message when using IP address to log into the CRS Editor.
    note :
    1. i face the same issue when i try it out on another client on the same network
    2. since i was facing this issue i tried to install the SR2 and check it out but still i am facing the same issue
    3. there is no firewall in the CRS server or in the client machine where the CRS editor is installed

  • Com.apple.DotMacSync.client.exe error message

    Error message "com.apple.DotMacSync.client.exe" keeps being displayed.  Message content reads "The procedure obj_exception_try_enter could not be located in the dynamic link library".  I have installed the latest iTunes

    Hi Turingtest2!
    You seem to be the go-to guy with these types of errors. I'm quite impressed by your thoroughness! My error began showing up a few weeks ago when I updated iTunes to 11.1.5.5. The error doesn't seem to get in the way of iTunes working, or my syncing Windows XP / iPhone, but this error message pops up every 10 minutes or so with a loud "don't do that!" noise, which is mildly irritating and I'd love for it to go away.
    Error: com.apple.DotMacSync.client.exe Entry Point Not Found. X  The procedure entry point objc_exception_try_enter could not be located in the dynamic link library obj.dll
    This seems to be a bit different from other users, but perhaps the same response - to uninstall your list of programs and reinstall iTunes is the best strategy?
    Thanks Turingtest2 - like your photo by the way.
    Renee (somewhat lost in rural Minnesota...)

  • Error from WF Notifications Region from Tutorial

    When attempting to run HomePG.xml from the tutorials from JDeveloper, an error was displayed:
    The window title attribute for the page layout region has not been set. This attribute value will be used for the browser window title and should be set according to the UI standards. A default window title will be displayed for all such pages that violate the standards. Action: Set the window title or title attribute for the page layout region. The title attribute is used as a secondary source for the window title if the window title is missing.
    This page was successfully displayed previously. Please advise.
    Thank you!

    Yes, an app bounce was performed, but still the same error. After taking out the "Extends" property and simply adding each component manually, there are two errors:
    1) Could not create web bean, could not find item metadata Item Name: (NtfRoutingRulesLink); Region: (WFNTFWORKLISTFN)
    2) The window title attribute for the page layout region has not been set. This attribute value will be used for the browser window title and should be set according to the UI standards. A default window title will be displayed for all such pages that violate the standards. Action: Set the window title or title attribute for the page layout region. The title attribute is used as a secondary source for the window title if the window title is missing.
    Please advise as this used to work and has recently started displaying the above error message.
    Thank you.

  • Stomp: client acknowledge error message

    Using OpenMQ 4.4 b04, I try to use client acknowledge.
    I have found that the broker expects not only the message Id but also the subscription id.
    If I use the subscription id which is in the message header and add it to the ACK Stomp frame, the broker displays these lines in the log file:
    javax.jms.JMSException: Ack a message[ID:297-192.168.178.21(c1:a1:82:3f:f4:72)-1
    731-1239293602031] that is not found in subscriber[{F90F7D8E-843A-4EBB-BA15-23B2
    0F732060}]
            at com.sun.messaging.bridge.service.stomp.StompSubscriberSession.ack(Sto
    mpSubscriberSession.java:175)
            at com.sun.messaging.bridge.service.stomp.StompProtocolHandler.onACK(Sto
    mpProtocolHandler.java:643)
            at com.sun.messaging.bridge.service.stomp.StompProtocolFilter.execute(St
    ompProtocolFilter.java:123)
            at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
    tocolChain.java:136)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:103)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:89)
            at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
    ask.java:67)
            at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
    java:57)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)Which special headers are expected by the broker in a ACK frame? If the Stomp frame does not contain a subscription header, the error log gives some hints which mention a "/subscription-to/" header:
    WARNUNG: No subscription header specified, ACK all non-transacted subscription i
    ds with prefix /subscription-to/ for message ID:409-192.168.178.21(b3:dd:75:42:f
    :91)-1781-1239294021718
    09.04.2009 18:20:30
    SCHWERWIEGEND: ACK failed: Can't determine subscriber to ack message ID:409-192.
    168.178.21(b3:dd:75:42:f:91)-1781-1239294021718. Please specify subscription hea
    der

    It's the STOMP ACK 'subscription' header. STOMP client should always specify a subscription header on ACK besides message-id header.
    The exception you saw is a bug in ACK message for client ack mode. The client mode ACK problem has been fixed in build5.
    MESSAGE
    index:0
    content-length:10
    destination:/queue/q0
    subscription:sub2
    timestamp:1239309779559
    redelivered:false
    priority:4
    expires:0
    message-id:ID:7-10.5.81.239(80:17:42:1e:c5:e7)-55202-1239309779559
    Message #0
    ACK
    message-id:ID:7-10.5.81.239(80:17:42:1e:c5:e7)-55202-1239309779559
    subscription:sub2

  • Launching Client Application error message

    Hi anyone I created a client application and signing it. it can run fine in command line.
    But when I call the JNLP file it gives exception,The exception is as follows:
    JNLPException[category:download error:Exception:null:LaunchDesc:null]
    at com.sun.javaws.security.SigningInfo.checkSigning(Unlnow Source)
    at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknow Source)
    Can any body tell me whats the wrong. Thanks in Advance.
    zrjian

    Problems have solved.
    The reason was that the jar file which contains two Signature file(Abcjar.sf and Sun_micr.sf),the Abcjar.sf is creates by jarsiger , and another Sun_micr.sf is created by JBuilder 7.
    when i remove Sun_micr.sf ,it is running finely.
    I am confusing that I have setted new JDK1.4.1_01 in JBuilder 7 , why dose Sun_micr.sf contain JDK1.3.0:
    This is part of Sun_micr.sf :
    Signature-Version: 1.0
    SHA1-Digest-Manifest: s4hapqcSzQWgILxttXiEIqQIbJQ=
    Created-By: 1.3.0 (Sun Microsystems Inc.)
    This is part of Abcjar.sf :
    Signature-Version: 1.0
    Created-By: 1.4.1_01 (Sun Microsystems Inc.)
    SHA1-Digest-Manifest: lApsyt2mW2+hJ6j5tqu+z2hpCUk=
    Thanks!
    zrjian

  • Please help.....error message "4 invalid region(s) changed!"

    i received this message when i opened a song i was working on in garageband. the last time i worked on it i saved my changes like i always do and everthing was fine. then i open it today and get this message. when i click ok and the file opens many of the tracks are in the wrong spot and/or on the wrong channels...any help would be greatly appreciated....thanks

    I only experienced this once, a couple of years ago, on a project where I really pushed things (basically it was three separate projects pieced together into a fourth).
    I spent several days trying to track down the cause/fix, and after three days admitted defeat and salvaged what I could from previous iterations and re-did what I had to. 
    <hr width="250" align="left">
    HangTime [Will Compute for Food] B-(>
    ♪♫ The Bullets and Bones Band ♫♪
    Disclaimer<hr width="250" align="left">

  • Client context error message while configuring for social login and personalization

    Hi,
    I am getting the below exception while configuring for social login and personalization.
    27.12.2012 11:21:25.463 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Problems while creating connection.
    27.12.2012 11:21:46.549 *WARN* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper token was null or not in UNAUTHORIZED state:1
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet requestAccessToken: could not retrieve user
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587506549] GET /etc/cloudservices/facebookconnect/sample_fb.login.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:48.455 *ERROR* [127.0.0.1 [1356587508455] GET /etc/clientcontext/default/contextstores/profiledata/loader.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.api.SlingException: An exception occurred processing JSP page /libs/cq/personalization/components/profileloader/command/load/load.json.jsp at line 41
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInterna l(JspServletWrapper.java:574)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspSer vletWrapper.java:499)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:451)
    at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter. java:59)
    Thanks,
    Shankar .A

    Hi Shankar,
    Any luck with this issue. I am also seeing the same issue
    Thanks
    Pushparajan

  • DSEE 6.3: how to show detailed error messages to ldap clients?

    Is there any possibilty in DSEE 6.3 to send to ldap clients detailed error messages about - for example - missing required attributes in ldap add operation?
    I don't have access to ldap server's logs, so I loose a lot of time trying to figure out "which of 40 attributes I sent to server is bad?"...

    Thank you for reply.
    I know that I can view schema, but I need the functionality which is available in relational databases. When I try to store bad field value in database table, I get descriptive error message: "field XYZ has bad value". In DSEE I get "schema violation" or other cryptic message.
    It's very hard to track the problem if you operate on 30 or more attributes. Which one causes error?
    I see that this functionality is available in DSEE backend (error logs are descriptive). How to turn on this for clients?
    If it is not possible, I will try to write special software module which will double DSEE functionality and check attributes before storing them in DSEE.

Maybe you are looking for

  • How do I turn off pop-up prompts from Firefox?

    I have had prompts pop-up from the bottom of the browser, most recently one that gave me the option to "Choose What I Share". Is there any way to prevent these from popping up? I was in the middle of typing a post to a forum when a pop-up prompt show

  • Is there any problem to use multiple threads to send email with JavaMail

    Dear all, I am using JavaMail 1.3.2 to send emails with SMTP, it works very well for a long time. But one day, I found that the email service hanged and I could never send email again until I restart the tomcat. I found that the reason was a deadlock

  • Error while installing Windows XP

    I just got my iMac Intel Core 2 Duo. I've updated all the software and firmware, restarted, downloaded BootCamp 1.1.2, burned the Mac drivers CD, and partitioned my hard drive. When I put in my Windows XP Home Edition CD, it seems to install Windows

  • At 10.5.4, can't get to ISP, How do I download code corrections to network?

    In a previous entry I complained that having applied update 2008-005 to Leopard I could no longer auto-connect to my cable ISP although my old OS9 Mac still could as well as various Windoz boxes. So, since I can't connect to the Apple site to downloa

  • International calls and texting

    I have a family member who is going to England next spring for ten days.  Is there a temporary international call/texting plan? Thanks