Case Sensitivity problems using OAS

I developed a small application in JDeveloper
& deployed that application ( or alternatively I have a small application HelloWorld )
When I tried to execute the application on Oracle Web application Server using JWeb Cartridge it seems that while giving the URL
it needs the exact name & case. If I give like test/java/HelloWorld it will execute
But If I will give like test/java/helloworld
it doesn't respond.
Is this a case sensitivity problem or what ?
Please help
Sandeep
null

Kevin,
This looks like a networking issue. You may want to start with the basics like telnet using port 12503. Netstat may be helpful as well. You can turn up the logging level to finest and obtain more detailed information to post here. Below find a logging and debugging URL (for 9i but still relevant).
http://www.oracle.com/technology/tech/java/oc4j/htdocs/oc4j-logging-debugging-technote.html-Michael

Similar Messages

  • Case-Sensitive problem while compiling in Linux

    Hi All,
    We have around 100 forms developed in windows platform. The forms use program units from plls. Compiling against windows do not have any problem. But when they are compiled in linux environment, we get error like frm-18108: unable to load form objects.
    Also the program units of the pll's are not referred correctly, since the declaration is in upper case and the calling in the other forms is in other cases.
    Is there any way to by-pass this case-sensitive problem, other than making them even in case, in the forms and libraries.
    Thanks
    Gopal

    Hi Francois,
    I had already tried with having all combinations of file name but still I am getting
    error
    "Compilation error on procedure CG$KEY_STARTUP:
    PL/SQL ERROR 201 at line 9, column 1
    identifier 'SET_MDI_TITLE' must be declared
    PL/SQL ERROR 0 at line 9, column 1
    Statement ignored".
    The set_mdi_title PU is defined in PLL and the library is attached to the form. When I compile the form using f90gen, I am getting the above error.
    Please suggest.
    Thanks Gopal

  • Case sensitive problem in

    Hi Experts !

    Hi Experts!
    I have used EVS in table column. When I click that particular column, it shows pop window correctly.
    It contains the data like that in pop window.
    "A"  -
    > Apple
    "B" -
    > Ball
    "C" -
    > Cat
    My problem is when I enter the value directly into that column instead of selecting value from pop up window , I face case sensitive problem. For example if I enter
    "a" instead of "A" i got the following error <b>The stringer "a" does not occur in the quantity of the permitted values</b>
    How to solve this error?
    pl help me.
    Advance Thanks.

  • Case sensitive problem in oracle9i

    Hello every body
    I need ur help in this case
    in my database I need to ignore case sensitive in varchar2
    ie. if I have value in varchar = Accounting
    I need to compare this value which exist in column
    if equal to 'accounting' value with out using lower or upper function
    ie. I need to set global option in database ignore case sensitive
    I tried the query which exist in oracle10g(alter session set nls_comp=ansi)
    but it didn't work
    so please give me solution which work in Oracle9i and oracle10g in the same time
    but with out using varchar2 functions, ie. I need feature which will set in session
    Thanks alot

    Check this links:
    <br>
    The Globalization of Language in Oracle - And Case-Insensitivity
    <br>
    10gR2 New Feature: Case Insensitive Searches

  • Case Sensitive problem in Select Option for wild card search

    Hi,
         Can anyone please let me know how to make the wild card search in any select-option non case-sensitive. What I mean by this is for eg. we want to find out all the POs with short text containing the word  'process', what we do we populate a range with OPTION = 'CP' and LOW = 'process' and select EKPO with short text in this range. This select is however case-sensitive and POs with short text containing 'Process' is not retrieved. But my requirement is that this should be non case-sensitive and both the POs should be in the result set.

    Hi,
    Hope this helps you
    CS:
    You can select characters in operand2 for a direct comparison by adding the escape symbol "#" before the required characters. For these characters, upper/lower case is taken into account, wildcard characters and the escape symbol itself do not receive special treatment, and trailing blanks in operands of type c are not cut off.
    Covers Pattern: True, if the content of operand1 fits the pattern in operand2. Wildcard characters can be used for forming the operand pattern, where "" represents any character string, and "+" represents any character. Upper/lower case is not taken into account. If the comparison is true, sy-fdpos contains the offset of operand2 in operand1, whereby leading wildcard characters "" in operand2 are ignored if operand2 also contains other characters. If the comparison is false, sy-fdpos contains the length of operand1.
    Regards
    Krishna

  • Case Sensitive Problem in the query

    Hii All
    Good Day
    I have created zperson infoobject & has lowercase letters tick marked.
    This is the navigational attribute of 0activity infoobject.
    The user wants to have the functionality of
    "The text field should be non-case sensitive so when it is used in a query to search the name can be typed in whichever case a person wants"
    How to do this? can any one suggest?
    regards
    Jana.

    Hello,
    I dont have a solution to convert the value automatic in the selection variables. but as an alternate solution: When you load data for zperson, use formula or routine to translate to upper case. Then the user can always use uppercase in the selection.
    Happy Tony

  • Excel Query case sensitive problem

    HI all I am writing query in excel to join table. however I find it is case sensitive.  which cause many trouble.
    how to make it case incensitive.
    SELECT *
    FROM `C:\compare.xlsx`.`sheet1$` a
    left join `C:\compare.xlsx`.`sheet2$` b
    on a.`name`=b.`name`
    union
    SELECT *
    FROM `C:\compare.xlsx`.`sheet1
    right join `C:\compare.xlsx`.`sheet2$` d
    on c.`name`=d.`name`

    Hi,
    I tested it with my data source (I create it like this, not use all of the month). Would you like to share us a sample file through OneDrive if possible?
    If you have further question about the SQL sentence, I recommend you post your issue to SQL forum.
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    Regards,
    George Zhao
    TechNet Community Support

  • Wsdl2service exception class: case sensitive problem

    When I run wsdl2service on my .wsdl, file the generated class is a different case than the class name(CatalogException vs catalogException). The exception classes will not compile. Any ideas?
         <wsdl2service
         wsdl="ws_20/CatalogQueryService.wsdl"
         destDir="${src_gen}"
         typeMappingFile="${autotype}/types.xml"
         packageName="mil.dcgs.mdf.webservice"
         generateImpl='true'>
         <classpath refid='project.classpath'/>
         </wsdl2service>
    ================================================
    [wsdl2service] Generating web service from wsdl ws_20/CatalogQueryService.wsdl
    [wsdl2service] C:\views\dib\DIB\src_gen_mort\mil\dcgs\mdf\webservice\catalogException.java:9: class CatalogException is public, shou
    ld be declared in a file named CatalogException.java
    [wsdl2service] public class CatalogException extends java.lang.Exception
    [wsdl2service] ^
    [wsdl2service] C:\views\dib\DIB\src_gen_mort\mil\dcgs\mdf\webservice\dataAccessException.java:9: class DataAccessException is public
    , should be declared in a file named DataAccessException.java
    [wsdl2service] public class DataAccessException extends java.lang.Exception
    [wsdl2service] ^
    [wsdl2service] 2 errors
    [wsdl2service] java.io.IOException: Compiler failed executable.exec
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:470)
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:328)
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:336)
    [wsdl2service] at weblogic.webservice.tools.build.internal.CompilerHelper.compileFiles(CompilerHelper.java:80)

    Windows filenames are not case-sensitive. So you can't have both EventSite.class and eventsite.class in the same directory. What you see there probably also involves Windows 98's habit of messing with the capitalization of file names (try creating a directory with the name of IBM, not Ibm).

  • Search User Page - Case Sensitivity Problem

    Hi,
    While searching users according to the criterias like user's firstname or lastname, the search is case sensitive.
    Is there a way to make incase sensitive search?
    Thanks.

    I would say a no for it because at the back-end the findUsers() API is getting called for which the value is a String Object. So its always case insensitive according to me.

  • How to solve this case sensitive problem for the parameters in function?

    Hi,
       I have a function, which should receive one parameter comes from textbox in BSP form. User will input upper case or lower case characters together in this textbox. But when I debug function, I found after function recevice the value from BSP form, the string value was converted into upper case automatically.
       I don't want system convert string to upper or lower case. I want keep the original value that user inputted.
       So is it possible to do this?
       Thanks!

    Hi,
       Thanks for your reply.
       Yes, I use the inputfield. The problem is if I use the parameter which contain user's input in the event handler of BSP, the value is equal to the user's input. But if the parameter was transfered into function, the value was converted to uppercase.
       But I want to keep  the original value.
       Thanks!

  • Case Sensitive Problem

    I have an ALV Report . When ever i enter any value in the column it is taking only first letter as UPPERCASE and remaining letters as LOWER CASE.
    In what ever format(either uppercase or lowercase) i enter the value it is taking first letter  as UPPER CASE only
    How can i rectify this one

    ur question is not so clear.....
    in alv u can enter data in lower case or in uppercase...
    bt in the table tht data is saved in uppercase only.....
    so whn u retrive tht data u c it in uppercases....
    try to more clearly mention ur problem.....it seems lik it is hafly mentioned...

  • Case sensitivity in using OPEN_FORM, CALL_FORM on web deployed forms

    Just A Quick Note,
    Make sure the case of the form name when using CALL_FORM, OPEN_FORM is the same as the case of the filename on the UNIX box.
    We spent quite a bit of time trying to find out why our CALL_FORM and OPEN_FORM command were giving the following error:
    FRM-40010 Cannot read form "XXXXXX"
    It turns out that we were using all caps in the OPEN_FORM build-in, but the filename was in lower case.
    Anton Ochss
    Great Lakes Gas Transmission

    hello,
    check out our product-area on OTN
    http://otn.oracle.com/products/reports
    there you find a whitepaper on integration between forms and
    reports on the web.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Personal domain case sensitivity problem

    Hi,
    Using iWeb 2.0
    Publishing to .mac
    domain cname forwarded to web.mac.com
    opens .mac 404 page
    After a bit of investigation, I found my site at:
    web.mac.com/username/Website.com (note capital W)
    I cannot change the name of the site in iWeb to lowercase (keeps reverting to Upper).
    Phil

    I understood that, corrected it, and still find it annoying (poor design/ugly).
    Sorry, no offense intended. At the time I wrote, you had not fixed it, so I thought you might have forgotten a step. I disagree with you on the design, I think it is just the way it should be done for a program designed to allow multiple "sites" on .Mac, as iWeb is, with a minimum of confusion for the user.
    Personally I find what appears in the browser address window to be of zero importance, but I understand that some people have strong feelings about this.
    For your second question I'm not the right person to ask. It's been discussed a bit here and in the other forum. Have a look at this thread:
    http://discussions.apple.com/message.jspa?messageID=5110235#5110235
    The other forum is here:
    http://discussions.apple.com/forum.jspa?forumID=1163

  • Case sensitive problem in EVS Framework

    Hi all,
    I am using EVS framework in my application and the values in the valueset is populated by an RFC. But I have a doubt regarding that framework. Suppose the values that are coming in the valuset are in Uppercase (eg: ABC) and is user is giving the value in that field manually (eg; abc) then on performing any action it is giving the error that
    Character string "{abc" does not exist in the set of allowed values
    I tried to convert the Lowercase abc to Uppercase ABC on certain action but it seems that on any action first the above validation is done by this Framework and then any code will execute. So before converting that to Uppercase it is giving error.
    Is there any way to convert that to lowercase or is this the limitation of the framework.
    Thasnxs in advance!!!!!

    Hi Chaitanya,
    Thanks for the reply. But this is not a dropdown it is an Input field whose attribute we are modifying to a valueset so that the inputfield is now having a help button. On click of that help button it will show a table having 2 columns ID and Description. Also is there any method defined in EVS where we can write our code for converting lowercase to uppercase?
    Regards,
    Gurmat

  • Case sensitive and case insensitive Search

    Hi friends,
         Iam doing an Search RFC which will search records based on the search parameters provided at the portal side.
    One of the search parameter is a field with 40 character which holds the description(title) of the record.
    With this search paramter iam facing case sensitive problem.
    Example:
    Values in Database Table: ( Can be in any case)
           Record 1:  Sensitive
           Record 2:  SENSITIVE
           Record 3:  SensTive
           Record 4:  sensitive
           Record 5:  sensTive
         Input to RFC:  sens*
         Output: Getting only 4rth and 5th record but not all the records.
           The same is the case with the remaining search parameters(Like user name..).
           Is there any way of getting all the records when searching from the data base (with case insensitive).
           Kindly let me know if there is any possibility.
    Thanks in advance.
    Regards,
    Swarna Munukoti.

    Generally, no.  So, you'll either have to use EXEC SQL, or add more fields to the table.  You can do this using APPEND structures, which is the SAP approved way of adding fields.  If there are suitable user exits in the standard SAP code, then you'll be able to populate the additional fields there, as new records are created, or amended.
    Alternatively, create your own Z table with the same key as the standard table and a "search field" which contains the uppercase version of the field you're wanting to search.  You can either, again populate in suitable user exits, or, in worst case, have job that runs regularly populating your Z table.
    matt

Maybe you are looking for

  • InDesign 2014.1crashes after printing after updating to Yosemite

    Mac 10.10.1 Indesign 2014.1 and printing to Minolta 6501 with Fiery Rip. InDesign printed fine to Minolta with Fiery Rip using 10.9 Process:               Adobe InDesign CC 2014 [3401] Path:                  /Applications/Adobe InDesign CC 2014/Adobe

  • Benchmarks of mac mini and imac

    hello i'm looking for buy imac or mac mini ! its hard for me to chose one of them , i wana know how much cpu performances are differend between 800$ mac mini and 1300$ imac . is there any benchmarkes to clear it for me ? thanks in advance

  • What is the limitations of an Openhub

    Hi When we use openhub what is the limitations. Is there any limitations of an Openhib shankar

  • Acrobat Distiller keeps asking for Name and Password

    I have Adobe Acrobat Pro 9 and every time I open Acobrat Distiller it keeps asking me for my Name and Password. I am sure this question has been asked before but I am having trouble finding it on the forums. Any help would be greatly appreciated. Tha

  • OpenAL Vista playback not working, WinXP is fine

    I've written some code using OpenAL to do regular audio playback and streaming playback. The only real difference between the two methods is how I setup the buffer: alSourceQueueBuffers(m_uiSourceID, iNumBuffersQueued, &m_auiBuffer[0]); //for streami