Spaces in subject line causing mail servlet to brake

Hi,
I am working with cocoon, tomcat and xml/xsl/xsp. I have the mail servlet which works fine with html form always. However in the xml page if I put spaces in subject line or the text body, I am getting IOExcpetion. I
don't get any error if my subject and body text is one long word. Please help.
Here is the code for my XSP page
<?xml version="1.0"?>
<?cocoon-process type="xsp"?>
<?cocoon-process type="xslt"?>
<?xml-stylesheet href="Station.xsl" type="text/xsl"?>
<xsp:page language="java" xmlns:xsp="http://www.apache.org/1999/XSP/Core"
xmlns:util="http://www.apache.org/1999/XSP/Util">
<xsp:structure>
<xsp:include>java.lang.*</xsp:include>
<xsp:include>java.util.*</xsp:include>
<xsp:include>java.io.*</xsp:include>
</xsp:structure>
<page>
<xsp:logic>
String From,sub,body;
From = request.getParameter("From");
sub = request.getParameter( "Subject");
body = request.getParameter("Body");
String x= "http://localhost:8080/kong/servlet/GSMailServlet?command=send&to=aj&from="+ From+"&subject=" sub "&text=" +body;
</xsp:logic>
<util:include-uri>
<util:href>
<xsp:expr>x</xsp:expr>
</util:href>
</util:include-uri>
</page>
</xsp:page>

Thanks for the suggestion. But When I tried using URLEncoder I got the output like this:
{http%3A%2F%2Flocalhost%3A8080%2Fkong%2Fservlet%2FGSMailServlet%3Fcommand%3Dsend%26to%3Daj%26from%3Daj%26subject%3Drest+gfdfg%26text%3Dggfd+gfg: java.net.MalformedURLException: no protocol: http%3A%2F%2Flocalhost%3A8080%2Fkong%2Fservlet%2FGSMailServlet%3Fcommand%3Dsend%26to%3Daj%26from%3Daj%26subject%3Drest+gfdfg%26text%3Dggfd+gfg}
Since Cocoon is doing the parsing I don't have the control over it. How do I solve this problem. Please help

Similar Messages

  • Alter subject line in mail sent to candidate.

    Hi all,
      i have a requirement in sap e-recruitment to customise the  smartform  for acknowledging candidate application.
    i am using HRRCF_CS_IT_APPL_INVITATION as the reference  for my custom form.
    This smartform is sent to the candidate via email. The subject line is automatically picked up from the Smartform ->formattribute-> meaning field.   teh problem is that this  field is restricted to 30 characters only.
    Is there an enhancement or a note available through which i can alter the subject line(have a longer subject line)  of the mail?
    my system details are : sap ECC 6.0   E-recruit release 604   level 004  highest support SAPK-60404INERECRUIT
    Thanks.

    Hi,
    many customers want to change the standard subject creation. The implemented logic to get the email subject from the smartform is just not practical as it is not only too short but also smartforms are described in a way the recruiters and devlopers like for easy handling e.g. "rejection - candidate blacklisted" and you probably do not want this to be the mailheader the candidate reads :o).
    The easiest way to change the subject is enhancing the method set_subject of class CL_HRRCF_CS_DOC_CAT_SF_SUPER. I usually place an implicit enhancement at the methods end and add the coding I need, so it overwrites the standard processings. In simple cases customers use a fixed but language dependent subject like "Your application at company xyz". But you can also put more complex stuff there by using the activity member attribute to get activity types or navigate to read requisition data.
    Kind regards
    Roman

  • SPAM shows in subject line of mail

    On mail I recieve from one person it always reads ****SPAM**** in the subject line.  It does not show up as junk mail.  The person is a contact in my address book, so does anyone know how I can get the system to recognise that it's not SPAM?
    Thanks for any assistance

    It may actually be your mail server that is adding *JUNK* to your subject line and not Mail. For example, my school's server adds *SPAM* to mail it thinks is spam, and it gets delivered to my inbox like that. It's then up to me to decide what to do with it. If this is the case with you too, I'm not sure if there's anything simple you can do about it on your end. If the messages being marked with *JUNK* are actually junk, I suppose you could just add a rule that sends those messages to your junk folder; if they're not junk, it may be something you have to just deal with.
    Of course this may not be what you are experiencing at all

  • What does the "To" in a rounded rectangle mean on the subject line of Mail?

    Just wondering what the "To" in a rounded rectangle means on the subject line of iPad Mail. It's on nearly all my messages!! Really bugging me.
    Cheers!
    Tom Adams

    Cheers!! I turned that setting on thinking it displayed those fileds when typing a new message, rather than having to press details.
    Fab! Cheers all!
    Tom Adams

  • Automatically inserting Julian Date (yyD) in subject line in Mail

    Problem: I would like to automatically insert at the beginning of the Subject line in a new Mail message, a Julian Date, eg. 06277. The suffix to this date (yyD) is /n (where n is the sequential number commencing at 0001hrs for the given day (D).
    Question: How do I achieve this? AppleScript or Automator? Further, what is either the script or the automator commands?

    Hi Jeffrey
    I've emailed the full script to you, so make sure it doesn't end up inyour Junk Mail.
    Just so that others, can see, the script is;
    set jDay to do shell script "date +%j"
    set jYear to do shell script "date +%y"
    set theSubject to jYear & jDay
    tell application "Mail"
    set theNewMessage to make new outgoing message with properties {subject:theSubject}
    tell theNewMessage
    -- Default is false. Determines whether the compose window will
    -- show on the screen or whether it will happen in the background.
    set visible to true
    end tell
    end tell
    (Now you can give me a star)
    G5 DP 1.8Mhz   Mac OS X (10.4.7)   1Gb RAM, 2x 149Gb HDs, LinkSys router, EyeTV 410

  • String "iso-8859-1" found in subject line of java mail API(when German char

    We have written a mail client using java mail API and it works fine. Some body sends the email with subject line contains German chars(using some other mail client like outlook)
    and our mail client is running on the machine whose Local has been set 'German'.
    Now, while getting the subject line
    Javax.mail.Message email; //local variable
    // some how I am intializing email.
    String str = email.getSubject();
    the value of str returns "Bitte die 4 Items I�schen. Kein Bedarf. Ich kann die=?iso-8859-1?Q?_L=F6schung_nic?="
    but actual value subject line was "Bitte die 4 Items I�schen. Kein Bedarf. Ich kann die L�schung nic"
    So '�' char was repalced by some arbit chars.
    Moreover, Charset.defaultCharset().name() returns 'windows-1252'
    Please suggest me how I can get the actual subject line
    Thanks
    -Sanjeev

    http://forum.java.sun.com/thread.jspa?threadID=741111&messageID=4250621
    visit it
    by ghanshyam

  • Issues in Swedish mail notification subject line

    Hi team,
    I have created one concurrent program which run on daily basis to send notification about employee contract expiration to their manager before 30 days.
    I should send mail into swedish language. I am facing one issue into this.
    I have compiled program correctly with Swedish as machine langage and i am able to see appropriate mail format in my package body.
    But i receive mail notification, the mail body is in swedish language but mail subject removed the swedish characters.
    Please check below details:
    Apps : 12.1.3
    Database : 11g
    Responsiblity Name: HR Professional
    Swedish Subject line in Code : HRMS System Varning: Anställningskontrakt löper ut om 28 dagar
    Swedish Subject line in mail notification : HRMS System Varning: Anstallningskontrakt loper ut om 28 dagar
    Sweidish Mail body in code : Observera att gällande anställningskontrakt för löper ut den
    Swedish Subject in mail notification : Observera att gällande anställningskontrakt för löper ut den
    I tried following approch:
    1. I passed direct subject line to P_Subject parameter.
    2. I assigned subject line to l_subject and then passed value l_subject to P_subject .
    in both cases, i am getting wrong output. Kindly check and let me know if anything is required from my side.
    Thanks in advance.
    Regards,
    Basaw

    Hi Friend,
    Thanks for quick reply.
    It is not showing any garbage value or squares anything.
    It is just removing swedish characters. Please check below:
    Sweidish Mail body in code : HRMS System Varning: Anställningskontrakt löper ut om 28 dagar
    Swedish Subject in mail notification : HRMS System Varning: Anstallningskontrakt loper ut om 28 dagar
    If you see closely, in word Anställningskontrak and löpe, it is removied a and o which are special values in swedish characters.

  • Subject line "another option" prevents message from sending

    I recently attempted to send a message (in Mail version 3.5) with the subject line "another option", and the message did not send, went to the outbox, and opened again. I assumed my connection was down, but then I tried again with a different subject line and it worked.
    A bit of fiddling demonstrated that all of the following work: ".another option", "another optionasjkdflajdlfk", "another option askfljd", "another option" (2 spaces). In short, it seems that only this specific subject line causes the message to not send.
    This is obviously not a big problem; I ended up simply using a different subject. But I am curious to find out why this is the case.

    The header is being "folded" as described in RFC 2822 section 2.2.3.
    The folding doesn't lose the space if unfolding is done properly.
    Perhaps the recipient mail program isn't handling unfolding properly?
    If so, please report the bug to the owner of that program.
    If you need to work around such a buggy program, you can set the
    System property "mail.mime.foldtext" to "false" to disable all folding
    in JavaMail.

  • As soon as I type in subject line of email, it tries to save as draft and crashes.

    I'm running Windows 8 on a ASUS laptop (new within the past few months). I access iCloud mail from my PC, iPhone and iPad Mini. The problem only happens using iCloud Mail on my PC.
    Just within the past few weeks, as soon as I begin typing a subject line in mail, I get a pop-up question "Save this message as a draft?" 
    If I  Don't Save it, it kicks me out of the message.
    If I Cancel it, it takes me back to the message, but asks me again with the next key stroke and keeps asking until I move out of the subject line.  So I am being constantly interrupted while I'm in the subject line.
    If I Save it, it does save, but closes the message.
    It appears that Don't Save and Save are doing what they are supposed to, but Cancel just takes me back to the message only to be interrupted over and over.
    Is there some way to get it to quit prompting me to save a draft?

    I belive the issue is with quotes..try removing the double quotes " " or try using single quotes ' ',either removing the quotes completly or using single quotes should work..let us know if it works..

  • Mail subject line and safari Goggle Search window removing spaces between words

    After upgrading to Lion I can no longer type out a subject line in Mac Mail witout the spaces automaicaly being removed. All words run together. Same situation in Safari's Google Search window. No issues in FireFox. Driving me nuts. Any others with this issue?

    Found the answer to this issue. I'm amazed this received no responce from the community. Must mean I was the only one with such issue. Amazinly, the exact same thing was happening on three differnt Macs that I loaded Lion to. The answer was given to me by a very helpful and SMART tech person at Apple Care. Two other Apple Care techs were going to have me reinstall the entire OS after wiping my computers clean. I finally found someone that knew what they were doing. He simply took me to Apple>Preferences>Language & Text. Then I selected the Text Tab and then went to the bottom of the window and Reset Default Settings. Bingo, all was fixed. Each machine I did the same thing on and all are working fine now. Hope by me typing this up will help others if needed since not one person responded to this inquirey.

  • Subject line 'space' character is lost when sending mail?

    Hi,
    I'm using JavaMail, and when sending a mail with a subject line that is longer than 62 characters, the last space before the 63rd character becomes a linefeed. This means that when the recipient receives the e-mail, the space in the subject line is actually dropped (becomes a linefeed).
    For example. I send an email with the following subject line: "New User Setup [ITNUS-0005] User Setup Progress Report for: Louise Gans".
    The recipient will receive the following subject: "New User Setup [ITNUS-0005] User Setup Progress Report for: LouiseGans".
    Note the missing space between "Louise Gans". Perhaps someone could test sending out that subject line, and see if they get the same problem?
    Looking at the message source on the recipient client, it shows a line feed / new line where that space is supposed to be.
    Using MS Outlook or GroupWise or another mail client, the subject lines gets sent through perfectly using the same mail server (Groupwise Internet Agent 7.0.3), but using JavaMail to send the mail through that mail server gives me the space problem.
    Can anybody shed some light on why this is happening? I would really appreciate the help.
    Here is an example of the code I am testing with:
    public class SendHtml {
         public static void main(String[] argv) {
              new SendHtml();
         public SendHtml() {
              String  to = "[email protected]";
              String subject = "New User Setup [ITNUS-0005] User Setup Progress Report for: Louise Gans";
              String from = "[email protected]";
              String cc = null;
              String bcc = null;
              String url = null;
              String mailhost = "mail.server.co.za";
              String mailer = "sendhtml";
              String protocol = null, host = null, user = null, password = null;
              String record = null;     // name of folder in which to record mail
              boolean debug = false;
              BufferedReader in =
                   new BufferedReader(new InputStreamReader(System.in));
              try {
                   Properties props = System.getProperties();
                   if (mailhost != null) {
                        props.put("mail.smtp.host", mailhost);
                   // Get a Session object
                   Session session = Session.getInstance(props, null);
                   // construct the message
                   Message msg = new MimeMessage(session);
                   if (from != null) {
                        msg.setFrom(new InternetAddress(from));
                   else {
                        msg.setFrom();
                   msg.setRecipients(Message.RecipientType.TO,
                             InternetAddress.parse(to, false));
                   if (cc != null)
                        msg.setRecipients(Message.RecipientType.CC,
                                  InternetAddress.parse(cc, false));
                   if (bcc != null)
                        msg.setRecipients(Message.RecipientType.BCC,
                                  InternetAddress.parse(bcc, false));
                   msg.setSubject(subject);
                   collect(in, msg);
                   msg.setHeader("X-Mailer", mailer);
                   msg.setSentDate(new Date());
                   // send the thing off
                   Transport.send(msg);
                   System.out.println("\nMail was sent successfully.");
                   // Keep a copy, if requested.
                   if (record != null) {
                        // Get a Store object
                        Store store = null;
                        if (url != null) {
                             URLName urln = new URLName(url);
                             store = session.getStore(urln);
                             store.connect();
                        } else {
                             if (protocol != null)          
                                  store = session.getStore(protocol);
                             else
                                  store = session.getStore();
                             // Connect
                             if (host != null || user != null || password != null)
                                  store.connect(host, user, password);
                             else
                                  store.connect();
                        // Get record Folder.  Create if it does not exist.
                        Folder folder = store.getFolder(record);
                        if (folder == null) {
                             System.err.println("Can't get record folder.");
                             System.exit(1);
                        if (!folder.exists())
                             folder.create(Folder.HOLDS_MESSAGES);
                        Message[] msgs = new Message[1];
                        msgs[0] = msg;
                        folder.appendMessages(msgs);
                        System.out.println("Mail was recorded successfully.");
              } catch (Exception e) {
                   e.printStackTrace();
         public void collect(BufferedReader in, Message msg)
         throws MessagingException, IOException {
              String line;
              String subject = msg.getSubject();
              StringBuffer sb = new StringBuffer();
              sb.append("<HTML>\n");
              sb.append("<HEAD>\n");
              sb.append("<TITLE>\n");
              sb.append(subject + "\n");
              sb.append("</TITLE>\n");
              sb.append("</HEAD>\n");
              sb.append("<BODY>\n");
              sb.append("<H1>" + subject + "</H1>" + "\n");
              sb.append("</BODY>\n");
              sb.append("</HTML>\n");
              msg.setDataHandler(new DataHandler(
                        new ByteArrayDataSource(sb.toString(), "text/html")));
    }

    The header is being "folded" as described in RFC 2822 section 2.2.3.
    The folding doesn't lose the space if unfolding is done properly.
    Perhaps the recipient mail program isn't handling unfolding properly?
    If so, please report the bug to the owner of that program.
    If you need to work around such a buggy program, you can set the
    System property "mail.mime.foldtext" to "false" to disable all folding
    in JavaMail.

  • Why does the OPEN WEB LOCATION Box msg keep opening when I try tro type in the name of someone or type anything in the subject line of Yahoo mail? I have to ke

    When in Yahoo mail, the OPEN WEB LOCATION box opens for each letter I try to type in in the "To" line and/or the "Subject" line of any new e-mail to someone. I type a letter, the Box opens, and I cannot type anything in the e-mail window anywhere until I close the box. I close the box, type another letter, and the OWL Box open gain. It takes forever to type anything. This started when I updated Firefox to the new 21 version. I Uninstalled and reinstalled Firefox. No help. I uninstalled 21 and re-installed 19 (I was using 19 with no problems until today). No help. The problem will not go away. I note that others have complained of this problem. Is there a fix yet? I have been forced back to IE in the meantime.

    hello, you have two extension present in your profile (DownloadTerms 1.0 & WhiteSmoke New 10.16.2.509) that could be considered malware.
    please[[Reset Firefox – easily fix most problems|reset firefox]] and see if those entries are still present afterwards. also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software that you have in place and different other tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]

  • Mail subject lines blue or disappearing!

    My Mail is acting weird for about a week now. Two things.
    1. Large numbers of the subject lines in the top panel where my mail is listed will turn blue. They'll turn back to the normal black text sometimes either when I scroll or restart Mail.
    2. The subject lines started completely disappearing today!  They're still there, as if in white font on white background and I can still click on them and read the email, but they're invisible.
    Is Mail malfunctioning because it can't handle thousands of saved emails?  That's a bummer if true.  I thought I could use it like an archive.
    I searched the communities for answers first and read something about "rebuilding" mailboxes which I'd never heard of before. If that's what I need to do can you direct me to complete instructions. I don't want to lose my emails.
    Thank you for helping!

    Hi Michele,
    Not likely too many eMails doing it.
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab of Activity Monitor, are there a lot of Pageouts?
    If you want to Rebuild a Mailbox...
    Safe Boot from the HD, (holding Shift key down at bootup),  it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    In Mail, highlight that Mailbox, under Mail's Mailbox menu item, choose rebuild.
    Reboot.

  • Mail Subject Line Automatically Selects All Text When Typing

    In Mail I'm typing along in a subject line and randomly the all of text I've entered becomes selected. Then my next keystroke deletes the first entered text. Very frustrating, and I can't figure out why this happens. Maybe OSX's spell checker? How do I turn that off to test?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Mountain Lion Mail cannot search for non-alpha characters in Subject Lines

    Under 10.8.3, Mail 6.3 often cannot successfully find messages if the search string contains a non-alpha character.
    I have only tested this searching for Subject lines that are KNOWN to contain non-alpha characters
    Specfic examples:
    Subject starts with "[ABC..."
    Mail cannot find it if you search using "[ABC"
    Mail CAN find it if you search using just "ABC"
    Subject contains the numeral "2"
    Mail cannont find it if you enter "2" as the search string...even if you further constrain the search to "Subject contains: 2"
    Other problem characters I have found:
    The failure when using square bracket is a real pain since a lot of mailing lists are tagged using strings wrapped in square brackets.
    Sometimes it WORKS when I include multiple non-alpha characters in the search string, like "55" or "4/19"
    Anyone else see this?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Log out and log back in. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • 500 Internal Server Error while trying to connect to EBS home page url

    Hi, I am using EBS 12.0.4 on HP UX ia64 After succesfully running adcfgclone.pl on both db and application server, when i tried to connect to my EBS home page url it is showing ::-- 500 Internal Server Error oracle.apps.fnd.cache.CacheException     a

  • Windows no longer fit

    I have a macbook pro running 10.6.3 and whenever I open a program the image displayed within the program is zoomed in. It isn't the entire screen, so it's not a resolution issue, nor is it universal access or a ctrl+scroll issue. also tried command'/

  • I cannot locate the Jump Menu under Insert/Form. I am looking for a way to replacve the Spry menu I used previously

    I need to modify my website and I used a Spry menu to direct users to specific pages. This is no longer supported with the 2014 version and thought a Jump Menu would work, but it is not on the insert/form menu as instructed in help files. Any ideas?

  • Bootable Backup First Timer

    I want to make a bootable backup of my computer on a external drive. How do I do it with the disk utilities that come with my imac? I've read about Super Duper but I thought I read somewhere that I can do this with my disk utilities. I already have d

  • Mother wavelet definitions used in Advanced Siglan Processing Toolkit

    I didn't find the functional form nor the center frequency of the predefined mother wavelets used in AWT and CWT anywhere from NI documentation. I assume that wavelet analysis used in Advanced Signal Processing Toolkit follows the general framework o