Couldn't create pool conneation

Hi,
I configed a connection pool in the adminstrator console of WLS7.0 .
I defined the following parameters:
Name:MyJDBC Connection Pool
URL: jdbc:weblogic:mssqlserver4:pubs@localhost:1433
DriverClassName:
Properties(key=value):user=paul ,password=paul
ACL Name:
Then,I got erros like this:
The DBMS driver exception was:
java.sql.SQLException: Login failed for user 'paul;password=paul'. Severity
14,
State 1, Procedure 'null null', Line 0 Unable to connect, please check your
serv
er's version and availability.
at
weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.j
ava:2823)
at
weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftCo
nnection.java:44)
Any help will be appreicated!
Paul

Hi Paul,
Based on information provided, you use "," to separate
password property from user, while it should be ";".
If it doesn't help, try to remove password from properties
and set password to the connection pool definition.
Regards,
Slava Imeshev
"paul" <[email protected]> wrote in message
news:[email protected]..
Hi,
I configed a connection pool in the adminstrator console of WLS7.0 .
I defined the following parameters:
Name:MyJDBC Connection Pool
URL: jdbc:weblogic:mssqlserver4:pubs@localhost:1433
DriverClassName:
Properties(key=value):user=paul ,password=paul
ACL Name:
Then,I got erros like this:
The DBMS driver exception was:
java.sql.SQLException: Login failed for user 'paul;password=paul'.Severity
14,
State 1, Procedure 'null null', Line 0 Unable to connect, please checkyour
serv
er's version and availability.
at
weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.j
ava:2823)
at
weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftCo
nnection.java:44)
Any help will be appreicated!
Paul

Similar Messages

  • Couldn't create jco client connection for logical system

    Dear Experts,
    we are facing a strange issue in our custom webdynpro java application, few of our portal users are getting the "couldn't create jco client connection for logical system" for Model Data JCO Destination. below are details
    1. portal version 7.02 SP14 (we have recently updated to SP14 from SP02-- is this is causing the issue ?)
         1.1. updated the NWDI track with SP14 SCA files as well as added latest WD Runtime SCA file deployed the applications to Production also.
    2. above said exception is inconsistent and happening for only few users
    3. ping and test of jco destinations are successfull in content administration as well as in SLD, destinations were added in the SLD system.
    4. cleared the JCO ARFC meta data cache in webdynpro console
    5. jco destinations are configured using uid/pwd, configured user is not locked active and tested in the backend by logging in with the same user.
    6. restarted the portal server
    even though, we are getting the above said exception for few of portal users randomly.
    Please help me on this ASAP, as i am not getting any further help on this.
    Thanks,
    Ram.

    Hello Ram,
    Check the JCo Pool Configuration settings of your JCO Destination. This message normally comes when the maximum connections has been reached. Increase the "Maximum Connections" to some number depending on the usage. A good habit is to disconnect the jco connection after executing the same in your webdynpro code if you don't want it to be synchronous.
    <ModelName>.modelInstance().disconnectIfAlive()
    Hope this helps.
    Regards
    Vijay

  • Windows 8 installation error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

    I recently tried testing Server 2012 for installation and I had a major issue.  Windows 8 also uses the same method for installation so this should also apply to Windows 8.  I thought this might be helpful for other people who have the same
    problem.  My setup is a 1U server with no DVD drive, no hard drives, and only USB.  I have a new hard drive that I wanted to install Server onto, so I put it in and ran the installer off a thumb drive.  I kept receiving the following error when
    I tried to format the hard drive and proceed with the installation:
    "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
    After hours of troubleshooting, I determined my problem was I was using a thumb drive to install it, and Windows didn't like it.  Some people had similar issues when similar devices were plugged in (i.e. external hard drives, SD cards, CF cards, etc). 
    In my case, it was the installation drive itself was a thumb drive.  I ended up digging up an external DVD drive and placed the installation onto a DVD.  Worked flawlessly.  Now I am up and running.
    I tried
    the steps here to no avail.
    Hope this helps anyone else with the same problems.

    Hi,
    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Leo Huang
    TechNet Community Support

  • Couldn't create a new partition with a windows 7 installation

    Hi
    I have a b570 laptop. It was originally windows 7 home premium and I wanted to install windows 7 ultimate from scratch (didn't want to upgrade it) with new partitions, so I have deleted the original system partition and tried to create a new partition but to my surprise I couldn't create a new one. I tried to use the onekey recovery but it keeps asking me for the original partition, which I don't have. Please help me if you know how I could solve this problem. Thank you in advance.

    With the windows 7 installation disk...I select the unallocated space shown on the screen -> click on the new button on the bottom -> set the size of the new partition to be created -> and click create.

  • Could not create pool connection with MySql

    When starting weblogic server I obtain the following error message when the conection
    pool for a MySql database should be established. What's the mistake I am doing? #The
    examples in the weblogic.properties put a "server=DEMO to the props. What is this
    server related to the MySql RDBMS? Is it mandatory? After the error message produced
    by Weblogic you'll find some information about the MySql setup (my.ini) I have made.
    Mi Mai 01 01:33:50 CEST 2002:<I> <WebLogicServer> Invoking main-style startup weblogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartup
    Mi Mai 01 01:33:50 CEST 2002:<I> <JDBC Pool> Creating connection pool ejbTestPool
    with:
    {aclName=weblogic.jdbc.connectionPool.ejbTestPool, maxCapacity=2, initialCapacity=1,
    url=jdbc:mysql://Blizzard:3306/ejbTest, props=user=du-it;password=du-it;server=3.23.4
    9-nt, capacityIncrement=1, driver=org.gjt.mm.mysql.Driver, poolName=ejbTestPool}
    Mi Mai 01 01:33:50 CEST 2002:<I> <JDBC Pool> Sleeping in createResource()
    Mi Mai 01 01:33:51 CEST 2002:<E> <JDBC Pool> Failed to create connection pool "ejbTes
    tPool"
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Invalid authorization specification: Access denied for user:
    du-it@blizzard' (Using password: YES)
    at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:278)
    at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
    at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
    onEnvFactory.java:146)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:108)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
    onEnvFactory.java:154)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:108)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:124)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    MySql:
    #This File was made using the WinMySQLAdmin 1.4 Tool
    #29.04.2002 14:46:57
    #Uncomment or Add only the keys that you know how works.
    #Read the MySQL Manual for instructions
    [mysqld]
    basedir=D:/db/mysql
    #bind-address=169.254.102.136
    datadir=D:/db/mysql/data
    #anguage=D:/db/mysql/share/german
    #slow query log#=
    #tmpdir#=
    port=3306
    #set-variable=key_buffer=16M
    [WinMySQLadmin]
    Server=D:/db/mysql/bin/mysqld-nt.exe
    user=du-it
    password=du-it

    When starting weblogic server I obtain the following error message when the conection
    pool for a MySql database should be established. What's the mistake I am doing? #The
    examples in the weblogic.properties put a "server=DEMO to the props. What is this
    server related to the MySql RDBMS? Is it mandatory? After the error message produced
    by Weblogic you'll find some information about the MySql setup (my.ini) I have made.
    Mi Mai 01 01:33:50 CEST 2002:<I> <WebLogicServer> Invoking main-style startup weblogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartup
    Mi Mai 01 01:33:50 CEST 2002:<I> <JDBC Pool> Creating connection pool ejbTestPool
    with:
    {aclName=weblogic.jdbc.connectionPool.ejbTestPool, maxCapacity=2, initialCapacity=1,
    url=jdbc:mysql://Blizzard:3306/ejbTest, props=user=du-it;password=du-it;server=3.23.4
    9-nt, capacityIncrement=1, driver=org.gjt.mm.mysql.Driver, poolName=ejbTestPool}
    Mi Mai 01 01:33:50 CEST 2002:<I> <JDBC Pool> Sleeping in createResource()
    Mi Mai 01 01:33:51 CEST 2002:<E> <JDBC Pool> Failed to create connection pool "ejbTes
    tPool"
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Invalid authorization specification: Access denied for user:
    du-it@blizzard' (Using password: YES)
    at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:278)
    at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
    at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
    onEnvFactory.java:146)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:108)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
    onEnvFactory.java:154)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:108)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
    onEnvFactory.java:124)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
    .java:771)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:4
    16)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:3
    30)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java:117)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
    MySql:
    #This File was made using the WinMySQLAdmin 1.4 Tool
    #29.04.2002 14:46:57
    #Uncomment or Add only the keys that you know how works.
    #Read the MySQL Manual for instructions
    [mysqld]
    basedir=D:/db/mysql
    #bind-address=169.254.102.136
    datadir=D:/db/mysql/data
    #anguage=D:/db/mysql/share/german
    #slow query log#=
    #tmpdir#=
    port=3306
    #set-variable=key_buffer=16M
    [WinMySQLadmin]
    Server=D:/db/mysql/bin/mysqld-nt.exe
    user=du-it
    password=du-it

  • SSPU issue: Cache directory does not exist, and couldn't create a new downl

    I have installed SSPU and created an offer over there. When I run my offer it gives the error:
    Cache directory does not exist, and couldn't create a new download cache directory.
    Can anyone tell me the root cause and workaround for this issue?

    Hi
    Try deleting the "offer" directory from SSPU home and then delete the offer from Sub-Client . Restart client and then add the provider . Start pushing the content from SSPU and see if the issue still persists .
    Thanks
    Srinath

  • OES error:Couldn't create SOAP msg:Unable to create stAX reader & writer

    Hi,
    I can see the below severe error in the nohup.out log file for OES.
    Environment:
    Unix Server 1: OES admin and SM
    Unix Server 2: SM with the same name
    Both the SM pointing to Server 1 admin server.
    I can see the below error only on server 2. There is no such error on server1.
    I donot understand while this error is coming up.
    Checked all web services through SOAPUI and all web services are responding properly as expected from Server2
    NOHUP.OUT
    com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle
    SEVERE: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:292)
    at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:287)
    at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:102)
    at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:512)
    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)
    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:172)
    at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.sun.xml.ws.streaming.XMLReaderException: Unable to create StAX reader or writer
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:430)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:135)
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:287)
    ... 22 more
    Caused by: com.ctc.wstx.exc.WstxIOException: Connection reset
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:536)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:585)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:641)
    at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:344)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:428)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:136)
    ... 23 more
    Caused by: java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159)
    at java.io.InputStream.read(InputStream.java:85)
    at com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:177)
    at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:228)
    at weblogic.wsee.jaxws.HttpServletAdapter$RequestResponseWrapper$InputStreamWrapper.read(HttpServletAdapter.java:571)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:307)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at com.ctc.wstx.io.ReaderBootstrapper.initialLoad(ReaderBootstrapper.java:250)
    at com.ctc.wstx.io.ReaderBootstrapper.bootstrapInput(ReaderBootstrapper.java:133)
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:531)
    ... 32 more
    Can anyone help me out with this.
    Regards,
    Garima

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • NoProcessorException: Couldn't create processor in Linux!

    Hi,
    I'm trying to create processor in CentOS (kernel-2.6.18-53.1.4.el5). But i've got the following Exception:
    Couldn't create processor:
    javax.media.NoProcessorException: Error instantiating class: com.sun.media.processor.unknown.Handler : java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    Here is my sample code:
    DataSource dataOutput = null;
    Processor processor = null;
    try {
         String inputfile = "file:" + System.getProperty("user.dir")
                        + File.separator + "sample.wav";
         MediaLocator locator = new MediaLocator(inputfile);
         ds = javax.media.Manager.createDataSource(locator);
         ds.connect();
         ds.start();
    } catch (Exception e) {
         System.err.println("Couldn't create DataSource\n" + e);
    try {
         processor = javax.media.Manager.createProcessor(ds);
    } catch (NoProcessorException npe) {
         System.err.println("Couldn't create processor:\n" + npe.toString());     
    }I'm not sure where is the bug in this code? Please help me with your valuable feedback.
    Thanks in advance!
    ARIF

    Hey! i've fixed the problem by installing Xvfb. :)
    Xvfb (X virtual framebuffer) is an X11 server that performs all graphical operations in memory, not showing any screen output. Can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory.
    Cheers,
    ARIF

  • Internal error 224: couldn't create /initialize the LogosManager

    We keep getting an error window on boot-up:
    "The DataFinder cannot start due to an internal error.
    (224): Couldn't create/initialize the LogosManager
    Any ideas?

    Datafinder, which is what is causing this error on your machine, is only installed when DIAdem is installed.  Are you using DIAdem for any of your applications?  Are you communicating with DIAdem from LabVIEW in any manner?  If none of your development within LabVIEW has to do with DIAdem, there is no need for the datafinder to be on your machine.  If you look down on the system tray by the time, do you see a yellow cog (gear)?  If so, is this cog sitting on a red or blue surface?
    NickB
    National Instruments
    Applications Engineering

  • Xcode internal error "couldn't create ~/.Xcode"

    hi all, I've got a fresh download of xcode 3.2.4 on snowleopard 10.6.5 and when starting a project on my usual User (which is a standard user) i get an "couldn't create ~/.Xcode" error.
    I've created a new standard user and xcode works fine with it
    id prefer to keep to my one usual user, any ideas?
    edit - should add that if i click 'continue' then xcode launches but i'm loathe to trust it
    Message was edited by: giantreign

    giantreign wrote:
    how do i add myself to my home folder with read & write permissions and get rid of _unknown?
    In the Finder, do Get Info on your home folder. At the bottom of the Get Info window, click the + button.
    The actual ownership may be incorrect so you might not be able to remove _unknown.
    Another alternative would be to use the Terminal:
    sudo chown $USER:staff ~

  • "Couldn't create destination temporary file:Permission denied"

    I am running the latest version of Final Cut Server on a Mac Pro Tower running Mac Server 10.6.X.
    I keep getting 2 Error messages every time my users are trying to send content to the server via Final Cut Server client application:
    (1) "Broken Pipe" and (2) "Couldn't create destination temporary file:Permission denied"
    Anybody have any Ideas on how I could correct this?
    Thanks

    Can you elaborate on what you did to fix this? I am getting the same error. Everything was fine about a week ago. I tried repairing the disk permission in Disk Utility.

  • Couldn't create a postscript file for the devnagri script from indesign

    Hi,
    Couldn't create the postscript file for the indesign devnagri script. Its throughing error saying offending fonts.
    I have added a link where u can download the rar file which contains indesign file and required fonts.
    http://wikisend.com/download/278714/Devnagri Script.rar

    @Raghugada – I tested with your new font (no license restriction) and could print to PostScript and distill to PDF without problems. Something else is wrong on your side. Could you provide an IDML file instead of the inDesign file? I will test this as well.
    And: How do you print to PostScript?
    Do you do it with the right PPD? The "Adobe PDF 9.0" ? (PPD => PostScript Printer Description File)
    Do you do it with the right setting in the print dialog of InDesign?
    PostScript Level 3, binary, all fonts fully embedded?
    Here a screenshot of a sample PDF from Acrobat Pro with SHREE-DEV-7-0715 font:
    Uwe

  • Couldn't create temporary file.

    I have a 1TB drive in my Mac Pro running Mavericks 10.9.4 and I went to disk utility to erase some free space on the drive. However I keep getting the error message:
    Secure Erase Free Space failed
    Secure erase Free Space failed with the error:
    Couldn't create temporary file.
    I Googled the error message and couldn't find anything. The error message is heaps unhelpful, it doesn't tell me why it couldn't create a temporary file or what I can do to fix it. Please help, it would be much much appreciated!

    I have a time machine backup that is up to date, with tons of extra space.  Could I copy over the files I have on my macbook pro hard drive and recopy back once I have wiped out the hard drive, thinking maybe there is a problem copied onto the ™ backup?  

  • Couldn't create processor

    Hello All-
    I am trying to use the VideoTransmit demo code
    java VideoTransmit file:/root/javatemp/Before.jpg 132.170.194.58 9000
    Error : Couldn't create processor

    Well I figured out why the screen is garbled. This is a seperate issue with the size of the video which is unrelated to the java portion oy my problem.
    Here is the modinfo of the driver. The driver is ivtv which to my knowledge is the only driver for the Hauppauge PVR 250:
    ist-tank1:~# modinfo ivtv
    filename: /lib/modules/2.4.25/kernel/drivers/media/video/ivtv.o
    description: "Alpha iTVC15 driver"
    author: "Kevin Thayer"
    license: "GPL"
    parm: tuner int, description "
    Tuner type selection, see tuner.h for values"
    parm: yuv_buffers int, description "
    Number of 32K buffers for copying YUV.
    Default: 60, Min: 40 Max: 500"
    parm: mpg_buffers int, description "
    Number of 32K buffers for copying mpg.
    Default: 100, Min: 15 Max: 100"
    parm: vbi_buffers int, description "
    Number of 32K buffers for copying VBI.
    Default: 10, Min: 3 Max: 100"
    parm: num_devices int, description "
    Number of supported devices (1-9).
    Default: 1"
    parm: dec_mpg_buffers int, description "
    Number of 32K buffers for decoding MPG.
    Default: 8, Min: 5 Max: 100"
    parm: dec_yuv_buffers int, description "
    Number of 32K buffers for decoding YUV.
    Default: 0, Min: 17 Max: 500, 0 to disable"
    parm: dec_mpg_qlen int, description "
    Number of 32K buffers to queue before dispatching to decoder
    Default: 2, Min: 0 Max: <dec_mpg_buffers>"
    parm: dec_yuv_qlen int, description "
    Number of 32K buffers to queue before dispatching to decoder
    Default: 0, Min: 0 Max: <dec_yuv_buffers>"
    parm: ivtv_debug int, description "
    Debug level (bitmask), default, errors only
    (debug=127 gives full debuging)"
    parm: ivtv_pal int, description "
    Use PAL as default video mode instead of NTSC"
    As for the JMF install, I did the install from an xterm and I still have the same errors displayed. This is with the display variable set properly.
    As for the JPG transmission test, I thought it was possible to use a static image as a source. No big deal because I am only concerned with getting video to work.
    As for the audio, I am trying to figure out how to disable it because I dont need it. Is there a way to disable it?
    Thanks for all your help.

  • Error: couldn't create user

    hi,
    i have installed EP on WAS 6.40.
    when i am tring to create a user i am getting the error as : "Couldn't create User".
    can someone guide me as to how to resolve this issue....
    please reply fast...

    Hi Uday,
    Can you plz tell me the version?
    Did you face any problems while installing Portal?
    The reason why I asked you is that I recently installed SP12 and did not face any problem. was able to create users without any problems.
    Cud you plz send me some screenshots. It wud help me solve your problem better.
    You may email me on [email protected]
    Awaiting Reply.
    Warm Regards,
    Ritu R Hunjan

Maybe you are looking for

  • How do I use the WinXP bottle in Crossover Mac?

    I'm using Crossover Mac to run Windows apps on my Mac. I'm using the default win98 bottle, but I've ran into an app that requires WinXP to install. So I create a new bottle that is WinXP, and when it's done, I install my app in that new, winxp bottle

  • 10.2.8 client login issues with 10.3.9 server

    Hi we have just updated our computer lab to 10.2.8 client computers and a 10.3.9 server but I am having issues with the client computer loging into the server I am using LDAPv3 and when I try to have a user login to the server from the client at the

  • Help needed in passing values

    Hi all, I'm new to jsp. So if possible pls help me. I have a page(say first.jsp) which has a link to another jsp(say sec.jsp). In sec.jsp i'm setting a value in session. When i'm clicking a use/done button in sec.jsp...I want to come back to first.js

  • Error when signing in adobe export

    When signing in, a message pops up." An error occured whilst signing in". What could that mean? It is not possible to use the adobe  export pdf ( e.g. to excel or word)

  • IPhoto won't download

    Okay Guys, I have a Macbook Pro Mid 2012 currently on iOS X 10.9.4. I accidentally clean my Mac that also removed Mavericks from my Mac which I had to re-install back. My iPhoto, iMove and everything was gone. Now I'm trying to re-install them back b