EJBQL Translation ERRO

I'm working whit Oracle 10g Application Server (comes with JDeveloper). I'm using EJB CMP and when I try deploy my application, I get the following error:
04/08/24 16:19:48 Encountered "IN ( s . servicioPseudonimo )" at line 2, column7.
Was expecting one of:
    "AbstractSchemaName" ...
    "IN" "(" "IdentificationVar" "." "SingleValuedCmrField" "." ...
    "IN" "(" "IdentificationVar" "." "CollectionValuedCmrField" ...
EJB QL statement : 'SELECT OBJECT(s) FROM ServicioMovil AS s,
      IN(s.servicioPseudonimo) AS sp
      WHERE sp.pseudonimo = ?1'
EJB QL method    : public abstract cr.go.ice.mmc.ejb.ServicioMovil cr.go.ice.mmc.ejb.ServicioMovilHome.findByPseudonimo(java.lang.String) throws
javax.ejb.FinderException,java.rmi.RemoteExceptionCan anybody tell me what's going on?

Double check the field servicioPseudonimo of abstract schema type ServiceMovil. The most likely causes are
1) that this field doesn't exist as named
2) the field refers to an identifier that is not a collection-valued cmr-field. The cmr-field must return a collection, not a single-value.
Kenneth Saks
J2EE SDK Team
SUN Microsystems

Similar Messages

  • Não consigo atualizar meu iphone. Ele fica em uma tela com um símbolo de nota musical e outro desenho do cabo de conecção usb. Temto conectá-lo ao pc para atualizar mas da um erro desconhecido de numero 40 e

    Meu iphone esta com problema. Apareceu uma tela  de um icone de nota musical e abaixo  o desenho do cabo de usb. Coloco ele conectado no computador ai da que detectou o meu iphone e ele precisa ser restaurado e atualizado. Eu Clico em confirmar, ele prepara o celular para restauração , mas não consegue restaurá-lo. Então meu celular volta para a mesma tela do icone de múcica e do cabo de conecção. Não entra mais em tela nenuma. O que devo fazer? Levei a uma autoriada e eles dizem que não tem o que fazer? Como pode isso? Um aparelho tão caro? Gostaria de saber como faço para ele voltar ao normal, pois esse erro ocorreu quando conectei ele ao pc para baixar minas fotos.

    Google translate:
    Good day. The problem is this: I was moving normally on my Ipod when I then realized that the App Store was gone and I had not moved in any configuration you unaware. I was desperate and went to look for some solution on the Internet. I did all but none worked. My last option was to restore the device. When I do it, a message appeared to update the IOS (where I had seen the IPod it was updated), but even so I did what I instructed because otherwise I could not restore the product. But the biggest problem came after upgrade when my IPod entered that recovery screen (with a USB pointing to iTunes icon) and ITunes followed with an error saying that it was not possible to upgrade and I should check the network connection etc.. My connection was 100% and soon after, my iPod stopped being recognized by iTunes. Now my iPod does not leave the recovery screen and i dont know what to do, and have tried many solutions on the internet, including the Apple support. I've got to connect my iPod to another computer and ITunes gave the same error, but it is still recognized that that PC and iTunes. Please help me to solve this problem, because my iPod is new, has little more than a year.
        OBS.: My computer is Windows 8 and soon after I tried to restore the ITunes, hvia discovered that a new update. Updated and connected the iPod, but still was not recognized. The other PC I tested was the IPod ITunes and Windows 7 was updated.
         Thanks already ...
    Maybe this
    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • Getting DOM Parsing Exception in translator while Dequeuing the message from JMS topic

    Hi All,
    Hope you all doing good.
    I have an issue.
    I am running on 11.1.1.5 SOA suite version on Linux.
    In my aplication I have 4 projects which are connected by with topic/queue.
    But in one of the communication, the JMS topic throws me the below error in the log, but dequeue happend perfectly fine and the application runs smoothly.
    [ERROR] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@530c530c] [userId: <anonymous>
    ] [ecid: 5552564bd7cf9140:-117a2347:142149c715a:-8000-00000000069dd133,0] [APP: soa-infra] JMSAdapter <project1>
    JmsConsumer_sendInboundMessage:[des
    tination = <TOPIC NAME>  subscriber = <Consumer project name>
    Error (DOM Parsing Exception in translator.[[
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Please make sure that the xml data is valid.
    ) while preparing to send XMLRecord JmsXMLRecord
    [ERROR] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@530c530c] [userId: <anonymous>
    ] [ecid: 5552564bd7cf9140:-117a2347:142149c715a:-8000-00000000069dd133,0] [APP: soa-infra] JMSAdapter <project name>
    java.lang.Exception: DOM Parsing Exception in translator.
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Please make sure that the xml data is valid.
            at oracle.tip.adapter.jms.inbound.JmsConsumer.translateFromNative(JmsConsumer.java:603)
            at oracle.tip.adapter.jms.inbound.JmsConsumer.sendInboundMessage(JmsConsumer.java:403)
            at oracle.tip.adapter.jms.inbound.JmsConsumer.send(JmsConsumer.java:1161)
            at oracle.tip.adapter.jms.inbound.JmsConsumer.run(JmsConsumer.java:1048)
            at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
            at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
            at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    But when I try putting the archived data on this topic, it throws me the same error but even dequeuing doesnt happen.
    I have extracted the payload and validated against the xsd, it looks fine and even the validator doesnt throw me any error.
    But I guess I am missing something, which I am immediately not getting.
    Please let me know, if I am soemthing here which is causing this erro.
    Thanks,
    Chandru

    I searched about this error, but no luck.
    First time when the message dequeues, the consumer can consume the message but throws the error in the log.
    But when I put the message back into queue from archive directory, the consumer doesnt consume message and throws me the same error.
    Does anyone faced this sort of issue.
    I checked my xsd throughly, and validated it externally. but didnt fine any error.
    if anyone knows, suggest me how to resolve this issue.
    thanks & regards
    Chandru

  • EJBQL syntax in OC4J

    Hi,
    I am migrating an application from Weblogic to OC4J. I'm getting an error while using a SQL statement for EJB-QL in Oc4J. It works fine from Weblogic app server. The EJB-QL SQL used in ejb-jar.xml is something like the following:
    <ejb-ql>SELECT      OBJECT(o) FROM tableA AS o WHERE (o.column1 = ?1 OR (?1 IS NULL AND o.column1 IS NULL)) AND     (o.column2 = ?2 OR ( ?2 IS NULL AND o.column2 IS NULL)) AND (o.column3 = ?3 OR ( ?3 IS NULL AND o.colum3 IS NULL)) AND (o.column4 = ?4 OR ( ?4 IS NULL AND o.column4 IS NULL)) AND     (o.column5 = ?5 OR ( ?5 IS NULL AND o.column5 IS NULL))</ejb-ql>
    Can somebody point out what could be wrong in the SQL? The same EJB-QL SQL executes properly from the SQL*Plus command. Is there a syntax error in the statement?
    How can I modify this so that it does not affect the result of the SQL? There is some problem with the use of brackets. I tried some combinations but no luck.
    When deploying the EJB to OC4J with the above SQL as EJB QL SQL, I got the following error:
    com.evermind.client.orion.AdminCommandException: Deploy error: deploy failed!: ; nested exception is:
         oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error translating EJBQL: Encountered "?1 IS" at line 1, column 31.
    Was expecting one of:
    "NOT" ...
    "+" ...
    "IdentificationVar" ...
    <CHAR_LITERAL> ...
    <STRING_LITERAL> ...
    <INPUT_PARAM> "*" ...
    <INPUT_PARAM> "/" ...
    <INPUT_PARAM> "+" ...
    <INPUT_PARAM> "-" ...
    <INPUT_PARAM> ")" ...
    <INPUT_PARAM> "NOT" ...
    <INPUT_PARAM> "BETWEEN" ...
    <INPUT_PARAM> "MEMBER" ...
    "CONCAT" ...
    "SUBSTRING" ...
    "LOCATE" ...
    "LENGTH" ...
    "ABS" ...
    "SQRT" ...
    EJB QL statement : 'SELECT      OBJECT(o) FROM tableA AS o WHERE (o.column1 = ?1 OR (?1 IS NULL AND o.column1 IS NULL)) AND     (o.column2 = ?2 OR ( ?2 IS NULL AND o.column2 IS NULL)) AND (o.column3 = ?3 OR ( ?3 IS NULL AND o.colum3 IS NULL)) AND (o.column4 = ?4 OR ( ?4 IS NULL AND o.column4 IS NULL)) AND     (o.column5 = ?5 OR ( ?5 IS NULL AND o.column5 IS NULL))
    Thanks for your help.
    vadi.

    Hi,
    Can somebody please give me few pointers or clues?
    Thanks,
    Vadi

  • IWeb Translation using Microsoft Translator Widget (beta)

    Guys, am new to iWeb. I'd like to test out the Microsoft Translator Widget (beta) to have my site translated into different languages.
    Has anyone done this and can let me know how to do it please. Below is the microsoft URL.
    I can generate the widget code, but I do not know how or where to place this into my iWeb website (using mobileme as the hosting location).
    http://www.microsofttranslator.com/widget/
    Any ideas or instruction on this would be much appreciated.
    Many thanks

    Oi,
    Estou usando Tradutor API Microsoft na Minha Aplicação Java Que Envia PEDIDO de Tradução e Retorna texto Traduzido Como Votação.
    "A Partir de Língua" E Definido Como "Auto Detect" e "Para Idioma" Está Definido Pará "Inglês"
    Às vezes, ELE NÃO consegue Traduzir o texto e Dá SEGUINTE Erro:
    ArgumentOutOfRangeException: 'de' DEVE Ser hum Nome de parametro idioma válido: A Partir de: ID = 5641.V2_Json.Translate.2484E3EC
    EXISTE Uma Maneira de Corrigir este Problema?
    Obrigado,
    Bhagyesh Jain
    AmigosdaProntotel1652

  • EJBQL DB Keys - Oracle DB Tables

    Q: Cisco Prime Infrastructure 2.0 - CLI Template with DB Variables;
    I'm working on a CLI template with DB variables and looking for a translation table between the EJBQL DB keys that are used in the CLI template and the real Oracle Table names (which seems to be different)
    I can't find such information in the regular CPI docs i.e. cisco.com
    thanks in advance for your kind help!

    No I don't have this information (yet) Cisco doesn't want to share this :-(
    However to solve the problem you describe, you don't need to use DB variables in your Prime Infrastructure template. Simply create a user defined group for either/or IOS and NXOS devices and use that same device group in your template deployment (or design a CLI template specificaly for this type type as additional critera)
    Kind Regards,
    Frank

  • Can not deploy VSM1.3 to oc4j10g 10, can not translate EJB QL

    the OS is win2k
    oc4j version is oc4j 10g(10.0.3.0.0)
    started oc4j by java -Ddefault.cmp.pm=native_cmp -jar oc4j.jar
    when deploying vsm, the following EJB QL error:
    deploy-oc4j:
    [java] Error: Deploy error: deploy failed!: ; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: java.lang.Instanti
    ationException: Error initializing ejb-module, Exception: Compile error: Error t
    ranslating EJBQL: java.lang.NullPointerException
    [java] com.evermind.client.orion.AdminCommandException: Deploy error: deplo
    y failed!: ; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: java.lang.Instanti
    ationException: Error initializing ejb-module, Exception: Compile error: Error t
    ranslating EJBQL: java.lang.NullPointerException
    [java] at com.evermind.client.orion.DeployCommand.execute(DeployCommand
    .java:95)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4
    jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminCons
    ole.java:26)
    [java] java.rmi.RemoteException: deploy failed!: ; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: java.lang.Instanti
    ationException: Error initializing ejb-module, Exception: Compile error: Error t
    ranslating EJBQL: java.lang.NullPointerException
    [java] at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FR
    OM_THE_REMOTE_SERVER(RMIConnection.java:908)
    [java] at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnect
    ion.java:802)
    [java] at com.evermind.server.rmi.RemoteInvocationHandler.invoke(Remote
    InvocationHandler.java:69)
    [java] at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.in
    voke(RecoverableRemoteInvocationHandler.java:22)
    [java] at __Proxy0.deploy(Unknown Source)
    [java] at com.evermind.client.orion.DeployCommand.execute(DeployCommand
    .java:92)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4
    jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminCons
    ole.java:26)
    [java] Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.I
    nstantiationException: Error initializing ejb-module, Exception: Compile error:
    Error translating EJBQL: java.lang.NullPointerException
    [java] at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.
    java:75)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.internalDeploy(DefaultApplicationServerAdministrator.java:376)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.deploy(DefaultApplicationServerAdministrator.java:276)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.r
    un(ReleasableResourcePooledExecutor.java:291)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] Caused by: java.lang.InstantiationException: Error initializing ejb-
    module, Exception: Compile error: Error translating EJBQL: java.lang.NullPointer
    Exception
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:1076)
    [java] at com.evermind.server.Application.postInit(Application.java:688
    [java] at com.evermind.server.Application.setConfig(Application.java:20
    1)
    [java] at com.evermind.server.ApplicationServer.addApplication(Applicat
    ionServer.java:1947)
    [java] at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication
    (ApplicationDeployer.java:382)
    [java] at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(Appli
    cationDeployer.java:134)
    [java] at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.
    java:61)
    [java] ... 10 more
    [java] Caused by: java.lang.InstantiationException: Compile error: Error tr
    anslating EJBQL: java.lang.NullPointerException
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:1021)
    [java] ... 16 more
    [java] Caused by: com.evermind.compiler.CompilationException: Error transla
    ting EJBQL: java.lang.NullPointerException
    [java] at com.evermind.server.ejb.compilation.Compilation.translateEjbq
    lQeries(Compilation.java:229)
    [java] at com.evermind.server.ejb.compilation.Compilation.compile(Compi
    lation.java:265)
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:930)
    [java] ... 16 more
    [java] ---- Embedded exception
    [java] oracle.oc4j.admin.internal.DeployerException: java.lang.Instantiatio
    nException: Error initializing ejb-module, Exception: Compile error: Error trans
    lating EJBQL: java.lang.NullPointerException
    [java] at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.
    java:75)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.internalDeploy(DefaultApplicationServerAdministrator.java:376)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.deploy(DefaultApplicationServerAdministrator.java:276)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.r
    un(ReleasableResourcePooledExecutor.java:291)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] Caused by: java.lang.InstantiationException: Error initializing ejb-
    module, Exception: Compile error: Error translating EJBQL: java.lang.NullPointer
    Exception
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:1076)
    [java] at com.evermind.server.Application.postInit(Application.java:688
    [java] at com.evermind.server.Application.setConfig(Application.java:20
    1)
    [java] at com.evermind.server.ApplicationServer.addApplication(Applicat
    ionServer.java:1947)
    [java] at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication
    (ApplicationDeployer.java:382)
    [java] at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(Appli
    cationDeployer.java:134)
    [java] at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.
    java:61)
    [java] ... 10 more
    [java] Caused by: java.lang.InstantiationException: Compile error: Error tr
    anslating EJBQL: java.lang.NullPointerException
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:1021)
    [java] ... 16 more
    [java] Caused by: com.evermind.compiler.CompilationException: Error transla
    ting EJBQL: java.lang.NullPointerException
    [java] at com.evermind.server.ejb.compilation.Compilation.translateEjbq
    lQeries(Compilation.java:229)
    [java] at com.evermind.server.ejb.compilation.Compilation.compile(Compi
    lation.java:265)
    [java] at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.ja
    va:930)
    [java] ... 16 more
    [java] Java Result: 1
    [java] Error: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb
    does not exist in application vsm
    [java] com.evermind.client.orion.AdminCommandException: bindWebApp() failed
    !; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb
    does not exist in application vsm
    [java] at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAp
    pCommand.java:31)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4
    jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminCons
    ole.java:26)
    [java] java.rmi.RemoteException: bindWebApp() failed!; nested exception is:
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb
    does not exist in application vsm
    [java] at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FR
    OM_THE_REMOTE_SERVER(RMIConnection.java:908)
    [java] at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnect
    ion.java:802)
    [java] at com.evermind.server.rmi.RemoteInvocationHandler.invoke(Remote
    InvocationHandler.java:69)
    [java] at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.in
    voke(RecoverableRemoteInvocationHandler.java:22)
    [java] at __Proxy0.bindWebApp(Unknown Source)
    [java] at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAp
    pCommand.java:28)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4
    jAdminConsole.java:117)
    [java] at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminCons
    ole.java:26)
    [java] Caused by: oracle.oc4j.admin.internal.DeployerException: Web module
    VSMWeb does not exist in application vsm
    [java] at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(We
    bApplicationBinder.java:187)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.bindWebApp(DefaultApplicationServerAdministrator.java:362)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.r
    un(ReleasableResourcePooledExecutor.java:297)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] ---- Embedded exception
    [java] oracle.oc4j.admin.internal.DeployerException: Web module VSMWeb does
    not exist in application vsm
    [java] at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(We
    bApplicationBinder.java:187)
    [java] at com.evermind.server.administration.DefaultApplicationServerAd
    ministrator.bindWebApp(DefaultApplicationServerAdministrator.java:362)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
    sorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
    hodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:86)
    [java] at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.jav
    a:56)
    [java] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.r
    un(ReleasableResourcePooledExecutor.java:297)
    [java] at java.lang.Thread.run(Thread.java:534)
    [java] Java Result: 17

    I have a 10.1.2 app that deploys and binds just fine,
    but when I try to deploy the same app on a 10.1.3
    version it seems to deploy just fine but I can not
    access the application. When I go into the web
    frontend of the 10.1.3 server I see my app is
    deployed, status is shown as green but when I click
    on the web app it says that no JSPs were found also
    it is not bound. I deploy using the auto deploy
    feature.Can you check and see that the http-web-site.xml has a valid <web-app> entry for your web module?
    Have you tried to access a specific JSP and see the same error? Or are you trying to access just the root context?
    Can you try deploying the application using the deployment function in Application Server Control (http://host:1810) and see if it works and/or reports any error messages?
    -steve-

  • Código erro 00 - Como resolver esses erros do iDVD?

    Como resolver esses erros do iDVD?

    Old Toad - Much better answer than mine - YES we need descriptive details !
    Hej
    Från Google translate
    Felkod 00 - Hur man löser dessa fel iDVD?
    Hur skall man lösa dessa fel iDVD?
    Jag tror att Error 00 är ett fel av det allvarligare slaget.
    Total System Break down - eller liknande
    Det står följande
    General System Errors (VBL Mgr, Queue)
    Ø noErr Ø for success "OR"
    Ø smNotTruncated No truncation necessary
    men vad det betyder har jag ingen aning om - SORRY
    BTW - keeping these discussions in english - makes more people able to answer - AND EVEN more people benefits from reading if in same situation
    My General troubleshooting list
    When iMovie doesn't work as intended this can be due to a lot of reasons
    • iMovie Pref files got corrupted - trash it/they and iMovie makes new and error free one's
    • Creating a new User-Account and log into this - forces iMovie to create all pref. files new and error free
    • Event or Project got corrupted - try to make a copy and repair
    • a codec is used that doesn't work
    • problem in iMovie Cache folder - trash Cache.mov and Cache.plist
    • version miss match of QuickTime Player / iMovie / iDVD
    • preferences are wrong - Repair Preferences
    • other hard disk problem - Repair Hard Disk (Disk Util tool - but start Mac from ext HD or DVD)
    • External hard disks - MUST BE - Mac OS Extended (hfs) formatted to work with Video
    ( UNIX/DOS/FAT32/Mac OS Exchange - works for most other things - but not for Video )
    • USB-flash-memories do not work
    • Net-work connected hard disks - do not work
    • iPhoto Library got problems - let iPhoto select another one or repair it. Re-build this first then try to re-start iMovie.
    This You do by
    _ close iPhoto
    _ on start up of iPhoto - Keep {cmd and alt-keys down}
    _ now select all five options presented
    _ WAIT a long long time
    • free space on Start-Up (Mac OS) hard disk to low (<1Gb) - I never go under 25Gb free space for SD-Video (4-5 times more for HD)
    • external devices interferes - turn off Mac - disconnect all of them and - Start up again and re-try
    • GarageBand fix - start GB - play a few notes - Close it again and now try iMovie
    • Screen must be set to million-colors
    • Third-party plug-ins doesn't work OK
    • Run "Cache Out X", clear out all caches and restarts the Mac
    • Let Your Mac be turned on during one night. At about midnight there is a set of maintenance programs that runs and tidying up. This might help
    • Turn off Your Mac - and disconnect Mains - for about 20-30 minutes - at least this resets the FireWire port.
    • In QuickTime - DivX, 3ivx codec, Flip4Mac, Perian etc - might be problematic - temporarily move them out and re-try
    (I deleted the file "3ivxVideoCodec.component" located in Mac HD/Library/Quicktime and this resolved my issue.)
    buenrodri wrote
    I solved the problem by removing the file: 3ivxVideoCodec.component. after that, up-dated iMovie runs ok.
    Last resort: Trash all of iMovie and re-install it
    Yours - Sorry to be of near to Zero Help - Bengt W

  • Erro 5107

    Qual a razão de aparecer sempre esse erro 5107  quando estou introduzindo as informações na minha conta da Apple Store?

    Milton Filho wrote:
    Qual a razão de aparecer sempre esse erro 5107  quando estou introduzindo as informações na minha conta da Apple Store?
    Google Translation from the Portuguese:
         What is the reason of this error 5107 always appear when I am introducing the information in my account of the Apple Store?
    Milton
    Por favor, dê-nos as etapas detalhadas que está a tomar para encontrar o seu erro. Além disso, está em Portugal ou no Brasil ou em outro lugar? Por favor, seja detalhado, sem dar informações pessoais.
    Please give us detailed steps you are taking to encounter your error. Also, are you in Portugal or Brazil or elsewhere? Please be detailed without giving personal information.
    CCC

  • Erro de conversão taxa de câmbio  em BRL

    Olá Grupo, bom dia.
    Estou em projeto de migração 4.7 para 6.0, prem estou com erro na pricing do calculo do custo do frete (VI01), onde tenho uma condição que está apresentando a seguinte mensagem:
    Condição ZTOG (erro de conversão taxa de câmbio  em BRL)
    Nº mensagem V1208
    Diagnóstico
    Na conversão da moeda ocorreu um erro.
    As seguintes causas são possíveis:
    não existe nenhuma conversão de moeda válida
    a operação aritmética está errada
    Procedimento
    Verificar no customizing na etapa 'Definir fatores de conversão para a conversão da moeda' se existe uma taxa de câmbio válida de ZTOG para  e complementá-la eventualmente.
    Caso o usuário não possa efetuar esta atividade devido à autorização, deve informar a administração do sistema.
    Esse erro impede que o calculo do item seja realizado completamente e isso está interferindo na transferencia para contabilidade do valor do custo do frete.
    Alguem já passou por esse erro antes?
    Agradeço pela atenção de todos.
    Att.
    Alécio Silva

    Moçatto.
    Consegui identificar o erro.
    Na condição ZTOG a mesma estava definida como regra de calculo G - Formula, modifiquei para B - Montante Fixo pois já tem uma formula atribuida a pricing na condição que executa o calculo dos valores.
    Efetuamos os teste dos processo e funcionaou corretamente.
    Como está sendo migrado da versão 4.7 para 6.0 as configurações foram copiadas, mas após aplicação do pacote SAPKH60506 começou a apresentar o erro que informei.
    Quero agradeçer pela resposta sobre minha duvida.
    Obrigado.
    Abs.
    Alécio

  • Erro de SYSFAIL e Queda do Ambiente JAVA (PI)

    Bom Dia
    Estou num projeto de NFe e atualmente esta acontecendo o seguinte cenário de Erros:
        Na SMQ2 , quando apresenta um aumento nas filas de Mensagens , aparece SYSFAIL em determinadas Filas , todas as outras travam , aumenta o numero de Filas.
       Com essa mensagem de SYSFAIL nas filas , o serve0 (Parte JAVA do PI) cai e após isso estou tendo que efetuar manualmente um STOP/START em todos os canais de comunnicação para que os R/3 voltem a emitir NFe.
        Isso esta ocorrendo com mais frequência após inserir uma nova empresa para emissão de NFe.
        Alguem poderia me ajudar a entender por que ocorre o SYSFAIL as mensagens travam e derruba o ambiente JAVA ?
    Sérgio.

    1º) Erro: Commit Fault: com.sap.aii.af.rfc.afcommunication.RfcAFWException:SenderA
    2º) Foi alterado o numero de Filas O numero de Filas foi alterado , mas não consigo ver esse parametros na RZ10 , tem  3 entradas : X32_DVEBMGS32_NFISAP ; DEFAULT ; START_DVEBMGS32_NFISAP nessa transação ...onde eu vejo isso
    3º) Esse parametro não tem nessa transação (/usr/sap//DVEBMGS00/j2ee/cluster/server0/log/). em qual desses diretórios abaixo eu encontro esse parametro ?
    Existe esses:
    DIR_ATRA      /usr/sap/X32/DVEBMGS32/data
    DIR_BINARY      /usr/sap/X32/DVEBMGS32/exe
    DIR_CCMS      /usr/sap/ccms
    DIR_CT_LOGGIN    /usr/sap/X32/SYS/global
    DIR_CT_RUN              /usr/sap/X32/SYS/exe/run
    DIR_DATA              /usr/sap/X32/DVEBMGS32/data
    DIR_DBMS              /usr/sap/X32/SYS/SAPDB
    DIR_EXECUTABLE /usr/sap/X32/DVEBMGS32/exe
    DIR_EXE_ROOT     /usr/sap/X32/SYS/exe
    DIR_GEN              /usr/sap/X32/SYS/gen/dbg
    DIR_GEN_ROOT    /usr/sap/X32/SYS/gen
    DIR_GLOBAL        /usr/sap/X32/SYS/global
    DIR_GRAPH_EXE  /usr/sap/X32/DVEBMGS32/exe
    DIR_GRAPH_LIB   /usr/sap/X32/DVEBMGS32/exe
    DIR_HOME             /usr/sap/X32/DVEBMGS32/work
    DIR_INSTALL        /usr/sap/X32/SYS
    DIR_INSTANCE     /usr/sap/X32/DVEBMGS32
    DIR_LIBRARY      /usr/sap/X32/DVEBMGS32/exe
    DIR_LOGGING     /usr/sap/X32/DVEBMGS32/log
    DIR_MEMORY_INSPECTOR   /usr/sap/X32/DVEBMGS32/data
    DIR_ORAHOME       /oracle/X32/102_64
    DIR_PAGING                            /usr/sap/X32/DVEBMGS32/data
    DIR_PUT                            /usr/sap/X32/put
    DIR_PERF                            /usr/sap/tmp
    DIR_PROFILE      /usr/sap/X32/SYS/profile
    DIR_PROTOKOLLS     /usr/sap/X32/DVEBMGS32/log
    DIR_REORG                          /usr/sap/X32/DVEBMGS32/data
    DIR_ROLL                          /usr/sap/X32/DVEBMGS32/data
    DIR_RSYN                            /usr/sap/X32/DVEBMGS32/exe
    DIR_SAPHOSTAGENT     /usr/sap/hostctrl
    DIR_SAPUSERS     ./
    DIR_SETUPS                           /usr/sap/X32/SYS/profile
    DIR_SORTTMP     /usr/sap/X32/DVEBMGS32/data
    DIR_SOURCE     /usr/sap/X32/SYS/src
    DIR_TEMP                           /tmp
    DIR_TRANS                           /usr/sap/trans
    DIR_TRFILES                          /usr/sap/trans
    DIR_TRSUB                          /usr/sap/trans

  • Currency Translation on Key Date for AR Aging

    Need your valuable advice!
    I have created an AR Aging query including both Open and Cleared Items based on 0FIAR_C03_Q0005 standard query. However the requirement is to do currency translation to Group Currency (USD) on Key Date. This Key date is defaulted to today but the user can change this to go back in time and pull all the ARs as of that back dated key date.
    I was planning to create a currency translation type on M rate based on the Key Date Variable in RSCUR. However I am confused on which variable to base this currency translation. I have several key date variables in my query such as 0P_KEYD2 (based on Posting Date), 0P_KEYDT (based on Net Due Date) and 0P_KEYD3 (based on Clearing Date).
    Which Key Date Variable should I use in 'Time Reference from Variable' field in RSCUR? Would it be one of the 3 mentioned above or something else and why?
    Appreciate your valuable advice.
    Thanks,
    Al

    Hi,
    Yes I do want to use the Key date from the variable screen and I am using the standard 0FIAR_C03_Q005 with slight modification including currency translation.
    As I mentioned in my original post I have several key date variables in this query such as 0P_KEYD2 (based on Posting Date), 0P_KEYDT (based on Net Due Date) and 0P_KEYD3 (based on Clearing Date). My question is which one should I use if I want to base it on the specific key date variable from the variable screen? I need the specific Key Date variable technical name.
    Thanks,
    Al

  • XML Publisher report - Number translation in Italian

    While i am Doing an XMl publisher report in english and Italian Languages i am facing an issue with the Dot translation.
    For eg: 4.5 is translated to 4,5 in Italian.This creates a problem for me when i am doing summary on this column.So how should i handle in case italian.

    better to ask this question in the BI (XML) Publisher Forum: BI Publisher

  • No Unicode Translation Error

    Hi All,
    I am getting the following error while running a report in Answers tool.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46115] No Unicode translation is available for some of the input characters for MultiByteWideChar(). (HY000)
    I am seeing this error on my local windows desktop. The database is oracle 10g.
    The error is not very consistent. Sometime it works and then it fails because of the above error. Not sure what is causing it.
    thx,
    Bejoy
    Edited by: bejoy.nair on Sep 1, 2009 9:00 AM

    I am also receiving the same error, but from within Answers. It occurs occasionally, depending on what fields I select. I am trying to narrow it down to a field and field type. I am using OBIEE 10.1.3.4.0 and Oracle 11g.
    Any help would be appreciated.
    Thanks,
    Anne

  • Media Encoder CC 2014.0.1 error on install: I can't unpack the downloaded files (translation).

    I have troubles with the latest update of Media Encoder CC (2014). I get an error which says: I can't unpack the downloaded files (translated from Dutch). Please try again. I try again, but it don't help. I have a MacPro early 2008 with Mavericks.
    =======================================
    Moderator moved thread from Premiere Pro forum to AME, and trimmed the title.

    Looks like one component in Media Encoder is either missing or corrupted somehow.
    Could you uninstall Adobe Media Encoder CC 2014 and please make sure all files are deleted after uninstall?  Then, please try re-installing it.

Maybe you are looking for

  • Mini-DVI to VGA cable... LCD TV has female input

    I recently bought a mini-DVI to VGA adapter from an Apple store, to connect my MacBook with a broken screen to a UMC LCD TV. When it came to plugging the VGA end into the TV, I realised it has exactly the same connector (female I think) as the TV. Th

  • Entries into Multicolumn Listbox/Safing Data in .txt-file

    Hello. I haven't found anything helpful for my problem or better to say problems. I have to do a task that I have no idea how to solve. It isn't helping that I was never good with programming. Here is what I have up till now: I want to write seven st

  • Iphoto created duplicates in seperate folder ?

    i had all of my photos in a folder 'digital camera photos' and put that folder in the 'pictures' folder, when i added/imported all the photos in the 'digital camera photos' to the iphoto library, a new folder was made in the 'pictures' folder which i

  • Bug Report: Linked Contacts Dissapear

    if sim contacts display is switched off, all contacts from local storage or synec from gmail doesn't appear in Phone application if linked with any of the sim contacts: 1. find any contact on your synced gmail contacts account (or perhaps local phone

  • Does quicktime still have to be divisble by four to run well?

    I am creating a multi-screen display using two sets of two 20" samsung 1680 x 1050 monitors. The system will run on a custom built PC. The Quicktime movies will play at full screen across the entire width and height of 3360 x 1050. I want to make sur