Even after classpath setting in jserv.properties file  error.

hi kali,
i have used a custom jsp page for export to excell using a jar file poi-3i-200566.jar which i deployed in oracle apps version 11.5.10.2.
the jar is put in $JAVA_TOP and class path entry is set in jserv.properties file as
wrapper.classpath=/d2_u10/....../poi-3i-200566.jar .
After setting the classpath , bounced the apache.
But even after the setting , the same error continues.
I refered the mod_jserv.log file for error details , the error is in import statement of classes present in the poi-3i-200566.jar file like
could not find the symbol HSSRow , HSSpreadsheet , etc. all these are classes in jar file.
please anybody know any extra conf is needed or any idea where i am going wrong.
thanks
prabhakr,ap

Hi,
Please check your jserv.properties file whether the custom class path that you have set is present or not in jserv.properties after restarting the AutoConfig and Apache server.
Thanks & Regards,
Sagarika

Similar Messages

  • Jserv Properties file

    I use the BC4J technology and I have the following problem:
    I deploy a project and I declare the classpath in the Jserv properties file. Everything works perferctly. But when I deploy another application which has a different connection to the database I declare a different classpath in the Jserv properties file (under the first), it always takes the connection of the first declaration. If I change the order in the Jserv file then the first project works but the second no.
    Does anybody know how I can solve this problem?
    thanks in advanced
    Antonios

    I think, you could create new servlet zone. Then you may specify different .properties file for each zone.
    See your JServ documentation for details how to do this.

  • Jserv properties file are reflecting in classpath

    Hi All,
    I'm facing some issue related with jserv.properties file
    we mentined some path for custom soap.jar in jser properties file and bounced apache but when I check the class path from front end(about this page>java properties>java class path) it is not reflecting in class path. this on Oracle apps 11i and multinode server, I have Jserv properties file from both the nodes and it contains the entries.
    Please let me know if someone has faced the same issue.
    Regards,
    Reetesh Sharma

    Hi Reetesh
    Check the link if it helps you out..
    Add few lines in jserv.properties file automatically
    Thanks
    AJ

  • URGENT!!! can I borrow a valid jserv.properties file for a JSP application ?

    Hi there !
    I'm running Oracle enterprise edition on NT with oracle http server under apache.
    I created a JSP application using jdeveloper
    and deployed it to the web server.
    Now I'm still getting getting nullPointer exceptions after I have modified the jserv.properties file according to the documentation
    Can someone give me a file that is working for her/him under the above described circumstances ?
    Many Thanaks in advance
    Tony
    null

    laredotornado wrote:
    Hi,
    This might not be a JSF question, but I thought I'd start here as I'm building a JSF application. Upon startup of my Weblogic 9.2.2 server, I see these error messages
    log4j:WARN No appenders could be found for logger (org.apache.myfaces.webapp.StartupServletContextListener).
    log4j:WARN Please initialize the log4j system properly.
    One complication, my log4j.properties file is actually called "my.properties" (bizarre company reason). Is there somewhere in my faces-config.xml file or an equivalent where I can indicate what log4j properties file I'd like to use?Your company policy is to use non-standard names so that things must be configured manually? Interesting.
    In the past people created a servlet those sole purpose was to configure log4j in the initialization sequence and then do nothing.

  • Add few lines in jserv.properties file automatically

    Hi All,
    Generally we will be doing 11.5.10.2 "refresh" automatically.....
    How can i automate the script to add this 3 lines in jserv,properties?
    Basically add the following lines to the jserv.properties before any other classpath entry
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    thanks a million....

    Hi Hussein,
    Thanks for giving this information..
    This is my jserv.properties file
    ORIGINAL jserv.properties  FILE
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    UPDATED FILE SHOULD BE LIKE THIS
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    This bold line should be added to that place, how can i do automatically.please suggest me.
    Thanks a million...

  • I can not log in to my account even after re-setting my password and id. Same thing on my iphone.

    My iphone will sync but apps do not open. I can not log into my account through my phone or my mac book even after re-setting it. Very frustrated right now. Also, even though there are new versions for both my phone and itunes, neither will update.

    Go to the log in page, but select '''''I FORGOT MY PASSWORD'''''.

  • Why does TextEdit revert to Helvetica 12 even after you set a new default font whenever you drop an image into an RTFD?

    Anyone know a workaround for when TextEdit reverts to Helvetica 12 even after you set the new default to say Verdana 14 every time your drop an image into an RTFD? Kind of defeats the purpose! Is there a way around this? THANKS!

    Among the alternatives not mentioned... Using a TiVo DVR, rather than the X1; a Roamio Plus or Pro would solve both the concern over the quality of the DVR, as well as providing the MoCA bridge capability the poster so desperately wanted the X1 DVR to provide. (Although the TiVo's support only MoCA 1.1.) Just get a third-party MoCA adapter for the distant location. Why the hang-up on having a device provided by Comcast? This seems especially ironic given the opinions expressed regarding payments over time to Comcast. If a MoCA 2.0 bridge was the requirement, they don't exist outside providers. So couldn't the poster have simply requested a replacement XB3 from the local office and configured it down to only providing MoCA bridging -- and perhaps as a wireless access point? Comcast would bill him the monthly rate for the extra device, but such is the state of MoCA 2.0. Much of the OP sounds like frustration over devices providing capabilities the poster *thinks* they should have.

  • Spotlight stopped finding files, even after "index". They're visible files, not system files (like.jpg, .xls, .doc). This happened for no apperent reason.

    Spotlight stopped finding files, even after "index". They're visible files, not system files (like.jpg, .xls, .doc). This happened for no apparent reason.
    Worked well with Yosemite the first week, but now it doesn't.

    Any advice would be helpful. Thanks

  • Classpath root for locating properties file?

    I'm trying to read a property file from a pluggable Reports destination. I've tried placing it in the domain root and in the domain lib folder (I'm sure it was picked up there in a previous release) but I can't appear to find it.
    What is a general classpath root that could be used for storing properties files in?
    Thanks in advance,
    Nik

    Open your %DOMAIN_HOME%/server/AdminServer/logs/AdminServer.log and search for java.class.path.
    You'll see all classpath roots available, I'm using %DOMAIN_HOME%/config/soa-infra.
    Cheers,
    Vlad

  • Can anyone help me, I am trying to create courses using Captivate for Udemy, but even after saving the courses as pdf files, Udemy will not reconize them. NOw I am back to square one because according to Udemy techs, they do not support Captivate files.

    Trying to create my courses using Adobe Captivate, but even after saving the files as a pdf it will not upload in Udemy. What can I do?

    Yep, you lose all interactivity when publishing to video.
    Udemy, Lynda.com, Total Training and other similar models are based on simple "watch the video to learn" type of consumption. The only real interactivity you get is an ability to pause, rewind, fast forward. Basically anything you can do with a video.
    Cheers... Rick

  • I get "application not found" when clicking on a http link in a mail, even after having set firefox as the default program for http links.

    After installing firefox 15.0, I can not open links form email or other office 2010 applications. I get "application not found" error. I tried setting firefox as the default program both manually (in the Windows default program panel) and automatically (having Firefox to do it automatically on startup (tools->options->advanced->General). I still have the error.

    That sounds odd. Is this error coming from a particular e-mail program you're using? It could be that that program has its own settings for which web browser to launch, ignoring the "default browser" setting in Windows.
    Does the same thing happen if you click on a web link from any other external (non-browser) application on your computer? If it happens with other apps too, I would suggest to re-download and install Firefox (www.mozilla.org) and see if that takes care of it.

  • 11 Release 2 Activex viewer prompts for parameters even after I set them in the program

    My program worked in 11 base.  I upgraded to 11 Release 2 and now the viewer prompts the user for the parameters even though the program has set the parameters
    here's some of the code
    Dim aCRreport As CRAXDRT.Report
    Dim crystalParms As CRAXDRT.ParameterFieldDefinitions
    Dim crystalParm As CRAXDRT.ParameterFieldDefinition
    Set aCRreport = m_CRapp.OpenReport("c:\somereport.rpt")
    Set crystalParms = aCRreport.ParameterFields
    Set crystalParm = crystalParms(1)
    crystalParm.SetCurrentValue FormatDateTime(Now, vbShortDate), crStringField
    frmViewer.CRViewer1.ReportSource = aCRreport
    frmViewer.CRViewer1.ViewReport
    the viewer opens and asks for a value for parameter one. 
    Thanks, in advance, for any help

    I got the same problem. I could encounter it does appear when using date parameters. We are using german OS and german VS6 so date is localized as "dd.mm.yyyy" but in the report parameter fields it is expected as "jjjj-mm-dd". I cant convert the param in code because it will always be localized to german date.
    Could this be the problem? When yes why isn't crystal reports accepting localized dates?

  • Still got java.lang.UnsatisfiedLinkError even after I set java.library.path

    Hi,
    I developed a Java application which uses JNI. Before I run the application, I set an environment variable JAVA_LIBRARY_PATH to where I put the .dll file required by my application. But when I try to run the application, I always get the exception of "java.lang.UnsatisfiedLinkError " saying that no the required .dll in java.library.path. Could anyone please tell me what's going on there ?(I am using JDK1.5.0_05.)
    thanks !

    Hi Scott,
    Thanks for your help !
    I also tried setting PATH before. But with this setting I got another problem that if I tried to the application the second time or more times, it always gives me an exception saying that the dll library already loaded by another loader. That's why I moved to set JAVA_LIBRARY_PATH because this way ever worked for me when I used lower version of Java. I did not use -Djava.library.path= option because I want to invoke my application from web application which may use RMI or HTTP.

  • If I back up on my external hard drive and then delete files on my computer, those files will remain on my external hard drive even after future back ups when those files aren't on my computer?

    I am backing up my macbook pro on an external harddrive because I have run out of space on it.  I am wondering if when I do a backup and then delete those files from my computer, during the next backup, those files will still be availavle on the external harddrive or will they be deleted because they are no longer on my computer.  Confusing I know but I'm sure there is a simple answer to it!

    Its good to have both, a time machine backup, AND a second cloned HD.
    If your HD ever dies on you, you can in a matter of 20 mins, install the old HD and be up and running again quickly.
    Its extremely important to have MULTIPLE backups, so many people have been so upset at losing massive amounts of data, because they "had a backup HD" for their data, but when that died etc, its gone.
    1 backup is never enough, and the data on your computer "doesnt count" as a backup.

  • Why do TOC do not properly display levels,... even after I set them to?

    All,
    I am having a major hard time trying to get my TOCs to properly display levels. I have been doing research on the subject, but it seems any recommendations have proved futile.
    The issue:
    My ID docs TOC's do not display levels at all
    I have pretty much tried everything. I have gone to simple styles for Chapters and Sub Chapters to see what the issue would be
    Image:
    Some Findings
    One article I found which outlined ID having issues with inset text boxes
    It seems setting an inset on text boxes with TOC content affects the display of such
    I tried removing any insets but results still did not fix the issue i face
    Questions
    What the hell am i doing wrong?
    Is this a bug in ID CS6?
    Is there anything I should not be doing when formatting a style that will be used on the TOC?
    Are there any "NO NOS" I should be aware of here?
    I mean, the above image is a test i built using a bare bones approach. The "Chapters" and "Sub Heads" styles are truly basic formats. The only attributes to these styles is a change in font style and size:
    Thank you to anyone who can help me on this.
    PixelNovae
    ID 6 (v8.0)

    Hi all,
    Thanks to everyone for all your comments.  To remove any possible conflicts, I did not apply any entry styles to the entries because i thought:
    The TOC function generate levels independent of styles
    Levels are automatically applied to any entry (TOC levels override everything else)
    That levels override any styles one may apply to the entry
    Basically, I do not need a style to create an indentation in my TOC. Levels create the indentation. (thus my example using the default ID Basic Paragraph Style)
    Are the above assumptions wrong? If I am wrong, then are you guys saying I would need to create a TOC specific style denoting indentation for ever level?
    IOWs, following my example:
    Chapters =        LV1     = Create a "TOC Paragraph Style X"  that indents (say) 0pxs
    Sub Heads =     LV2     = Create another "TOC Paragraph Style Y" that indents (say) 20pxs
    On the table of contents I would need to apply each their corresponding style in order to create TOC indents:
    "Chapters" ---> TOC Paragraph Style X
    "Sub Heads" ---> TOC Paragraph Style Y
    If this is the fix, then I must say that this is a very cumbersome approach. (Hell, I would ask, why give me the levels option in the firts place in the TOC dialogue box!) If I have a book with a ton of levels, it will be pretty darn hard to manage so many styles.
    PS: sorry I omitted one dialogue screen in my original post. Here is what I am doing.
    Thanks again. I'm perplexed at this, but nevertheless thankful for all your shared insight.
    PixelNovae
    ID CS 6

Maybe you are looking for

  • Compressor 2.3.1 Cannot submit batch error message What is causing this?

    Just installed FCP 5 with DVD Studio pro 4 and Compressor 2 and tried to do a batch compression exported from FCP, I selected the compression I wanted and chose my destination and clicked submit and I get this error message "Cannot submit batch Unabl

  • Can't add a new event to an imaged iMac.

    I have an older iMac at work. It is on a network so all the macs are imaged. When trying to add a new event to iCal it just doesn't work. I try to drag in day but the it just diasappears. This iCal is synced with my computer at home. It works fine on

  • Why is Bonjour Missing for my SKYPE Freetalk Install?

    I am attempting to install SKYPE Freetalk on my Mac OS10.7.4. I am supposed to go to Safari, find the Bonjour Bookmark, and open it. There is no Bonjour Book there. Thanks in advance for any assistance. Meanwhile, I will keep looking on Safari for so

  • Tried to download Songbird, messed up iTunes bad (Error 13005)

    So I wanted to see what songbird was like, so I downloaded it, didn't like it. Tried to go back to iTunes and it keeps giving me: Unknown Error (13005) A google search told me to delete my genius tab, it just kept getting recreated every time that I

  • Problem of Noise during Phase Unwrapping

    Hello! I am using VISION based system to measure phase in a displacemnt measuring interferometer.My phase algorithm gives a wrapped phase as expected saw tooth wave profile whose unwrapped value I am taking with help of a loop which counts each jump