Getting exception in reading .xlsm and .xlsx using POI

I m trying to read .xls,.xlsm and .xlsx sheet.
Code works properly if tried to read .xls sheet but shows exception if tried to read .xlsm and .xlsx sheet. I have configured necessary jars file in my classpath-
poi-3.8-20120326.jar,
poi-examples-3.8-20120326.jar,
poi-excelant-3.8-20120326.jar,
poi-ooxml-3.8-20120326.jar,
poi-ooxml-schemas-3.8-20120326.jar,
poi-scratchpad-3.8-20120326.jar,
ooxml-schemas-1.0.jar,
xmlbeans-2.3.0.jar,
dom4j-1.6.1.jar,
geronimo-stax-api_1.0_spec-1.0.1.jar
but then also I am getting below error-
Exception in thread "main" org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException
     at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:62)
     at org.apache.poi.POIXMLDocumentPart.read(POIXMLDocumentPart.java:403)
     at org.apache.poi.POIXMLDocumentPart.read(POIXMLDocumentPart.java:408)
     at org.apache.poi.POIXMLDocument.load(POIXMLDocument.java:155)
     at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:183)
     at screens.LireEcrire.main(LireEcrire.java:26)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
     at java.lang.reflect.Constructor.newInstance(Unknown Source)
     at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:60)
     ... 5 more
Caused by: org.apache.xmlbeans.XmlException: error: duplicate attribute 'o:relid'
     at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3471)
     at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
     at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
     at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
     at org.apache.xmlbeans.XmlObject$Factory.parse(XmlObject.java:663)
     at org.apache.poi.xssf.usermodel.XSSFVMLDrawing.read(XSSFVMLDrawing.java:107)
     at org.apache.poi.xssf.usermodel.XSSFVMLDrawing.<init>(XSSFVMLDrawing.java:102)
     ... 10 more
Caused by: org.xml.sax.SAXParseException: duplicate attribute 'o:relid'
     at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
     at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
     at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3439)
     ... 16 more

You might have better luck with a POI forum.

Similar Messages

  • After Install this yosemite my MBP getting heated than before ..and also used lil bit more ram

    After Install this yosemite my MBP getting heated than before ..and also used lil bit more ram

    Calibrating the battery is always a good option. It is far too soon for battery life to drop down as much as you mentioned. Once you do the calibration see what happens and if there are no improvements get applecare to send you a new one.

  • HT1338 ical error pop up, "The server responded with an error". Cannot get it to go away and cant use my ical because of it

    ical error pop up, "The server responded with an error". Cannot get it to go away and cant use my ical because of it

    How are you syncing your contacts?
    Contacts Troubleshooting
    Contacts - Troubleshooting iCloud Contacts

  • Why can't I get search results from Travelocity and Priceline using FF21?

    When I use the Travelocity fight search page, I get an error page each time I use it. It works fine in IE. The same thing happens after getting a list of results from Priceline.com. You click on a flight and an error page appears. Again, it works fine in IE.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • How to get rid of  Reading List and why my add page going in there?

    My + on the toolbar is now adding pages to the reading list instead of the bookmark.. How do i change that/get rid off reading list? I want stuff to go to bookmark. I tried to change the setting in  in Safari>Preferences>Bookmark but I dont have a bookmark option.. Very annoying. I updated to 10.9.1 version. Help!

    Click and hold the button to add a bookmark.

  • How to get Portal Login user ID and Groups using UME API in JSPDynpages

    Hi Experts,
    How can I get the portal logged user ID and bsed on that ID need to get his assigend groups.
    For this Initially I need to get the logged user ID using UME API.
    Can you drop the code to write and display using JSP Dynpages?
    Thanks
    Venkat.

    Hi,
    Try the below code
    IUserFactory userfact=UMFactory.getUserFactory();
    IUser user=userfact.getUserByUniqueName(request.getUser().getUserId());
    String usrid=user.getUniqueName();
    And also you can get the groups assigned to user by using the below code
    Iterator groups = user.getParentGroups(true);
    while (groups.hasNext()) {
         String groupstr = (String) groups.next();
         IGroup g = UMFactory.getGroupFactory().getGroup(groupstr);
         response.write("Group name "g.getUniqueName()"<br>");
    Regards
    Suresh

  • We are getting LDAP response read timed out, timeout used:15000ms oid ovd

    Hi All,
    We are having this in prod environment
    We are getting a lot of these:
    2012-09-12 14:43:52,097 [[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR NamingException: [LDAP: error code 1 - LDAP Error 1 : LDAP response read timed out, timeout used:15000ms.]
    2012-09-12 14:44:24,720 [[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR NamingException: [LDAP: error code 1 - LDAP Error 1 : LDAP response read timed out, timeout used:15000ms.]
    2012-09-12 15:09:57,206 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR NamingException: [LDAP: error code 1 - LDAP Error 1 : LDAP response read timed out, timeout used:15000ms.]
    2012-09-12 15:25:12,029 [[ACTIVE] ExecuteThread: '23' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR NamingException: [LDAP: error code 1 - LDAP Error 1 : LDAP response read timed out, timeout used:15000ms.]
    OID/OVD is apparently not doing well!
    Regards,
    PraveenSharma

    Hi,
    OID log:
    [2012-09-12T11:27:24+02:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: br2lfauth2p.intern.uc.se] [pid: 26857] [tid: 8] [ecid: 004mNrBiy2p9Pdw6wFnZ6G0006Zd007WLb,0] ServerWorker (REG):[[
    BEGIN
    ConnID:1076930 mesgID:915 OpID:914 OpName:modrdn ConnIP:::ffff:172.30.18.198 ConnDN:cn=oam,ou=ucsystemaccounts,dc=uc,dc=se
    [gsldmda_ModifyDN]:ORA-60 ORA-00060: deadlock detected while waiting for resource
    ORA-06512: at line 1
    encountered
    END
    Regards,
    PraveenSharma

  • Can a printer be set up on a iPad without the use of a separate computer? I want to get rid of my laptop and just use. IPad...

    Can a printer be set up on a iPad without the use of a computer? I won't to discard mt laptop and only use the iPad. I ordered a hp3050a which meets the spec....but it requires that the cd be used for see . this is fine for the initial set up but how do I fix or reconfigure if I do not have a computer?

    All you need to do is make sure it's a wifi configured print and connect the print and ipad over the same wifi network. Also make sure the printer is Airplay Capable.

  • Is there any way I can get the new IPhone 4s and not use Verizon, Sprint, or AT

    I use Straight Talk Wireless and I really want the IPhone 4s and I can't switch companies.

    Ditch Straight Talk and go to Sprint. You pay $200 for the phone and $70/month. That's $25 more than Straight Talk but you get much better service. 2 years of Straight Talk and a $650 iPhone save you only about $2-300 than you would by going with Sprint if it was possible to use Straight Talk, which I'm pretty sure it isn't. If you don't want to pay for service every month or don't want to pay for data then just buy an iPod touch. An 4S without service or data is a big waste of money.

  • Get the fault response code and content using proxied HTTPService

    Hi
    I'm totally new to BlazeDS and I apologize by advance if the question has already been asked, but I've been searching for days now.
    The BlazeDS documentation says that using the proxy service it is possible to get the response body of a service, even if the response code is not 200, but I can't figure out how to make this work...
    I have a service provided by my PHP server and when an error occur with the service, the server sends me a HTTP 500 code, with the error described in XML in the body of the response. I configured my Flex application and BlazeDS to access this service with the proxy, but my fault event is almost empty ! It only says "HTTP1.1/ 500...". When I inspect the fault object, I see that the status code is empty and that the content is null.
    Is there something to configure in BlazeDS to get the body of the response ?
    Thanks for your help
    Regards
    Jerome

    The following page describes the .NET WebRequest Class:
    http://msdn2.microsoft.com/en-us/library/system.net.webrequest(vs.80).aspx
    From this page, I agree it looks like we should have access to the status description, however, you will notice if you run your code with something like 'http://www.ni.com/document.html' the LabVIEW error cluster will give you the status error code (I see "404, not found" for this example).  From the msdn page it looks like they are using the HttpWebRequest class, but I don't think this will matter.  I think the quick but nasty solution is to run through the error cluster for System.Net.WebException, or obtain the System.Net.WebException status (though LabVIEW does this for you indirectly through the error cluster).
    Cheers!
    -Bob

  • HOW TO GET T2 TO OPEN DOCX AND XLSX FILES

    MUY T2 WILL NOT OPEN ANY OF THESE FILES, HOW CAN I OVERCOME THIS ?
    Post relates to: Tungsten T2

    Please do not use ALL CAPS when asking a question! It's considered SHOUTING, and not necessary.  Thanks!
    To read those type of files, you'll have to purchase and upgrade to Docs To Go version 11 - however I don't see the T2 listed in the supported devices.  This may be an error on their end, so check the specifications carefully to be sure it will run!
    http://www.dataviz.com/products/documentstogo/premium/dxtg_techspecs.html?device_id=67
    If you're the creator of the files, you can also just save them to an older .doc format and use the version of DTG that came with the device!
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Can't get ADE to accept ID and password used on prev. crashed laptop! tried a number of times

    would abobe please help me to register my email add. ID and password!! havde tried to be accepted so many times without success.

    These are primarily user to user forums with some frequent attention by helpful Adobe employees.  So asking if adobe will help here is somewhat like flipping a coin - sometimes they might be around and offer to try to help and sometimes you just get another user like myself trying to help.
    The way I can try to help is to provide you with the means to try to contact Adobe Support directly.  Whether or not they can help you is what you will hopefully find out to be to a positive result.
    Here are some links to help make contact:
    chat: http://www.adobe.com/support/chat/ivrchat.html
    phone: http://www.adobe.com/support/download-install/supportinfo/

  • HT1518 how do we get back to normal writing and not using unicode?

    My laptop is writing in uni code and it won't go back to English someone please help its urgent!

    Are you using an external keyboard at all? If so, it sounds like it needs remapping. Go to
     > System Preferences > Keyboard to set it up.
    In any case, there should be a flag (national flag or some other icon) in the menubar, probably between the battery/power indicator and the volume icon. Click on it and select 'English'.
    You can set up a keyboard hotkey for this, if you look in
     > System Preferences > Language & Text | Input Sources
    on the right of the window you should see 'Input source shortcuts'. There should be a hotkey for
    'Select previous input source' and
    'Select next input source in the menu'
    If the second one is greyed out, click the 'Keyboard Shortcuts' button underneath and set it up as
    'option-command-spacebar'.
    Now use this hotkey to toggle through to English.

  • I tried to restart my iPad -- now all I get is a spinning wheel and can't use my iPad at all

    I tried to restart my iPad -- now all I get is a spinning wheel and cannot use my iPad at all??

    Try resetting.
    Press and hold the On/Off Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears.

  • I have tried to implement jasper report but getting exceptions at run time

    I have tried to implement jasper report but getting exceptions at run time and I couldn't get the reason of these exceptions. please give me idea to solve this problem.
    I am using following jar files for this :
    commons-beanutils-1.6.1.jar
    commons-digester-1.7.jar
    commons-logging.jar
    jasperreports-1.2.0.jar
    code is as follows:-
    (1) xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE jasperReport
    PUBLIC "-//JasperReports//DTD Report Design//EN"
    "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
    <jasperReport name="Simple_Report">
    <detail>
    <band height="20">
    <staticText>
    <reportElement x="180" y="0" width="200" height="20"/>
    <text><![CDATA[Hello World!]]></text>
    </staticText>
    </band>
    </detail>
    </jasperReport>
    (2.) java file
    import net.sf.jasperreports.engine.*;
    import net.sf.jasperreports.engine.xml.*;
    import org.xml.sax.*;
    import org.apache.commons.digester.Digester;
    import org.apache.commons.digester.RuleSetBase;
    import java.util.*;
    public class JasperReportsIntro
    public static void main(String[] args)
    JasperReport jasperReport;
    JasperPrint jasperPrint;
    try
         jasperReport = JasperCompileManager.compileReport(
    "jasperreports_demo.jrxml");
    jasperPrint = JasperFillManager.fillReport(
    jasperReport, new HashMap(), new JREmptyDataSource());
    // JasperExportManager.exportReportToPdfFile(
    // jasperPrint, "jasperReports/simple_report.pdf");
    catch (JRException e)
    e.printStackTrace();
    I am getting exceptions like:
    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
    /home/navneet/Simple_Report_1143636234024_954843.java:4: package net.sf.jasperreports.engine does not exist
    import net.sf.jasperreports.engine.*;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:5: package net.sf.jasperreports.engine.fill does not exist
    import net.sf.jasperreports.engine.fill.*;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:18: cannot find symbol
    symbol: class JREvaluator
    public class Simple_Report_1143636234024_954843 extends JREvaluator
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:25: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:26: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_CONNECTION = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:27: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_PARAMETERS_MAP = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:28: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_IS_IGNORE_PAGINATION = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:29: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_CLASS_LOADER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:30: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_VIRTUALIZER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:31: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_LOCALE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:32: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_DATA_SOURCE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:33: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_SCRIPTLET = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:34: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_MAX_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:35: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_PAGE_NUMBER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:36: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_COLUMN_NUMBER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:37: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_REPORT_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:38: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_PAGE_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:39: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_COLUMN_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:62: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOURCE_BUNDLE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:63: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:64: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_PARAMETERS_MAP = (JRFillParameter)pm.get("REPORT_PARAMETERS_MAP");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:65: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_IS_IGNORE_PAGINATION = (JRFillParameter)pm.get("IS_IGNORE_PAGINATION");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:66: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_CLASS_LOADER = (JRFillParameter)pm.get("REPORT_CLASS_LOADER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:67: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_VIRTUALIZER = (JRFillParameter)pm.get("REPORT_VIRTUALIZER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:68: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_LOCALE = (JRFillParameter)pm.get("REPORT_LOCALE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:69: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_DATA_SOURCE = (JRFillParameter)pm.get("REPORT_DATA_SOURCE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:70: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_SCRIPTLET = (JRFillParameter)pm.get("REPORT_SCRIPTLET");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:71: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_MAX_COUNT = (JRFillParameter)pm.get("REPORT_MAX_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:88: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_PAGE_NUMBER = (JRFillVariable)vm.get("PAGE_NUMBER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:89: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_COLUMN_NUMBER = (JRFillVariable)vm.get("COLUMN_NUMBER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:90: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_REPORT_COUNT = (JRFillVariable)vm.get("REPORT_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:91: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:92: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT");
    ^
    33 errors
    at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:193)
    at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:131)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:211)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:144)
    at com.appnetix.app.portal.financials.reports.RoyaltyReportAction.execute(RoyaltyReportAction.java:68)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at com.appnetix.app.control.web.AppnetixRequestProcessor.process(AppnetixRequestProcessor.java:149)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at com.appnetix.app.control.web.AppnetixControllerServlet.doPost(AppnetixControllerServlet.java:262)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:595)

    You have no permission to create a report. You have to create a permisson-entry into your server.policy. Then it would be work.

Maybe you are looking for

  • Pickup the file based on the date in file name

    Dear all, I have requirement like this. EX: I have file name called ABC_20110721.txt , i have to pickup that file today and should not delete it and should not mark as 'Read only'. We have to keep that file as is in FTP. I will have another file tomo

  • Please help with creating QTVR movie

    Hi I'm trying to create a QTVR for the first time and I'm using VR Worx. I intend to make a drawing referring to photos and use the drawing as a single pano image for a QTVR movie. First I decided to learn the creation process by using this Image: ht

  • Cannot open PDFs anymore

    I am owner of Master Collection CS 5. I downloaded CS 6 but did not buy it and deleted it from my Mac. After I did that, I could not open PDFs anymore and the program asks me to fill in the serial number. But the serial number I have does not work.

  • V$database_block_corruption

    hello experts we has logical failures on our database for which we ran following commands to validate the instance rman> validate check logical database; used dbms_repair to cehck the obejct and skip corrupted blocks we are still getting the same blo

  • RH7 crashes when creating a new topic

    Every time I create a new topic from the TOC, RH7 crashes when I try to save it. I thought this was an issue with 64-bit Vista so I now have a new machine (Dell Latitude D630, Vista Enterprise SP2) but the same problem happens. The error message is F