Problem with jsp:include ..any ideas ?

Hi,
I have the following code in a recordfollowup.jsp,
<jsp:include page="contacthistory.jsp" flush="true">
<jsp:param name="packet" value="<%=somevalue%>"/>
</jsp:include>
I get this exception "recordfollowup.jsp(364,0) "Unterminated
I tried using the end tag /> and then I was able to include the contacthistory.jsp but I need to get the additional param sent to the contacthistory.jsp so this will not do...
please help me with suggestions/sample code .....
thanks a lot !

Sounds to me like the variable someValue contains a quote (").
You could try putting it into the pageContext and getting it out in the included page. Or if that doesn't work, try the session.
// using pageContext
<%
pageContext.setAttribute("someValue", someValue);
%>
<jsp:include page="contacthistory.jsp" flush="true"/>
then in contacthistory.jsp
<%
String value = (String)pageContext.getAttribute("someValue");
// swap 'pageContext' with 'session' to use the session
%>

Similar Messages

  • When I print a photo to my epson printer, it comes out larger than the original photo - so the photo prints beyond the borders. Tried readjusting all sorts of things but nothing helps. I had this same problem with my Canon. any ideas?

    When I print a photo to my epson printer, it comes out larger than the original photo - so the photo prints beyond the borders. Tried readjusting all sorts of things but nothing helps. I had this same problem with my Canon. any ideas?

    Crop to the print size before pringing
    LN

  • Hi, I have an iPhone 5s, recently its been a lot hotter than usual, also the battery life is going down a lot faster than usual, and it takes absolutely ages to charge up. There must be a serious problem with the battery, any ideas? thanks

    Hi, I have an iPhone 5s, recently its been a lot hotter than usual, also the battery life is going down a lot faster than usual, and it takes absolutely ages to charge up. There must be a serious problem with the battery, any ideas? thanks

    Apple can replace the battery for $79 US.
    http://support.apple.com/kb/index?page=servicefaq&product=iphone

  • Printer problems after upgrading. My kodak esp 5250 says it has the printer head jammed. Reloading the software let it work once. Obviously an interaction problem with Lion. Any ideas?

    Printer problem. Since installing Lion my kodak esp5250 all in one says the printer head is jammed. It isn't. Reinstalled software and it worked once but still gives printer head jammed message. Any ideas?

    Only the obvious one: do you have the latest driver, and does that cope with Lion? Kodak's stated requirements include this, which is slightly suspect. Obviously an interaction problem with Kodak?  Try exploring whatever help Kodak have.
    System Requirements
    Operating System Compatibility
    MAC OS X 10.6.x, MAC OS X 10.5.x, MAC OSX 10.4.8 or higher required
    Processor Speed
    PowerPC G4, 1.2 GHz

  • Problem with jsp:include of 2 or more pages in a jsp in OC4J 10.1.3

    My application has ben developed in spring framework and it is running successfully in jdeveloper,
    but when I deployed my application in OC4J 10.1.3,
    I am getting strange results, one of the jsp includes 2 and more jsps using <jsp:include> tag, but I could see only first of them in my jsp is included and the
    remaining display area for remaining included jsps are filled with the first included jsp only, The application is running successfully in Jdeveloper 10.1.3
    I have been trying to solve this problem for the last 3 weeks,
    please help me in this regard.
    Thanks

    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[35]);
    String __url=OracleJspRuntime.toStr("/wo.create.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[36]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[37]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woUpdate'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[38]);
    String __url=OracleJspRuntime.toStr("/wo.update.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[39]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[40]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woCharge'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[41]);
    String __url=OracleJspRuntime.toStr("/wo.charge.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[42]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[43]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woSearchAdvanced'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[44]);
    String __url=OracleJspRuntime.toStr("/wo.search.advanced.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[45]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[46]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woViewDetail'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[47]);
    String __url=OracleJspRuntime.toStr("/wo.view.detail.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[48]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[49]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woAttach'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[50]);
    String __url=OracleJspRuntime.toStr("/wo.attach.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[51]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[52]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'contactUs'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[53]);
    String __url=OracleJspRuntime.toStr("/contact.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[54]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[55]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'help'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[56]);
    String __url=OracleJspRuntime.toStr("/help.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[57]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[58]);
    __jsp_tag_ctru8.setPageContext(pageContext);
    __jsp_tag_ctru8.setParent(__jsp_tag_ctru7);
    __jsp_tag_ctru8.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'error'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru8.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[59]);
    String __url=OracleJspRuntime.toStr("/error.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[60]);
    } while (__jsp_tag_ctru8.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru8.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[61]);
    __jsp_tag_ctru9.setPageContext(pageContext);
    __jsp_tag_ctru9.setParent(__jsp_tag_ctru7);
    __jsp_tag_starteval=__jsp_tag_ctru9.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[62]);
    String __url=OracleJspRuntime.toStr("/wo.view.html"); // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[63]);
    } while (__jsp_tag_ctru9.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru9.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[64]);
    } while (__jsp_tag_ctru7.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru7.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[65]);
    __jsp_tag_ctru6.setPageContext(pageContext);
    __jsp_tag_ctru6.setParent(null);
    __jsp_tag_ctru6.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${fn:startsWith(module.centerModule,'wo')}",java.lang.Boolean.class, __ojsp_varRes, __ojsp_fnmappers[0])));
    __jsp_tag_starteval=__jsp_tag_ctru6.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[66]);
    __ojsp_s_out.write(__oracle_jsp_text[67]);
    String base_url = request.getContextPath();
    base_url+="/statistics.html";
    __ojsp_s_out.write(__oracle_jsp_text[68]);
    out.print( base_url);
    __ojsp_s_out.write(__oracle_jsp_text[69]);
    __jsp_tag_ctru10.setPageContext(pageContext);
    __jsp_tag_ctru10.setParent(__jsp_tag_ctru6);
    __jsp_tag_ctru10.setTest(OracleJspRuntime.toBoolean( (java.lang.Boolean)oracle.jsp.runtime.OracleJspRuntime.evaluate("${module.centerModule == 'woCreate' || module.centerModule == 'woCharge' || module.centerModule == 'woUpdate'}",java.lang.Boolean.class, __ojsp_varRes,null)));
    __jsp_tag_starteval=__jsp_tag_ctru10.doStartTag();
    if (OracleJspRuntime.checkStartTagEval(__jsp_tag_starteval))
    do {
    __ojsp_s_out.write(__oracle_jsp_text[70]);
    String __url=OracleJspRuntime.toStr("/history.equip.html");
    // Include
    pageContext.include( __url,false);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    __ojsp_s_out.write(__oracle_jsp_text[71]);
    } while (__jsp_tag_ctru10.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru10.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    __ojsp_s_out.write(__oracle_jsp_text[72]);
    } while (__jsp_tag_ctru6.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
    if (__jsp_tag_ctru6.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
    return;
    The lines in bold are inside a switch case , the problem is generating when I am including two pages
    "/wo.charge.html" and
    "/history.equip.html"
    the output of "/wo.charge.html" is duplicating
    in place of "/history.equip.html"
    Somewhere I have read that there is a size limit for jsp service method of upto 64KB,
    the above code is in a jsp "/main.html" of size when compiled (.java) 42KB
    "/wo.charge.html" is of size 40KB
    Could this be leading to probem?
    Please clarify the above things
    Thanks
    Message was edited by:
    user471571

  • Strange problem with project. Any ideas how to fix?

    ~
    This problem occurred before the recent update, but persists after updating as well.
    I had a project about 20 minutes long. Some time after I last exported it, it broke. At one point toward the end, when I play in the preview window, a four-second segment goes to black screen with "Source clip is missing." That alone is interesting, because I don't recall doing anything to move or delete the source.
    But when this happens, the project window goes haywire. There is no longer a playhead, you can't see any of the clips after that point, the cursor stops working entirely, and iMovie all but freezes. The movie can continue to play, and you can stop and start play using the space bar, but everything else is hosed. The only way out is to quit iMovie and restart.
    This behavior is persistent and completely reproducible.
    Sadly, this happened before I backed up the movie. Not all is lost, though, for I have a version that is complete and functional up to the last segment, which is the one that broke.
    Just wondering if anyone had any ideas as to what's going on, or perhaps how to fix it.
    Thanks!
    Rob

    If it's on a windows network you have to enter your (windows) log in (name/password) credentials.
    This should be a 1 time event. It will remember it thereafter.

  • Problem with Group Normalise- any ideas?

    Hi everyone- a bit of weirdness which might be my fault... or not. I've been playing with the Group Normalise function and it might solve my problem (creating a consistent volume with backing tracks I've recorded over many years and systems). I tried it once- and got encouraging results. Then I started tweaking the parameters and suddenly it won't process the multiple files I have selected... it just processes the one (seems the be the last alphabetically in the list). After restarting Audition a few times and trying to avoid or recreate the problem I actually had it NOT processing any of the selected files! The catalyst seemed to be tweaking the maximum Db level- once I tried that, things went wrong. But now I can't even "start all over again" to try and recreate the issue, because it's not processing anything.
    This morning I tried again, hoping that a complete system restart might have dumped the bug or at least give me that one chance of getting things done, but once again the Group Normalise feature will only actually process the last/bottom file listed in the selection pane. I tried emptying my Audition TEMP folders, but there was nothing there anyway.
    The feature "sees" all the selected files and analyses them, adding statistics to the list. It's just the final step that is failing. When I click on "Run Normalise" it applies processing to just that last, listed file.
    I've been working on this too long now- so my memory's getting flaky, but I swear the very first time I tried this function it worked properly. But no luck since. Obviously, the 3.01 update could be applied, but there's no mention of this issue being fixed in the release notes.
    Any ideas, anyone?
    Cheers, Graeme.
    Audition 3.0, SP3 Win XP. E6600 CPU 3Gb Ram. ASIO4ALL driver with on-board sound(temporary driver until I get a new firewire card with a TI chip for my MAudio FW410)
    Cheers!
    Graeme Hague
    Author/Composer
    Freelance Audio Engineer

    Hi Graeme,
    you wrote that:
    > I'll investigate MP3Gain since everyone seems to think it's a good move.
    No, fix it before going to mp3.
    > However, I solved the problem in a straightforward way- back to Steve's "use
    > your ears" concept.
    Hmmm ... that is a luddite concept ....
    > With 70 tracks to balance I chose the best of them all as a benchmark,
    > then loaded them ten at a time into the Multitrack Mixer View and basically
    > "mixed" them to equal perceived volumes with the benchmark track as a control.
    As often previously mentioned the average with a 300 milliseconds window and no frequency compensation of any kind works best for me, only really weird stuff needs a manual lowering of level. What you need to do is to define what average level your canned noise should be at, AVG 22.5 works well for vinyl, AVG 30 to 25 for classical music, higher for larger ensemble with more bass and AVG 25 to AVG 17 is probable for church organ - depending on playing style, it can be extremely dynamic, ie. at AVG 35 - and pop. You do NOT need to go to full scale, what you need is predictability. In house notation used, I find it to be a good strategy to define what AVG rating to aim for with a project, also btw. for for multitrack mixing because compressor setting presets with input AVG rating defined makes a lot of sense to my way of thinking. And yes ... you do NOT have to tweak the track to fix, knowing the AVG rating tells you what input gain to apply in the compressor .... that is, if you DO insist on keeping the number of DSP actions on your audio low. Some of the time I prefer conceptual simplicity .....
    > Whatever settings the mixer required I then applied in Edit View, zeroed everything
    > to re-check and- voila! As close as they'll ever get
    A visual evaluation can be a good tool, move the guide lines from -1 dB to -9 dB and they will become helpful.
    A wise and well thought out design concept is that average values show up quite differently in the group normalize windowm, this entertains the user and poses new challenges so that working with a project doen't get boring. The function works fine IF you aim low, do not aim for 0 procent clipping, aim for no mentioning of clipping in any file, and skip the frequency compensation part of it, it uses a fletcher-munson compensation without telling you what playback level to aim for. It could have been useful if expected playback sound level was enterable as parameter ....however, skip that part of it and it will work. I have encountered file combinations that lead to a numeric overflow when using A2, dunno how it is in A3, I need to make my mind up about what box to install it on first ....
       Kind regards
       Peter Larsen.

  • Problem with Java doc -- any ideas

    This is the command which produces the java docs:
    javadoc  -d docs -author -overview e:\workspace\ckviewer\src\overview.html -doctitle
    "CkEntry / CkViewer Application and APIs" -sourcepath e:\workspace\ckviewer\src
    cprs.as400 cprs.ckentry cprs.ckviewer cprs.pc5250 cprs.roi cprs.util
    neva vistech.imageviewer vistech.jai.render vistech.util The java docs are built correctly except that the package.html files for each source folder are being left out. These are the errors:
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTML
    E:\ckviewer\ckviewer.jar: Body tag missing from HTMLOne error message for each of the 10 packages. What I don't understand is that the source within the packages is found. Each package is documented, methods listed, etc. The package.html is not processed.
    Any ideas?
    Thanks
    Bill

    I'm not familiar with the -overview option, but I bet
    it's complaining about your overview.html file.That is a good suggestion but actually the overview file is being processed and shows up in the java docs. The "package.html" files in each of the source folders are being ignored. There are 10 source folders, 10 "package.html" files and 10 errors.
    Any other ideas or suggestions how to call javadoc?
    Thanks
    Bill

  • Problem with local JRE, any ideas?

    Hi,
    I'm using exe4j to create a .exe from a java project. I'm distributing a local JRE in the program folder. Which works on windows XP and Vista. But I don't get it to work in windows 7 (the program don't start).
    If I remove the local jre and install java. It works in win7.
    Any ideas why my local distributed jre won't work in windows 7?
    Best Regards,
    Daniel Andersson
    Software: www.seeninadream.net/soft
    Books: www.seeninadream.net (In Swedish)

    what version is the local JRE?

  • Problem with AD Synchronisation - Any Ideas

    We are in the process of migrating from our 4.5WS portal to G6 and thought we were doing OK until we tried to run our AD Authentication source. Although all the users & groups appear in our G6 portal and we can log on to the portal using our AD credentials whenever we try and run our AD Authentication job to check that it can still import users & groups post migation we get the following error in the log file.
    Can anybody make any suggestions on what might be the problem?
    Mar 1, 2006 3:05:40 PM- Starting to run operations (1 total) for job 'DRDL AD Sync Job - Run Once'. Will stop on errors.Mar 1, 2006 3:05:40 PM- *** Job Operation #1 of 1: AuthSource Agent [Run as owner 'Administrator']Mar 1, 2006 3:05:40 PM- Creating the Everyone In Auth Source group (if one doesn't already exist).Mar 1, 2006 3:05:40 PM- **********************************************************************************Mar 1, 2006 3:05:40 PM- Sync Agent is processing groups.Mar 1, 2006 3:05:40 PM- This job has failed due to the following exception: java.lang.NullPointerException at com.plumtree.automationserver.agents.PTAuthSourceAgent.ProcessGroups(PTAuthSourceAgent.java:833) at com.plumtree.automationserver.agents.PTAuthSourceAgent.PerformOperation(PTAuthSourceAgent.java:266) at com.plumtree.automationserver.shell.PTJobShell.perform(PTJobShell.java:628) at com.plumtree.automationserver.shell.PTJobShell.runJob(PTJobShell.java:210) at com.plumtree.automationserver.shell.PTJobShell.run(PTJobShell.java:100) The job was in the following state: Authentication Source Made Everyone Group; initializedMar 1, 2006 3:05:40 PM- *** Job Operation #1 failed: An exception has occurred: java.lang.NullPointerException. Current operation state: Authentication Source Made Everyone Group; initialized(282610)Mar 1, 2006 3:05:40 PM- Done with job operations.

    Mark,
    There is nothing showing in the log file which we would take to mean that the problem is connectivity to the AD AWS.
    As another test we have set-up another AD Authentication source using exactly the same settings in the same G6 portal from scratch, i.e. through the GUI rather than a migrated version, and this appears to work fine. Having had a quick look at the records in the PTAUTHSOURCES table for both of these, i.e. the one that works and the one that fails, there appears to be no difference. But from all the symptoms it would point to the migrated Authentication source not being able to connect to the AD AWS 'service'.
    Does this provide you with any more pointers?
    Thanks,
    Ross

  • Using beans with jsp without any ide

    Hi
    i am using tomcat 6.0 and jdk 1.6u17
    i am trying to use a bean to connect to MySql db using jsp page but i keep getting the error :
    org.apache.jasper.JasperException: org.apache.jasper.JasperException: Unable to load class for JSP
    i read about it and i think that it is unable to locate my bean class file
    here is the beanDb.java
    package beans;
    import java.sql.*;
    import java.io.*;
    public class beanDb
         private Connection dbCon;
         String path="jdbc:mysql://localhost:3306/dbname?user=username&password=pwd";
         String dbDriver="com.mysql.jdbc.Driver";
         public beanDb()
              super();
         public boolean connect() throws ClassNotFoundException,SQLException
    Class.forName(dbDriver);
    dbCon = DriverManager.getConnection(path);
    return true;
         public void close() throws SQLException
         dbCon.close();
         public void path()
         public ResultSet execSQL(String sql) throws SQLException
              Statement s = dbCon.createStatement();
    ResultSet r = s.executeQuery(sql);
    return (r == null) ? null : r;
         public int updateSQL(String sql) throws SQLException
         Statement s = dbCon.createStatement();
    int r = s.executeUpdate(sql);
    return (r == 0) ? 0 : r;
    and the jsptest.jsp code is :
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <jsp:useBean id="beanDb" class="beanDb" scope="request" />
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    </head>
    <body>
    <%
                   out.println(beanDb.connect());
                   Connection connection;
                   Statement stmt = null;
                   ResultSet rs = null;
    %>
    </body>
    </html>
    the location of these files are :
    C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ROOT\myApp\WEB-INF\classes\beans\beanDb.java
    C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ROOT\myApp\jsptest.jsp
    Please suggest a solution..
    Thanks

    here is the changed code but still the same error:
    package beans;
    import java.sql.;
    import java.io.;
    public class beanDb
    private Connection dbCon;
    String path="jdbc:mysql://localhost:3306/dbname?user=username&password=pwd";
    String dbDriver="com.mysql.jdbc.Driver";
    public beanDb()
    super();
    public boolean connect() throws ClassNotFoundException,SQLException
    Class.forName(dbDriver);
    dbCon = DriverManager.getConnection(path);
    return true;
    public void close() throws SQLException
    dbCon.close();
    public void path()
    public ResultSet execSQL(String sql) throws SQLException
    Statement s = dbCon.createStatement();
    ResultSet r = s.executeQuery(sql);
    return (r == null) ? null : r;
    public int updateSQL(String sql) throws SQLException
    Statement s = dbCon.createStatement();
    int r = s.executeUpdate(sql);
    return (r == 0) ? 0 : r;
    and the jsptest.jsp code is :
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <jsp:useBean id="beanDb" class="beanDb" scope="request" />
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    </head>
    <body>
    <%
    out.println(beanDb.connect());
    %>
    </body>
    </html>
    the location of these files are :
    C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\myApp\WEB-INF\classes\beans\beanDb.java
    C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\myApp\jsptest.jsp

  • Since upgrading to OSx 10.9, I cannot place my music for iPhoto slideshows.  The only music that works is the Sample and Theme music that comes with iPhoto.  Any idea of what to do about this problem?

    Since upgrading to OSx 10.9, I cannot place my music for iPhoto slideshows.  The only music that works is the Sample and Theme music that comes with iPhoto.  Any idea of what to do about this problem?

    In iTunes go File -> Library -> Organise Library -> Reorganise Library.
    Then quit and restart iPhoto.
    Credit to user keysandfood who figured that one out.

  • Problem using jsp:include from inside a custom tag

    Hi, All !
              I have a problem using <jsp:include> from inside a custom tag. Exception is:
              "java.lang.ClassCastException: weblogic.servlet.jsp.BodyContentImpl"
              Apparently, weblogic tries to cast BodyContentImpl to JspWriterImpl and
              could not do this. Is it a bug, since in the 1.1 spec is said: "The
              BodyContent is a subclass of JspWriter that can be used to process body
              evaluations so they can retrieved later on."
              My code is:
              <wfmklist:items>
              <jsp:include page="item.jsp" flush="true"/>
              </wfmklist:items>
              

    This is an area of contention with WL. It is not so tolerant with regards to
              the spec. I spent several days recently trying to convince it to accept the
              specification in regards to bodies and includes and it appears to have
              successfully rebuffed my efforts.
              Frankly, this is very disappointing. It appears that some shortcuts were
              taken on the way to JSP 1.1 support, and the result is a very hard-coded,
              inflexible implementation. As I have not seen the implementation myself, I
              hate to assume this, however one could posit that the term "interface" was a
              foreign concept during the implementation, other than as some annoying
              intermediary reference requiring an immediate cast to a specific Weblogic
              class, which in turn is apparently required to be final or have many final
              methods, as if being optimized for a JDK 1.02 JIT.
              I am sorry that I don't have any positive suggestions other than to use a
              URL object to come back in an execute the necessary "include" directly. You
              lose all context (other than session) and that can cause its own problems.
              However, you can generally get the URL approach to work, and you will
              hopefully avoid further frustration.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              Tangosol: How Weblogic applications are customized
              "Denis" <[email protected]> wrote in message
              news:[email protected]...
              > Hi, All !
              > I have a problem using <jsp:include> from inside a custom tag. Exception
              is:
              > "java.lang.ClassCastException: weblogic.servlet.jsp.BodyContentImpl"
              >
              > Apparently, weblogic tries to cast BodyContentImpl to JspWriterImpl and
              > could not do this. Is it a bug, since in the 1.1 spec is said: "The
              > BodyContent is a subclass of JspWriter that can be used to process body
              > evaluations so they can retrieved later on."
              >
              > My code is:
              > ...
              > <wfmklist:items>
              > <jsp:include page="item.jsp" flush="true"/>
              > </wfmklist:items>
              > ...
              

  • After lion 10.7.3 update messed my mac had to restore from time machine now Outlook won't connect with microsoft exchange, any idea?

    after lion 10.7.3 update messed my mac had to restore from time machine now Outlook won't connect with microsoft exchange, any idea?

    I've had a similar problem.  On my first boot up after installing 10.7.4,  Firefox would not open.  Crashed every time.  Safari was not affected.  I have no idea if it was related to the flash plugin, but I did install a the latest version of that a couple of weeks ago. 
    Here's what fixed it: a second boot up.

  • E71 messaging stops with same message - any ideas?...

    I have several hotmail accounts running and stop after approx 7 days with the message below. I have deleted and reassigned works temporarily but problem re occurs. Any ideas how to rectify permanently. No settings have changed.
    Dear Nokia Messaging customer,
    Recently, our email service has been unable to connect to your email service provider, preventing email delivery to your phone.
    This may occur due to one of the following reasons:
    1. Through your service provider, you have changed the email password of your email address. If so, you must update your Nokia Messaging service account with your new password. Email messages will then be delivered to your phone.
    2. The server for your email address is down. For more information, contact your service provider.
    3. You might have inadvertently changed a setting in your Nokia Messaging service account. Log in to your Nokia Messaging account on the website http://netac3.vie.hosting.nokia.com/account to determine whether your information needs to be updated.
    Sincerely,
    The Nokia Messaging Team
    Many thanks
    Wizpeep

    i use nokia mesaging for multiple different domains.  the most common issues is not with my own domainS, rather the yahoo ones.
    my guess is that there is something on the hotmail side that with the nokia messaging "pinging" your emial to look for new messages, that it is bounceing it back.
    this could be due to the fact that you have more then 1-2 accounts on the hotmail service that the nokia messaging is pinging so it could be pinging the next account before the hotmail server is done closing your previous account.
    that being typed....try to only set up 1-2 accunts with hotmail and add a couple others in there that are of other domains and see if you have the same issues.
    then report back and let me know and ill try to help you if it doesnt fix it.
    if it does fix it, then there will not be much you can do with so many hotmail accounts.  :/  unfortunately.  but find out if that is the issue first.

Maybe you are looking for

  • How do i get back my songs

    my ipod nano said it had no songs on it, yet it said i had songs on itunes (it said 1.13GM with a orange bar that said "other"). then i unclicked "manually manage music", it then showed 1.82GB with a blue bar that says "audio", then 1.13GB with the o

  • I am not able to restore my iPhone 5s and not able to update software to ios8 also please help me I have tried everything not even hard reset is working

    Hello my iPhone 5s is not able to restore it from settings also and from iTunes also and I'm not able to update to ios8 also pls help me someone I wnt to update it and restore it when I restore it's shows update to ios8 when I do that it will start d

  • Variable billing for service items using OKS

    I've a requirement as follows: My company wants to create service contracts with FIXED and VARIABLE billing for the same covered products/sites. We know how to setup fixed billing schedule for service items. How do we setup variable billing using ser

  • ExecutorService - ShutdownNow() not shutting down

    Here is a sample application: On Line A, if the simple calculation is set to true, the calculations finish, and the shutdown occurs normally. If, however, an infinate loop is called (complex calculation), then even when calling shutdownNow() on the p

  • Auc settlement to  Gl account

    Hi, User settleled the investment order in ko88 against WIP account ,   now he wants to settle to Gl a /c (expence) insted of asset. pls suggest what settings required to do for the same. Regrds pbr