Ejbc error with jikes

I've been using jikes for several months to do an ejbc compile, but
just recently it quit working. However, it works with javac. I think
it may be a classpath problem. Here's the classpath:
x:\source\classes;c:\xerces-1_4_4\xerces.jar;c:\bea\jdk130\jre\lib\rt.jar;c:\bea\wlserver6.0\lib\weblogic.jar
(The important part is x:\source\classes, which is the root for the
western.*.* classes which follow, which it says can't be found.)
Here's the ejbc command:
X:\scripts\Wattage>java -classpath %classpath%
-Dweblogic.home=c:\bea\wls_license.txt weblogic.ejbc20 -compiler jikes
x:
\source\build\western\build\std_WattageBean.jar
x:\source\build\newbuild\config\wattageDomain\applications\ejb_WattageBe
an.jar
Here are some of the errors (there's many more similar ones)
Found 13 semantic errors compiling
"X:/scripts/Wattage/ejbcgen/western/common/security/SecurityBeanEOImpl.java":
13. implements western.common.security.Security,
weblogic.utils.PlatformConstants
<------>
*** Error: Type western/common/security/Security was not found.
18. public java.util.Hashtable
getPagePermissions(java.lang.String arg0, western.common.UniqueID
arg1)
<------>
*** Error: Type western/common/UniqueID was not found.
26. western.common.security.SecurityBean bean =
(western.common.security.SecurityBean)wrap.getBean();
<---------->
*** Error: Type western/common/security/SecurityBean was not found.
89. throws javax.ejb.EJBException,
western.common.security.PasswordException,
western.common.security.ActiveUse
rException, java.rmi.RemoteException
<--------------->
*** Error: Type western/common/security/PasswordException was not
found.
89. throws javax.ejb.EJBException,
western.common.security.PasswordException,
western.common.security.ActiveUse
rException, java.rmi.RemoteException
<--------
--------->
*** Error: Type western/common/security/ActiveUserException was not
found.
115. }else if (e instanceof
western.common.security.PasswordException) {
<---------------------------------------------------->
*** Error: The type of the left-side expression,
"java/lang/Exception", cannot possibly be an instance of type
"western/
common/security/PasswordException".
116. throw (western.common.security.PasswordException) e;
^
*** Error: An expression of type "Exception" cannot be cast into type
"PasswordException".
117. }else if (e instanceof
western.common.security.ActiveUserException) {
<------------------------------------------------------>
*** Error: The type of the left-side expression,
"java/lang/Exception", cannot possibly be an instance of type
"western/
common/security/ActiveUserException".
The curious thing to me is that it was working, but it's quit for some
reason, but only for jikes (still works for javac). Anyone had any
problems like this, or have any ideas?

it appears that the problem also exists with jikes 1.17,weblogic6.1 sp2 and ant
1.5.
can someone tell me when i can download jikes 1.13 for windows. i really like
to see how much faster jikes is compared to sun.
thanks.
"Madhusudan Chaganthi" <[email protected]> wrote:
>
[email protected] (Tom Ewall) wrote:
I've been using jikes for several months to do an ejbc compile, but
just recently it quit working. However, it works with javac. I think
it may be a classpath problem. Here's the classpath:
x:\source\classes;c:\xerces-1_4_4\xerces.jar;c:\bea\jdk130\jre\lib\rt.jar;c:\bea\wlserver6.0\lib\weblogic.jar
(The important part is x:\source\classes, which is the root for the
western.*.* classes which follow, which it says can't be found.)
Here's the ejbc command:
X:\scripts\Wattage>java -classpath %classpath%
-Dweblogic.home=c:\bea\wls_license.txt weblogic.ejbc20 -compiler jikes
x:
\source\build\western\build\std_WattageBean.jar
x:\source\build\newbuild\config\wattageDomain\applications\ejb_WattageBe
an.jar
Here are some of the errors (there's many more similar ones)
Found 13 semantic errors compiling
"X:/scripts/Wattage/ejbcgen/western/common/security/SecurityBeanEOImpl.java":
13. implements western.common.security.Security,
weblogic.utils.PlatformConstants
<------>
*** Error: Type western/common/security/Security was not found.
18. public java.util.Hashtable
getPagePermissions(java.lang.String arg0, western.common.UniqueID
arg1)
<------>
*** Error: Type western/common/UniqueID was not found.
26. western.common.security.SecurityBean bean =
(western.common.security.SecurityBean)wrap.getBean();
<---------->
*** Error: Type western/common/security/SecurityBean was not found.
89. throws javax.ejb.EJBException,
western.common.security.PasswordException,
western.common.security.ActiveUse
rException, java.rmi.RemoteException
<--------------->
*** Error: Type western/common/security/PasswordException was not
found.
89. throws javax.ejb.EJBException,
western.common.security.PasswordException,
western.common.security.ActiveUse
rException, java.rmi.RemoteException
<--------
--------->
*** Error: Type western/common/security/ActiveUserException was not
found.
115. }else if (e instanceof
western.common.security.PasswordException) {
<---------------------------------------------------->
*** Error: The type of the left-side expression,
"java/lang/Exception", cannot possibly be an instance of type
"western/
common/security/PasswordException".
116. throw (western.common.security.PasswordException) e;
^
*** Error: An expression of type "Exception" cannot be cast into type
"PasswordException".
117. }else if (e instanceof
western.common.security.ActiveUserException) {
<------------------------------------------------------>
*** Error: The type of the left-side expression,
"java/lang/Exception", cannot possibly be an instance of type
"western/
common/security/ActiveUserException".
The curious thing to me is that it was working, but it's quit for some
reason, but only for jikes (still works for javac). Anyone had any
problems like this, or have any ideas?What is your configuration?
Weblogic - ??
JIKES - ??
JDK - ??
I have seen something similar to this after switching from Jikes 1.13
to Jikes
1.16 a couple of days ago. I switched back to Jikes 1.13 and everything
works
fine. My weblogic version is 6.0 SP2 in both cases.
Regards
Madhu

Similar Messages

  • EJBC error with CMP enitity beans

    Hi All,
    I am using weblogic 6.1 with ejb 2.0. I have defined 3 cmp fields in my ejb-jar.xml file and have corresponding get and set methods defined in my bean class for each cmp field. I am able to compile the bean, but get this ejbc error which i cannot understand.
    ERROR: Error from ejbc: In EJB IndustryEjb, Abstract get and set methods must be defined for each CMP Field. method: 'getIndCode' is missing.
    I do have getIndCode() defined as follows...
    public String getIndCode() {
    return indCode;
    is the error coming because i have not declared them as abstract?
    Please help, i cannot see where I have gone wrong.
    Niranga

    ERROR: Error from ejbc: In EJB IndustryEjb, Abstract get and set methods must be defined for each CMP Field. method: 'getIndCode' is missing. In the remote/local interface the method should be
    public int getIntCode();
    In the Bean class the method should be
    public abstract int getIntCode();

  • Problem with jikes & EJB

    I've been experiencing a problem using jikes to compile EJBs. Has anyone
    has this type of problem and is there a known fix?
    The beans seem to compile fine, but I get an error when trying to deploy
    them. Here's the error:
    weblogic.ejb.common.DeploymentException: Unexpected I/O exception during
    deployment:
    weblogic.ejb.common.DeploymentException: Problem deploying a bean:
    java.lang.VerifyError: (class:
    com/criatech/contractstation/party/provider/PartyManagerBeanEOImpl_ServiceSt
    ub, method: ensureInitialized signature: ()V) Illegal target of jump or
    branch
    at java.lang.Class.getConstructor0(Native Method)
    at java.lang.Class.getConstructor(Class.java:886)
    Thoughts?
    - Doug

    That seems to be the problem. It only happens on one bean which is a very
    large one. It appears to work ok with the javac 1.3 compiler, but no luck
    with jikes. It's unfortunate, because jikes is SO much faster.
    At least I know someone else is seeing this problem. Thanks for the info.
    - Doug
    "Toby Allsopp" <[email protected]> wrote in message
    news:[email protected]..
    Hi.
    This sounds a bit like a problem we were having when compiling one of the
    generated classes for a bean with a huge number of methods (~400). The
    ensureInitialised method (I think, it might be a different method now -the
    name of the class changes in every WLS version) got so big that some ofthe
    jump instructions needed to become wide jump instructions but both javacand
    jikes got it wrong.
    For us, the workaround was (and still is) to use kjc(http://www.dms.at/kopi/)
    to compile the generated classes.
    This may or may not be your problem, however.
    Toby.
    Doug Cunningham wrote:
    I've been experiencing a problem using jikes to compile EJBs. Has
    anyone
    has this type of problem and is there a known fix?
    The beans seem to compile fine, but I get an error when trying to deploy
    them. Here's the error:
    weblogic.ejb.common.DeploymentException: Unexpected I/O exception during
    deployment:
    weblogic.ejb.common.DeploymentException: Problem deploying a bean:
    java.lang.VerifyError: (class:
    com/criatech/contractstation/party/provider/PartyManagerBeanEOImpl_ServiceSt
    ub, method: ensureInitialized signature: ()V) Illegal target of jump or
    branch
    at java.lang.Class.getConstructor0(Native Method)
    at java.lang.Class.getConstructor(Class.java:886)
    Thoughts?
    - Doug

  • Convert cmp1.1 bean to cmp2.0: ejbc error for wls7.0

    Hi,
    I am trying to port EJB1.1 to EJB2.0 on WLS7.0. I have made changes to the DD. In the process of changing the beans, i made the bean class abstract and the getter and setter methods abstract too according to EJB2.0 specs. But i get an ejbc error like this:
    ERROR: Error from ejbc: In EJB AllowableProductBean, CMP fields must NOT be defined in the bean class. Can someone please tell me why this is so and what is the possible solution to this.
    Thanks!!

    In CMP 1.1, you'd have
    public double balance.
    In CMP 2.0, you'd have
    public abstract double getBalance();
    public abstract void setBalance(double b);
    You would not have a member field with the name balance. THat is why
    ejbc is complaining.
    -- Rob
    Suwarna wrote:
    Hi,
    I am trying to port EJB1.1 to EJB2.0 on WLS7.0. I have made changes to the DD. In the process of changing the beans, i made the bean class abstract and the getter and setter methods abstract too according to EJB2.0 specs. But i get an ejbc error like this:
    ERROR: Error from ejbc: In EJB AllowableProductBean, CMP fields must NOT be defined in the bean class. Can someone please tell me why this is so and what is the possible solution to this.
    Thanks!!

  • Tomcat 4.1.24 with jikes

    How to correctly use tomcat with jikes? I change the web.xml of tomcat like this:
    <servlet>
    <servlet-name>jsp</servlet-name>
    <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
    <init-param>
    <param-name>compiler</param-name>
    <param-value>jikes</param-value>
    </init-param>
    <init-param>
    <param-name>javaEncoding</param-name>
    <param-value>ISO-8859-1</param-value>
    </init-param>
    <init-param>
    <param-name>logVerbosityLevel</param-name>
    <param-value>WARNING</param-value>
    </init-param>
    <load-on-startup>3</load-on-startup>
    </servlet>
    When i start the tomcat and goto a page, i get this errror:
    Generated servlet error:
    [javac] Since compiler setting isn't classic or modern,ignoring fork setting.
    [javac] Compiling 1 source file
    [javac] Since compiler setting isn't classic or modern,ignoring fork setting.
    [javac] use: jikes [options] [@files] file.java...
    [javac] For more help, try -help or -version.
    [javac] Error: The option "-encoding" is unsupported in this build.
    at org.apache.jasper.compiler.DefaultErrorHandler.javacError.......
    What do i miss here? Pls provide the working way.

    Okay I just finished doing this so I am not sure it actually works.
    I am assuming this is on Windows.
    I am using tomcat 4.1.12 and the jikes-1.18 jikes.exe for windows.
    1: Add the path to the jikes bin directory to your system PATH variable.
    2: Edit the tomcat bin\catalina.bat to add the following line:
    rem Added line
    set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\jre\lib\rt.jar;;%JAVA_HOME%\lib\tools.jar
    3: Edit the tomcat conf\web.xml. Add the following under the <servlet-name>jsp</servlet-name>
    <init-param>
    <param-name>jspCompilerPlugin</param-name>
    <param-value>org.apache.jasper.compiler.JikesJavaCompiler</param-value>
    </init-param>
    Stop tomcat and use a new DOS window to restart tomcat.
    Let me know if it works. It seems to be working for me.

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Odd Error with decode function in Order By Clause

    I am trying to compile a procedure and can't get around an error with a dynamic order by that doesn't make much sense to me. I can repoduce the error with a plain select statment in sql plus so I can rule out a declaration error. Here is an example with 2 numeric columns and a date column.
    select task_id, display_date, remark_id from task_list
    where task_id > 1000
    order by decode('Task_ID', 'Task_ID',Task_ID, 'Display_Date', Display_Date, 'Remark_ID',Remark_ID)
    returns the error:
    select task_id, display_date, remark_id from task_list
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    I'm not sure why this error is occuring, because it doesn't even hit the Display_Date field in the Decode statment. If I take the Display_date out of the statement, it runs properly. If I change Display_Date to To_Char(Display_Date) it also runs fine, but the sorting is incorrect. Also I'm running 9.2, and do not want to use dynamic sql to build my query. Any Ideas out there as to the cause of this error?

    I did find a workaround to this issue by breaking the decode statment into three separate statement, but I still think that the way it is written above should work, and may be a bug, or an error that I don't understand fully.
    The Order by was rewritten like this:
    order by decode(pSort, 'Task_ID',Task_ID), decode(pSort, 'Display_Date', Display_Date),
    decode(pSort, 'Remark_ID',Remark_ID);
    Thanks

  • XML Publisher Error with reports published in XML publisher

    Hi All,
    I am geting the following error with a report published using XML Publisher
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The system cannot locate the resource specified. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d...
    How can i Rectify this?

    Hi Ark,
    In order to generate a report using xml publisher. we need the following.
    1. XML Data
    2. Template file (RTF/PDF/..)
    XML data will not be created by the template file.
    We will be required to create XML data. One of the easiest way to create xml output is using the RDF. We can change the rdf output type in the concurrent program to XML.
    Once the xml and the template is available, "XML Report Publisher" will be able to generate the output in the required format.
    Thanks,
    K.Nataraja Suthan,

  • Graphic problems/errors with Mainstage 3 and MBP (15'' 2011)

    Hi,
    I bought Mainstage 3 for my MBP (15'' 2011).
    When i click con "perform" i get graphic errors.
    I have the same issue with the old Mainstage version since Mountain Lion.
    Also a fresh installation didn't help.
    I think i'm not the only one with this issue!
    I don't know how to report a bug?
    Perhaps someone can help me.
    (and  I'm probably not the only one (see feedback in Apple Store) If you also have this problem, please add a comment with your configuration (Hardware, Software))
    /forgotten ebi
    So, here an example how it looks like when i click on "perform":

    Same configuration,same problem. BUT I found a workaround.
    Mainstage has this error with the AMD video card and/or a second monitor connected.
    With a little app (http://gfx.io)  it's possible to really force the MBPro to use the Intel Graphics card.
    This will work only with the internal screen, not with a second screen connected.
    And sometimes you need to restart, to really make the Intel video card free.
    This works fine...In the meantime of a fix.

  • Error with an infoset in BI

    HI BI gurus,
    we have a problem with an infoset.
    We create an infoset in RSA1 linked to a cube and a DSO.
    We activate it in english without problems and I can create a query with no errors (with a english logon).
    If I try to create a query in italian language the query designer show mw this error: " unexpected error - RCF_SYSTEM_FAILURE. You must restart the query designer."
    Do you have any idea how to fix and solve this problem? We try to activete the infoset in Italian but the error remains.
    Thanks for any help.
    SB

    Hi,
    is italien installed as a language in your system?
    Siggi

  • I am trying to download my photos from my iphone to my mac-iphoto. It keeps trying but about halfway through it says there is an error with a photo therefore it wont download any of my pictures or videos.  It wont tell me which picture is the issue.

    I took a lot of pictures and video on my recent trip to Ireland.  Now I am trying to download the photos and videos from my iphone to my mac - iphoto.  I have tried 3 times and each time (at a different point) I get a message telling me that there was an error with one of my photos and it wont load the pictures.  Help!!

    Try using Image Capture to download to a folder on the Desktop.  If there's a damaged file on the iPhone that's preventing the download you can isolate it with Image Capture and then delete it from the iPhone.

  • Plug-in errors and dependency errors with a CAF app in DS in NW CE 7.1

    I am learining to build CAF apps in Developer Studio in NW CE 7.1.  Here are my steps and the errors I am getting:
    Open Developer Studio
    Switch to the CA perspective
    File->New->Project
    Choose Development Component under Development Infrastructure
    Press Next
    Choose Composite Application under sap.com
    Choose MyComponents[demo.sap.com] under 'Local Development'
    Vendor: demo.sap.com
    Name: carpool
    Caption: Car Pool
    Language: American English
    Domain: SAP-xApps
    Support Component: CAF-APP (typed in, not chosen)
    Press Finish
    The following error appears:
    Status ERROR
    Plugin : com.sap.ide.metamodel.core.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Core
       Internal error  : com.sap.ide.metamodel.core.services.eclipse
       Class      : com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker
       Method     : computeIdeJarProperties
       Message    : C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
       Exception  : java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:203)
    at java.util.jar.JarFile.<init>(JarFile.java:132)
    at java.util.jar.JarFile.<init>(JarFile.java:70)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.computeIdeJarProperties(ArchiveVersionChecker.java:296)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.doFullCheck(ArchiveVersionChecker.java:214)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.checkProject(ArchiveVersionChecker.java:125)
    at com.sap.ide.mmservices.core.eclipse.generation.GenerationServiceEclipse.checkArchiveVersions(GenerationServiceEclipse.java:110)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.checkArchiveVersions(GenerationBuilder.java:335)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.build(GenerationBuilder.java:85)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I do not think I missed anything installing NW CE 7.1, but this error makes me think that some plug-in was erroneously left out of the install. 
    Incidentally, I can continue onward and build an app (this is obviously a tutorial), but when I try to deploy I get the following error:
    The deployment of the archive failed with an exception!
    ([ERROR CODE DPL.DCAPI.1027]) DependenciesResolvingException.
    Reason:[ERROR CODE DPL.DC.3033] An unresolved dependencies error
    occurred while sorting the deployment batch items regarding the
    dependencies.;nested exception is:
    com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDepen
    denciesException:[ERROR CODE DPL.DC.3437]Unresolved dependencies
    found for the following deployment items:
    1. Component: name:'carpool~ear',vendor:'my.company',location:
    'localDevelopment',version:'20080501110329',software type: 'J2EE',
    dependencies:'[name:'cafruntimeear',vendor:'sap.com',name:
    'cafcoreear',vendor:'sap.com']
    Unresolved dependency:
    name:'cafruntimeear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Unresolved dependency:
    name:'cafcoreear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Please check the error log for further informations.
    Again, this looks like I am missing some components.
    Any assistance is greatly appreciated.
    TB

    Further developments:  As you may note from the error message, DS is looking for com.sap.ide.metamodel.core.services.eclipse in both the C: and the E: drive at the same time.  In fact, this file exists in the E: drive subdirectory listed, so I obviously have an error with two drive designations being concatenated.  Does anyone know how I can change the lookup directory for this dependency (or any dependency)? 
    Thanks,
    TB

  • PeopleSoft XML Publisher report error with java.io.FileNotFoundException

    Hi,
    I have created two reports using XML Publisher in Peoplesoft Financials. The two reports are not related and they were submitted for processing separately. The first report completes without any issues. The second report results in error with the following message:
    09.11.17 ..(CIS_POTRPT.XML_FILE.Step03) (PeopleCode)
    [012309_091118154][oracle.apps.xdo.template.FOProcessor][EXCEPTION] IOException is occurred in FOProcessor.setData(String) with 'files/cis_potrpt.xml'.
    [012309_091118500][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.io.FileNotFoundException: files/cis_potrpt.xml (A file or directory in the path name does not exist.)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java(Compiled Code))
         at java.io.FileInputStream.<init>(FileInputStream.java:89)
         at oracle.apps.xdo.template.FOProcessor.getInputStream(FOProcessor.java:1316)
         at oracle.apps.xdo.template.FOProcessor.getXMLInput(FOProcessor.java:1100)
         at oracle.apps.xdo.template.FOProcessor.setData(FOProcessor.java:372)
         at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:53)
    2009-01-23-09.11.18.000418 AePcdExecutePeopleCode [174] Exception logged: RC=100.
    Error generating report output: (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:51552 Statement:1153
    Called from:CIS_POTRPT.XML_FILE.GBL.default.1900-01-01.Step03.OnExecute Statement:8
    2009-01-23-09.11.18.000617 DoStepActions [1797] Exception logged: RC=100.
    Process 598607 ABENDED at Step CIS_POTRPT.XML_FILE.Step03 (PeopleCode) -- RC = 24 (108,524)
    In the process monitor detail > view log/trace page, the xml file is accessible so the file was generated to a valid directory.
    The weird thing is I was able to run this report without any issues few weeks ago although another user also ran into same error. The PeopleCode step that has been identified is essentially same in the two reports. I checked the app server and the directory does exist as well as the xml files for the two reports. The problem does not occur in test environment, just in production. Any help would be appreciated.

    We encounter the same problem. Did you get the answer for this issue? Thanks in advance.

  • When i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th

    when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ?
    if you can help me thank's
    [email address removed by host]

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • XML Publisher Error with reports

    Hi All,
    I am geting the following error with a report published using XML Publisher
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The system cannot locate the resource specified. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d...
    How can i Rectify this?
    Please update....

    Hi Darshan,
    I have done the same change what you suggested at the site level for UTF8, but its still showing the same error
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'p' does not match the start tag 'a'. Error processing resource 'http://eyerpdev.etihad.local:8001/OA_CGI/FNDWRR.ex...
    <p class="c0"><a name="Text54" id="Text54"><a name="Text53" id="Text53"><span class="c1">From Period...
    Many thanks....

Maybe you are looking for

  • Issue regarding rownum in sql query

    Hi All, When I'm running the query below select 'OP', 'ORG_CODE_PROVIDER', rownum as ranking, x.ORG_CODE_PROVIDER, z.description, x.value_count, round(x.value_count / 200432, 4) * 100 as value_pct, NULL as BATCH_KEY, '9BED55A4328EFD71E040D20A143245E3

  • ABAP client proxy to File scenario

    Hi, I am doing ABAP client proxy to File scenario. I have followed Ravikumar allampallam blog i.e https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1387. [original link is broken] [original link is broken] [original link is broken] [original link

  • Process times in recipe group

    Hi, How to  specify different process times in for same operation in a recipe group based on the material.

  • No audio waveform in 5.1 audio. Can someone help?

    I'm editing this project using mainly AVCHD video from a sony handycam with 5.1 audio, in Premiere Pro CS5. When i put these clips on the timeline there are no waveforms in the audio, although it is selected. But if I put in the same timeline a clip

  • "not enough disk space"...  WHAT?????

    Try to DL files using Safari. It claims there's not enough disk space. I've got 129GB of 148GB still available. Changed DL location. No change. Copied files from another computer via LAN - took the file with no problem - so NO space issue. Even insta