Problem with WebLogic-> Oracle AQ foreign JMS server.

I am creating a JMS module in WebLogic pointing to a queue of Oracle AQ in a different database.  I have a source of data, module and queue according to the documentation (I think).

I followed: http://docs.oracle.com/cd/E24329_01/web.1211/e24385/aq_jms.htm#CJAECHCC

Although I have correct syntax errors in SQL code, and I used smf instead of jmsuser.

However, when I deploy an MDB that uses the queue, I get the following exception:

weblogic.jms.common.InvalidDestinationException: [JMSClientExceptions:055142] foreign destination, SMF. USERQUEUE

at weblogic.jms.common.Destination.checkDestinationType(Destination.java:105)

at weblogic.jms.client.JMSSession.setupConsumer(JMSSession.java:2720)

at weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:2691)

at weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:2596)

at weblogic.ejb.container.internal.JMSConnectionPoller.setUpQueueSessionAt(JMSConnectionPoller.java:1791)

at weblogic.ejb.container.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1618)

at weblogic.ejb.container.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:2298)

at weblogic.ejb.container.internal.JMSConnectionPoller.connect(JMSConnectionPoller.java:808)

at weblogic.ejb.container.internal.MDConnectionManager.timerExpired(MDConnectionManager.java:177)

at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:293)

to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

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

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

The JDBC data source is correctly connected.

JNDI IC: oracle.jms.AQjmsInitialContextFactory

ConnectionFactory Local: aqjms/XAQueueConnectionFactory distance: Factory

Destination local: aqjms/sdcCompilerQueue distance: queues/USERQUEUE

Data source: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=SMF)(INSTANCE_NAME=SMF)))

Supports global Transactions - disabled.

Test Data Source: SQL SELECT count (*) FROM myqueuetable - checks the queue table.

Oracle WebLogic 12 c, Oracle 11 2 on OEL 6.4 GR EE.

Any ideas?  We are here perplexed.

Thank you

The problem was that the MDB is not specify the factory connections.  She needed some notes more:

@MessageDriven (name = "MDBName",

mappedName = "aqjms/mdbQueue"

activationConfig = {}

@ActivationConfigProperty (propertyName = "connectionFactoryJndiName",

propertyValue = "aqjms/Factory.

),

}

)

Tags: Fusion Middleware

Similar Questions

  • Problems with the configuration of the Essbase Server

    Hi all

    -J' have a simple environment with a single Foundation Server with only the Foundation services running on it (only the basic components installed). On the same Essbase server, I installed (by default) foundation and Essbase components.
    -I am facing a problem with the configuration of the Essbase server. All steps complete with the exception of the last step: deploying web applications (APS and EAS) to the WebLogic Server.
    -FYI, I am deploying the web application to the existing domain created on the server of the Foundation. As all products must be on the same domain.


    During deployment, the WebLogic administration server reports the following error:

    BEA-149003
    Cannot access source application information in /opt/shared/apps/hyperion/Oracle/Middleware/EPMSystem11R1/products/Essbase/eas/server/AppServer/InstallableApps/Common/aps.ear for application "APS".
    The specified error is: there is no file of the application.


    Now the path and the above files exist on the Essbase server, but not on the server of the Foundation. So after playing with the WL administration console and reading of Sandeep post [1], I came to the conclusion that:
    1. the Essabase components must be installed on the Essbase server, but not configured.
    Now, this means that I need to install all the components on the server of the Foundation, even though I only will use to deploy the services of the Foundation which seems a little ridiculous?
    2. create a new domain on the Essbase server, so the EAS/APS will be deployed on the Essbase server - but will not be on the same domain as the other products.

    Well, I am a newbie with WebLogic and so would welcome your valuable contributions!


    Thanks in advance...


    References:
    [1]. http://sandeepseshan.blogspot.in/2009/02/weblogic-server-10-deployment-error.html

    The configuration documentation.
    "On the computer on which you will administer the WebLogic Server, you must install all of the Web applications for all applications that you plan to deploy on any machine in the environment. (The Administration WebLogic Server is installed and deployed on computer Services Foundation) »

    You should should not create a new domain for deployment on other servers and can use the existing and only to deploy web applications on the servers that you want running on.

    I don't know what version you install, but if it's 11.1.2.1 then consider the OS is similar on both machines
    "All Web applications in a deployment of EPM system must be deployed on windows computers or on all UNIX machines."

    There do not appear to be there in 11.1.2.2 so I guess it isn't the rule more.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Problem with the Oracle text markup

    Hello

    I have a problem with the Oracle text markup.

    I am looking for keywords in a text which is composed by a question and answer.
    Here is the structure of my text:
    & lt; div class = 'question' & gt;
    & lt; a & gt; the title of my question & lt; /a & gt;
    & lt; div class = "reply & gt;
    content of response
    & lt; / div & gt;
    & lt; / div & gt;

    It is possible to search those keywords in the question or answer only. For this, I use the stored procedure:

    {call CTX_DOC. MARKUP)
    index_name = >?
    textkey = >?
    text_Query = >?
    restab = >?
    query_id = >?
    startTag = >?
    (EndTag = >?)}

    _with these parameters: _

    index_name = < my index >
    textkey = < id for the search text >
    text_Query = < a query containing the keywords >
    restab = < a table SQL to store the marked text >
    query_id = < id >
    startTag = ' < span class =-"highlight\" >. "
    EndTag = "</span >.

    The markup should be done only in the place you want (question, answer, or both).
    The markup is good when I search a keyword throughout the text, in the question or answer only.
    * If I search two key words in the question or answer, the markup is bad *.

    _Example: __
    I am looking for the words "* Internet *" in question only.
    Here's the query passed to the stored procedure:
    + * text_query * = 'service & internet' INPATH (//div[@class = 'question'] / has) +.

    In the question, these words are well marked.
    In response, only the first word is marked.

    * Why the first keyword is also marked in the response while the query specifies a search in question only? *

    The same problem appears when I search for the same keywords in the response only.
    In this case, in the answer, these words are marked as well.
    In the issue, only the first word is marked.

    Thanks for your help

    Edited by: user11088931 Apr 21. 2009 06:17

    Try text_query = (service & internet) INPATH (//div/a)

    Single quotes in a query do nothing. I think that your request has been treated as

    Service & (internet INPATH (//div/a))

  • Problem with El Captain (5.1.7 server) and the management of permissions

    Hello world

    I have a big problem with our Mac Mini Server (El Captain) and the server program.

    In recent weeks, the server didn't give the permissions of a folder.

    for example:

    Mr. X had permission to read and write to a folder.
    Mr Y too.

    Mr. X has create a new folder one record something in it.

    Mr Y had the permission to read or write to the folder create Mr. x. But he should have.

    Or

    Mr. X has save a file to a folder

    When he opens it again it is write protected and cannot be replaced.

    So you have to save under a different name in the same folder.

    And every time he save/close the file.

    Anyone know what could be the problem?

    Thank you

    Greetings from the Germany

    Chris

    My guess:

    A few weeks ago someone messed with the permissions on your server and made a mistake. So, you got an inappropriate list ACL (Access Control), which is rampant in the file and must be removed or fixed.

    http://www.TechRepublic.com/blog/Apple-in-the-enterprise/introduction-to-OS-x-AC cess-control-lists-ACL.

    C.

  • problem with DNS on the active directory server unique

    I have a client that I'm having a problem with DNS that they do not have active directory structure.  I tried just about everything and at my wits end.  Customers can get online, but the problem is that they cannot see the DNS.  Any help would be much appreciated.

    Ask in the forum Windows Server:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • What is the problem with my Oracle reports parameter?

    Hello

    We use a PL SQL package that allows the user to select the report you want Oracle and associated parameters.   While the control is passed to Oracle 11 g reports.

    The requirement of one of the reports is to enable more detailed codes be selected by the user and then shown.  The detailed code is an alphanumeric field that can hold between 4 and 6 characters.

    If my data model looks like this

    SELECT student_id

        FROM my_view

       WHERE detail_code IN :p_detail_code;

    and the parameter that I'm passing to Oracle reports looks like this (when I view the source HTML code)

    & p_detail_code =('1001','1002')

    so no record is selected.

    However, if my data model looks like this, I get the records you want:

    SELECT student_id

      FROM my_view

    WHERE detail_code IN ('1001', '1002');

    We have Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production.

    Please tell me what is the problem with my setting.  Thanks a lot for your help.

    This isn't how you can use in. See this example on how to solve it with the digital settings. If your setting is a character, you need to change this.

    In fact, when you simply enter 1,2,3 as an input parameter, you actually create this query:

    Select *.

    from my_table

    where num_column in ("1,2,3")

    Use rather a lexical parameter:

    Select *.

    from my_table

    & p_where

    In the parameter after relaxation shape, build the lexical like this:

    :p_where := 'where num_column in ('||:p_param||')';
    
  • Installation: Problems with Weblogic 9.1

    Hello, Hello

    Sorry I'm new to this tool and I'm having a little trouble. Has anyone see or know what I'm doing wrong.
    Just downstairs, I loaded the HQ software and installed on the server on a Win2003 Server. On another server running Win2003 and weblogic 9.1 I have installed the client. When I do the auto-discovery, he can't find the weblogic server.

    Details of the system
    OS: win 2003
    Application server BEA Weblogic 9.1
    Location of weblogic jar: D:\bea91\weblogic91\server\lib
    HQ version: 2.7.6 - 163

    Auto discover options:
    Scan for the Type of server: weblogic 9.1
    scnDirs:
    C:\                  {runs but can't find that stuff to the BONE and not Weblogic}
    D:\                   {runs for awhile and then returns an IO error error - analysis of the D:\System Volume Information directory}
    ExcludeDirs: < default >

    I have to monitor Weblogic, canu help you?

    Here are the files agent.properties

    Thank you
    Tom Devlin
    949-672-9579.



    # Agent configuration file
    #
    # The following is the properties of the Agent recognizes:
    #
    # agent.listenPort
    # Default: "2144.
    #
    # Description: Port that listens to the agent.
    #
    # agent.listenIp
    # Default: «*»
    #
    # Description: Address that the agent to listen.  If the value "*",
    # the agent will listen on all available interfaces.
    #
    # agent.startupTimeOut
    # Default: '300 '.
    #
    # Description: This is the number of seconds that starting agent
    script # will wait before determining that the agent
    # doesn't have a successful boot.
    #
    # agent.maxBatchSize
    # Default: "500".
    #
    # Description: This is the maximum number of parameters that the
    # agent will send by contact with HQ.
    #

    # Use the following if you wish to have the agent configuration
    # automatically from these properties.  The values for these
    # properties are used to answer the questions of installation
    ##
    # If any of these properties are left not defined, Setup
    # process will ask their values
    ##
    # If the value to be used is the default when interactive
    # installation is made, use the string * default * as the value for the option

    #agent.setup.camIP = localhost
    #agent.setup.camPort = 7080
    #agent.setup.camSSLPort = 7443
    #agent.setup.camSecure = yes
    #agent.setup.camLogin = hqadmin
    #agent.setup.camPword = hqadmin
    #agent.setup.agentIP = * default *.
    #agent.setup.agentPort = * default *.
    #agent.setup.resetupTokens = no

    agent.tmpDir=./tmp

    # to find the server/lib/weblogic.jar
    #weblogic.installpath=/usr/local/bea/weblogic-8.1
    WebLogic.InstallPath=/bea91/weblogic91

    # to find pots of websphere
    #websphere.installpath=/opt/WebSphere/AppServer

    # to find pots of jboss
    #jboss.installpath=/usr/local/jboss-4.0.0

    ##
    # Logging settings
    ##
    agent.logFile=${agent.logDir}/agent.log
    log4j.rootLogger = info, R

    log4j.appender.R.file = ${agent. LogFile}
    log4j.appender.R.MaxBackupIndex = 1
    log4j.appender.R.MaxFileSize = 5000 KB
    log4j.appender.R.layout.ConversionPattern=%d % - 5 p [%c {1}] %m %n
    log4j.appender.R.layout = org. Apache.log4j.PatternLayout
    log4j.appender.R = org. Apache.log4j.RollingFileAppender

    ##
    # Disable too verbose logging
    ##
    log4j. Logger.httpclient.Wire = Error
    log4j.logger.org.Apache.Commons.HttpClient = Error
    log4j.logger.org.Hyperic.HQ.measurement.agent.Server.SenderThread = info
    log4j.logger.org.Hyperic.HQ.agent.Server.AgentDListProvider = info
    log4j.logger.org.Hyperic.HQ.agent.Server.MeasurementSchedule = info

    # Only log errors of naming context
    log4j.category.org.JNP.interfaces.NamingContext = Error
    log4j.category.org.Apache.axis = Error

    ##
    # Agent jars
    ##
    agent.pdkLibDir=./pdk/lib
    agent.pdkPluginDir=./pdk/plugins

    ##
    # Options auto-stocks
    ##

    #autoinventory.defaultScan.interval.millis = 86400000
    autoinventory.runtimeScan.interval.millis = 86400000

    # Agent classpath (pdk/lib / *.) {} jar, zip} are included by default)
    agent.classPath =.
    ./lib/AgentServer.jar:\
    ./lib/Lather.jar

    # Options to move to java
    agent.javaOpts =-Xmx128m - Djava .net .preferIPv4Stack = true

    Hi Tom,

    We were able to reproduce, a plugin update with the patch is attached
    for this post:

    http://JIRA.Hyperic.com/browse/HHQ-440

  • Optional package deployment problem with WebLogic

    Hi all

    I'm using WLS 10.3.4. I have a J2EE web application that references a JAR library as an optional package. Here is my definition of the JAR file in the library of MANIFEST. MF,

    Manifest-Version: 1.0
    Extension name: PCGCommon2.0
    Specification-Version: 1.0.0.0
    Implementation-Version: common055jkp

    Here is my definition of JAR file reference in the application MANIFEST. MF,

    Manifest-Version: 1.0
    Extension-list: pcgcommon2
    pcgcommon2-Extension-name: PCGCommon2.0
    pcgcommon2-Specification-Version: 1.0.0.0
    pcgcommon2-implementation - Version: common055jkp

    I have deployed the JAR library first successfully. Then I tried to deploy the application. He gives me this error as follows,

    + [J2EE:160149] error in the processing of library reference. Unresolved references of optional Package (in META-INF/MANIFEST. (MF): [Extension name: PCGCommon2.0, Specification-Version: 1, the implementation-Version: common055jkp referenced from: /opt/oracle/Oracle/Middleware/user_projects/domains/Pinellas1qDomain/servers/Pinellas1qMS3/tmp/_WL_user/ppa/cwbd0p/war].+]

    Can we have an idea what I'm missing here?

    Thanks in advance,

    -John

    Published by: john wang on March 9, 2011 08:44

    Published by: john wang on March 9, 2011 08:58

    Hi John,.

    Please find the work of unit test in the following location:
    http://middlewaremagic.com/WebLogic/?p=231#comment-3144

    I copy and paste the file README.txt here that I joined in the unit test:

    README.txt

    Step 1). Check that the Hello.java is compiled correctly, as follows:

    javac -d . Hello.java
    

    Real tip makes the POT using'm ' option... :)

    Step 2). The most important step to make the "HelloWorld.jar" as well as the MANIFEST. MF file that is present within "HelloWorld\META-INF\MANIFEST. MF.
    Use the command below with * ' * as a flag while making the JAR file so that the Jar utility will not overwrite the MANIFESTO. MF on its own rather he will place our own MANIFESTO. MF inside the pot.

    C:\OptionalPackageDemo\HelloWorld\> jar -cvfM  HelloWorld.jar META-INF\MANIFEST.MF Hello.java com
    

    Step 3). Deploy the HelloWorld.jar and the TestWebApp

    NOTE: I tested earlier unit testing here in WLS10.3.0 and it worked perfectly for me. If it does not work for you in WLS10.3.4 then I ask so please open a Support Ticket with the Oracle WebLogic support team because ideally the same test case is supposed to work fine in this version as well.
    .
    .
    Thank you
    Jay SenSharma

  • Problem with Weblogic using xdo_user_name

    Greetings,

    I'm looking for some using the help: xdo_user_name. I have two environments. What follows
    query works in one but not the other:

    Select: xdo_user_name of double;

    The first environment is:

    Solaris 10
    BIPUB 10.1.3.4.1
    OC4J
    BI Publisher authentication

    The second is:

    Solaris 10
    BIPUB 10.1.3.4.1
    WebLogic 10.3.3
    LDAP authentication

    I've created a report in each environment with this unique request:

    Select: xdo_user_name of double;

    Then ran by selecting 'DATA' as output. In the OC4J, its operating environment and returned the following:

    rowset <>
    < ROW >
    Administrator < _XDO_USER_NAME > < / _XDO_USER_NAME >
    < / ROW >
    < / LINES >

    When I ran in the Weblogic environment, it failed with the following error:

    The report cannot be made because of an error, please contact the administrator.

    1 has anyone used successfully xdo_user_name in a Weblogic environment?
    2. is there a log I can check what is causing the error?

    Thanks for your help.

    Larry

    Larry, there is no link with weblogic in here, nor the environment.
    You are at the correct version level. application, so it should work.

    XDO_USER_NAME is the predefined variables available @ application-level.

    Select: Double XDO_USER_NAME should work, if you have selected the correct data source, ORACLE DB.

    And my proposal is still on the data source: ORACLE DB for the report and the LDAP authentication.

  • Problem with Weblogic server..., Page opens not Jdeveloper 12.1.3

    I installed Jdeveloper 12.1.3 and practice a sample from the link below.

    Tutorial: ADF easy and powerful control data for the XML - part 1 [ARTICLE]

    Completed before:

    Figure 34

    5.4 run the page

    But the Page does not open when I click the button run, please think about if I need to change the settings of "IntegratedWebLogicServer".  Thank you.

    Using the HTTP 7101 port *.

    Using the SSL 7102 port *.

    C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\startWebLogic.cmd

    [First IntegratedWebLogicServer.]

    [waiting for the server to complete its initialization...]

    .

    .

    Arguments of memory in JAVA:-Xmx1024m-Xms512m

    .

    CLASSPATH is C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\features\com. Oracle.DB.jdbc7 - DMS.jar; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\lib\tools.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net. SF.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.WLS.common.nodemanager_2.0.0.0.jar; C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\internal\features\jrf_wlsFmw_oracle.JRF.WLS.classpath_12.1.3.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\com. Oracle.Cie.config - WLS - online_8.1.0.0.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbynet.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbyclient.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derby.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\xqrl.jar

    .

    PATH =; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\org. Apache.ant_1.9.2\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\oraclexe\app\oracle\product\112~1.0\server\bin; C:\Progra~3\Oracle\Java\javapath; C:\DEVSUI~1\jdk\jre\bin; C:\DEVSUI~1\jdk\jre\bin\client; C:\DEVSUI~1\jlib; C:\DEVSUI~1\BIN; C:\DEVSUI~1\jre\148A37~1.2\bin\client; C:\DEVSUI~1\jre\148A37~1.2\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\Windows\System32\WINDOW~1\v1.0\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x86; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x64; C:\Progra~1\MI3EDC~1\110\Tools\Binn\; C:\JDEVEL~1\mywork\MYFIRS~2\VIEWCO~1; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.7.0_51".

    Java (TM) SE Runtime Environment (build 1.7.0_51 - b13)

    Java for 64-bit Server VM (build 24.51 - b03, mixed mode)

    Picked up _JAVA_OPTIONS:-Xms512m-Xmx512m

    WLS starting with line:

    C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin\java-serveur-Xms512m-Xmx1024m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Users\PRABIL~1\AppData\Local\Temp\trustStore630856124243806375.jks-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : none-Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\endorsed ; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed-Djava.protocol.handler.pkgs="oracle.mds.net.protocol « - Dopss.version=12.1.3-Digf.arisidbeans.carmlloc=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\carml-Digf.arisidstack.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\arisidprovider-Doracle.security.jps.config=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\servers\DefaultServer\tmp\_WL_user - Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\ Middleware\Oracle_Home\oracle_common\modules\oracle.ossoiap_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.oamprovider_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.jps_12.1.3 -Doracle.mds.filestore.preferred=true -Dadf.version=12.1.3 -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\Oracle\Middleware\Oracle_Home\oracle_common -Djrf.version=12.1.3 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1 -Doracle.server.config.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\servers\DefaultServer - Doracle.domain.config.dir=C:\Users\PRABIL~ 1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig-da-Dwls.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Dweblogic.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Djps.app.credential.overwrite.allowed=true-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder-Xms512m-Xmx512m-Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic. Server

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090905 > < disable provider JCE CryptoJ self-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true. >

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG128 to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true. >

    < 27 July 2015 15:52:30 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 24.51 - b03 of Oracle Corporation. >

    < 27 July 2015 15:52:30 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server 12.1.3.0.0 Wed May 21 18:53:34 PDT 2014 1604337 >

    < 27 July 2015 15:52:32 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002900 > < Initializing self-adjusting thread pool. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002942 > < CMM level memory becomes 0. Sleep thread pool to 256. >

    < 27 July 2015 15:52:33 IST > < opinion > < Log Management > < BEA-170019 > < C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:33

    INFO: Jps at initialization.

    27 July 2015 15:52:35 oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd

    INFO: Pushed ldap name and types of information to libOvd. LDAPS: DefaultAuthenticator:idstore.ldap.provideridstore.ldap.

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:37

    INFO: Jps began.

    < 27 July 2015 15:52:38 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    2015-07-27 15:52:39.491/10.031 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): responsible operational configuration of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence.xml".

    2015-07-27 15:52:39.552/10.092 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): charge of operational substitutions of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml".

    2015-07-27 15:52:39.554/10.094 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not specified

    2015-07-27 15:52:39.558/10.098 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory - config.xml" is not specified

    2015-07-27 15:52:39.560/10.100 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory-generator - config.xml" is not specified

    2015-07-27 15:52:39.562/10.102 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Oracle Version 12.1.3.0.0 Build 52031 consistency

    Grid edition: development Mode

    Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

    Exception in thread "ExecuteThread [ASSET]: '0' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '3' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '1' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '2' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "Timer-2"»

    You can try and increase the settings memory used by WebLogic.

    Change the C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\setDomainEnv

    and set the Xms - & - Xmx be double what they are now.

  • Problems with utl_https, Oracle Wallet and firewall

    Hi all
    We experiment utl_http and Oracle wallet and try to make a transfer of https, but we are facing some problems. I'd appreciate your help greatly if you can advise on what could be wrong. We are on db version 10.2.0.1 and Unix HP - UX and operate since in a firewall. The intention is a https url ping command and get a 200 simple answer. Future development would include documents XML get/post to this url and other interesting things. I understand that utl_http with Oracle wallet can be used for this purpose.

    The portfolio was created and the ewallet.p12 exists. We downloaded the url Web site SSL certificate and downloaded in the portfolio. Everything works if I put in a url with http simple but then things work with a HTTP * S * url. Is what is called HTTPS TUNNELING required because we have a firewall? I don't know what it is or how it can be done.
    I tried https with a URL internal breast of the firewall. But again, no luck. -So probably not just a firewall problem.
    With HTTPS when I run the code below, I get the following error with https internal or external sites. Yet once, greatly appreciate your time and help because it is the first time us use Oracle wallet manager and don't know where to go from here.

    ORA-29273: HTTP request failed
    ORA-06512: at "SYS." UTL_HTTP", line 1029
    ORA-29268: error of the HTTP client

    declare
    URL varchar2 (225);
    Utl_http.req req;
    resp utl_http.resp;
    my_proxy BOOLEAN;
    name varchar2 (2000);
    value varchar2 (2000);
    V_proxy VARCHAR2 (2000);
    v_n_proxy varchar2 (2000);
    v_msg varchar2 (100);
    v_len PLS_INTEGER: = 1000;
    BEGIN
    -Disable the verification of the status code.
    Utl_http.set_response_error_check (false);
    -Set proxy server
    Utl_http.set_Proxy ('my-proxy');
    Utl_http.set_wallet ("file: < Unix full path to the wallet on DB server > ',' wallet998'");
    Req: = utl_http.begin_request ('https://service.ariba.com/service/transaction/cxml.asp');
    -Authentication proxy set
    Utl_http.set_authentication (req, 'myproxyid', 'myproxypswd', 'Basic', TRUE); -Use HTTP Basic

    resp: = utl_http.get_response (req);

    FOR i IN 1.utl_http.get_header_count (resp) LOOP
    Utl_http.get_header (RESP, i, name, value);
    dbms_output.put_line(Name ||) ': ' || (value);
    END LOOP;
    Utl_http.end_response (resp);
    exception
    while others then
    dbms_output.put_line (SQLERRM);
    END;

    user11992646 wrote:

    The difference between your method and this new method is that you spend the user_name: pswd as part of the url, so here it is passed as a parameter of the set_proxy.

    Using the user name and password in the proxy URL is often the easiest way to deal with authentication of the proxy - even supported under Linux with the environment variable http_proxy (that you can set for s/w to detect which is the proxy configuration, when access to the web).

    Would be in him passing a part of set_proxy also be considered as in "clear text"?

    Don't know exactly what it generates http traffic. Likely basic auth?

    It may seem that some form of "+ encryption +" is done with basic authentication. The user name and password are strung with a colon separator and then encoded in base64. So, the resulting string seems encrypted to the human eye, but can easily be decoded again (no secret necessary to perform decoding).

    So this is about as insecure as passing user name and password in clear text - darkening bit added to the meter reading it naked.

    In the Windows world (where it is stuck inside and look at the free and open to the outside Standards), proxy servers often use NTLM (new technology/LAN Manager) authentication. Not this again as LanManager goes back to BACK 5 project of the 1980s. ;-)

    Anyway, NTLM is a proprietary protocol and not easily supported when you code using UTL_HTTP. Basic authentication will fail in this case, the proxy expects that NTLM authentication. The workaround is to add the user name and password to the URL of the proxy (as I did in this example code).

    My problem is why set_authentication does not require us to use methods "unsupported"? It seems an obvious Oracle bug that they must solve.

    I think that you also use NTLM authentication on the proxy server? This isn't a standard. It is the crass seller proprietrary. No real compelling reason for other providers to support - especially not when there are open standards available and used.

    We have a beautiful SR and you said that you have opened a SR before without success. I'm surprised Oracle is dropping the ball on such a useful tool.

    My SR has been essentially around get UTL_HTTP proxy access work with NTLM - where workaround has been as I described. I don't see this as a particular problem, Oracle have to solve.

    The question is a consequence of the decision to use proprietary protocols and "+ standards. If anyone is to blame, it's Microsoft and their attempts at blocking of clients in a complete solution of owner. Unfortunately, these attempts often succeed too.

  • I have a problem with the Media Play Station 3 Server.

    I have PS3 media server so I can watch movies from my computer to my PS3. Lately his agi... Here's what it said in the papers.

    If anyone can tell me why its in place that would be great. I fixed it before but I'm not super knowledgable when it comes to computers. Whenever I have it fixed that I know exactly what I did to make it work, so basically dumb luck has gotten me through this day, but now I've hit a wall.

    Thanks in advance!

    13 2014-04-INFO 10:26:09.459 [hand] launch PS3 Media Server 1.90.1
    13 2014-04-10:26:09.459 [main] INFO by shagrath / 2008-2013
    13 2014-04-10:26:09.459 [hand] http://ps3mediaserver.org INFO
    13 2014-04-10:26:09.459 [hand] https://github.com/ps3mediaserver/ps3mediaserver INFO
    10:26:09.459 [main] INFO-2014-04-13
    INFO-2014-04-13 10:26:09.459 [hand] build: 3a4304c72 (2013-08-17)
    13 2014-04-INFO 10:26:09.459 [hand] Java: Java hotspot 64-bit Server VM by Oracle Corporation 1.7.0_25
    13 2014-04-INFO 10:26:09.459 [hand] OS: Windows 7 amd64 6.1
    13 2014-04-INFO 10:26:09.459 [hand] Encoding: UTF-8
    13 2014-04-10:26:09.459 [hand] memory INFO: 682 MB
    10:26:09.459 [main] INFO-2014-04-13
    INFO-2014-04-13 10:26:09.474 [hand] working directory: C:\Program Files (x 86) \PS3 Media Server
    Directory Temp INFO 2014-04-13 10:26:09.474 [hand]: C:\Users\Mark\AppData\Local\Temp\ps3mediaserver
    The configuration file logging of INFORMATION 2014-04-13 10:26:09.474 [hand]: C:\Program Files (x 86) \PS3 Media Server\logback.xml
    Debug.log INFO 2014-04-13 10:26:09.474 [hand]: C:\ProgramData\PMS\debug.log
    10:26:09.474 [main] INFO-2014-04-13
    Profile INFO-2014-04-13 10:26:09.474 [hand] directory: C:\ProgramData\PMS
    Directory permissions of profile INFO 2014-04-13 10:26:09.474 [hand]: rw
    Profile INFO-2014-04-13 10:26:09.474 [hand] path: C:\ProgramData\PMS\PMS.conf
    Profile INFO-2014-04-13 10:26:09.474 [hand] permissions: rw
    Name of profile INFO 2014-04-13 10:26:09.474 [hand]: Destructo
    10:26:09.474 [main] INFO-2014-04-13
    Path INFO-2014-04-13 10:26:09.474 [hand] Web conf: C:\ProgramData\PMS\WEB.conf
    Permissions of conf for the Web INFO 2014-04-13 10:26:09.474 [hand]: file not found
    10:26:09.474 [main] INFO-2014-04-13
    Auto_update reading of DEBUGGING 2014-04-13 10:26:09.552 [hen-2-thread-1]: default: false, current: true
    DEBUGGING 2014-04-13 10:26:09.802 [hand] read hostname: default: null, current: "6001".
    Port reading of DEBUGGING 2014-04-13 10:26:09.802 [hand]: default: 5001, current: 6001
    Network_interface reading of DEBUGGING 2014-04-13 10:26:09.849 [hand]: default: ' ', current: "eth3".
    Ip_filter reading of DEBUGGING 2014-04-13 10:26:09.849 [hand]: default: ' ', current: '192.168.1.103. "
    Http_engine_v2 reading of DEBUGGING 2014-04-13 10:26:09.849 [hand]: default: true, current: false
    Hide_video_settings reading of DEBUGGING 2014-04-13 10:26:09.864 [hand]: default: true, current: false
    Use_cache reading DEBUGGING 2014-04-13 10:26:09.880 [hand]: default: false, current: true
    Records of reading of DEBUGGING 2014-04-13 10:26:09.896 [hand]: default: ' ', current: "G:\movies."
    Shared folder of verification of INFORMATION 2014-04-13 10:26:09.896 [hand]: G:\movies
    Maximum_video_buffer_size reading of DEBUGGING 2014-04-13 10:26:09.911 [hand]: default: 200, current: 400
    Chapter_support reading of DEBUGGING 2014-04-13 10:26:09.911 [hand]: default: false, current: true
    Library MediaInfo loading INFO 2014-04-13 10:26:10.239 [hand]
    13 2014-04-10:26:10.332 [main] INFO loaded MediaInfoLib - v0.7.62
    13 2014-04-INFO 10:26:10.332 [hand] loading configurations of rendering engine of C:\Program Files (x 86) \PS3 Media Server\renderers
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.332 [hand]: AirPlayer.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.332 [hand]: Android.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.332 [hand]: BlackBerryPlayBook - KalemSoftMP.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.348 [hand]: Bravia4500.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.348 [hand]: Bravia5500.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.348 [hand]: BraviaEX.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.364 [hand]: BraviaEX620.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.364 [hand]: BraviaHX.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.364 [hand]: BraviaW.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.364 [hand]: DirecTVHR.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: DLinkDSM510.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: FreeboxHD.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: FreecomMusicPal.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: iPad - iPhone.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: Kuro.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: LGST600.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.379 [hand]: N900.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: NetgearNeoTV.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: OnkyoTX - NR717.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: OPPOBDP83.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: OPPOBDP93.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: Panasonic.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: Philips.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: PhilipsPFL.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.395 [hand]: PopcornHour.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: PS3.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: Realtek.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: Samsung SMT - G7400.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: SamsungAllShare.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: SamsungWiseLink.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: SharpAquos.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: Showtime3.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.410 [hand]: Showtime4.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: SMP - N100.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: SonyBluray.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: SonyHomeTheatreSystem.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: Streamium.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: TelstraTbox.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: VideoWebTV.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: VizioSmartTV.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.426 [hand]: WDTVLive.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: WMP.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: XBMC.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: XBOX360.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: YamahaRXA1010.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: YamahaRXV3900.conf
    Configuration file for loading of INFORMATION 2014-04-13 10:26:10.442 [hand]: YamahaRXV671.conf
    Hiding from police to control MPlayer INFO 2014-04-13 10:26:10.442 [hand]. It may take a minute or two.
    Launch of DEBUGGING 2014-04-13 10:26:10.442 [hand]: win32/mplayer.exe
    Launch of DEBUGGING 2014-04-13 10:26:10.583 [hand]: win32/mplayer.exe
    13-04-2014 INFO 10:26:10.709 [hand] done!
    Dir. of AviSynth plugins found INFO-2014-04-13 10:26:10.709 [hand]: D:\AviSynth 2.5\plugins
    INFO-2014-04-13 10:26:10.709 [hand] find VLC version 2.1.3: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    13 2014-04-INFO 10:26:10.709 [hand] looking for plugins in C:\Program Files (x 86) \PS3 Media Server\plugins
    INFO-2014-04-13 10:26:10.709 [hand] no plugin found
    INFO-2014-04-13 10:26:10.724 [hand] record transcoding engine: FFmpeg/AviSynth
    INFO-2014-04-13 10:26:10.724 [hand] record transcoding engine: FFmpeg Audio
    Engine registration INFO 2014-04-13 10:26:10.724 [hand] transcoding: video of MEncoder
    INFO-2014-04-13 10:26:10.724 [hand] record transcoding engine: AviSynth/MEncoder
    INFO-2014-04-13 10:26:10.724 [hand] record transcoding engine: FFmpeg
    DEBUGGING 2014-04-13 10:26:10.724 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.724 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.724 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    Engine registration INFO 2014-04-13 10:26:10.724 [hand] transcoding: VLC video
    FFmpeg protocols supported DEBUGGING 2014-04-13 10:26:10.787 [hand]: [Blu - Ray, cache, concat, crypto, data, files, ftp, gopher, hls, http, httpproxy, https, mmsh, mmst, hose, rtp, srtp, tcp, tls, udp, rtmp, rtmpe, rtmps, rtmpt, rtmpte, mms]
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: FFmpeg video Web
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: FFmpeg Web Audio
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: MEncoder Web video
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: VLC Web video
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: tsMuxeR
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: high fidelity Audio
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: VLC Web Audio (legacy)
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    DEBUGGING 2014-04-13 10:26:10.787 [hand] version of VLC found 2.1.3 in the Windows registry: C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: VLC Web video (Legacy)
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: FFmpeg DVR - MS Remux
    INFO-2014-04-13 10:26:10.787 [hand] record transcoding engine: dcraw Thumbnailer
    Engines of reading of DEBUGGING 2014-04-13 10:26:10.787 [hand]: default: ' mencoder, avsmencoder, tsmuxer, ffmpegvideo, vlctranscoder, ffmpegaudio, tsmuxeraudio, ffmpegwebvideo, vlcwebvideo, vlcvideo, mencoderwebvideo, ffmpegwebaudio, vlcaudio, ffmpegdvrmsremux, rawthumbs ', current: ' mencoder, vlctranscoder, tsmuxer, ffmpegvideo, avsmencoder, avsffmpeg, ffmpegaudio, tsmuxeraudio, vlcwebvideo, ffmpegwebvideo, vlcvideo, mencoderwebvideo, ffmpegwebaudio, vlcaudio, ffmpegdvrmsremux, rawthumbs.
    Mencoder_forcefps reading of DEBUGGING 2014-04-13 10:26:10.802 [hand]: default: false, current: true
    Vlc_use_experimental_codecs reading of DEBUGGING 2014-04-13 10:26:10.802 [hand]: default: false, current: true
    Vlc_audio_sync_enabled reading of DEBUGGING 2014-04-13 10:26:10.818 [hand]: default: false, current: true
    "13 04-2014 debug 10:26:10.818 [hand] reading avisynth_script: default:"

    ', current:
    "

    Alternativeffmpegpath reading of DEBUGGING 2014-04-13 10:26:10.834 [hand]: default: null, current: "C:\Program Files (x 86) \PS3 Media Server\win32\dvrms\ffmpeg_MPGMUX.exe.
    13 2014-04-10:26:10.849 [hand] forced use INFO address 6001
    INFO-2014-04-13 10:26:10.849 [hand] socket creation: /0.0.23.113:6001
    INFO-2014-04-13 10:26:10.849 [hand] FATAL ERROR: failed to bind the port: 6001, because: can't assign requested address: link
    INFO-2014-04-13 10:26:10.849 [hand] perhaps another process is running or the host name is wrong.
    10:26:10.849 ERROR 2014-04-13 [hand] a serious error occurred during the init PMS

    Esther,

    I wish you contact Playstation 3 support for assistance more-

    https://support.us.PlayStation.com/

    Let us know if you need any pertaiting help with Windows in the future.

  • Problem with the named instance of SQL Server using DG4ODBC

    I am running DG4ODBC on a computer LINUX 64-bit with the Microsoft SQL Server driver is installed. I tested successfully with an instance of SQL Server that is not named (GENERALI_DSN). The named instance gives the following when trying to query:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    [unixODBC] [Microsoft] [SQL Server Native Client 11.0] Connection timeout expired {HYT00} [unixODBC] [Microsoft] [SQL Server Native Client 11.0] SQL Server Network Interfaces: Error Search Server/Instance specified [xFFFFFFFF].  {NativeErr 08001, = - 1} [unixODBC] [Microsoft] [SQL Server Native Client 11.0] A network-related or instance-specific error all by establishing a connection to SQL Server. Server is not found or is not accessible. Check if the instance name is correct and if SQL Server is configured to allow remote connections. For more information, see SQL Server Books Online. {NativeErr 08001, = - 1}

    ORA-02063: preceding 2 lines of DEVMISC

    ODBC.ini

    [GENERALI_DSN]
    Driver = SQL Server Native Client 11.0
    Server = CLTDMJCWBYZ.eu.scor.local
    User = everest
    Password = everest
    Database = Everest_Generali

    [DEVMISC_DSN]
    Driver = SQL Server Native Client 11.0
    Server = [USVCLTDEVSQL02\DEVMISC]
    User = link_user
    Password = password1
    Database = s/n

    initDG4ODBC2.ora

    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = DEVMISC_DSN
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so

    #
    # ODBC specific environment variables
    #
    Set ODBCINI=/home/oracle/.odbc.ini

    Listener.ora

    SID_LIST_LISTENER_GW =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = DG4ODBC)
    (ORACLE_HOME=/home/oracle/product/11.2.0)
    (ENV=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micro
    Soft/SQLNCLI/lib)
    (PROGRAM = dg4odbc)
    )
    (SID_DESC =
    (SID_NAME = DG4ODBC2)
    (ORACLE_HOME=/home/oracle/product/11.2.0)
    (ENVS=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micr
    OSoft/SQLNCLI/lib)
    (PROGRAM = dg4odbc)
    )
    )

    LISTENER_GW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = usvcltprdoragw) (PORT = 1521))
    )
    )

    tnsnames.ora

    DG4ODBC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=usvcltprdoragw) (PORT = 1521))
    (CONNECT_DATA = (SID = DG4ODBC))
    (HS = OK)
    )

    DG4ODBC2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=usvcltprdoragw) (PORT = 1521))
    (CONNECT_DATA = (SID = DG4ODBC2))
    (HS = OK)
    )

    I can't understand why the named instance is not working but the other is. Any help would be greatly appreciated!

    Have you checked with the ODBC test utility isql (it is installed by default when you install the unixODBC Driver Manager) If your ODBC driver can connect at all to this named instance? I doubt it will work either as there was that a blog has commented by MS engineer:

    Presenting the new ODBC drivers from Microsoft for SQL Server - Microsoft SQLNCli - Site Home - MSDN Articles team blog

    which States that the instance named connections are not supported using this driver.

    -Klaus

  • Problem with DateTime - Oracle EBS r12

    Hello

    I installed Oracle EBS r12 on VM Ware. My machine virtual time is in harmony with my Windows 7 by setting sync.time = "TRUE".
    Date command at the unix command prompt and select to_char (sysdate, ' ' MON-DD-YYYY HH24:MI:SS) double to SQL prompt returns the date / time correct.
    When I submit a competing application, submitted time on 'Date' is ahead of 5 hours. End time on the application is correct.
    Does anyone can say why it is picking up two different dates?

    Kind regards
    Manvir Singh

    PL check the values of these profile options

    Time zone server time
    The client time zone

    What is the time zone selected for the user in the Preferences link? (at the top right of any page of the OAF)

    HTH
    Srini

  • Problems with the load on the file server

    I tried to get a vmmark 1.1.1 operational environment.  All the components work except the STAF process on the file server workloads.  I used the VM prebuilt downloaded from the Web site.  The only change in addition to the later configuration has been updated STAF to version 3.3.3 to match the other customers.  I performed the same process on the database server workload and had no problems.  Here is an output of the various log files and configuration files.  Any help or ideas would be greatly appreciated.

    fileserver0: / usr/local/staf # cat /tmp/start-staf.out

    /etc/init.d/start-STAF.sh: line 15: / usr/local/Scott/bin/STAFProc: cannot execute binary file

    fileserver0: / usr/local/staf # ls - the/usr/local/Scott/bin /.

    3151 total

    drwxrwxr-x 2 root root 544 Jun 11 09:27.

    drwxrwxr-x 9 root root 448 Jun 11 09:38...

    r-r - 1 r root - root 2367 Jun 11 09:27 CAList.crt

    -r-xr-xr-x 1 root root 49461 Jun 11 09:27 FmtLog

    -r-xr-xr-x 1 root root 47954 Jun 11 09:27 PLSTAF.pm

    -r-xr-xr-x 1 root root 6991 Jun 11 09:27 PLSTAFService.pm

    -r-xr-xr-x 1 root root 84330 Jun 11 09:27 STAF

    -rw-rw-r - 1 root root 1596 Jun 11 09:30 STAF.cfg

    -r-xr-xr-x 1 root root 1566 Jun 11 09:27 STAF.pl

    -r-xr-xr-x 1 root root 1543 Jun 11 09:27 STAF2.pl

    r-r - 1 r root - root 1070 Jun 11 09:27 STAFDefault.crt

    rrr - 1 root root 887 Jun 11 09:27 STAFDefault.key

    -r-xr-xr-x 1 root root 30368 Jun 11 09:27 STAFExecProxy

    -r-xr-xr-x 1 root root 5173 Jun 11 09:27 STAFLog.pm

    -r-xr-xr-x 1 root root 23115 Jun 11 09:27 STAFLoop

    -r-xr-xr-x 1 root root 2735 Jun 11 09:27 STAFMon.pm

    -r-xr-xr-x 1 root root 2884223 Jun 11 09:27 STAFProc

    -r-xr-xr-x 1 root root 40992 Jun 11 09:27 STAFReg

    lrwxrwxrwx 1 root root 26 Jun 11 09:27 fmtlog->/usr/local/Scott/bin/FmtLog

    lrwxrwxrwx 1 root root 24 Jun 11 09:27 staf->/usr/local/Scott/bin/STAF

    fileserver0: / usr/local/staf # cat /etc/init.d/start-staf.sh

    #! / bin/sh

    # Environment variables STAF for 3.1.2

    PATH = / usr/local/Scott/bin: / usr/local/bin: $PATH

    LD_LIBRARY_PATH = / usr/local/Scott/lib: $LD_LIBRARY_PATH

    CLASSPATH=/usr/local/STAF/lib/JSTAF.jar:/usr/local/STAF/samples/demo/STAFDemo.jar:$classpath

    STAFCONVDIR = / usr/local/Scott/codepage

    If [$# = 0]

    then

    STAF_INSTANCE_NAME = STAF

    on the other

    STAF_INSTANCE_NAME = $1

    FI

    export PATH LD_LIBRARY_PATH CLASSPATH STAFCONVDIR STAF_INSTANCE_NAME

    / usr/local/SCOTT/bin/STAFProc > /tmp/start-staf.out 2 > & 1 &

    fileserver0: / usr/local/staf # cat /usr/local/staf/bin/STAF.cfg

    # Sample VMMARK STAF.cfg for VMS Linux

    # (workloads: Web server, database or file server)

    #

    # Copyright (c) 2006 VMware, Inc.. All rights reserved.

    # Activate the monitoring of the internal errors and deprecated options

    trace enable track points "obsolete errors."

    # Enable TCP/IP connections

    tcp STAFTCP interface library

    # Trust local default Configuration

    machine local://local level 5 of trust

    # Add the trust to allow remote commands and copy files.

    # Trust the commands below replace the "www.votresociete.com".

    # with the correct name for your network.

    #

    # Define primeclient (usually client0) trust

    machine client0.yourcompany.com level 5 of trust

    # Set the confidence for the customer of this tile.

    # Replace the correct Index of the tile for the "N".

    machine client0.iaslab.com level 5 of trust

    # You can also, if on a network, you can

    # define the confidence level for the network instead of the parameter

    # level of trust from each individual computer. For example,.

    # Trust all hosts in the 192.168.100 network:

    the trust tcp://10.10.101 machine. * level 5

    # Default Service loader service

    serviceloader library STAFDSLS

    #Uncomment and change to match ipalias for the system

    MACHINENICKNAME fileserver0

    # Windows OS only

    # DEFAULTSTOPUSING SET WM_CLOSE

    # The services that need customers preferred to run STAX and STAXMonitor

    #

    # Comment on other clients or VMs

    Library of stax #service JSTAF run.

    # /usr/local/staf/services/stax/STAX.jar------.

    parms # "numthreads 100."

    run of the event #service JSTAF library.

    # /usr/local/staf/services/stax/STAFEvent.jar

    SET THE MAXQUEUESIZE 10000

    fileserver0: / usr/local/staf # cat/etc/hosts

    # Example of hosts file

    #

    # Update to reflect your test lab network naming and IP addresses

    # and extend the number of tiles that you plan to run.

    # Use Update: C:\WINDOWS\system32\etc\hosts on Windows and VMs clients

    # Use Update: / etc/hosts on Linux virtual machines

    #

    Short name of #IP long name address

    #==============================================================================

    Tile # 0

    10.10.101.10 mailserver0.iaslab.com mailserver0 #W2K3 field cont.

    10.10.101.11 javaserver0.iaslab.com javaserver0 #W2K3

    10.10.101.12 standby0.iaslab.com standby0 #W2K3

    10.10.101.13 webserver0.iaslab.com webserver0 #Linux

    10.10.101.14 database0.iaslab.com database0 #Linux

    10.10.101.15 fileserver0.iaslab.com fileserver0 #Linux

    10.10.101.16 client0.mailserver0.iaslab.com #W2K3 client0

    Tile # 1

    10.10.101.20 mailserver1.iaslab.com #W2K3 domain cont mailserver1.

    10.10.101.21 javaserver1.iaslab.com javaserver1 #W2K3

    10.10.101.22 standby1.iaslab.com #W2K3 standby1

    10.10.101.23 webserver1.iaslab.com webserver1 #Linux

    10.10.101.24 database1.iaslab.com #Linux database1

    10.10.101.25 fileserver1.iaslab.com Serveur_Fichiers1 #Linux

    10.10.101.26 client1.mailserver1.iaslab.com #W2K3 client1

    Tile # 2

    10.10.101.30 mailserver2.iaslab.com mailserver2 #W2K3 field cont.

    10.10.101.31 javaserver2.iaslab.com javaserver2 #W2K3

    10.10.101.32 standby2.iaslab.com standby2 #W2K3

    10.10.101.33 webserver2.iaslab.com #Linux webserver2

    10.10.101.34 database2.iaslab.com #Linux base2

    10.10.101.35 fileserver2.iaslab.com #Linux fileserver2

    10.10.101.36 client2.mailserver2.iaslab.com #W2K3 client2

    Tile # 3

    10.10.101.30 mailserver2.iaslab.com mailserver2 #W2K3 field cont.

    10.10.101.31 javaserver2.iaslab.com javaserver2 #W2K3

    10.10.101.32 standby2.iaslab.com standby2 #W2K3

    10.10.101.33 webserver2.iaslab.com #Linux webserver2

    10.10.101.34 database2.iaslab.com #Linux base2

    10.10.101.35 fileserver2.iaslab.com #Linux fileserver2

    10.10.101.36 client2.mailserver2.iaslab.com #W2K3 client2

    It seems that you have installed the STAF of 64 bits on the file server. You must install the 32-bit version on the file server.

    64-bit STAFProc v3.3.3 bytes 2884223 32 - bit STAFProc v3.3.3 is 3083208 bytes

Maybe you are looking for