Jdev 10.1.2 import war from eclipse complie Error

FIXED type Attribute value not equal to the default value 'http://java.sun.com/xml/ns/j2ee '.
Attribute 'xmlns:xsi' used but not declared.
ub=unable to load taghandler class:/WEB-INF/struts-html.tld

unable to load taghandler class:/WEB-INF/struts-html.tld
Add the struts.jar to the Classpath.

Similar Messages

  • Import bookmarks from json - scripts error

    New profile. Import bookmarks from json - scripts error. Why?
    From HTML - icons YES, import NO errors, tags NO(
    From JSON - icons NO(, import with errors, tags YES
    May be fix\repair\check places.sqlite, how?
    [img]http://i.imgur.com/jCrGYKp.jpg[/img]
    [img]http://i.imgur.com/5f8opcf.jpg[/img]
    [img]http://i.imgur.com/vnIpPZw.jpg[/img]

    Restoring a JSON backup with 12000 bookmarks can be quite a challenge.
    Maybe try this is a second profile and disable the timeout to see if it finishes.
    *http://kb.mozillazine.org/dom.max_chrome_script_run_time
    If it works then you can copy the places.sqlite file to the current profile folder.
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.org/kb/Managing+profiles

  • Import Maxl from network file error

    Hi all!
    Im trying to make a Maxl import statement, using files which are inside another computer within the local network.
    he issue im having is that EAS fails to open the file, which i do have access using the file system.
    My script is:
    import database 'CpResIvr'.'ResIvr' data from local text data_file '\\compName\export-essbase\CPResIvr.txt' on error write to
    'c:\ExportErrors\CPResIvr.err';
    I also tried using 'file://compName\export-essbase\CPResIvr.txt'.
    The error i get in either case is 1090004 (Unable to Open file).
    Any help on how do i provide the path to the file will be appretiated,
    Thanks in advance!

    The import database is using the Essbase server's drive/folder/volume access, not your client's.
    You're going to need to map that drive on the Essbase server side first.
    There was a thread on this subject in the past one or two weeks -- search for it and all (well, all regarding the topic of mapping drives) will be revealed.
    Regards,
    Cameron Lackpour
    Edited by: CL on Jun 3, 2010 11:51 AM
    Here's the thread: Re: MAXL -> rule -> remote file location (unix vs windows)

  • When importing pictures from digital camera, error/unreadable pics?

    I'm new to Mac - and fairly green when it comes to all thinks computer related..so bear with me
    I've connected by digital camera and tried using the iphoto to import - but it won't find/upload any pictures...I just get the spinning wheel/timer forever...and end up having to quit that process.
    Then searching around a bit - found a process called "image capture". Not sure what the difference is - but when I use that icon to find my pictures...I'm getting about 1/2 way there...in that - for some reason while it will find and save SOME of my pictures from my camera/memory card - it seems to pick & choose which ones....and then I get an error message saying some of the jpgs were unreadable. But they are all jpgs on my camera ??? Help. Frustrated!! I want to use the iphoto editing software since it's much better than snapfish or others available and then order prints on line...but can't seem to get ALL the pictures I need.
    Thank you!

    Hi BDAqua - thanks for the update link for Graphic Converter. I'll be sure to give that a try. I do have the camera plugged in versus running on battery...and the MAC plugged in too. My camera is a Casio Exilim 10.1 mpixels. Any idea if that's making a difference? This last time I plugged the camera in...it downloaded the pictures but then I had to "select all" and import to library as a second step. And the video on how the iphoto is suppossed to recognize and pretty much automatically import your photos doesn't seem to be occurring as easily or quickly as implied in the video.
    So I'll give the GraphicConverter a spin and see if that works better. Any tips on usage...and is it just the method to upload....but from there, I still use iphoto to store them in the library, etc? (told you I was green with all this stuff!) Thanks too for the warm welcome!

  • Importing Metadata from wsdl returns errors - (BODI-1112015)

    I  am using DI 12.1 and am trying to create a web service data store.  I tried using both the native web service datastore type and the adapter for web services. Neither worked but I seemed to get further using the adapter.  When using the adapter I can see each of the operations in the service, but when I try to import the metadata for the operations I get an error BODI-1112015 with a message that the namespace is referenced without <import> declaration.  The wsdl does have an import reference corresponding to the schema so I do not understand the issue.  The referenced schema does import other schemas (could that cause problems?).
    Thanks,
    Paul

    I will have to look at the WSDL to see why the import is failing. is this a Public WSDL ? if yes, can you give the URL
    have you tried using the WSDL using some other tools like SoapUI ?

  • Ambiguous-import-flow-from-multiple-connectors when running AD MA Full Sync

    When I run a Full Sync on the AD MA, I get a bunch of "ambiguous-import-flow-from-multiple-connectors" errors when running AD MA. How can I find out which attribute is causing this?
    If I open one of the errors and run a "generate preview" I can see there is a join ("match") based on (data asource attribute) samaccountname &  (metaverse attribute)  accountName but I don't seem to be able to figure out
    what attribute is causing this and / or needs precedence.
    Anyone any ideas?
    JD

    Hello,
    this error occurs because you have more than one CS object linked to one MV object.
    In this case FIM can not resolv the precedence of Attribute flows correctly, because they have all the same precedence. Or regarding to your question, all Import attibutes flows are causing the Problem.
    You have to configure Manual precedence with advanced Attribute flows in this case.
    or
    If multiple CS objects to one MV object is not was you Need, get rid of the second (or more) connector from that data source.
    See more here:
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms696034(v=vs.100).aspx
    http://www.wapshere.com/missmiis/overcoming-multiple-personality-disorder-in-the-source-data
    -Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • JDEV 10.1.3 EA1 - Error in running Imported war file (war file is correct)

    Hi
    Thank you for reading my post.
    I have an Odd problem with Jdev EA1
    I have a war file , I import it into Jdev (new /project/projects from war file)
    I should mention that this war file developed in Rational application developer (Struts based ,database, higly use of other Taglibs)
    Now when i try to run my imported application , it does not run at all, it stops with some errors :
    for example in compiler log it return error for following line :
         <logic:redirect page="<%=session.getAttribute("LastPage").toString() %>" />
    the error is :
         Error(29): Attribute: LastPage").toString() is not a valid attribute name
    Error(29): Attribute: % is not a valid attribute name
    Error(30): Encountered end tag </logic:present> without corresponding start tag.
    Also it returns :
         Error(32): Tag attempted to define a bean which already exists: currentModel
    Error(33): Tag attempted to define a bean which already exists: currentName
    for the following code :
    <logic:equal name="Language" value="en">
         <SCRIPT SRC="language-en.js"></SCRIPT>    /////line 32
         <SCRIPT SRC="ctst.js"></SCRIPT>               ////line 33          
    </logic:equal>
    I import it into netbeans and it run correctly on tomcat, i deploy it inot sun Java apps and it works ok.
    Even i tried Jboss , geronimo to test my application corectness
    Can you tell me what is wrong ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Allen,
    A JSP with web.xml web-app element
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    runs in JDeveloper 10.1.3
    thanks,
    Deepak

  • Jdev EA1 return error in running an already tested war file (imported war )

    Hi
    Thank you for reading my post.
    I have an Odd problem with Jdev EA1
    I have a war file , I import it into Jdev (new /project/projects from war file)
    I should mention that this war file developed in Rational application developer (Struts based ,database, higly use of other Taglibs)
    Now when i try to run my imported application , it does not run at all, it stops with some errors :
    for example in compiler log it return error for following line :
         <logic:redirect page="<%=session.getAttribute("LastPage").toString() %>" />
    [/Code]
    the  error is :
         Error(29): Attribute: LastPage").toString() is not a valid attribute name
            Error(29): Attribute: % is not a valid attribute name
            Error(30): Encountered end tag </logic:present> without corresponding start tag.
    Also it returns :
         Error(32): Tag attempted to define a bean which already exists: currentModel
            Error(33): Tag attempted to define a bean which already exists: currentName
    for the following code :
    [CODE]
    <logic:equal name="Language" value="en">
         <SCRIPT SRC="language-en.js"></SCRIPT>    /////line 32
         <SCRIPT SRC="ctst.js"></SCRIPT>               ////line 33          
    </logic:equal>I import it into netbeans and it run correctly on tomcat, i deploy it inot sun Java apps and it works ok.
    Even i tried Jboss , geronimo to test my application corectness
    Can you tell me what is wrong ?

    Hi
    I think its serious , Jdev Does not works correctly with a correct war file ,
    some one from Jdev team should think about it.

  • Invoking JDev bpel process from Eclipse BPEL Process?

    Is it possible to invoke a bpel process (with dbadapter) developed in JDev from a bpel process created in Eclipse (Designer)?

    I was unsuccessful.
    Scenario:
    I was trying to invoke jdev bpel process (that had a database adapter to update the database) from Eclipse bpel process (since we do not have adapters in Eclipse designer).
    The namespace wasn't known by Eclipse( some schema missing?) and therefore we couldn't compile it.

  • Call DBAdapter created in JDEV from Eclipse?

    Hi
    I tried to call dbadapter created in jdev from Eclipse. It gives me the following error:
    Server returned HTTP response code: 502 for URL: http://localhost:9700/orabpel/xmllib/ws-addressing.xsd
    Any say?
    A schema is automatically created and I think it refers to failure to read that schema.
    How to resolve this issue?
    Message was edited by:
    bstn

    Hi bstn,
    a) is your bpel server running
    b) what youar are trying to call? a wsdl?
    thx clemens

  • Import SAPUI5 project from Eclipse to Appbuilder

    Hello everyone,
    Is it possible to import a project from Eclipse into Appbilder? I have tried but I can not manage to get it to work. I read somewhere online that Appbuilder only supports HTML view, is that why I can't import my project?
    I also tried to create a new eclipse project with HTML view just because I wanted to try to import it...it didn't work though.
    I just want to know if it's me doing something wrong or if if it just isn't supported :-)

    For your information:
    I have searched and come to the conclusion that it is not possible to import projects from other IDE's into AppBuilder.

  • Migrating from Eclipse/Ant/MyFaces Trinidad to using JDeveloper--need help

    I recently downloaded JDeveloper 11.1.1.2.0. Several years ago, I used JDev to do some very simple JSP/servlet development with no formal framework. Times have changed a lot.
    For the past few years, I have been developing server-side Java web apps using Eclipse JEE and Ant (ie, everything is set up so that the developer does not depend on the IDE). We currently implement web apps using Apache MyFaces Trinidad JSF components (but not Facelets). Any developer here can check out our code and simply run Ant to build the projects--no need to even have Eclipse installed. Anyone here can build and develop with a text editor and Ant, if they prefer.
    I am impressed and yet overwhelmed by the robust functionality of the latest JDev--so impressive, but I feel almost a bit too removed from "seeing" what is going on in the code and deployment. I like the notion of drag-and-drop along with wizards, but I want to also know how the JDev project is set up manually; ie, where everything goes, without having to guess on this. I get the impression that I need to learn, very specifically, the framework of ADF. But unfortunately, the tutorials seem to focus on only using the wizards and drag-drop functionality.
    For example, how do I set up JDev to build a project only by running Ant using my properties files and build.xml? This is trivial to do in Eclipse by specifying the Project Builder. Is there some similar setting I can use in JDev?
    Is there full compatibility with Trinidad--didn't Oracle make the original Trinidad?
    Has anyone posted advice on migrating from Eclipse JEE to JDev?
    Sorry if this is an old set of questions; if I had known where to search for this information, I would not be posting this thread.
    Many thanks!
    Mike Quentel

    The basic steps for bringing your existing code into JDeveloper are:
    Import->WAR File - or alternatively create a new application and in it create a new projects->project from existing source
    The next couple of steps have to do with setting the project properties:
    Then you need to set up your project content path (specifically things like Web content and resources content)
    Then you need to add the jars/libraries in your project classpath and libraries.
    A few related link:
    http://blogs.oracle.com/shay/2010/01/migrating_from_netbeans_to_jde.html - netbeans migration but similar concepts
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html - basic migration from Eclipse to JDeveloper
    http://blogs.oracle.com/shay/2009/02/using_trinidad_in_jdeveloper_1.html - Using trinidad in JDeveloper
    Also don't forget that you can now set your JDeveloper accelerators to be based on Eclipse key mapping - might make the migration easier.

  • Export OSB configuration from eclipse using ant script

    I am trying to export an OSB project from eclipse using ant script
    I followed the link below http://biemond.blogspot.com/2010/07/osb-11g-ant-deployment-scripts.html
    It is using com.bea.alsb.core.ConfigExport to do the export. This export is always set to resource level.
    I see it generates a file ExportInfo setting some properties. It has a property that set the export level as below
    <imp:property name="projectLevelExport" value="false"/>*
    How can I export the project in project level? basically setting projectLevelExport to true?
    So that if a file does not exist in the sbconfig.jar file , then while importing the jar to OSB server it will delete the file from the server instead of skipping it?
    I appreciate any help
    here is the ant script snippet that gets executed to export from eclipse
    <target name="exportFromWorkspace">
         <delete failonerror="false" includeemptydirs="true"
    dir="${metadata.dir}"/>     
                   <!--eclipse.refreshLocal resource="${config.project}" depth="infinite"/-->
    <java dir="${eclipse.home}"
    jar="${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar"
    fork="true" failonerror="true" maxmemory="768m">
    <jvmarg line="-XX:MaxPermSize=256m"/>
    <arg line="-data ${workspace.dir}"/>
    <arg line="-application com.bea.alsb.core.ConfigExport"/>
    <arg line="-configProject ${config.project}"/>
    <arg line="-configJar ${config.jar}"/>
    <arg line="-configSubProjects ${config.subprojects}"/>
              <arg line="-exportLevel true"/>
    <arg line="-includeDependencies ${config.includeDependencies}"/>
    <sysproperty key="weblogic.home" value="${weblogic.home}"/>
    <sysproperty key="osb.home" value="${osb.home}"/>
    <sysproperty key="osgi.bundlefile.limit" value="500"/>
    <sysproperty key="harvester.home" value="${osb.home}/harvester"/>
    <sysproperty key="osgi.nl" value="en_US"/>
    <sysproperty key="sun.lang.ClassLoader.allowArraySyntax" value="true"/>
    </java>
    </target>

    yes, I specified the project name to export the whole project.
    Here is few lines from my properties file
    # properties for workspace export
    config.project="OSB Configuration-GW"
    config.jar=D:/workspace/osb/scripts/gateway/mycode2/ant_osb/dist/sbconfig.jar
    config.subprojects="GatewaySecurity"
    config.includeDependencies=true
    workspace.dir=D:/workspace/osb/gateway-workspace
    But this property does not make it to export at project level ,it export the specified project at resource level.
    And while importing this jar to OSB server, if a file is missing it skips the file instead of deleting the file from the OSB server
    If I unjar sbconfig.jar file, open ExportInfo file and update the line in bold below to true then it deletes the file from OSB server, if not exist in sbconfig.jar
    <imp:property name="exporttime" value="Thu Dec 29 13:57:44 EST 2011"/>
    <imp:property name="productname" value="Oracle Service Bus"/>
    <imp:property name="productversion" value="11.1.1.4"/>
    *<imp:property name="projectLevelExport" value="false"/>*
    Here is few lines from Oracle API java doc
    http://docs.oracle.com/cd/E13171_01/alsb/docs26/javadoc/com/bea/wli/sb/management/importexport/ALSBImportOperation.Operation.html
    public static final ALSBImportOperation.Operation Delete
    Indicates that the resource is deleted in the importing domain. This is the default operation when the project is exported in its entirety and the resource exists in the target domain but not in the jar file
    public static final ALSBImportOperation.Operation Skip
    Indicates that the resource is skipped meaning the resource is not touched in the importing domain. This is the default operation if the jar file was exported at the resource level, and a resource that exists in the target domain, does not exist in the jar file.

  • Cannot debug from Eclipse (Mac OS 10.7, Drive 3.01)

    I piggy-backed this on another discussion three days ago, but perhaps creating a new thread will get more attention.
    I recently downloaded the Adobe Drive 3 SDK and am having problems debugging the sample connectors from Eclipse.  I've followed all of the instructions in the documentation, but no matter what I try I cannot get my built connectors (both basicftp and helloworld) to show up when I try to initiate a connection in Drive 3.01.
    I am definitely checking (selecting) the bundles for these two samples in the run configuration, as well as all the dependant bundles ("Validate Bundles" passes successfully).  In the console, if I type 'ss' I see both of the samples listed as ACTIVE.  I launch Drive after I see them as active.
    I tried typing 'csstat' in the console but that does not seem to be a recognized command (per the documentation).
    When I launch Adobe Drive 3.01 I only see the two out-of-the-box connectors (DAM and CMIS).
    If I do a proper build and export to the CS5ServiceManager directory, they do show up in Adobe Drive.  However, I really need to be able to run from within Eclipse to debug.
    I've followed the troubleshooting steps and killed the CS5ServiceManager and Adobe drive processes using Activity Manager (I'm on a Mac OS 10.7 Lion) and also deleted the 'data' folder, rebooted, no luck.
    I even tried doing a clean installation of everything on another machine, and had the same problem.
    Please help or suggest something else to try.  Thanks!

    Thanks so much for the suggestions.
    I haven't tried the 32 bit JVM yet, but your comments got me thinking about which bundles I have selected in my run configuration.  When I first tried selecting ALL bundles, I got an error when launching:
    The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.adobe.versioncue.serialization; version="0.0.0"
    To correct that, I had gone back to the run configuration, cleared all bundles, and pressed the "Add Required Bundles" button.  This only added a small subset of all bundles, but got rid of the validation error.
    I now went back and selected all bundles, despite the validation error, and now I am successfully able to launch the sample.basicftp bundle from Eclipse on one of my two machines.  The other one doesn't work, and when I go type 'ss' I see one of the bundles seems to get stuck in the STARTING state:
    com.adobe.csi.bootstrap_2.0.0.201003221714
    I can probably continue working with my one working machine, but something still doesn't seem right.
    1)  Should I be seeing that "Missing Constraint" error above?  If not, then where do I find the bundle that it is looking for?
    2)  Any idea why the com.adobe.csi.bootstrap is getting stuck in the STARTING state.
    Once again, thanks so much for your help!

  • Unable to view Imported DC from NWDI in the webdynpro explorer view

    Hello,
    I am facing problem with NWDS version 2.0.22. we are upgradeing EP04 SPS 14 to sps 22.  When I import a DC project from NWDI from inactive view of development configuration perspective I cannot see the created DC's in Webdynpro Explorer view of webdynpro perspective but it is showing in Navigator view.
    Also when I create Webdynpro Project or Webdynpro DC locally I was able to see it in Webdynpro Explorer view.
    Can any one please tell me why I was not able to view imported Webdynpro DC's that I create from Inactive view of Development Configurations perspective (selected DC in inactive view and right click and create project).
    Also when I compared the Folder structure in the Navigator view of Webdynpro perspective.   I found below folders structure differences.
    Imported DC from Inactive View of Development configurations
    Folders:
    cfg, def, gen, Model Folder (and sub-forders), src(and sub-forders), test.
    Files:
    .dcdef and .project
    Locally created DC (which is visible in the Webdynpro Explorer view)
    Folders:
    bin, cfg, def, gen, gen_ddic(and sub-forders), gen_wdp(and sub-forders), lib, META-INF, Model Folder, src(and sub-forders), test.
    Files:
    .classpath
    .dcdef
    .project.
    Thanks

    Hi Experts,
    I get below error when I create project.
    com.sap.tc.devconf.SyncException: Failed to sync DC "xx.com/xxdcnamexx(xx.com_xx_1)" in configuration "xx_D". File "C:\Documents and Settings\Administrator\.dtc\0\DCs\xx.com\dcname\_comp\.dcdef" does not exist locally after sync but it exists on the server
         at com.sap.tc.devconf.impl.DCProxy.syncSources(DCProxy.java:916)
         at com.sap.tc.devconf.impl.DCProxy.syncAsSources(DCProxy.java:744)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.syncAsSources(DevelopmentConfiguration.java:4964)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.syncAsSources(DevelopmentComponentNode.java:955)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.syncSelectedDCs(DcCreateProjectAction.java:443)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:237)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)

Maybe you are looking for

  • Iweb rss feed not working

    I published my website (www.nigelreblochon.com) to a folder, then uploaded (using cyberduck) to my webhost. For it to work properly there, I had to remove all items from the folder iWeb created for my site (lets call the folder nigel). The site works

  • Creating playlists from a remote mac mini

    I have most of my music ripped to a Mac Mini using iTunes. when I use my G5, i can see of the music and play it on the G5 (or any other Mac in the house). I'm sure i've done this next thing before, but I can't remember how i did it. I want to create

  • Help in POSTING_INTERFACE_CLEARING

    Hi, Somebody Know how Function POSTING_INTERFACE_CLEARING works or maybe If  there are any function which works like POSTING_INTERFACE_CLEARING . I will appreciate your help

  • MI424WR - DNS Host Name Resolution

    I have added several DNS entries in the DNS Server section of the MI424WR. These are for my network printer, and I have renamed several Android devices to give them names. When I try to ping any host name that I added to the DNS Server section it doe

  • Why do we minimize windows file cache?

    Hi, Can anybody please explain why do we minimize the windows file cache? help.sap.com has the below lines.. "The Windows file cache directly competes with SAP programs for physical memory by pushing them out of the memory. Therefore, you should mini