ADF and Glassfish - strange errors

Hello

I have an application that is works very well in WebLogic 12 c. For development, I have used jdev 12 c (12.1.2.0.0) and the Weblogic 12.1.2.0.0 deployment. The security infrastructure is not active.

The version of Glassfish is 3.1.2.2, with ADF Essentials 12.1.3.0 (before I tested with version 12.1.2.0).

The deployment was successful, but the journal has the following message is displayed:

PWC4011

Full message

Cannot set the application context /polomonitor UTF-8 character encoding, because the request parameters have already been read, or ServletRequest.getReader () has already been called

OK, I have already created the file glassfish - Web.xml in WEB - INF directory, but still not had the desired effect:

<? XML version = "1.0" encoding = "UTF-8"? >

< glassfish-web-app error-url = "" >

polomonitor < context root > < / root context >

< property name = "useBundledJsf" value = "true" / >

< delegate class-loader = "false" / >

< parameter encoding by default-charset = "UTF-8" / >

< / glassfish-web-app >

But my real problem is described below. It happens at random - the same page now works correctly, the error occurs sometimes. I think that the message above could be linked, because I have found no reference on Google for the error below.

java.lang.RuntimeException: UNZIP_STATE_FAILED

to org.apache.myfaces.trinidadinternal.application.StateManagerImpl$ PageState._unzipBytes (StateManagerImpl.java:1692)

to org.apache.myfaces.trinidadinternal.application.StateManagerImpl$ PageState.getViewState (StateManagerImpl.java:1549)

at org.apache.myfaces.trinidadinternal.application.StateManagerImpl.restoreView(StateManagerImpl.java:792)

at com.sun.faces.application.view.ViewHandlingStrategy.restoreView(ViewHandlingStrategy.java:123)

at com.sun.faces.application.view.FaceletViewHandlingStrategy.restoreView(FaceletViewHandlingStrategy.java:453)

at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.restoreView(ViewDeclarationLanguageWrapper.java:74)

at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.restoreView(ViewDeclarationLanguageWrapper.java:74)

at com.sun.faces.application.view.MultiViewHandler.restoreView(MultiViewHandler.java:142)

at javax.faces.application.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:303)

at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:247)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:756)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:397)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)

at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)

to com.sun.enterprise.v3.services.impl.ContainerMapper$ AdapterCallable.call (ContainerMapper.java:317)

at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)

at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)

at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)

at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)

at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)

at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)

at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)

at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)

at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)

at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)

at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)

at com.sun.grizzly.ContextTask.run(ContextTask.java:71)

to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)

to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)

at java.lang.Thread.run (unknown Source)

Caused by: java.lang.ClassNotFoundException: com.sun.el.lang.VariableMapperImpl

at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1509)

at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359)

at java.lang.Class.forName0 (Native Method)

at java.lang.Class.forName (unknown Source)

at org.apache.myfaces.trinidad.util.ClassLoaderUtils.loadClass(ClassLoaderUtils.java:134)

at org.apache.myfaces.trinidad.util.ClassLoaderUtils.loadClass(ClassLoaderUtils.java:65)

at org.apache.myfaces.trinidadinternal.util.ObjectInputStreamResolveClass.resolveClass(ObjectInputStreamResolveClass.java:60)

at java.io.ObjectInputStream.readNonProxyDesc (unknown Source)

at java.io.ObjectInputStream.readClassDesc (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at com.sun.el.ValueExpressionImpl.readExternal(ValueExpressionImpl.java:277)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at com.sun.faces.facelets.el.TagValueExpression.readExternal(TagValueExpression.java:181)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:248)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:248)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

at org.apache.myfaces.trinidad.component.TreeState.readExternal(TreeState.java:249)

at java.io.ObjectInputStream.readExternalData (unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readArray (unknown Source)

at java.io.ObjectInputStream.readObject0 (unknown Source)

at java.io.ObjectInputStream.readObject (unknown Source)

to org.apache.myfaces.trinidadinternal.application.StateManagerImpl$ PageState._unzipBytes (StateManagerImpl.java:1686)

... more than 51

Thank you.

Caused by: java.lang.ClassNotFoundException: com.sun.el.lang.VariableMapperImpl

Bug in JSF 2.0.3 2.1.13. Use JSF 2.1.18, 2.2.0 - m09.

https://Java.NET/JIRA/SI/JIRA.issueviews:issue-HTML/JAVASERVERFACES-1828/JAVASERVERFACES-1828.html

If the use of Maven add the following to the pom.xml.

com Sun.El

El-ri

1.0

compile

Tags: Java

Similar Questions

  • Apex listener 2.0 and Glassfish configuration error

    Hello

    When I do the configuration between Glassfish 3.1.2.2 and apex listener 2.0, I get the error. After I deployed the apex.war I tried to go to http://localhost: 8080/apex/listenerConfigure but I was getting this error.

    java.lang.IllegalStateException: PWC3990: getWriter() has already been called for this answer
    at org.apache.catalina.connector.Response.getOutputStream(Response.java:674)
    at org.apache.catalina.connector.ResponseFacade.getOutputStream(ResponseFacade.java:206)
    at oracle.dbtools.rt.web.ServletResponses.sendResponse(ServletResponses.java:84)
    at oracle.dbtools.rt.web.ServletResponses.sendResponse(ServletResponses.java:130)
    at oracle.dbtools.rt.web.ServletResponses.sendResponse(ServletResponses.java:111)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
    to com.sun.enterprise.v3.services.impl.ContainerMapper$ AdapterCallable.call (ContainerMapper.java:317)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:619)

    could someone help me

    FYI - I can configure apex listener 1.1.4 and Glassfish 3.1.2 no problem

    Thank you

    This is one of them. There are several option.

    Take a look at:

    java -jar apex.war help 
    

    That will show you all the options.

    Which is the main:

    java -jar apex.war setup --database test
    

    Now keep in mind, this will change your WAR file. After its deployment, the parameters are in XML files. I highly recommend that you configure a location of configuration before you deploy the WAR file. It will make your life much simpler and more predictable.

    More details here: [url http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/config.htm#autoId0]Listener V2.0 Docs

    -Tim

    Published by: Tim St. H., February 22, 2013 11:24

    Published by: Tim St. H., February 22, 2013 11:30

  • ADF 12.2.1 and Glassfish 4.1 cannot download files and export to excel on table throws the error

    Hi all

    I use JDEV12.2 and Glassfish Server 4.1.1.

    I am facing issue while using the export to excel feature on table and file download and download throw Error Server glassfish 4.1.1 as follows:

    [SERIOUS] [[org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl]]

    java.io.EOFException

    at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler._skipBoundary(MultipartFormHandler.java:229)

    to org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler. < init > (MultipartFormHandler.java:102)

    to org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler. < init > (MultipartFormHandler.java:75)

    at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:139)

    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:746)

    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:227)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:184)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:166)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:316)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:415)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:282)

    to com.sun.enterprise.v3.services.impl.ContainerMapper$ HttpHandlerCallable.call (ContainerMapper.java:459)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:201)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:175)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:561)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:56)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:137)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:565)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:545)

    to java.lang.Thread.run(Thread.java:745).

    Since it was a bug and slipped in glassfish 3.1.2.2.What will be work it around for that please someone help me.

    Thank you

    Hello

    It s a bug on the class MultipartFormHandler of the Trinity - impl.jar. You can download the sources of trinidad-impl (trinidad-impl - 2.0.0 - sources.jar.zip) and replace the following code to the _parseBoundary method:

    Source language:

    Analyze the text content type limit

    public static private String _parseBoundary (final String contentType)

    {

    final int boundaryStart = contentType.indexOf (_BOUNDARY_PARAMETER);

    If (boundaryStart<>

    {

    Returns a null value.

    }

    Limit begins with ' - '.

    return "-" + contentType.substring (boundaryStart + _BOUNDARY_PARAMETER.length ());

    }

    New:

    Analyze the text content type limit

    public static private String _parseBoundary (final String contentType)

    {

    final int boundaryStart = contentType.indexOf (_BOUNDARY_PARAMETER);

    If (boundaryStart<>

    {

    Returns a null value.

    }

    String limit = contentType.substring (boundaryStart + _BOUNDARY_PARAMETER.length ());

    final int semicolonIndex = boundary.indexOf(";");

    If (semicolonIndex >-1) {}

    Boundary = boundary.substring (0, semicolonIndex);

    }

    Limit begins with ' - '.

    return '-' + limit;

    }

    You can find the jar trinidad - impl.jar update here.

    ADF 12 c + Glassfish4 + trinidad-impl

    Replace the jar trinidad - impl.jar in your EARS or your deployment.

    It will be useful,

    Alex

  • Strange error with RHCL RH10 and RH11 command-line compilation

    Hello once again, RoboHelp gurus!

    I feel a strange error using the compilation process command-line rchl in RoboHelp 10 and 11 of RoboHelp.

    Here is the command I use:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl "C:\folder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\log\folder\logfile.txt".

    When I generate the log of the cmd file, I see an error "LILo: BIBCientInit could not initialize" twice in the window of cmd prompt while compiling is the treatment.  The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl "C:\projectfolder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\logfolder\logfile.txt" [press ENTER]

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML >


    The created FichierJournal.txt has no mention of ""LILo: BIBCientInit could not initialize "it contains."  Compiling builds without problem, as far as I can tell.


    The same thing happens when I do not create the log during the cmd file and it errors record right "compensation output folder.  But, it seems to me that the output folder does not actually get disabled.


    This allows the viewing of the compilation process line by line in the cmd prompt window.  When the compiler indicates "output Compensation folder...". ', the ' LILo: BIBCientInit failed to initialize "error message appears twice, and then the process continues.

    Here's the command:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl 'C:\folder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder '.

    The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl 'C:\projectfolder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder"[press ENTER]

    Adobe (R) RoboHelp version 10.0.0.287 Project command line compiler

    Copyright (C) 2006-2007 Adobe Systems Incorporated and its licensors. All rights reserved.

    Project: C:\folder\project.xpj

    Page layout: SSL_Name.

    Output: c:\outputfolder.

    Scanning for the compilation project...

    Review completed.

    ATTENTION: No luggage description of the file.

    From compilation...

    HTMLHELP 10.0.0.287 preprocessor

    Compilation C:\folder\! chm_tmp_folder_0\project.xpj ...

    Preparation create HTMLHELP...

    Compensation output folder...

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    Preparation of the HTML Help files...

    Copying files...

    ...

    It's okay if it's a HTMLHelp or WebHelp output.  Any thoughts on what is this error and what is the cause?

    I've been away from RoboHelp for about 9 months, but I'll be back on the same projects and the same version of RoboHelp 10 and the same compilation process.  The difference is that I have a new laptop.

    Thank you very much in advance for your time!

    EA

    Adobe was able to recreate this issue on their end, and a bug was created for her.

  • Deploy the adf on glassfish with oracle database server.

    I am trying to create a connection from the pool on glassfish 4 oracle database server.

    but I could not. I was trting to ping and show this error ping Connection Pool failed for audio. Class name is incorrect or classpath is not set to: oracle.jdbc.pool.OracleDataSource

    GlassFish 3.1 is supported, 4.x is not.

    Oracle JDeveloper and ADF 12 c (12.1.3) supported systems

  • Satellite A200: PXE - E61 and BOOTMGR lack error appears

    Hi people,

    Little problem here, I tried installing WXP vista was on my Satellite A200-1AI and it wouldn't let me. No matter how I put the bios, vista booted from the HARD drive and I couldn't boot from the boot of Windows XP Home edition cd.

    Then.

    I formatted the drive with another PC. Now when the HARD drive is in my book and I am trying to boot from the cd of Windows XP Home edition, I get the following msg:

    "For Realtek RTL8100E/8101E Fast Ethernet Network Adapter v1.02 (060510).
    PXE - E61: Media test failure, check cable of
    PXE - M0F: Existing PXE ROM.

    BOOTMGR is missing
    Press Ctrl + Alt + Delete to restart»

    Any ideas? Any suggestions would be really useful.

    Thanks for your time,

    Dave.

    Hello

    You have formatted the HARD drive in another computer and the boot manager has been destroyed.
    "There is no operating system on the HARD drive and, therefore, the error message: BOOTMGR is missing Press Ctrl + Alt + Del to restart" appears

    The second message PXE - M0F: existing ROM PXE said that the laptop tries to start form the LAN, but it s not able to find an OS using the connection to the local network.

    Why all this error messages is displayed?
    Well, I think that the CD/DVD drive cannot read the CD Windows XP inserted, and therefore in the switches to LAN.

    Notes; You can boot from the disc by pressing the C key immediately after that laptop startup or you press the F12 key to get the boot menu. Then, you could choose the STRANGE as a source of start-up.

    If you will not be able to boot from your Windows XP CD, I assumed that the CD is down or the CD/DVD drive can not handle this CD.

  • I get startup repair screen when I try to boot my laptop from dell inspirion windows 7, I run the scan and detects any errors. When I ran repair usb key received the error 0x400110020000100A

    I get startup repair screen when I try to boot my laptop Dell Inspiron windows 7, I run the scan and detects any errors. So, I tried to use a USB repair for a laptop Dell Latitude Windows 7 pro and I still can't the computer to start. Tried to restore to the factory settings, can not. I have no image, backups, all missing, restore points?

    After that I tried to launch the USB repair I got 0x400110020000100A error code and I received error (0x8007027E) indicating the device will not start without a reboot.

    Anyone know how to fix this?

    Any advice would be greatly appreciated. I'm not computer illiterate, but am not pro either. Just use them not program them or even understand all languages!

    ____________________________________________________________________________________________________________

    Dell Inspiron laptop about 4-5 years.

    Running windows 7 Home Edition.

    Does not start little matter what I tried.

    If I remember correctly, I looked in MS-DOS mode and noticed that it said something like "x: win...» "that seemed strange to me because I thought that it should say"c: victory... "but as I said I am not a computer wiz so if anyone can help me, I would appreciate it.

    I'm about to rip the hair off my head with my laptop. My latitude was blue planned, surprisingly I fixed it (don't ask how, you couldn't tell). Then my dell inspiron would not start right after my dell latitude fell out of my truck and landed on the sidewalk, wanted to kill the person, the screen is broken. I can use it but it is very difficult, see a mosquito net and not perfectly clear, works well. lol someone knows somewhere or that would install a new screen for a reasonable price? I live in the Boston area.

    Back to the laptop won't start not, when I ran repair USB key received the error 0x400110020000100A

    Hello

    Thank you for the update on the issue. I appreciate your time and effort in resolving this issue.

    You can try the following methods and check if it helps.

    Method 1:

    You can use the Bootrec.exe tool in the Windows recovery environment (Windows RE) to troubleshoot and repair the following items in Windows Vista or Windows 7:

    • A master boot record (MBR)
    • A boot sector
    • A Boot Configuration data (BCD) store

    Note: When you are troubleshooting startup issues by using the Windows RE, you should first try the Startup Repair option in the System Recovery Options dialog box. If the Startup Repair option does not resolve the problem, or if you must troubleshoot more steps manually, use the Bootrec.exe

    Use the Bootrec.exe tool in the Windows recovery environment to troubleshoot and repair startup issues in Windows

    http://support.Microsoft.com/kb/927392

    If the problem persists, proceed to method 2.

    Method 2:

    Please follow these steps:

    1. Tool command prompt open in the mode of the Windows recovery environment .
    2. You will see X:\Sources
    3. Type chkdsk c:\ at the flashing prompt to launch the utility Chkdsk. replace c:\ with the letter of the drive that you want to run the Chkdsk utility. If the hard drive is d:\, then type that instead.
    4. After the "chkdsk c:\. "insert \f command to fix errors on the disk volume or the \r to recover bad sectors and then press ENTER.
    5. Restart the computer once the chkdsk command has completed.

    Note: Running chkdsk on the drive if bad sectors are found on the hard drive, it attempts to repair this sector, if all available on which data may be lost.

    For more information: Please refer to the section of the additional If you can not boot into Windows at all stages in the following link.

    Resolve stop (blue screen) error in Windows 7

    http://Windows.Microsoft.com/en-in/Windows7/resolving-stop-blue-screen-errors-in-Windows-7

    Hope this information is useful. If the problem still persists, please post back for further assistance, we will be happy to help you.

  • jsf page strange error when running stand-alone weblogic server 12 c

    Hello

    I am facing strange error when lance page stand-alone weblogic server 12 c jsf

    JDeveloper version (12.1.3), Weblogic server (12 c)

    java.lang.NoSuchMethodError: oracle.javatools.resourcebundle.ChainedKeyValueMap.internalSetELResolved (Ljava/lang/Boolean ;) V

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:85)

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:60)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:99)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:179)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:957)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:214)

    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:231)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.taglib.region.IncludeTag$ FacetWrapper.encodeAll (IncludeTag.java:521)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:77)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    My problem is solved by installing ADF performance (12.1.3)

  • Workload with strange errors

    Hi, we used the utility of loading of contour for sometimes, but in the last days, contour workload had strange errors, but metadata seems can be load in the planning.

    And what follows did not seem like an error rather than a warning. But he reached in the error files and send alert e-mail. And I want to remove these files err. Ideas for her?

    Err:

    D:\BatchJob\err\ExportBudgetApp_Att_Homebase.csv.exc?: [Mon 06 Oct 11:13:14 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Att_SourcingCountry.csv.exc?: [Mon Oct 06 15:12:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CentreTypeCounter.csv.exc?: [Fri Nov 07 06:48:44 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Currency.csv.exc?: [Fri Nov 07 06:50:07 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CurrencyCounter.csv.exc?: [Fri Nov 07 06:48:34 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Customer.csv.exc?: [Fri Nov 07 06:49:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_FiscalYear.csv.exc?: [Sea 05 Nov 08:59:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim1.csv.exc?: [Fri Nov 07 06:49:11 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim2.csv.exc?: [Fri Nov 07 06:49:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_InputEntityCounter.csv.exc?: [Fri Nov 07 06:49:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_PPCurrencyCheck.csv.exc?: [Fri Nov 07 06:48:15 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_ReportGrouping.csv.exc?: [Fri Nov 07 06:48:53 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_SourcingCountry.csv.exc?: [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Src-PDN.csv.exc?: [Fri Nov 07 06:49:35 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Version.csv.exc?: [Fri Nov 07 06:49:57 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ImportBudgetApp_Period08.csv.exc?: [Mon Sep 01 09:37:39 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period09.csv.exc?: [Tue Sep 30 10:47 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period10.csv.exc?: [Fri 31 Oct 11:57:42 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_RollingForecast08.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast09.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast10.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_Entity.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CentreTypeCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Currency.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CurrencyCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Customer.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_FiscalYear.csv.exc?: [Sea Nov 05 09:04:33 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension "attributes FiscalYear.

    D:\BatchJob\err\ImportNYBudgetApp_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_GDim2.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_InputEntityCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_PPCurrencyCheck.csv.exc?:

    Parts of the log file:

    [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    [Fri Nov 07 06:48:25 HKT 2014] Export successfully open file '. '. ' / Dimensions/BudgetApp_SourcingCountry.csv.

    [Fri Nov 07 06:48:25 HKT 2014] Prefixed UTF-8 BOM successfully of the output file or stream.

    [Fri Nov 07 06:48:26 HKT 2014] A refresh of the cube operation will not be run.

    [Fri Nov 07 06:48:26 HKT 2014] Create filters for safe operation will not be performed.

    [Fri Nov 07 06:48:26 HKT 2014] Planning of the process of loading over edge (without such load specified data (/ N)). 378 export records have been written.

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:27 HKT 2014] Command-line submitted: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:34 HKT 2014] Successfully connected in the application 'Budget', version 11.123500, adapter Interface Version 5, supported and not enabled workforce, CapEx no taken care and not active, CSS Version 3

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Thanks for the help!

    Given that you're trying to export it says just will not run you who command members / o is default and it's just information, not a mistake. You can try to add/o When you try loading data or export to get rid of this one.

    I know what are the other. My best guess will be because he will D: he could think of that as a /D switch or it may be because you give. extenstion csv.exc. You can try this with

    1. write in the same folder, not to do so. / logs

    2. Remove. CSV.exc and just add .log extension

    Concerning

    Celvin Kattookaran

  • Strange error messages just before the accidents of the body

    Latest updates to 2015 of the body
    10 64-bit Windows
    6-core I7 3.2
    980gtx 4 GB
    32 GB of ddr3 memory

    Recently I've been doing strange errors that cause the body to crash a lot. I have no idea what may cause the problem and I don't seem to have other programs just to the top and crash on me like body. I tried to update the drivers completely but that seemed only to make things worse but that might have been just a coincidence.

    When searching for error "Cannot allocate temporary data to reverse" nothing of use appears in google. Is there a database of adobe error message I should be through?

    The project I'm trying is large enough and had a few former premiere pro imported projects that could cause hiccups?

    Attached below are some of the error messages that popped up. Everything worked fine until the "low level" Adobe Player cause body crashing. After having reopened organization the following errors appeared "impossible to affect", "AE. MASK', 'contact of entry', and 'PPixHandle '.

    See you soon,.
    James

    2016-04-04 14.12.21.jpg

    premiere pro errors3.jpgpremiere pro errors2.jpg

    Thanks for a detailed response.

    First of all, I suggest you create a new (empty) project and import your existing of the project leader (.prproj) using the media browser.

    As you work with a large number of data, how are your configuration of disks?

    This project is to use as much ram as I can give it. It is a hunger project. This could help boost errors. My system has 32 GB of ram, I allocated 6 GB for other programs / windows to use. I used to have only 4 GB allocated for windows but that was causing errors of memory that windows needed more runs while this project was open

    I would say that allocate more memory (8-10 concerts IMO) windows to avoid bottlenecks because other processes are equally important.

    Is usually a specific cause for the error messages I posted in the original post to protest or they are generic error messages?

    These errors are mostly generic.

    Thank you

    Regalo

  • Premiere Pro CC 2015 video / Audio won't play - Out-of-Sync Audio and video clock errors

    After the installation of Premiere Pro CC 2015 I am unable to actually play my video in the timeline.

    I must point out that the same video and audio files accurate work perfectly in my previous version of CC 2014.

    Usually when I hit the play button nothing will happen and then after a time it will stutter back and fourth between a small loop (no audio present) and give an error that says "clock Audio and video out-of-sync (instead of time) in"Adobe Player.

    I tried full uninstall and reinstall Premiere Pro CC software 2015 without success. I also tried to delete all the preferences of Premiere Pro to my settings user without success. I should also mention that after effects CC 2015 is oddly also often send me errors do not have enough executives, so I'm not sure if they are related. Once more, the CC 2014 version works perfectly.

    For reference the video file is a .avi with Xvid compression and sound is a .wav. These have always been used exactly the same with CC in 2014 without problem.

    Computer:

    8.1 - fully updated for Windows

    NVIDIA GTX 780 video card

    32 GB of ram

    3770K i7 processor

    All Nvidia drivers are also updated.

    I also ran a full virus and malware scan just in case for some strange reason, that was at fault, and I ran into zero issues. Media Encoder, Photoshop, and Illustrator CC 2015 that all seem to work great.

    I am quite technically savvy and this one left me speechless, that really stinks that I was looking forward to the potential improvements to speed updates. That's life.

    Matt Borchert wrote:

    Nothing seems to be enabled. The CAD is what is selected in CC 2015 as shown in the image above. It is the only available thing to choose, and I can't select None or disable.

    Thank you.  In 2015, CC, you can click on the settings... button in the Audio hardware preferences.  Then in the record of the OS dialog box tab, you can disable manually (for example, right-click and choose the appropriate option) the SPDIF input.  It is only a temporary workaround until get out us a patch with a fix, but let me know if it works for you.

  • INSERTCHILDXML fails with attribute and other strange behaviors that are missing

    Hello

    I'm a strange error when you run the following statement:

    Update test_table

    Set object_value = insertchildxml (object_value, ' / ns1:game / ns1:configurableFields ',' ns1:field',)

    .

    ' ' xmlns:ns1 = ' http://www.test.com/PPV/test/data "')

    It returns:

    Error report:

    SQL error: ORA-31154: invalid XML document

    ORA-19202: an error has occurred in the processing of XML

    LSX-00266: missing required attribute 'fieldName '.

    31154 00000 - "invalid XML document.

    * Cause: The XML document is not valid with respect to its XML schema.

    * Action: Correct the identified errors and try again.

    However, the following works:

    declare

    XML XMLType.

    Start

    Select insertchildxml (object_value, ' / ns1:game / ns1:configurableFields', 'ns1:field', ', ' xmlns:ns1 = "http://www.test.com/ppv/test/data" ' ") in xml format

    from test_table;

    setting a day test_table set object_value = xml;

    end;

    Out of the insertchildxml and upgrading two staged works, however, as part of the same statement to update it does not work.

    I'm using Oracle 11 g 2. Test_Table is an XMLType table. So far, update on such operations appear to be buggy.

    Any help would be appreciated,

    Dale

    OK, I was able to reproduce using a binary XMLType based on a schema:

    (tested on 11.2.0.2)

    SQL > update test_table

    2 set object_value =

    (3 insertchildxml)

    4 object_value

    5, ' / ns1:game / ns1:configurableFields'

    6, 'ns1:field '.

    7, xmlparse ("document 'http://www.test.com/ppv/test/data")

    ns1: value 8 = "ZZZ".

    9 ns1:operation = 'new '.

    10 ns1:modifiedOn = "' 2013-12 - 12 T 15: 24:06" "

    11 ns1:modifiedBy = 'test '.

    ns1:FieldName 12 = 'Field2' / > ")"

    13, "xmlns:ns1 ="http://www.test.com/ppv/test/data"" "

    14)

    15;

    Update test_table

    *

    ERROR on line 1:

    ORA-31154: invalid XML document

    ORA-19202: an error has occurred in the processing of XML

    LSX-00266: missing required attribute 'fieldName '.

    Disabling XML DML rewrite works around the problem.

    I'll check on 11.2.0.3 and 12.1 to see if it's been fixed.

    SQL > update / * + no_xml_dml_rewrite * / test_table

    2 set object_value =

    (3 insertchildxml)

    4 object_value

    5, ' / ns1:game / ns1:configurableFields'

    6, 'ns1:field '.

    7, xmlparse ("document 'http://www.test.com/ppv/test/data")

    ns1: value 8 = "ZZZ".

    9 ns1:operation = 'new '.

    10 ns1:modifiedOn = "' 2013-12 - 12 T 15: 24:06" "

    11 ns1:modifiedBy = 'test '.

    ns1:FieldName 12 = 'Field2' / > ")"

    13, "xmlns:ns1 ="http://www.test.com/ppv/test/data"" "

    14)

    15;

    1 line update.

  • Strange error InsertChildXML...

    I'm currently working on 11 GR 2 but trying to code to work also on 10 gr 2 things. After reading the 11 GR 2 XML white paper, it says manufacturer based varchar2 of XMLType, i.e. things like XMLType ("< BONUS_ID > 12 < / BONUS_ID '") is discouraged. So for the creation of a value-based XMLType content, I decided to use XMLElement (not recommended on both versions).

    I have a situation where I want to set up a node insertion, it is actually similar to what follows, but I got a strange error...
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement(NODE_NAME, 12))
    from qry
    /
    
    ORA-31056: The document being inserted does not conform to specified child name
    However, the following works... Which suggests that the different treats Oracle to "BONUS_ID" "BONUS_ID".
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement("BONUS_ID", 12))
    from qry
    /
    
    <CUSTOMERS_INSERT>
      <CUSTOMER_ID>9999</CUSTOMER_ID>
      <BONUS_ID>12</BONUS_ID>
    </CUSTOMERS_INSERT>
    Weird? Which begs the question why? and how you should reach such an example without having to hardcode things?

    The first argument of XMLElement is an identifier

    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(NODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(evalname NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL>
    
  • strange errors TNS-12504

    Hi all

    I had TNS-12504 strange errors when I try to connect to a 10.2.0.5.0db on my laptop (Vista 32 bit MS).

    I installed Oracle DB 10.2.0.5.0 in c:\oracle\product\10.2.0\db_1 and its Oracle customer 10.2.0.5.0 to C:\oracle\product\10.2.0\client_1.

    I configured a MS Loopback card with static ip 10.10.1.1.
    I set the variable ORACLE_HOSTNAME = PC322LB system, and my host file contains PC322LB 10.10.1.1.

    My network configuration files contain:

    ###########################################

    C:\oracle\product\10.2.0\db_1\network\admin\listener.ora:

    LISTENER_ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    )


    SID_LIST_LISTENER_ORA10 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ORA10)
    (ORACLE_HOME=C:\oracle\product\10.2.0\db_1)
    )
    )



    ###########################################

    C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora:


    LISTENER_ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    )

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    (CONNECT_DATA = (SID = ORA10))
    )


    ###########################################

    C:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora:

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 10.10.1.1)
    (PORT = 1522)
    )
    )
    (CONNECT_DATA =
    (SID = ORA10)
    )
    )

    #########################################

    And I set the parameter LOCAL_LISTENER = "LISTENER_ORA10."


    However, if I try to connect to sqlplus by the window / I still get the error
    ORA-12504: TNS:listener did not have the SID in CONNECT_DATA

    :

    C:\oracle\product\10.2.0\db_1\bin >. \lsnrctl status listener_ora10

    LSNRCTL for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:24

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=10.10.1.1)))
    STATUS of the LISTENER
    ------------------------
    Alias listener_ora10
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.5.0 - Production
    Start date may 27, 2011 15:38:28
    Uptime 0 days 0 h 15 min 57 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Listener parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener log file C:\oracle\product\10.2.0\db_1\network\log\listener_ora10.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=10.10.1.1)))
    Summary of services...
    Service "ORA10" has 2 occurrences.
    Instance "ORA10', status UNKNOWN, has 1 operation for this service...
    Instance "ora10" READY State, has 1 operation for this service...
    Service 'ORA10XDB' has 1 instance (s).
    Instance "ora10" READY State, has 1 operation for this service...
    Service 'ORA10_XPT' has 1 instance (s).
    Instance "ora10" READY State, has 1 operation for this service...
    The command completed successfully

    C:\oracle\product\10.2.0\db_1\bin >. \tnsping ora10

    AMT Ping Utility for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:29

    Copyright (c) 1997, 2010, Oracle. All rights reserved.

    Use settings files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))) ())
    ONNECT_DATA = (SID = ORA10)))
    OK (0 msec)

    C:\oracle\product\10.2.0\db_1\bin >
    C:\oracle\product\10.2.0\db_1\bin >.\sqlplus.exe system/foo@ORA10

    SQL * more: version 10.2.0.5.0 - Production on Fri 27 mai 15:54: 40 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12504: TNS:listener did not have the SID in CONNECT_DATA


    Enter the user name:



    In my view, that really miss me stupid put... any help?

    Thank you

    Andrea

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    (CONNECT_DATA = (SID = ORA10))
    )

    Your TNS entry seems incorrect, try this way

    ORA10 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.1.1)(PORT = 1522))
        (CONNECT_DATA=(SID=ORA10))
      )
    
  • I have a strange error when I close a combobox:

    I have a strange error when I close a combobox:

    < mx:ComboBox
    ID = "currencyComboBox".
    prompt = "Select currency" dropdownStyleName = "drop-down list.
    labelField = 'currencyName.

    >
    < mx: close >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx: close >
    < mx:change >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx:change >
    < / mx:ComboBox >

    RangeError: Index '7' specified is out of range.
    at mx.collections::ListCollectionView/getItemAt() [E:\dev\3.0.x\frameworks\projects\framework \src\mx\collections\ListCollectionView.as:422]

    This only happens when its dataprovider is from a result event rather than its dataprovider to arraycollection predifined collection.

    private void handleGetBanks(event:ResultEvent):void {}
    bankResult = new ArrayCollection ((event.result as collection ArrayCollection) .source collection);
    currencyComboBox.dataProvider = event.result as ArrayCollection collection;
    }

    rather than using the following as a dataprovider:

    < mx:ArrayCollection id = "currency" >
    < mx:Object label = "AED" / >
    < mx:Object label = "AUD" / >
    < mx:Object label = "CAD" / >
    < mx:Object label = "EUR" / >
    < mx:Object label = "NZD" / >
    < mx:Object label = "USD" / >
    < mx:Object label = "ZAR" / >
    < / mx:ArrayCollection >


    Can we see what else could be the problem?

    Sorry my mistake, the change event is invited before the close event. Then I could debug and find the problem

Maybe you are looking for

  • Update has no new features

    On a new office, I am building out, I installed Firefox. I noticed that on my current desktop, the large back button does not appear. It appears on the new machine. On Google, the new machine has me with the new Google interface. On the old machine,

  • Re: Update disk hard Equium A200-196 - hidden partition

    Having bought just my A200-196, I realize the original 80 GB hard drive will not be soon enough. I want to update before I add too much software. Question is what I do on the hidden partition "EISA Configuration". I guess if it is not present I won't

  • Problems after last-vista windows security update

    I have problems with the network I am on.  It has to do with stay connected. Every time I have to install or update a program - I get starts off it says unable to connect with the dns server. The message is 'reset NIC '.  I seem to be alone in my apa

  • Menu buttons Acer H236HL scrambled

    For some reason, the buttons used to navigate through the menu of the monitor were completely mixed. I can't move up or left in any menu. The left button seems to be to do nothing. The exit button is the same as the right/down button and button funct

  • Quickly switch to the Japanese or Chinese keyboard

    Hi, I updated my Z3 Xperia to Android 5.0 and I wonder if there is a way to flip the Italian keyboard to the keyboard Chinese or Japanese. With the previous version of Android, I could pull down the notification bar, and to change the method of entry