Problem with Lomboz Plugin(3.2) Grammar not Found

I created a sample struts project and I tried to run it with Lomboz. I got an error message
FO: Loading chain catalog from
jar:file:/root/Deepesh_Workplace/DeepeshWorkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/InternalSystemsWebPortalFinal/WEB-INF/lib/struts-core-1.3.8.jar!/org/apache/struts/chain/chain-config.xml
May 21, 2007 9:15:31 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 14 column 15: Document is invalid: no grammar found.
org.xml.sax.SAXParseException: Document is invalid: no grammar found.
     at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
     at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)
     at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:384)
ay 21, 2007 9:15:31 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 14 column 15: Document root element "struts-config", must match DOCTYPE root "null".
org.xml.sax.SAXParseException: Document root element "struts-config", must match DOCTYPE root "null".
     at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
     at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)
     at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:384)
Struts-Config
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This is a blank Struts configuration file with an example
welcome action/page and other commented sample elements.
Tiles and the Struts Validator are configured using the factory defaults
and are ready-to-use.
NOTE: If you have a generator tool to create the corresponding Java classes
for you, you could include the details in the "form-bean" declarations.
Otherwise, you would only define the "form-bean" element itself, with the
corresponding "name" and "type" attributes, as shown here.
-->
<struts-config>
<form-beans/>
<global-exceptions/>
<global-forwards>
<forward name="welcome" path="/Welcome.do"/>
</global-forwards>
<action-mappings>
<action forward="/pages/Welcome.jsp" path="/Welcome"/>
<action path="/aBC" scope="request" type="ABC" validate="true"/>
</action-mappings>
<controller processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>
<message-resources parameter="MessageResources"/>
<plug-in className="org.apache.struts.tiles.TilesPlugin">
<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml"/>
<set-property property="moduleAware" value="true"/>
</plug-in>
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
<set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
</plug-in>
</struts-config>
I tried my best to resolve it but nothing worked . Please help me out with this.

Please help me out with this or let me know appropriate forum to post this question.

Similar Messages

  • Problems with Active Directory Users showing as not found in Open Directory work group manager

    I’m running a golden triangle setup with Open directory assigning group policy and authentication provide by active directory. In workgroup manager I can search through the AD and add users or computers to groups in OD workgroup manager. However when I save and refresh the users or computer appear as ‘not found’. Is there a reason for this?

    Hi Zero
    It's very reassuring to know im not the only one having issues with this..
    Im on my second re install of the server.. I like you have no wish to do another clean install as everything else is connected and it seems like the answer is probably very simple.
    So today im going to re- run the terminal commands as layed out in the online guides.
    However i was kinda hoping someone would be able to supply us with an answer.
    thanks
    J

  • Problems with new  Macbook Aluminum 13" Airport not found + Dead Pixel

    I'll start off by saying that this is my first Mac. I noticed today that I have a dead pixel (not a big deal I can exchange it, kind of a pain since I have already installed all my files and configured windows XP). My other problem is with the Airport card. The error I get is "No AirPort card installed". When I go into system preferences/network/Airport tab and click "Turn Airport On" nothing happens and the status is "off". I also try "Assist me..." and run the network diagnostics for the AirPort and it just scans forever and finds nothing. Now, here is where it gets fun. It works just fine on the Windows XP side. Like I said, I am going to exchange this Macbook anyways b/c of the pixel but I would like to know what is going on here incase this happens again. The Airport was working fine yesterday on both Mac and Windows. I'm very impressed with the graphics but disappointed that XP runs better on my new Macbook then Mac OS X.

    Provo1109 wrote:
    I'll start off by saying that this is my first Mac. I noticed today that I have a dead pixel (not a big deal I can exchange it, kind of a pain since I have already installed all my files and configured windows XP).
    If you have a USB2 hard drive you can spare (it will be formatted as a Mac drive, not FAT32) you can do a Time Machine backup of the machine before the exchange. You can then load that into your replacement machine and not have to reinstall anything. That's how I went from my old MacBook to the new one on Tues and it was very slick. Even Windows (under Parallels) was installed.
    Oops .. just noticed date of original post: My advice is a tad too late
    Phil
    Message was edited by: w7ox

  • Problem with ejbs in Netweaver 2004s-Class not found exception

    Hello,
    I have a webdynpro project(Newtweaver 2004s)  referring to a stateless session bean. I created an ejb and defined two public parts - part 1 contains EJB components and part 2 contains some Exception classes I refer to in my webdynpro project. I added these parts to my webdynpro project as dependencies for compile and runtime. I am able to compile and deploy the webdynpro project without any issue but I get runtime errors saying the following:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.test.techops.ccf.data.Data. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 27 more
    Caused by: java.lang.NoClassDefFoundError: com/test/techops/ccfejb/util/CCFException --> Defined in my ejb (public part)
         at com.test.techops.ccf.data.wdp.InternalData.<init>(InternalData.java:240)
         ... 32 more
    I did not have any issues when the code was running on Netweaver 2004 but now it does not seem to work when I migrated to 2004s. Can anyone please advice me on what the problem might be ?
    Thanks,
    Rama

    Hi Harsha,
    Thanks for your quick reply.
    Trying to figure it out by comparing JRE versions but still no result. I have found one problem is that
    when Gantt is loaded , Java in control panel loads all the Applets requried in to its Resources.
    These Resources are missing for the user for whom the Gantt error is produced.
    Loaded Resources can be found in the below Path :
    ControlPanel -> Java-> General Tab -> View Button -> select Resources in Show .
    So, How to load these resources ??? . Is there any setting to do that ???
    Regards,
    Ravikiran.K

  • Problems with NIK Plugins

    Hi all,
    a lot was said already about problems with using Nik plugins in PS5 64 bit mode, but I'm not getting closer to a final solution.
    I have installed all latest NIK plugin updates without problems.
    According to their website all of their plugins are running now in a 64 bit mode.
    In CS4 I can open and work with all plugins, BUT ONLY after removing the 'Selective Tool' from the plugin folder.
    When it is not removed, PS4 is crashing all the time immediately after opening.
    In Dfine plugin I noticed that my pointer is always a bit flickering during processing.
    In CS5 it is the same; if the Selective tool is in the Plugin folder, it won't opening.
    After removing it, in 32 bit mode I can open and work with all installed plugins.
    But in 64 bit mode I'm able to work only with Silver Efex and HDR Efex Pro, but as soon I open Dfine, Sharpener, Viveza or Color Efex CS5 is crashing immediately.
    I'm running a Mac pro with plenty power, ram etc, all updated and cleaned up.
    What is other people's latest experience regarding that issue?
    Thanks

    Hi to all,
    here I like to give you an update on my experience with NIK Plugins.
    After beeing unable to solve my NIK problems by myself and in the forum I was contacting NIK, and their respons email told me only the following:
    "In case of experiencing problems with their plugins in 64 bit mode remove all Duplicate Ariel Fonts"
    Since I read about that already earlier, that reason had been ruled out.
    BUT I got the idea simply to remove all my Arial Fonts from my Library (to the Desktop), and surprisingly ALL NIK plugins now were functioning without bringing CS5 to crash at start-up.
    Unfortunately over the last days, especially on working with big file size pictures (around 200 MB) and plenty layers, CS5 crashed again often after initializing of the plugins.
    Than I read today the post from Grey Havens, who suggested to set the percentage of RAM what Photoshop should use to maximal 60%.
    Since I do have 14 GB RAM available, I indeed reduced the settings from 85% to 65%.
    2 of my 3 internal HD's are assigned as scratch disk, as recommended by Adobe.
    Thanks Grey, as you described, all plugins are opening now very fast, and I just tried all applications with big files, many layers and CMYK files,
    without having any crash so far anymore.
    If this continues, than I dont have to use my CS4 or the CS5 in 32 bit mode anymore, which would make all easier for me.
    Than it also doesn't matter that Photoshop has less RAM assigned, because in 64 bit mode the almost 9 GB RAM assigned is for me more than enough.
    So what worked for me, might work also for other people with same problems:
    ---    I had to remove the 'Selective Tool' from all plugins in CS4 and in CS5
    ---    I had to remove all Arial Fonts from my Font Library
    ---    I set in Preferences Performance the 'Let Photoshop Use RAM' to 65% only   
    Regards
    Michael

  • A problem with DigitalPersona plugin in ff5.

    Hi. Got a problem with DigitalPersona plugin. I'm using FF5 now, so it doesn't work, but I wonder if there's a way to deal with it. I mean, maybe someone know anything to make it work on FF5 without violating their rights. When using almost 50 symbol passwd it's some kind of bothering without DP ;p

    After more searching and plugin decompiling, I found that the problem occurs when it tries to access to the registry using the following key:
    "Software\\Serena\\Dimensions\\" + System.getProperty("oracle.jdevimpl.vcs.dimensions.clientVersion", "9.1") + "\\PC Client"
    I don't know where the value of "oracle.jdevimpl.vcs.dimensions.clientVersion" is supposed to come from.
    I tried to set it using the jdev.conf file:
    AddVMOption -Doracle.jdevimpl.vcs.dimensions.clientVersion=10.1
    It works a little better: I get the connection window. But when I provide the connection parameters and clic on "OK", I get the following error message:
    "Could not recognize output from the command."
    We are using Dimensions 10.1.3.
    Is this version not compatible with the plugin ?

  • Hi, I have a problem with my ipod touch: I can not activate my ipod with my Apple ID, it tells me that my account can not activate this device, but my ID apple is OK and the ipod is mine, I have my ballot, HELP PLEASE

    Hi ...
    I have a problem with my ipod touch:
    I can not activate my ipod with my Apple ID, it tells me that my account can not activate this device, but my apple ID is OK.
    The proposed me as ipod help entering previous credentials, but the ipod is mine from the beginning, in fact I have my ballot, not bought down to another user.
    Actually I do not know how to activate it in Chile were unable Store MacOnline solve my problem, it is for this reason that I am writing to see if someone can help me.
    PLEAAASEEE
    Thank you.
    Sebastian

    Thanks for your answer.
    actually, my ipod will not let me activate it with apple id, this happened when the new iOS acutalizó understand that has more security, but do not know what to do.

  • When i try to update my itunes on my pc i keep getting the messaage that there was a problem with the installer and it could not finish. how do i fix this? i`ve tried to download 3 times already.

    when i try to update my itunes on my pc i keep getting the messaage that there was a problem with the installer and it could not finish. how do i fix this? i`ve tried to download 3 times already.

    Hi
    I've got a similar problem.  iTunes v10.2 worked fine, but when I tried to update it to 10.5 I got a 'Bonjour' error.  I eventually solved that but I still couldn't upgrade to 10.5, so I deleted every single Apple, Quicktime, iTunes, etc file on my PC using Revo Unistaller (because the normal Windows Add/Delete programs wouldn't work) but now, when I install the latest iTunes version from scratch (on XP SP3), it says: "the installer encountered errors before it could be configured.... your system has not been modified" 
    Any ideas?
    Rick

  • Problem with WCS, with an error message (Error: Object not found in device)

    I  have a problem with WCS, I can not open the window monitor /  controllers with an error message (Error: Object not found in device)  -> https: / / 10.19x.xxx.xx/webacs/switchDetailAction. do? ControllerID = 23735
    by  cons I can open the window configures / controllers -> https: / /  10.19x.xxx.xx/webacs/switchGeneralAction.do? command = detail &  ControllerID = 23735
    Is there a way to recreate the database or the object? thank you in advance

    thank you for your help
    Unfortunately, the command "refresh config from controller"  does not solve the problem because we have a negative result
    (in mode retain or in mode delete) with the following logs :
    Log file wcs-0-0.log
    10/19/10 12:07:16.333 ERROR[snmpmed] [23] Response VarBind missing for class InterfaceConfig attribute isInterfaceWired
    Log file tomcat_localhost_access_log
    10.197.xxx.xx - - [19/Oct/2010:12:07:16 +0000] "POST /webacs/switchListCommandAction.do HTTP/1.1" 200 47399
    10.197.xxx.xx- - [19/Oct/2010:12:07:16 +0000] "GET /webacs/alarmSummaryAction.do?command=summary&dojo.preventCache=1287490037130 HTTP/1.1" 200 421

  • I have a problem with my ipod touch it does not light at all, what should I do?

    I have a problem with my ipod touch it does not light at all, what should I do?

    Try the troubleshooting here for your specific symptom:
    iPod touch: Hardware troubleshooting

  • There is a problem with my apple watch.it is not working well .There is a problem in its charging .The repairers says that contact to your company and ask them to provide you its software. Please help me.

    There is a problem with my apple watch.it is not working well .There is a problem in its charging .The repairers says that contact to your company and ask them to provide you its software.
    Please help me.

    Please be aware that you are not communicating with Apple when you post in these forums. These are user-to-user support forums, so in almost all cases the only people who will reply to your posts are, like me, your fellow users.
    As to your issue, Apple does not and never has made a wristwatch as such. The only thing close to a watch that they have made was the 6th-generation iPod nano:
    http://support.apple.com/kb/ht1353#iPod_Nano_6G
    which has a clock feature and which some people have worn as a wristwatch. Is that what you mean?
    Message was edited by: varjak paw

  • Problems with the plugin of QT 7.3

    I just installed the latest version of quicktime and itunes in my pc. itunes work fine and quicktime as well. But when I try to see a video shown with quick time, I just can't watch it. I can hear but the little screen just shows a green constantly? what's the matter? I'm using firefox and safari and it happens in both of them.

    I have the same problem with you.
    You should read Note 1539463 - Creating system from par is not possible in 730.
    I have tried to import nw7.0x par (......gw) to nw7.3, and error when deploy it.
    So you can try to create system in Portal 7.0x, and then import it to NW7.3.
    Why you want to connect to Exchange 2007? If you try to make sso with exchange tranport, I'm not sure it could happen now.
    All the documents talk about Portal 7.0, exchange 2003, windows 2003. That's totally different.
    Create system for Exchange in Portal, you don't enter any technical info there.  So it is useless if  you don't go any further.
    And Note note 922040 is closed by SAP which is about Exchange transport.
    I have sent OSS message to SAP, but no response after servaral weeks.
    You can try to make SSO between portal and owa(outlook web access) with  SSO22KerbMap ISAPI module

  • I have problem with Cellular data network it is not apearing in iphone setting so help me how to bring this option in iphone

    i have problem with Cellular data network it is not apearing in iphone setting so help me how to bring this option in iphone

    What brand/model USB drive? Is it bus or AC powered?
    On Mail...
    First Quit Mail, then I'd backup these two Mail folders, by right clicking on them in the Finder, then choose Archive/Compress.
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)
    Right click on that Mail folder, choose archive, you'll get everything in the folder, and the folder itself in a file called Mail.zip, move it to a safe place, same for the Mail Downloads folder... only the plist is separate.
    /Users/YourUserName/Library/Preferences/com.apple.mail.plist

  • I have a MacBook Pro that I bought almost a year ago, next day problems with the hard disc that could not be diagnosed by the service, after 3 months they realized it and changed it with a new one, after 3-4 months heated and shut down and dont work anymo

    I have a MacBook Pro that I bought almost a year ago, next day problems with the hard disc that could not be diagnosed by the service, after 3 months they realized it and changed it with a new one, after 3-4 months heated and shut down by itself and dont work anymore. From apple say even a year has not passed it is not under garancy and I should pay to fix it without ans issue.

    I have a MacBook Pro that I bought almost a year ago, next day problems with the hard disc that could not be diagnosed by the service, after 3 months they realized it and changed it with a new one, after 3-4 months heated and shut down by itself and dont work anymore. From apple say even a year has not passed it is not under garancy and I should pay to fix it without ans issue.

  • Problem with OLAP SAPBI SHOWING Server in not responding

    Hi All,
    Problem with OLAP SAPBI SHOWING Server in not responding
    SBO0001)",
    Iam Creating a universe , When iam Retriving my olap cube query it showing the error "Server in not responding (SBO0001)",
    Thanks In advance
    Praveen Kumar Yagnamurthy

    I am receiving this same error.  I have these additional details:
    CS: COM Provider CLSID not specified or erroneous
    In my case, this is for a universe that I created in BOE XI R2 sp5.4 and migrated up to BOE XI 3.2 sp2.  This connection uses OLEDB.  I have the same situation with another universe that I migrated over that uses an ODBC connection and it works fine.
    In my case, I am not using OLAP.

Maybe you are looking for