Same jsp content, new filename,  different behavior

I am getting a " No tag library could be found with this URI" when I access a files in a deployed war.y
but if I rename the file and access it -it works. And I can see that the taglibs are being picked up from the location that I expect, a shared deployed library
I have tried every which way to make it release its hold on the original filename, but of no avail. The WTP folks suggested it could be a way that oepe picks up files from the workspace during split source development.
help
In fact the error appears to happen every-time I access a file (if it was a part of the original import) regardless of its content. This definitely seems to be a bug. I have set the page check seconds to 2 seconds, and I even republish. mak
the console shows a jasper compilation exception...
where does the jsp compiler look for tasglibs when used via oepe ? is there anyway way to tell it to look in a specific place ? this app works fine deployed outside eclipse.
Edited by: jp-nine on Oct 10, 2010 11:33 PM
Edited by: jp-nine on Oct 11, 2010 2:32 AM

hi Kosta,
I am going to try to give as much information as possible and will try any debugging hints you suggest and piost back results.
This is the sequence of events:
1.import ear via file>import>select ear file and import>
2. did not create any utility projects, and renamed some of the wars , which got imported as DWPs.
the earproject shows up with these facets: EAR(1.4) , Oracle Weblogic EAR Extensions(10.3.2)
DWP1 has these facets- Dynamic web module(2.4), java 1.6, javascript 2.0 and jstl1.1 and oracle weblogic web app extensions (10.3.2)
3. from DWP1, removed from webinf/lib standard.jar and jstl.jar
Console shows jstl(1.1,1.1.2) deployed as a library
4. accesses index.jsp of DWP1.
Following error occured on browser.
No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
and on console
at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
     at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
     at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:246)
     at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:191)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:235)
     Truncated. see log file for complete stacktrac
5. made a simple jsp file with just <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> and some debug outputs and accessed it via browser
works fine and debug shows that it is at least loading classes from jstl1.1.2.war as evidenced by codesource location of class JstlCoreLTV is in AdminServer\tmp\_WL_user\jstl\w6rxg5/WEB-INF/lib/standard.jar. Is there something else that I can look at to show me what version of jstl its picking up ?
6. now modified simple.jsp to use jstl1.0 uri <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>- with some new text to verify if its being picked up. republish (perhaps no need to republish ?)
It still works fine- ie., the same as step 5. I dont understand why it does not complain that the uri is wrong- its a 1.0 uri and afaik i've not provided a 1.0 jstl.jar and standard.jar
7. if I rename index.jsp, it complains with the same error but at a different file that is included by index.jsp. if I rename thqat file it complains at the next file and so on.
I also noticed that each of the web projects has in its java build path -Weblogic System libraries and because it has c:\bea\modules\glassfish.jstl_1.2.0.1.jar ,l I removed it from the buildpath
I dont know if this was necessary to do or if would not cause an issue
each of the webapps has this weblogic.xml
<library-ref>
<library-name>jstl</library-name>
<specification-version>1.1</specification-version>
<implementation-version>1.1.2</implementation-version>
<exact-match>true</exact-match>
</library-ref>
I have specified <page-check-seconds>5</page-check-seconds>
Is there anyway to find what javelin is seeing in its classpath ?

Similar Messages

  • To create multiple files with same content but with different names

    Hi SapAll.
    here i have got a tricky situation on Idoc to File Scenario.
    in my interface of an Idoc to file ,there  is requirement to create multiple files with different file names but with same content based on one Idoc Segment.
    which means there will be one Zsegment with two fields in the idoc,where one field with (content refers to the name which file name should start with .so lets say if this segment is repeated for 3 times then PI should create 3 files in the same directory with same content but with different file names (from the filed).
    so here for now iam using one reciever file communication channel.
    can any body give me the quick answer.
    regards.
    Varma

    What do you mean by different names?
    when i make proper setting in the Receiver Channel....on how to create the filename (what to append) like add Timestamp, counter, date, messageid.....even in this case you will ahve file with different names and that too from same File channel.
    You can perform multi-mapping in XI/ PI and then your File channel will place the files in the target folder with relevant names. You cannot use Dynamic Configuration with Multi-Mapping!
    If you intend to use different File channels, then do the configuration as required (normal)...even over here you can follow multi-mapping.
    Do not use a BPM!
    Regards,
    Abhishek.

  • Ability to process several raw files with the same content but with different exposure into the single picture

    Can you add to the Lightroom an ability to process several raw files with the same content but with different exposure into the single picture?
    Base raw files can be given with exposure bracketing during shooting, for example.
    The goal - to get maximum details in darks and lights (if we use the "ligths recovery" or "fill lights" we lose the quality because raw file just have no all required information).
    The similar (but not the same, only the idea) thing - is High Dynamic Range Photography in Adobe Photoshop
    Thank you

    The plugin LR/Enfuse does this already. And of course Photomatix have a plugin available for Lightroom. This essentially amounts to pixel editing, which is beyond the range of Lightroom's metadata editing.

  • Different behavior with decimal data on same version of CF

    I have a linux/apache/mysql/CF MX 7 Enterprise server. I insert decimal data using the cfqueryparam that looks like
    <cfqueryparam value="#BudgetSet.BUD_SET_DETAIL_COST_PER#" CFSQLType="CF_SQL_DECIMAL">.
    No problems the decimal data does not get rounded, 123.45 inserts as 123.45.
    I'm building applications for my neighborhood association, so I'm having godaddy.com host the web site with CF and MySQL.
    Like a good developer, I took code from my CF server, moved some of the more useful programs to the godaddy.com, set up the database and started testing some apps. Now any decimal data inserted gets rounded using the same cfqueryparam syntax from my CF server (like above). The decimal data on the godaaddy.com inserts as 123.00, when I'm trying to insert 123.45, of course if I insert 123.99 I get 124.00, rounding. So I called godaddy.com and of course I get the standard technical answer "its your code". So off to testing I go. Only to determine, by not using the cfqueryparam, I could stop the rounding, more testing I determined that I need to use
    <cfqueryparam value="#BudgetSet.BUD_SET_DETAIL_COST_PER#" CFSQLType="CF_SQL_MONEY"> or
    <cfqueryparam value="#BudgetSet.BUD_SET_DETAIL_COST_PER#" CFSQLType="CF_SQL_DECIMAL" scale="2">. The version of CF @ godaddy.com is also MX 7 Enterprise. Finally the question, what in configuration could cause such different behavior ?
    Thanks for reading my short novel.

    The database drivers determine how the cfqueryparam values are
    interpreted (behind the scenes ColdFusion generates a prepared
    statement using the driver interface and sets the values using
    standard JDBC calls). Unfortunately, like you found out, not all
    drivers are created equal and have slightly different behavior or
    defaults.
    I would check and compare the driver versions.
    Mack

  • Sync Certain Content From A Different User Account On Same Mac?

    With the iPad, is it possible to sync certain content from a different user account on the same Mac? Is this possible?
    Imagine a MacBook with 2 user accounts on it. User A has an iPad and wants to sync their own Music to it. However, User A wants User B's iPhoto library synced to their iPad. User A also wants User B's Calendars synced to their iPad.

    Alternatively, is it possible to only sync one-way, from a MacBook to an iPad? What I mean is, is it possible to sync your iCal data from a MacBook to an iPad, but prevent any changes on the iPad getting synced back into the MacBook?

  • TWO News Contents in 2 different iViews ????

    HI SDN,
                 I have ceated 2 XML form Projects and  when i create the NewsBrowser iView it gives the preview of the news contents as appended .
                 Is it possible to get 2 different News Content into 2 different iViews ??

    hi
    Please go into  in form based publishing --> forms availability --><b>folder settings</b>  in and then set up forms for specific folders.just check
    Folder Settings
    You may specify in which folders you want to offer which forms, so as to enable the associated applications. If the global setting is to offer all forms, you may specify which forms you want to exclude in a folder. Conversely, if the global setting is to offer no forms, you may specify which forms you want to include. You may use regular expressions when specifying forms.
    Just create  a <b>new</b> in folder settings aand publish the forms . you can see all other forms settings there do not change anything in global settings.please award full points
    with Regards
    subrato

  • News in different folder than /documents/News

    Hi!
    I've to display different News for different users/roles.
    I've created deltalinks for the news-iView (com.sap.km.NewsBrowser_0) and entered the path to the initial displayed folder /documents/Public Documents/group1/HotNews and the path to the rootfolder for navigation to the same value.
    When starting the browser for a user of this group, the News-Browser displays a message "No entry's found", but there are files in the folder.
    The files and the folder's rights are set to "full rights".
    Thanks for any hints
    Peter

    For creating news authoring iview create news by using xml form builder (i.e)
    goto content management-> goto public documents->folder-> new->forms->sap demo news.
    Here create the news u need and add to a folder
    Now create a KM Navigational iview
    In the properties of tht iview:
    1)path to initially displayed folder: (root of folder containing news eg:/documents,/Public Documents/foldername)
    check the path of your correctly and give above.
    2)Layout set : NewsExplorer (if u want to give this iview to news authors for editing for creating news )
    or else
    NewsBrowser(if u want to give this iview to general users)
    Koti Reddy

  • How to store jsp session data of different user in util.hashmap

    how to store jsp session data of different user in java.util.hashmap
    and access the data of all user on the server side
    The same example is given in professional jsp but its not working.
    I can use getIds() of httpsessioncontext but it's depricated

    Hi
    I'm trying to make an example.
    With the following codes you can get the date from the session.
    request.getSession().getAttribute("sessionname")
    To store it in a hashmap you could do it like this ->
    Hashmap hm = new Hashmap();
    hm.put(Object key, request.getSession().getAttribute("sessionname"));
    I hope you understand it if not just write it!
    Cyrill

  • Bind vars and LOVs on same JSP -incompatible?

    I have managed to get a project working using bind variables, and another project working that has LOV. (Both using ADF,struts,JSP)
    However, when I try and use bind variables for one attribute and an LOV for a different attribute on the same JSP I get the error msg:
    No getter method available for property x for bean name org.apache.struts.taglib.html.BEAN
    at org.apache.struts.taglib.SelectTag.calculateMathcValues(SelectTag.java:327)
    Is it not possible to have bind vars and LOVs on the same page or have I just messed sthg up?(more likely...) Seems weird that I can get them working separately. Any help appreciated... not knowing Java I'm rather at my wits end...!

    Hi kian chye,
    unfortunately it is not possible to use the page item bind variable in shared components for more than one page.
    If you want to get it to work you have to use application item in the LOV (shared components).
    Then on change of the first selection (region) you should write the new selection (region) into the application item (maybe with a javascript code). Then the LOV of the city should work.
    For the javascript code see an example here:
    http://apex.oracle.com/pls/otn/f?p=31517:119
    Regards,
    Denise
    www.appsassociates.de

  • Different Systems, same Configuration in ID, but different Result?!

    Hi guys,
    i´m working on a Idoc to File Scenario, which works in our development environment (DXI) but fails in our test environment (QXI)
    first of all some information about our system landscape.
    We are using 3 XI Systems for development (DXI), test (QXI) and production (PXI).
    For some reason we don´t have one central SLD, but 3 SLD (one for each XI System)
    So the Repository content could be transported via File, the configuration in ID is environment specific (not transported) and have to be maintained manually.
    As I sad above the scenario is Idoc to File, more exactly it is 1 Idoc to 2 files.
    The result files of one idoc are used to have the "same" file name pattern for example
    file 1 = file2_TIMESTAMP.idoc
    file 2 = file1_TIMESTAMP.eds
    The order of the files is important. file 1 should be created first, file 2 afterwards.
    in this pattern TIMESTAMP is the timestamp should be the same for both file, so I use the timestamp of the XI message of the idoc
    (=> StreamTransformationConstants.TIME_SENT)
    the content of the file differs. While file 2 contains one text line with some control information (static and some payload data), contains the file 1 the idoc xml, but with a
    different codepage (ISO-8859-1 instead of UTF-8)
    To get the wright content and filename, 2 java mappings are used, that are referenced in interface determination. furthermore the order of the files should be maintained, so that file 1 (idoc xml) should be created first, and file 2 (control information) afterwards
    (filename mapping is done via Dynamic configuration)
    As I sad at the beginning the whole scenario works fine for development environment, but fails for test.
    In test the 2 files are created with the correct filename, but the file content of the file 1 is wrong. It contains the same content then the file 2 (control information)
    when i have a look at the apap monitoring sxmb_moni the message content after java mapping is correct for both files.
    but in message monitoring (RWB) the file 1 has the same content as file 2, which is incorrect.
    Directory content of development and test are the same.
    why is the result different?
    anybody has an idea.
    This error drives me crazy
    Kind regards
    Jochen

    Hi Suddha,
    thanks for your help.
    obviously something like that must be the reason for that behaviour.
    I compared the audit logs of a succesful message (DXI) and a failed message (QXI)
    there was only one difference between this to messages.
    In the QXI there was a entry like "process the underlying message of mulit-message-ID xxxxxx"
    I have searched both the RWB and the integration server for thismsg-ID, but without success.
    I forgot one detail.
    There is one difference between development environment and test.
    In test and production we have two java nodes. In development we only have one single java node.
    Could this be of any influence on a scenario like that?
    Suddhasatta Guha wrote:
    Could this be a problem while retrieving the message from the Receive queue...............the application retrieving the wrong message before delivering it to the File Channel
    Since the IDoc message is splitted in the Interface Determination Step - is there any Parent Message ID to this individual messages?
    In RWB the messages from the Integration Engine have a reference and a parent msg id, but the adapter engine message don´t.
    In this point there is no difference between DXI and QXI.
    maybe somebody have another idea how to get more information about this error
    Kind regards
    Jochen

  • Different behavior of installer depending on language

    Related to my efforts to have a more informative installer message when someone re-runs the same installer (see this thread), I have encountered a language-specific difference that seems fishy.
    If I build two installers of the same app, one with English as the installer language and the other with Simplified Chinese as the installer language, I get a different message if I run the English installer after the Chinese one. It refuses to install, and it says: Cannot Install. <appname> Files (higher version already installed)
    That is a fairly informative message - more so than the usual "no software will be installed or removed" message that arises when one re-runs the exact same installer. But it does not seem correct.
    The strange thing is that nominally the packages are the same version, and the English one was built after the Chinese one, so if there were any auto-incrementing that would not explain it.  A peek at the setup.ini shows near-identical content with a different Package GUID in the [Distribution] section, a differernt [Localization} section and different GUIDs in the [Parts] section.
    I'm planning to just ignore the behavior - but I'm a bit uneasy that it is a sign of potential bigger issues.
    --Ian
    Solved!
    Go to Solution.

    For some reason, when the versions of the installers are the same, but the installer languages are different, you get the same message that would be displayed if the installed application's version was higher. Note that, in general, if you try to install a different build of the distribution with the same version number, it will proceed with the installation. When the installer language is different, though, it does not install. I've filed a bug report (#323423) to address this inconsistency.
    Mert A.
    National Instruments

  • How am i able to use the same itunes account on a different ipod?

    How am I able to use the same iTunes account on a different iPod?

    By just using the same iTunes account.  If you set up the iPod on your computer just make sure that iTunes is signed your account.  Of settingup via wifi, just enter your existing account.  Do not create a new one.

  • Can two people share the same Apple ID on two different iPhones and maintain different passwords?  Yes, there is more to the story.

    I have an iMac, and iPhone.  I've had my Apple ID for a few years. 
    My wife got an iPhone 4S a few months back and the salesperson at Verizon set her Apple ID the same as mine, but gave her a different password.  I don't know if this was ok, but that is what happened.
    So, yesterday, we both upgraded to IOS6 and I had no problem logging in to my iPhone with my Apple ID.  When my wife went to log in, she was told that she was entering the wrong password. We entered the password over and over again and still was wrong.
    The question is... can two people share the same Apple ID on two different iPhones and maintain different passwords?  (I have the feeling her iPhone is thinking that since it's my Apple ID, it wants my password.)
    If not, can I still set up a new Apple ID for her even through she's had the iPhone for a few months?
    Thanks.

    Hi
    You shold follow your feelings, its probably right most of the time.
    You can have 5 different devices hucked upp to one Apple ID. What I have done is that my wife and I have one Apple ID, when I bye a new app on my phone, She gets it to. Thats nice.
    You can allways set upp a new Apple ID for your wife.

  • How to get error message on the same jsp

    Hi guys,
    I have a login.jsp page and I want an error message to be printed "login failed" in the same jsp page when the user enters the wrong credentials.
    Any ideas on how to do that is highly appreciated.
    Thanx in advance.sri

    If you use struts it would have been a lot easier and better than only JSP.
    In struts :
    Add this line in ur JSP page
    <html:errors/>
    In ur Action servlet ex: LoginAction.java add thsi code extract in the appropriate position ...
    ActionErrors errors = new ActionErrors();
    errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("error.user.wrong"));
    if (!errors.isEmpty())
    saveErrors(request, errors);
    But in JSP do something like this:-
    If authentication fails then post to the same JSP and put this code in the reqd position...
    <%
    String postFlag=request.getParameter("postFlag");
    if(postFlag.equals("FAILED"))
    %>
    LOGIN FAILED
    <%
    %>
    So for JSp simply set the request parameter  (postFlag)  to SUCCESSFUL/FAILED  from your servlet.

  • Two managed beans in same jsp page

    Hello
    First this could be a stupid question, but i just can't find a solutions on this problem.
    I wondering that could it be a two managed beans in same jsp page, here is a example:
    index.jsp
    <t:commandLink disabled="#{listBean.currentPage == 1}" id="previous2" type="button" immediate="true" style="font-size:small" action="#{listBean.previousPage}">
    <h:outputText value="Edellinen" id="prev"/>
    </t:commandLink>
    <t:commandLink disabled="#{listBean.currentPage == listBean.totalPages}" id="next2" type="button" immediate="true" style="font-size:small;" action="#{listBean.nextPage}">
    <h:outputText value="Seuraava" id="next"/>
    </t:commandLink>
    then i have a dataTable like this:
    <t:dataTable value="#{customerListBean.customerBeans}"
    binding="#{customerListBean.dataTable}" preserveDataModel="true" style="text-align:left">
    My problem is that when i push a commandLink it doesn't refresh a dataTable. Does anyone know a solution here or is this just a impossible way to do it?
    Thanks for help.

    when i push nextPage (commandLink) it's call action
    and count a new range of dataset and after that it's
    calls a method which is declared on subClass and that
    method get a new data of database on given params.
    and put it on DataTable.
    So listBean is upper class and customerListBean
    extends on ListBeanNo, it doesn't work that way as you expected. You have created two independent instances. They doesn't communicate automatically with each other or so. Just use one CustomerListBean instance and call the inherited methods of ListBean on the #{customerListBean} managed bean instance.

Maybe you are looking for

  • Home Hub 3-- Re-activating BTWIFI and BTFON signal...

    I have a Home Hub 3 and some days ago I had to do a factory reset on it. After that I had lost the BTWIFI and BTWIFI-with FON hotspot signals from the hub. When I logged in to the hub it said “You aren't currently part of the BT FON WiFi Community”.

  • How  to make  Purging better in terms  of performance

    Hi I am trying to purge(delete) data from 4 tables on the basis of a flag in the lookup table. Now, there are 3 million records to be deleted from each of the 4 tables . My piece of code is like this for i in(select ids from lookup_table where flag_v

  • Yellow tint (lower part of screen)

    Good day! I am a very satisfied Z2 user for quite a while now. My problem started recently when I noticed the lower part of my screen developing a yellowish color. Should I send it to Sony service center or should I wait for a firmware update? And wo

  • I can't sign in to my igoogle home page anymore

    i have tried all the "answer" clear cache, cookies, history all that. i tried specifically allowing www.google.com. and i still cannot sign into my gmail acct from firefox,

  • How can I get rid of a small "download" pop up?

    whatever I do online on my computer is always a small "download" popup in my way. How can I get rid of it? I have no idea where it comes from.