REP-6203 Templet file cannot be parsed rwwine.html

hi
when i create report by wizard when i select predefine templet radio button then i get error allert "REP-6203 Templet file cannot be parsed"
even i have another problem whenever i click icon of web source i get another allert "java.lang.NoClassFoundError" "javax/servlet/jsp/tagext/TagLibraryInfo"
plesase help to remove it
thanks in advance

You give us no version, no OS, nothing.
To me it sounds like an installation problem. Without exact version numbers and OS, it's impossible to say if you are even using a certified configuration.

Similar Messages

  • Please help me fix error " Application descriptor file cannot be parsed "

    I start with Flash - AIR for Android
    When i publish :
    A notice :
    "Error creating files
    Application descriptor file cannot be parsed"
    File XML by Flash created :
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.2">
      <id>com.adobe.example</id>
      <versionNumber>1.0.6</versionNumber>
      <versionLabel>1.0.6</versionLabel>
      <filename>example</filename>
      <description/>
      <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
      <name>example</name>
      <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
      <copyright/>
      <initialWindow>
        <content>example.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>portrait</aspectRatio>
        <renderMode>auto</renderMode>
        <autoOrients>false</autoOrients></initialWindow>
      <icon>
        <image36x36>icon/icon36.png</image36x36>
        <image48x48>icon/icon48.png</image48x48>
        <image72x72>icon/icon72.png</image72x72>
      </icon>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <android>
        <manifestAdditions>
          <![CDATA[<manifest>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    </manifest>]]>
        </manifestAdditions>
      </android>
    </application>
    I don't pubslish apk ?
    Please hellp me  fix error

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5

    The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5
    This is happening for most of the pupils and staff at our school and they are unable to complete their work.
    This also happens on a fresh copy of windows and CS5.5 without any updates and also with all latest updates.
    I have tried it on 32-bit and 64-bit CS5, Windows, Air and Java with the same error every time.
    There are a small minority of users where this works fine for them with no issue.
    I have tried re-setting user profiles.
    I have tried a local admin and domain admin account with the same issue
    I have noticed however that if the file is moved to the shared area it will compile. If it is on their documents area it will not compile. The users have full control in both locations. This is fine for staff but we are unable to give full control or modify access to the shared area for the pupil's
    I have been through the online support section and it directed me to phone Adobe Customer care who informed me that all support has been discontinued for CS5, CS5.5 and CS6 and they will only support creative cloud.
    Any ideas what to try next? There is no other information about this error and I cannot work out what is causing it.

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • Help Error creating files Application descriptor file cannot be parsed

    Please help me fix error!
    I have videos
    http://youtu.be/04KuPVxRQaU
    Please what and help me !
    Thank !!!!!!!!

    Can you post the xml file?
    Have you openned the xml file and validated it?
    I am thinking you might have a mismatch in the descriptor file as to the version of AIR you are targeting.
    Chris

  • Text File opened in Wordpad cannot be parsed on OBPM 10GR3

    Hi all,
    Text File opened in Wordpad cannot be parsed on OBPM 10GR3
    Why is that?
    I use the following code to parse a file:-
    textFile = TextFile();
    textFile.open(name : "C:\testFile.txt");
    logMessage("---Does file exist?--> " + textFile.exists);
    foreach (line in textFile.lines) {
    logMessage("-- The LINE is-->" + line);
    pinBlockProcessing.linesCount = pinBlockProcessing.linesCount + 1;
    pinBlockProcessing.deviceIdentifierArray[] = line;
    textFile.close();

    Hi all,
    I also used other two methods to parse such a file which can be opened in Wordpad but not in Notepad.
    1) I used Java.Util.Scanner
    2) I also created and compiled a program/package/class which gets a file and parses it using Java.Util.Scanner using Java in Eclipse.
    I created a JAR out of it and tried to use this JAR in my process by introspecting it and then passing the file to be parsed to the methods in this JAR file.
    But this did not work either. Although the program does work in plain Java in Eclipse. It compiles and parses a a file which can be opened in Wordpad but not in Notepad.
    My program for both these methods was :-
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.Scanner;
    public class Test{
    public static void main(String args[]) throws IOException {
    FileReader fin = new FileReader("./testFile.txt");
    Scanner src = new Scanner(fin);
    src.useDelimiter("\n");
    while (src.hasNext()) {
    System.out.println(src.next());
    fin.close();
    This does not work either.
    All programs and methods work when a text file can be opened in NotePad.
    What could be possible solution in OBPM 10GR3?
    It is something to do with Carriage Return and generating a file in UNIX which when opened in Notepad shows one straight horizontal line and when opened in Wordpad shows vertical lines.

  • Rwserver.conf cannot be parsed

    Dear Experts,
    I am havging a dedicated reportserver for scheduled jobs where i have to configure the printers. some of few reports that send out directly to printer. We have around 5 + printer where i am able to configure.
    System: Weblogic 10.3.4/Porat,Forms,Reports and Discoverer 11g/Enterprise Linux 5
    The below given two printer queue i am getting "cannot parse error when i configued and restarted the report server"
    0-NO-PRINT [When the user dont want to print the output they will use this queue name to write it in pdf]
    1B150-A3-COLOUR accepting requests since Fri 29 Apr 2011 03:10:57 PM EST
    I didnt get parse error for the following printer
    SC-Audit1-KM360 accepting requests since Mon 29 Aug 2011 01:57:53 PM EST
    SC-ITM1-KM360 accepting requests since Tue 20 Sep 2011 01:20:12 PM EST
    SC-StuAd1-KM353 accepting requests since Tue 30 Aug 2011 03:53:30 PM EST
    SC-StuAd2-KM360 accepting requests since Mon 29 Aug 2011 01:57:21 PM EST
    *****Error log*****
    [2011-09-21T21:56:18.678+10:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000JABpzLrDScsrcgU4U51EUT3Y000001,0] ServerConfig:open The server config file /uc01/app/oracle/middleware/asinst_1/config/ReportsServerComponent/repjbssisdev/rwserver.conf cannot be parsed. [[
    Invalid value '0-NO-PRINT' for attribute: 'id'
    At Line :53 :Column :30
    [2011-09-21T21:56:18.681+10:00] [reports] [INCIDENT_ERROR] [REP-56126] [oracle.reports.server] [tid: 10] [ecid: 0000JABpzLrDScsrcgU4U51EUT3Y000001,0] REP-56126 : The server config file /uc01/app/oracle/middleware/asinst_1/config/ReportsServerComponent/repjbssisdev/rwserver.conf cannot be parsed. [[
    Invalid value '0-NO-PRINT' for attribute: 'id'
    At Line :53 :Column :30
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
    at oracle.reports.server.ServerConfig.open(ServerConfig.java:400)
    at oracle.reports.server.RWServer.startServer(RWServer.java:784)
    at oracle.reports.server.RWServer.jniMain(RWServer.java:305)
    [2011-09-21T21:56:19.787+10:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000JABpzbBDScsrcgU4U51EUT3Z000001,0] ServerConfig:open The server config file /uc01/app/oracle/middleware/asinst_1/config/ReportsServerComponent/repjbssisdev/rwserver.conf cannot be parsed. [[
    Invalid value '0-NO-PRINT' for attribute: 'id'
    At Line :53 :Column :30
    [2011-09-21T21:56:19.789+10:00] [reports] [INCIDENT_ERROR] [REP-56126] [oracle.reports.server] [tid: 10] [ecid: 0000JABpzbBDScsrcgU4U51EUT3Z000001,0] REP-56126 : The server config file /uc01/app/oracle/middleware/asinst_1/config/ReportsServerComponent/repjbssisdev/rwserver.conf cannot be parsed. [[
    Invalid value '0-NO-PRINT' for attribute: 'id'
    At Line :53 :Column :30
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
    at oracle.reports.server.ServerConfig.open(ServerConfig.java:400)
    at oracle.reports.server.RWServer.startServer(RWServer.java:784)
    at oracle.reports.server.RWServer.jniMain(RWServer.java:305)
    [2011-09-21T21:56:20.763+10:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000JABpzqRDScsrcgU4U51EUT3^000001,0] ServerConfig:open The server config file /uc01/app/oracle/middleware/asinst_1/config/ReportsServerComponent/repjbssisdev/rwserver.conf cannot be parsed. [[
    Invalid value '0-NO-PRINT' for attribute: 'id'
    At Line :53 :Column :30
    Thanks in Advance
    Salai

    Just a wild guess: do not start the name with a number. Maybe it has nothing to do with it, but Oracle can be difficult in that regard:
    SQL> alter user scott identified by 0tiger;
    alter user scott identified by 0tiger
    ERROR at line 1:
    ORA-00922: missing or invalid option

  • Newbie: Application descriptor cannot be parsed error 100

    Here's my descriptor file:
    <?xml version=1.0" encoding ="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/1.5.1">
        <id>myTest</id>
        <filename>myTest</filename>
        <description>A simple AIR hello world application</description>
        <version>0.1</version>
        <initialWindow>
            <content>myTest.html</content>
            <title>AIR Hello World</title>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <minimizable>true</minimizable>
            <maximizable>true</maximizable>
            <resizable>true</resizable>
        </initialWindow>
    </application>
    and here's the error I'm getting
    /Volumes/My Book/Air Applications/myTest.html: error 100: Application descriptor cannot be parsed
    Can anyone help?

    Stupid error.  Forgot a quote in the first line.  Fixed it, but I have another problem now that I'll ask in another thread.

  • Spell checker error: null cannot be parsed to a squiggly dictionary

    I organized a spell-checker with help Squiggly in my app ( http://labs.adobe.com/technologies/squiggly/).
    _newdict.addEventListener(Event.COMPLETE, handleLoadComplete);
    _newdict.load("dictionaries/en_EN/en_EN.aff", "dictionaries/en_EN/en_EN.dic");
    Everything works fine when the dictionary files is in the same folder as the app. But the dictionary have large size (over 5MB). Therefore load it on user demand. Files can not save the program folder, but only application Storage Directory.
    However, when initializing the dictionary there is an error: null cannot be parsed to a squiggly dictionary. I've tried both ways: file1.nativePath and file1.url, it is still the error.
    var file1:File = File.applicationStorageDirectory.resolvePath("dictionaries/en_EN/en_EN.aff");
    var file2:File = File.applicationStorageDirectory.resolvePath("dictionaries/en_EN/en_EN.dic");
    if (!file1.exists || !file2.exists){
        //download files from the server
    } else {
        _newdict.addEventListener(Event.COMPLETE, handleLoadComplete);
        _newdict.load(file1.nativePath,file2.nativePath);
       //_newdict.load(file1.url,file2.url);
    Tell me how to solve the issue, please?

    Subhranshu,
    Remove the CO extension and check whether it still throws the same error, or it throws the error when u extend the CO.
    Regards,
    Gyan

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • I can no longer access a password protected Numbers file with the correct password. Error message only says the file "cannot be opened."

    I'm using Numbers version 3.2.2.
    Suddenly I cannot access my password protected Numbers file with the correct password. I have the correct password written down so I know I haven't made a mistake.
    The response box that pops up says that the file cannot be opened. There are no other options for me to choose from.

    Also, I tried to open it through an older version of Numbers but it sent this error message.

  • "Cannot open Help. The file cannot be found." Error on Treo Pro

    I can see a support item listed on my phone when I try to search the Help files, but when I click on that item, it gives me an error message, "Cannot oepn Help.  The file cannot be found."
    I am trying to block telemarketer calls, and it looks like there is a way to do it.  Two help references come up - "Setting Options for rejecting calls" and "Blocking Calls."  I just can't access them.
    Thanks in advance!
    Shan
    Post relates to: Treo Pro T850 (Sprint)

    From the Owners Guide http://www.palm.com/us/support/handbooks/treopro/t​reoproT850E_UG.pdf But I dont think its what your looking for.
    Setting options for rejecting a call  By default, when you reject an incoming
    call, the caller is sent to voicemail. You can
    change this setting so that, in addition to
    sending the caller to voicemail, a text
    message opens. This message contains
    default text and is addressed to the caller
    so that you can send the message right
    away. You can also change the default text
    of the message.
    1 Press Start and select Settings.2 On the Personal tab, select Phone .3 Select the Advanced tab.4 To turn on the text message feature, check the Reject call with text
    message box.
    5 (Optional) To change the content of the message, select the text in the box and
    enter the text you want.6 Press OK . 

  • I deleted iTunes when it said "iTunes could not back up iPhone because the backup could not be saved on the computer"and now it wont let me install it again and keeps saying "itunes cannot be installed because the file cannot be found in the cabinet "

    iTunes told me to delete my backup folder when I was having problems syncing my phone to my computer. After that it wouldn't work at all. After trying and trying I deleted iTunes when it said "iTunes could not back up iPhone because the backup could not be saved on the computer"and now it wont let me install it again and keeps saying "itunes cannot be installed because the file cannot be found in the cabinet ". What the **** itunes? Nothing is working!!
    I wanted to update my iTunes so I could sync my phone to my computer and update my phones software so I can use the latest apps that need a 4.2 or higher.
    This is not fun for me so if anyone knows what I can do to fix this please help. Is it possible to download the "cabinent file" with the lastest iTunes?
    Thank you.
    -Kait
    My phone is the iPhone4 and my computer is a Windows Vista

    I doubt that corrupt files are the problem. It is more likely a space or permissions issue. Is the hard-drive on which iTunes is stored close to capacity? Do you (or the particular user profile you have logged on with) have the requisite permissions to save to that drive?
    Otherwise, do you get an error code? This might point us in the right direction.

  • Bug: Numbers File cannot be deleted because it is in use

    Whenever I try to delete a Numbers 09 file, I get the error message that the file cannot be deleted because it is in use. I get this without the file being open at all, so it shouldn't be in use and I should be able to delete it.

    It's actually a plain and simple file. It contains several sheets, each sheet 1 or 2 tables, but no links to external files nor links within the file from one table to another.
    And indeed, I only have it with Numbers files even if I try to delete the file immediately after startup of my computers (iMac and Macbook, both running the same versions of OS X and Numbers). If I try a couple of times, sometimes the file is deleted, but I haven't found out what has changed so that the file can be deleted.

  • I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.

    I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.  I can delete other files but several XLS files are giving me this message.

    You said it was a network drive.  So is someone else on the network using that same file or may have have left with excel still accessing it on their system?

  • Trying to back up iPad to external hard drive, "iTunes library file cannot be saved. The disk you are attempting to use is full."

    This issue is somewhat complex so I will try to explain it as clearly as I can. Any help will be greatly appreciated.
    It all began when I kept getting popups from my iPad saying that I had not backed up since May. I realized that was pretty dangerous so I decided to finally try syncing it to iTunes, though I had avoided doing so for so long because I knew that when I tried there was no room on the computer. I then remembered that I have an external hard drive with plenty of storage space, so I got that out and set it up with a folder to move iTunes and the backup into.
    On iTunes I went to the Advanced Preferences and changed iTunes Media Folder Location to the G: folder, with the keep organized box checked. I also copied the previous backups from the original C: drive to G: so that I could delete the ones on C:.
    I used Junction Link Magic to link my now empty MobileSync backup on C: to a new (JLM would not work unless it was empty) backup folder on external hard drive G:.
    I plugged in my iPad to iTunes to sync it, and while it was backing up I checked the new folder on G: to make sure that the backup was being put there. It was.
    However, about halfway through I got the message "iTunes library file cannot be saved. The disk you are attempting to use is full."
    My question is Why? If it is being made in a 1.5 terabyte hard drive now, and not the computer, why is there no disk space? My guess is that it must still somehow be saving to the computer. But how? And how can I get it to save solely on the G: drive where there is enough room?
    I am running Windows XP and the latest version of iTunes.
    An additional but not as crucial issue:
    Much of my music has been lost, with the being displayed next to the songs in the iTunes library, and only 50 (purchased) songs remain on my iPad. This was because those missing songs were stored on a different external hard drive ( I:). However, I copied many of the music folders on I: over to G: so that everything could be together. I am wondering if it is possible for me to get these songs back onto my iPad. But this is not my most important issue right now, because I believe that once I get the first issue solved I can simply plug in I: and G: at the same time while syncing the iPad, and get the songs back.
    Note: I have come to realize the iTunes program itself is still under Program Files in the C: drive. Does this have to do with anything?

    Short term, free up some disk space. Long term, move the library to a bigger drive.
    tt2

Maybe you are looking for

  • Unable to change make a down payment using Purchase order

    Hello Experts, I created a purchase order and used that purchase order in f-47 and f-48 (created down payment for the P.O). When i tried to execute the good receipt i encountered an error that said profit center not mentioned in line item 001. I unde

  • All is not all...

    "All Photos" is 2686 of 2694. What are the remaining 8 and how do I find which ones are not included in order to see what the issue is? I also see when I click on certain folders it doesn't select the total number and there is a little plus sign by t

  • My ipod shuffle will not go on to my computer

    my friend gave me his ipod shuffle and i tryed to put it on to my computer so i can put music on it and it wont come up on itunes or in my computer can some one help me??

  • How to check for updates?

    How do I check for updates to Nokia messaging? I logged email.nokia.com and went to the support section - it said that to download nokia messaging, I had to go to email.nokia.com on my device browser. But when I tried to do this, nothing loaded, it j

  • No audio when burning from idvd 6.01

    I have been watching this discussion point for several days as I have had exactly the same problem. I have created a 40 minute iMovie with 10 audio tracks then went to share it with iDVD. The movie came across but the audio didn't - just a horrible c