OAG - Kerberos - Native GSS library import error.

Hi,
I tried configuring GSS library in Setting--> Kerberos. I tried importing .so file as given in below link (end of page) . i didn't get /usr/lib/libgssapi.so file instead i had libgssapi.so.2.0.0 and libgssapi.so.2 in /user/lib64.
I tried importing libgssapi.so.2.0.0 file in Native GSS library.
http://docs.oracle.com/cd/E39820_01/doc.11121/gateway_docs/content/kerberos_configuration.html
After import, when i try to deploy it throws below error. Could you please help me here to resolve this error  as i am not able to proceed futhur on this.
ERROR 2013/11/13 22:15:52.084 java exception:
GSSException: Unsupported mechanism requested: 1.2.840.113554.1.2.2
at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:187)
at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:154)
at sun.security.jgss.GSSManagerImpl.getNameElement(GSSManagerImpl.java:187)
at sun.security.jgss.GSSNameImpl.getElement(GSSNameImpl.java:428)
at sun.security.jgss.GSSNameImpl.init(GSSNameImpl.java:157)
at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:127)
at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:111)
at sun.security.jgss.GSSManagerImpl.createName(GSSManagerImpl.java:113)
at com.vordel.circuit.gss.GssEndpoint$GetCredential.run(GssEndpoint.java:480)
at com.vordel.circuit.gss.GssEndpoint.refreshCredentials(GssEndpoint.java:296)
at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:183)
at com.vordel.circuit.gss.GssAcceptors.configure(GssAcceptors.java:38)
at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
at com.vordel.dwe.Service.refresh(Service.java:415)
at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
ERROR 2013/11/13 22:15:52.087 java exception:
java.io.IOException: Cannot run program "kinit": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at com.vordel.common.util.ProcessExecutor.execute(ProcessExecutor.java:45)
at com.vordel.circuit.gss.ExecuteKinit.execute(ExecuteKinit.java:23)
at com.vordel.circuit.gss.GssInitiator.loginNatively(GssInitiator.java:760)
at com.vordel.circuit.gss.GssEndpoint.login(GssEndpoint.java:365)
at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:182)
at com.vordel.circuit.gss.GssInitiator.initialize(GssInitiator.java:125)
at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:48)
at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
at com.vordel.dwe.Service.refresh(Service.java:415)
at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
... 31 more
ERROR 2013/11/13 22:15:52.087 java exception:
GSSException: Unsupported mechanism requested: 1.2.840.113554.1.2.2
at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:187)
at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:154)
at sun.security.jgss.GSSManagerImpl.getNameElement(GSSManagerImpl.java:187)
at sun.security.jgss.GSSNameImpl.getElement(GSSNameImpl.java:428)
at sun.security.jgss.GSSNameImpl.init(GSSNameImpl.java:157)
at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:127)
at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:111)
at sun.security.jgss.GSSManagerImpl.createName(GSSManagerImpl.java:113)
at com.vordel.circuit.gss.GssEndpoint$GetCredential.run(GssEndpoint.java:480)
at com.vordel.circuit.gss.GssEndpoint.refreshCredentials(GssEndpoint.java:296)
at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:183)
at com.vordel.circuit.gss.GssInitiator.initialize(GssInitiator.java:125)
at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:48)
at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
at com.vordel.dwe.Service.refresh(Service.java:415)
at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Regards,
Ganesh

i am not able to start instance. getting below error.
com.vordel.es.EntityStoreException: Failed to configure module: '/[GSSInitiators]name=GSS Initiators' reason: 'GssInititor misconfigured. The process must Use Native GSS Library in order to load the TGT natively.'
        at com.vordel.precipitate.SolutionPack.throwit(SolutionPack.java:528)
        at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:503)
        at com.vordel.dwe.Service.refresh(Service.java:415)
        at com.vordel.dwe.Service.<init>(Service.java:374)
Caused by: com.vordel.es.EntityStoreException: GssInititor misconfigured. The process must Use Native GSS Library in order to load the TGT natively.
        at com.vordel.circuit.gss.GssInitiator.configure(GssInitiator.java:103)
        at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:46)
        at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
        at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
        ... 2 more
Regards,
Ganesh

Similar Messages

  • Java library import error!

    Ok, so I have some code, but I need to import some things from the library. But, when I type:
    import java.util.ArrayList;It comes back with the error:
    SimpleDotCom.java:21: class, interface, or enum expected
    import java.util.ArrayList;
    ^I assume that this is because I'm missing some critical file,(I'm almost positive I didn't download the ME,) but I'm not sure. What did I do wrong?

    Hi
    This error is occured coz of misplacing the statement(import statement) in a wrong place.
    Consider this example.
    class ImportTest{
    public static void main(String ar[]){
    System.out.println("Hello World!");
    import java.util.ArrayList;
    if you compile this code, you will get the error which you are getting now
    i.e you have misplaced the import statement in the code.
    ERROR:
    javac ImportTest.java
    ImportTest.java:8: 'class' or 'interface' expected
    import java.util.ArrayList;
    ^
    1 error
    Note: Import statement always placed before the class definition
    And Package statement must be placed always in the begining
    of the file, i.e before any statements.
    say for eg:
    package test; // Always must be the first statement in a file.
    import java.util.ArrayList; // import statements must be after the
    // package and before class definition
    // if any
    class <Class-Name>{
    Just Check where you put your import statement. Guess your Line:21 will be the import statement - misplaced
    Message was edited by:
    chriscsit

  • "no ocijdbc11 in java.library.path" error when connecting a TNS database co

    Hi
    "no ocijdbc11 in java.library.path" error when connecting a TNS database connection
    I have the same problem 'error code' when testing the connection to a database although I have an APEX db that connects without a problem.
    I have re downloaded jre & SQL Developer just to ensure all files are where they should be with no luck.
    I've also tried most of the suggestions in various threads.
    Does anyone know what exactly causes this error?
    eg; should I be looking for a file called 'ocijdbc11' & put it into the 'java.library.path' path?
    Can anyone explain to a newbie at db connections what I should do?
    I'm using the 'thin' client as the checkbox is clear & I don't know what path to enter into the correct file to make this work??
    This is & needs to connect as a TNS connection & was working fine until recently, the only change I can think of is a move of files from the 'C' drive but I thought redownloading SQL Developer would slove this.
    Thanks

    When you reinstalled SQL Developer, did you install into a new directory (ie rename or delete the old directory first)?
    I don't know if system setup contains directory references (which might be invalid after moving the location of SQL Developer). Does renaming your system2.1.1.64.45 directory (in C:\Documents and Settings\username\Application Data\SQL Developer) help? Note that your connections are in the connections.xml file in the o.jdeveloper.db.connection.11.1.1.2.36.55.30 subdirectory of system2.1.1.64.45 - you will either need to export connections before renaming and then import again after or copy this file to test if you can connect.
    Finally, the TNS Names directory preference is just a way of telling SQL Developer where to look for the tnsnames.ora file, rather than just assuming it will pick the right one. If you go to create a new connection, do you get the right list of TNS aliases? If not, then set this preference to the directory where the right tnsnames.ora file lives.
    theFurryOne

  • Lightroom 3.5 Import Errors using Synology NAS on Macbook

    Hi all,
    I've been trying out Lighroom 3.5 and I love it, with one exception....
    When importing my archive (which is stored on a Synology Diskstation DS211j, accessed via an Airport Extreme), I get multiple import errors (around 5% of the total files), saying files are unreadable, unrecognisable etc. Some of the previews are also corrupt. I also get the "Server connection interupted" dialog in OS X Lion too, during the import. After Synchronizing the folder, it successfully imports more of the files yet still with a few errors. After the third or forth successive Sync, the operation is successful, with all files imported.
    Now, this would point to a problem with my network connection or my NAS or its drives, however, this only happens with Lightroom. The files are not corrupt as they are imported sucessfully eventually. I work with the files outside of Lightroom all the time, and also stream my iTunes library sucessfully from the same drive, with no problems.
    I have imported the same archive into Aperture, and encountered not a single read error or "Server connection interupted" dialog box.
    Any ideas what is going on here?
    Thanks,
    John
    MacBook Pro, Intel Core i7, 8GB RAM
    OS X Lion 10.7.2

    I am having the same problem with my iPad and ios5 since I switched I have had the same issue.  I am a wedding photographer so I transfer about 2000 raw images at a time.  Also, is there a way to see a log of the old import problems.  Once I close out the error window I can't seem to find a way to see what exact files it had problems with unless they haven't been imported to the catalog at all ever and I just do a reimport and skip duplicates.  Sometimes it takes upwards of 5 times for those problematic files to be imported into LR just fine.

  • No tag "output_text" defined in tag library imported

    Dear All,
    I have the following jsp file.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <html>
    <head>
    <title>Welcome to PizzaRia!!!</title>
    <link rel="stylesheet" type="text/css"
    href="<%= request.getContextPath() + "/Styles.css" %>">
    </head>
    <body>
    <f:view>
    <h:form id="myForm">
    <table border="0" cellspacing="4" cellpadding="0"
    width="<h:output_text value="#{initParam.pageWidth}"/>">
    <tr>
    <td colspan="2">
    <%-- The header --%>
    <%@ include file="header.jsp"%>
    </td>
    </tr>
    <tr>
    <td valign="top">
    <%-- The menu --%>
    <%@ include file="menu.jsp"%>
    </td>
    <td valign="top">
    <!--------------- the beginning of the Welcome page ------------->
    <br>
    <div class="NormalLarge">Welcome to PizzaRia!!!</div>
    <br>
    <div class="NormalSmall">Try our tasty pizzas today!</div>
    <!--------------------- the end of the Welcome page ------------->
    </td>
    </tr>
    <tr>
    <td colspan="2">
    <%-- The footer --%>
    <%@ include file="footer.jsp"%>
    </td>
    </tr>
    </table>
    </h:form>
    </f:view>
    </body>
    </html>
    When it comes to deployment, tomcat gives the following error saying that the tag is not defined.
    Any suggestions. highly appreciated.
    org.apache.jasper.JasperException: /index.jsp(14,9) No tag "output_text" defined in tag library imported with prefix "h"
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Jaliya

    thnx BalusC,
    I'm new to this stuff. That was the problem.
    Thanks again,
    Jaliya

  • Generic import error - Lion - CS5.5 - Will not import

    Hi. I just upgraded to cs5.5 with Lion and now a number of my previous cs4 projects will not load various flavors of video. One major problem I discovered was that after installing Lion, both of my Quicktime folders in the user and system library were missing (the system library is hidden in Lion by default, so I revealed it). These folders hold various quictime components, which I recreated from a backup. Now Quictime will play all of the video, but PPro responds with a generic import error. I have included a number of screen shots below showing the video file and library info. (I wish bridge would interogate the files and provide this information, but I use video spec). Any assistance would be greatly appreciated. I have a number of clients waiting for resolution. Thank you. -Jeff

    Well, I solved the problem but I had to de-install Lion to do it, so I will not close out the thread until I update the post after the next Lion attempt.
    Here are the steps I took.
    Clean Install of Snow Leopard from the DVD. This erased everything on the HD.
    Update all system software.
    Download and install Quicktime 7.6.6
    Register Quicktime Pro (Fortunately I had the old receipt) This drops in the AppleMPEG2Codec.component
    Copy over the AppleHDVCodec.component to the user library.
    Install CS5.5
    Big smile.
    One important change is that I did NOT install Final Cut this time.
    I just copied in the missing AppleHDVCodec.component to the library.
    I had this file in the correct folder post install of Lion, but for some reason PPro would not recognize it.
    My best guess is some other file (maybe a framework file) in the library was corrupted or altered during the Lion Installation.
    I also have not copied over all of the other codec.compents yet. I plan to drop these in as needed if new import errors occur.
    Below are the screen shots of the new librarys.

  • Fobs4JMF, Native shared library NOT found, Mac OS 10.5

    Hello all,
    We are having trouble getting Fobs4JMF working on a MAC; we are receiving the following error:
    Fobs4JMF - Native shared library NOT found
    java.lang.UnsatisfiedLinkError: /Users/susan/Documents/workspace/GemIdent/libfobs4jmf.jnilib:
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at com.moesol.bindings.NativeLibraryFinder.loadLibrary(NativeLibraryFinder.java:63)
        at com.omnividea.media.parser.video.Parser.<clinit>(Parser.java:107)The source code we are using works fine on a windows machine using the native .dll file.
    The following files were copied from the binary download into our project folder:
    a) libfobs4jmf.jnilib
    b) jmf.jar
    c) fobs4jmf.jar
    d) jmf.propertiesThe jmf and fobs4jmf jars are added to the classpath
    We have tried the following to no avail:
    a) adding the "libfobs4jmf.jnilib" file to a /lib directory in the project space
    b) adding the "libfobs4jmf.jnilib" to "Contents/Resources/Java"
    We thought it may have been a 64bit issue, so we copies the jmstudio executable to our project workspace, executed it and we are able to play video files without any problems. Therefore, it's a problem with our setup.
    Our versions are listed below:
    Eclipse 3.3.1
    JRE 1.6.0
    Mac OS 10.5, 64bit (although it was also tried on OS 10 32bit to no avail)
    Fobs4JMF 0.4.1
    JMF 2.1.1e
    Thanks so much for your support,
    Adam Kapelner
    Lead Engineer, gemident
    Stanford University
    Susan Holmes
    Stanford University

    Hi Captfoss,
    Thanks for your help.
    We've figured it out. Fobs4JMF 0.4.1 is compiled in Java 5 for 32bit. Once we compiled in Java 5, it began to work. Repeat: do not use Fobs4JMF on a 64bit mac running Java 6, it will require a 64bit native library. The provided jnilib is in 32bit!
    Here was out directory structure:
    /gemident.jar
    /jmf.properties
    /libfobs4jmf.jnilib
    /lib/jmf.jar
    /lib/fobs4jmf.jarAnd our manifest.mf:
    Manifest-Version: 1.0
    Main-Class: GemIdentOperations.Run
    Class-Path: lib/jmf.jar lib lib/fobs4jmf.jarWe can execute with the following:
    java -Xmx1400m -jar gemident.jarThere is no need for any "Djava.library.path" or "LD_LIBRARY_PATH" - it should just work
    Adam

  • Import error: An error occurred whilst running the import.

    ---------------------------
    Import error
    An error occurred whilst running the import. The import log file will now be opened. 
    Exception details: 
    Microsoft.SharePoint.SPException: The file WO_11_12_A_109/STAGE 1ST has been modified by (unknown) on 29 Sep 2014 16:45:44 +0530. ---> System.Runtime.InteropServices.COMException (0x81020037): <nativehr>0x81020015</nativehr><nativestack></nativestack>The
    file WO_11_12_A_109/STAGE 1ST has been modified by (unknown) on 29 Sep 2014 16:45:44 +0530.
       at Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateFileOrFolderProperties(String bstrWebUrl, String bstrWebRelativeUrl, Object varProperties, Int32 fMigrationSemantics, Int32 fReGhost, Byte& piLevel)
       at Microsoft.SharePoint.Library.SPRequest.UpdateFileOrFolderProperties(String bstrWebUrl, String bstrWebRelativeUrl, Object varProperties, Int32 fMigrationSemantics, Int32 fReGhost, Byte& piLevel)
       --- End of inner exception stack trace ---
       at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
       at Microsoft.SharePoint.Library.SPRequest.UpdateFileOrFolderProperties(String bstrWebUrl, String bstrWebRelativeUrl, Object varProperties, Int32 fMigrationSemantics, Int32 fReGhost, Byte& piLevel)
       at Microsoft.SharePoint.SPFolder.UpdateOnImport()
       at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType, Boolean isChildObject)
       at Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType, Boolean isChildObject, DeploymentObject envelope)
       at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)
       at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)
       at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
       at Microsoft.SharePoint.Deployment.SPImport.Run()
       at COB.SharePoint.Utilities.DeploymentWizard.Core.WizardDeployment.RunImport()
    OK   

    Actual error is given below. 
    Is there any way to import it without any error?
    Leaving Monitored Scope (Event Receiver (CHDocumentLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5, CHDocumentLibrary.WorkOrderContentItemEventReceiver)). Execution Time=65.57336
    10/06/2014 14:37:33.20 SPContentDeploymentWizard.exe (0x1544)  
    0x117C SharePoint Foundation        
    Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Event Receiver (CHDocumentLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5, CHDocumentLibrary.WorkOrderContentItemEventReceiver)). Execution Time=45.483792
    10/06/2014 14:37:33.21 SPContentDeploymentWizard.exe (0x1544)  
    0x1378 SharePoint Foundation        
    Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Event Receiver (CHDocumentLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5, CHDocumentLibrary.WorkOrderContentItemEventReceiver)). Execution Time=27.316736
    10/06/2014 14:37:33.21 SPContentDeploymentWizard.exe (0x1544)  
    0x1600 SharePoint Foundation        
    Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (import). Execution Time=30.521776
    10/06/2014 14:37:33.21 SPContentDeploymentWizard.exe (0x1544)  
    0x1600 SharePoint Foundation        
    Monitoring                    
    nasq Medium  
    Entering monitored scope (import)
    10/06/2014 14:37:33.24 SPContentDeploymentWizard.exe (0x1544)  
    0x1378 SharePoint Foundation        
    Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Event Receiver (CHDocumentLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5, CHDocumentLibrary.WorkOrderContentItemEventReceiver)). Execution Time=27.246848
    10/06/2014 14:37:33.27 SPContentDeploymentWizard.exe (0x1544)  
    0x1600 SharePoint Foundation        
    Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (import). Execution Time=52.29824
    10/06/2014 14:37:33.27 SPContentDeploymentWizard.exe (0x1544)  
    0x1600 SharePoint Foundation        
    Monitoring                    
    nasq Medium  
    Entering monitored scope (import)
    10/06/2014 14:37:33.27 SPContentDeploymentWizard.exe (0x1544)  
    0x117C SharePoint Foundation        
    General                      
    8kh7 High    
    <nativehr>0x81020015</nativehr><nativestack></nativestack>The file WO/STAGE 1ST/Amd has been modified by (unknown) on 06 Oct 2014 14:37:33 +0530.

  • Native performance library not loading in weblogic 9.1. help

    I'm trying to review an application and this is my first exposure to weblogic9.1. I've noticed that the native library failed to load in the logs but even after adding the right path, i keep seeing the same error message.
    This surely affect the performance of the application running under this evironment i'm reviewing. Can someone else locate the resolve this problem?
    ####<Jun 27, 2007 3:40:13 PM EDT> <Info> <Server> <lydmtltst06> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973213868> <BEA-002609> <Channel Service initialized.>
    ####<Jun 27, 2007 3:40:13 PM EDT> <Error> <Socket> <lydmtltst06> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973213916> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in: '/opt/java/1.5.0/jre/lib/sparc/server:/opt/java/1.5.0/jre/lib/sparc:/opt/java/1.5.0/jre/../lib/sparc::/usr/dt/lib:/usr/lib:/usr/ccs/lib:/usr/openwin/lib:/usr/ucb/lib:/usr/bin:/usr/ucb:/etc:/opt/bea/weblogic91/domains/lineage/server/native/solaris/sparc:/opt/bea/weblogic91/domains/lineage/server/native/solaris/sparc/oci920_8:/usr/lib'
    >
    ####<Jun 27, 2007 3:40:13 PM EDT> <Info> <Socket> <lydmtltst06> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973213932> <BEA-000447> <Native IO Disabled. Using Java IO.>
    ####<Jun 27, 2007 3:40:14 PM EDT> <Info> <IIOP> <lydmtltst06> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973214947> <BEA-002014> <IIOP subsystem enabled.>
    ####<Jun 27, 2007 3:40:22 PM EDT> <Debug> <Deployment> <lydmtltst06> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973222439> <000000> <Add DeploymentEventListener weblogic.security.service.DeploymentListener@6cc2a4>
    ####<Jun 27, 2007 3:40:22 PM EDT> <Debug> <Deployment> <lydmtltst06> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182973222483> <000000> <Add VetoableDeploymentListener: weblogic.security.service.DeploymentListener@6cc2a4>
    The hardware used is a sunfire machine running solaris 9 (32).

    Stating the obvious, but it is in the mbeantypes folder isn't it?
    Did you let the upgrade wizard automatically upgrade the security provider? I used the domain upgrade wizard which converted my security provider, once I'd done that, I just took that new file (not sure what it changed) and I've been using it without problems.
    Pete

  • Importing error that will not go away...

    Howdie Folks:
    I keep getting the same import error everytime I open iPhoto6. "2 photos have been found in the iPhoto photo library that have not been imported". No matter what I do I get this every time I open iPhoto.
    I don't know what to do - a while back I deleted the "album" that it creates when I tell it to import the 2 photos. Of course, this is recreated every time I select yes to import. No to import, does nothing apparently.
    Any ideas??
    Thanks Guys.

    Howdie.
    Locate your iPhoto Library folder in the Finder. Just inside that folder there may be a folder called "Import" or "Importing." If there is, move it to your desktop. [Please take care to not tamper with anything else inside the iPhoto Library folder from the Finder. Changes you make that way can damage your library.] Use the Finder to view the contents of the Import folder to see if you need to keep it or not. Launch iPhoto and see if that clears up the warning message. If you want the items from the folder, use iPhoto's Import to Library command to bring them in.
    You may also wish to rebuild the database. Hold Option and Command while you Launch iPhoto. Check all 4 options in the dialog box, then Rebuild. It can take a while if your library is large. For more info read this Apple article.

  • J2EE Library Build Error

    Hi all
    Trying to build a J2EE library, i got following error on NWDS. Can you imagine what happen?
    Actually i migrate WebDynpro callable object from SP06 to SP07 using GP Public API. (reger SAP Note 924776)
    I have no idea what is variant "default"?
    Regards,
    Sanghun
    Jun 20, 2006 6:07:49 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: libcrbup: Build failed for ides.com/libcrbup(MyComponents) in variant "default": Failed to create build script: Illegal value strong for attribute strength(element reference)
    Build log -
    Development Component Build (2006-06-20 18:07:48)
    Component name: libcrbup
    Component vendor: ides.com
    SC compartment: MyComponents
    Configuration: LocalDevelopment
    Location: local
    Source code location: Administrator@seln50038942a
    DC root folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\
    DC type: J2EE Server Component
    DC subtype: Library
    Host: seln50038942a
    DC Model check:
    [dcmake] All used DCs are available locally
    [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/addLib"
    [dcmake] validating dependency to public part "default" of DC "sap.com/com.sap.security.api.sda"
    [dcmake] validating dependency to used DC "ides.com/libmdm1"
    [dcmake] validating dependency to public part "external" of DC "sap.com/caf/eu/gp/api"
    [dcmake] validating dependency to public part "CreateBupa" of DC "ides.com/creabup"
    [dcmake] DC model check OK
    Start build plugin:
    [dcmake] using build plugin: sap.com/tc/bi/bp/addLib
    [dcmake] starting build plugin from : C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\addLib\_comp\gen\default\public\addLib\
    Build Plugin 'AdditionalLibraryPlugin', Version 7.00 SP 7 (645_VAL_REL, built on 2006-03-23 22:53:15 CET)
    development component: libcrbup (ides.com)
    software component: MyComponents (demo.sap.com)
    location: local
    type: J2EE Server Component, subtype Library
    build variant: default
    source location: Administrator@seln50038942a
    plugin start time: 2006-06-20 18:07:48 GMT+09:00
    Java VM: Java HotSpot(TM) Client VM, 1.4.2_11-b06 (Sun Microsystems Inc.)
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Warning: Warning: Source folder does not exist, will be ignored: server
    Plugin initialized in 0.07 seconds
    Warning: No runtime information available for development component type Java (sap.com), cannot validate runtime dependency.
    Warning: Assembled DC creabup (ides.com) has runtime dependency on com.sap.exception (sap.com), but the current component neither assembles nor references that component.
    Warning: Assembled DC creabup (ides.com) has runtime dependency on tc/logging (sap.com), but the current component neither assembles nor references that component.
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Generating application-dd.xml
    Data context prepared in 0.01 seconds
    Executing macro file..
    Using macro file: C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\addLib\_comp\gen\default\public\addLib\macros\build.vm
    Creating output file: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\logs\build.xml
    Macro file executed in 0.1 seconds
    Starting Ant..
    Using build file: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\logs\build.xml
    Using build target: build
    Generation folder: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1
    Using Ant version: 1.6.2
    prepare:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\deploy
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\int-pp
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\sda
    compile:
    createPublicParts:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\public\defLib\lib\java
    [copy] Copying 4 files to C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\DCs\ides.com\libcrbup\_comp\gen\default\public\defLib\lib\java
    createDeployArchive:
    [mkdir] Created dir: C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\t\3EE9ACE846E54B984287928A94165CE1\sdaprep
    [cda] Adding module 'ides.comcreabupCreateBupa.jar' from DC 'creabup' (vendor 'ides.com'), public part 'CreateBupa'
    [cda] Creating descriptor server/provider.xml ...
    [cda] Adding weak reference to com.sap.security.api.sda (sap.com), type library
    [cda] Adding strong reference to libmdm1 (ides.com), type library
    [cda] ERROR: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [cda] ERROR: Failed to create build script: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:274)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [cda] ERROR: Caused by: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: ... 24 more
    [cda] ERROR: --- Nested Exception ---
    [cda] ERROR: java.lang.IllegalArgumentException: Illegal value strong for attribute strength(element reference)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.SimpleDOM.setAttribute(SimpleDOM.java:376)
    [cda] ERROR: at com.sap.tc.buildplugin.util.xml.EngineProviderXml.addReference(EngineProviderXml.java:252)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.val.ProviderXmlValidator.validate(ProviderXmlValidator.java:140)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.validateDescriptors(JarSAPArchivePacker.java:284)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.JarSAPArchivePacker.pack(JarSAPArchivePacker.java:142)
    [cda] ERROR: at com.sap.tc.buildplugin.deploy.DeployArchiveTask._execute(DeployArchiveTask.java:267)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
    [cda] ERROR: at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [cda] ERROR: at org.apache.tools.ant.Task.perform(Task.java:364)
    [cda] ERROR: at org.apache.tools.ant.Target.execute(Target.java:341)
    [cda] ERROR: at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [cda] ERROR: at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [cda] ERROR: at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
    [cda] ERROR: at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [cda] ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [cda] ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [cda] ERROR: at java.lang.reflect.Method.invoke(Method.java:324)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
    [cda] ERROR: at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
    [cda] ERROR: at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
    [cda] ERROR: at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
    [cda] ERROR: at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
    [cda] ERROR: at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 0.1 seconds
    Ant build finished with ERRORS
    Failed to create build script: Illegal value strong for attribute strength(element reference)
    Error: Build stopped due to an error: Failed to create build script: Illegal value strong for attribute strength(element reference)
    Build plugin finished at 2006-06-20 18:07:49 GMT+09:00
    Total build plugin runtime: 0.3 seconds
    Build finished with ERROR

    Hi Sanghun,
    The problem is that the provider.xml is generated basing on .dcdef content. in this case you can assign weak refrences to libraries only due unknown for me reason.
    If you want to use hard reference to libraries do the folllowing:
    1. Create "server" folder in your project folder.
    2. copy the "provider.xml" file to this folder from generated sda(do not forget to rename invalid "strong" reference to weak in .dcdef before building)
    3. change the the "weak" to "hard" in the copied "provider.xml" file.
    4. Build the project and check that sda contains correct reference strengh.
    Best regards,
    Aliaksei

  • File Import Error for mpeg-1?

    When attempting to add mpeg1 files to render queue, AME 5.0.1.0 displays a messagebox "File Import Error" "Error while decompressing the source file".
    These mpeg1s are direct from my Sony DSC-N2 point-&-shoot. GSpot identifies them as mpeg1 video codec & 32khz,64kbs,mono layer2 audio. VirtualDub has no problem with these files.
    Any ideas?  I'd upload them here but as uncompressed mpeg1s they're 41 & 19MB.

    Hi Peter,
    Thanks for posting the clip. I tested it and was able to reproduce your results.  In Adobe Media Encoder 5.0.1, installed as part of CS5 Design Premium on Windows 7 64-bit with QuickTime 7.6.9, encoding the file to F4V (or FLV or H.264) was very very slow.  It looks like AME is duplicating every frame many times over, which was confirmed when I stopped the encode and examined the partial file.
    The problem did not occur, however, on a similar computer with CS5 Production Premium installed.
    The reason, if I understand the inner workings of AME well (which I like to think that I do), has to do with which codecs are installed with AME, which is dependent on which Adobe products you have installed.  Only Production Premium, After Effects, and Premiere Pro include the MPEG codecs necessary for AME to decode MPEG files natively.  Design Premium, Flash, or any other Adobe product that installs AME do not install the MPEG codecs.
    In theory, AME shouldn't be able to read your MPEG file at all.  But when QuickTime is installed AME has a rule that allows it to ask QuickTime if it can decode certain types of files if AME can't decode them natively.  In this case, yes, QuickTime can read this MPEG file.  So it's actually QuickTime that is decoding the file for AME, and then AME takes those frames and encodes them to the output format.  If you didn't have QuickTime installed, AME would just produce an error when you tried to open the file.  (I confirmed this by uninstalling QuickTime; this is also why your previous bad QuickTime install was generating the error you first posted about.)
    The problem here seems to be that QuickTime and AME aren't talking together very well.  Either AME isn't requesting the frames correctly, or QuickTime isn't handing over the frames correctly.
    The best workaround for you will be to use a different program to transcode your MPEG files to a different format.  Either directly to F4V, or to an intermediate format (QuickTime, AVI, other) that you can then import into AME so it can properly transcode it.
    Or you can take Jim's suggestion and shoot with a camera that produces files that are more friendly to editing.  MPEG files are notoriously difficult to decode efficiently for editing, and the wide variety of implementations of the MPEG guidelines makes it nearly impossible for editing programs to be compatible with every single device that can write MPEG files.
    I do have some good news: this problem has already been resolved for a future release of AME; my test of an internal build did not reproduce the problem.
    -=TimK
    -=Adobe After Effects and Adobe Media Encoder QE

  • I have produced my Family History in Appleworks over several years. This morning I tried to open some documents and  now get the message "Import Error not a Presentation" so I cannot open the documents. Those that will open appear to be in PAGES layout. n

    I have produced my Family History over the past few years in Appleworks. This morning I tried opening several documents and got the message 'Import Error Not a Presentation. Some that did open were in a different layout. KEYNOTE and PAGES in the Dock flashed as I tried to open my documents. How can I regain my documents in their original format ?

    You do not have the properties in the Bookmarks Manager (Library), but you should have it if you right-click a bookmark the Bookmarks Toolbar or in the bookmarks sidebar.
    On Mac you probably do not have it if you right-click an item in the Bookmarks menu (this menu is under control of the Mac OS), but I assume that this should work if you click the "Show your bookmarks" button on the Navigation Toolbar that is next to the star to bookmark the current tab and right-click an item in the bookmarks list that opens.

  • FDMEE Import error "No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'

    Hi,
    We are having trouble while importing one ledger 'GERMANY EUR GGAAP'. It works for Dec 2014 but while trying to import data for 2015 it gives an error.
    Import error shows " RuntimeError: No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'."
    I tried all Knowledge docs from Oracle support but no luck. Please help us resolving this issue as its occurring in our Production system.
    I also checked all period settings under Data Management> Setup> Integration Setup > Global Mapping and Source Mapping and they all look correct.
    Also its only happening to one ledger rest all ledgers are working fine without any issues.
    Thanks

    Hi,
    there are some Support documents related to this issue.
    I would suggest you have a look to them.
    Regards

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

    That extension identifies the most current Excel file format, a format that can be opened by Numbers '09 (and by Numbers '08).
    A check with Numbers '09 shows it capable of opening .xlsx files when right-clicked (and Numbers chose as the application to open, when double-clicked (if Numbers has been set as the default application to open this type of file, or when dragged to the Numbers icon in the dock.
    I see two possibilities for Numbers inability to open it and the message you receive:
    1. The file is not actually an Excel file, and the sender has added the .xlsx extension to the filename manually.
    2. The file is an Excel file, but has somehow been corrupted.
    Have you tried opening the file with a different application? The open source Office suites, OpenOffice.org, LibreOffice and NeoOffice can also open .xlsx files. If they're unable to open this one, that would point toward the file itself being faulty. You can download these applications from their rspective websites, linked in the names above. All request a donation to support future development, but only Neo requires one to have been made recently, and that only for the current release (which won't be necessary to open .xlsx files).
    Regards,
    Barry

Maybe you are looking for

  • How to Set Report Region Title Dynamically

    I have code working to periodically refresh a Interactive Report on a page. I have the following code in the page header: <script type="text/javascript"> //automatic reload IRR function fnc_reloadIRR () { gReport.search('SEARCH'); window.setTimeout(f

  • How do I change GDM background in XFCE?

    I've just switched from KDE to XFCE in Arch. It's been a relatively painless transition. I decided to use GDM to login to XFCE, and have it running as a daemon in /etc/rc.conf. This works well, however I can't figure out how to change GDM's backgroun

  • Dynamic xml 

    I was able to create the xml jpeg slideshow demonstrated on this site, using the tutorial and everything works fine. But....instead of short captions for each image, I've used an explanatory paragraph for each image, some longer than others. I create

  • Verizon Max Plan

    I'm about to call it quits with Verizon after 4 years with a family plan of 5 lines... December of 2013 I was looking to upgrade my phone but was grandfathered into the unlimited data plan.   I talked to two representatives on the phone and one in a

  • Date operations with internal table

    Dear friends            would you like to tell me. how i determine the most recent date and time from internal table i am not supposed to sort the table by date and time... I must check date and time with other records date and time to determine whic