Publish failed (when using Calendar instead of GregorianCalendar..)

I have a web service written in Workshop 9.2.2 running on a WLS9.2 Server.
One attribute in my web service is of type java.util.Calendar. Now when I try to publish that I get a "Publish Failed" almost immeditately.
HOWEVER, when I change the type of the attribute to java.util.GregorianCalender, the publish works fine...
This seems like a bug to me, as the WLS doc says that I should use Calendar as a data type for dates in web services and it clearly supports it.
Can I upgrade to the latest version of Workshop and continue using WLS9.2?
Here's the log file:
!ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
!MESSAGE Releasing deployment manager @0
!ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
!MESSAGE Publishing finished.
!ENTRY org.eclipse.wst.server.core 4 0 2008-03-19 15:36:00.10
!MESSAGE Publishing failed
!SUBENTRY 1 com.bea.wlw.server.core 4 0 2008-03-19 15:36:00.10
!MESSAGE Error with publish task 'WebServicesProjectBuildTask'.
!SUBENTRY 2 com.bea.wlw.webservices.core 4 4 2008-03-19 15:36:00.10
!MESSAGE Error while compiling web services in WL92WS.
!STACK 0
com.bea.wlw.webservices.core.gen.WebServicesException: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:249)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.accessCompiler(WebServiceCompiler.java:291)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile0(WebServiceCompiler.java:244)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile(WebServiceCompiler.java:202)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build0(WebServiceProjectCompiler.java:157)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.access$0(WebServiceProjectCompiler.java:119)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler$1.run(WebServiceProjectCompiler.java:92)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build(WebServiceProjectCompiler.java:108)
     at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicesBuildOperation.processWebServices(WebServiceProjectPublishTask.java:119)
     at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicePublishOperation.processWebModule(WebServiceProjectPublishTask.java:53)
     at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootChildModule(WeblogicWebPublishOperation.java:118)
     at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootModule(WeblogicWebPublishOperation.java:84)
     at com.bea.wlw.server.core.model.WeblogicPublishOperation.execute(WeblogicPublishOperation.java:72)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:786)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:434)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:332)
     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Caused by: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
     at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:471)
     at weblogic.wsee.tools.jws.build.JwsCompiler.compile(JwsCompiler.java:439)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:247)
     ... 20 more
Caused by: weblogic.wsee.tools.WsBuildException: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
     at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:219)
     at weblogic.wsee.tools.jws.wsdl.WsdlBuilder.process(WsdlBuilder.java:41)
     at weblogic.wsee.tools.jws.process.CompositeProcessor.process(CompositeProcessor.java:36)
     at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:467)
     ... 22 more
Caused by: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
     at com.bea.util.jam.internal.elements.ArrayClassImpl.normalizeArrayName(ArrayClassImpl.java:100)
     at com.bea.util.jam.internal.JamClassLoaderImpl.loadClass(JamClassLoaderImpl.java:80)
     at com.bea.util.jam.internal.classrefs.QualifiedJClassRef.getRefClass(QualifiedJClassRef.java:80)
     at com.bea.util.jam.internal.elements.FieldImpl.getType(FieldImpl.java:89)
     at com.bea.staxb.buildtime.Java2Schema.isJaxRpcEnumType(Java2Schema.java:1646)
     at com.bea.staxb.buildtime.Java2Schema.checkPropertyConstructors(Java2Schema.java:1829)
     at com.bea.staxb.buildtime.Java2Schema.processProperty(Java2Schema.java:1753)
     at com.bea.staxb.buildtime.Java2Schema.bindProperties(Java2Schema.java:1368)
     at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:855)
     at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
     at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:804)
     at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
     at com.bea.staxb.buildtime.Java2Schema.internalBind(Java2Schema.java:440)
     at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
     at com.bea.staxb.buildtime.BindingCompiler.bindAsExplodedTylar(BindingCompiler.java:161)
     at weblogic.wsee.bind.buildtime.internal.SoapAwareJava2Schema.bindAsExplodedTylar(SoapAwareJava2Schema.java:1311)
     at weblogic.wsee.bind.buildtime.internal.TylarJ2SBindingsBuilderImpl.createBuildtimeBindings(TylarJ2SBindingsBuilderImpl.java:214)
     at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:215)
     ... 25 more
!SUBENTRY 1 com.bea.wlw.server.core 4 4000 2008-03-19 15:36:00.72
!MESSAGE Error(s) occurred during publish assembly. No modules will be published.

Hi
This looks like a known issue. I see that its fixed in Workshop 10.0 onwards.
If you want a fix for 9.2 version please open up a BEA support case at http://support.bea.com . Please refer to the Cr's CR340337, CR360247 when opening the case.
Can I upgrade to the latest version of Workshop and continue using WLS9.2?Yes, you can. With the latest version of workshop you can develop applications against WLS9.2.x and WLS10.x. So you would be able to use the same app on 9.2 on the latest workshop version.
Vimala-

Similar Messages

  • Why do I get "Publish Failed" when I select F4V with fixed frame rate?

    I have created several projects from scratch in Captivate 5. My publishing functionality seems to be increasingly impaired. I have rebooted and uninstalled + reinstalled Captivate 5.
    In the beginning I got this message when I was publishing a specific project with the media option F4V with fixed frame rate, but now I am getting it on all my projects regardless of my publishing selections.
    I am running on Windows 7, and I think it is Windows that is suggesting that I 'debug' the program. Clicking 'Debug' takes me to a dialog box where I can choose between Visual Studio 2005 or Visual Studio 2008, none of which seem to be a good solution.
    Here is a print of my publishing options:

    Chinmay Baid,
    Thank you for your reply - over the past few days I have been able to
    narrow the problem down a little more.
    When working with Captivate 5, I am able to work with and open any
    published file until I turn that file into a Zip file.  Upon unZipping,
    the file becomes unusable by my computer and by my LMS (Cornerstone).
    I am using Adobe Flash Professional CS5 and I am able to run any SWF file
    on my machine if the file has never been zipped.  I am using Captivate 5
    in administrator mode.  Somehow, the zip process is making the files
    unusable, and my LMS requires that files be zipped before they can be
    uploaded.
    Thank you for any advice or help you may be able to offer.
    Daniel Spray
    Instructional Design Specialist
    United Spermarkets, LLC
    806.791.6329
    From:   Chinmay Baid <[email protected]>
    To:     Daniel Spray <[email protected]>
    Date:   03/03/2011 05:09 AM
    Subject:        Why do I get "Publish
    Failed" when I select F4V with fixed frame rate?
    Hi,
    Can you please give the following details :
    Can you please check and tell the Flash player version
    (plugin,activex,standalone) installed on your machine?
    Also, are you able to play the standalone SWF on your machine?
    Did you launch Adobe Captivate 5 in administrator mode?
    Above information might be helpful for further investigation.
    Regards
    Chinmay Baid
    http://blogs.adobe.com/captivate

  • [svn:bz-4.x] 16147: Fix a few more regression tests on the 4. x branch that were failing when using Spring integration.

    Revision: 16147
    Revision: 16147
    Author:   [email protected]
    Date:     2010-05-17 06:18:38 -0700 (Mon, 17 May 2010)
    Log Message:
    Fix a few more regression tests on the 4.x branch that were failing when using Spring integration.
    Modified Paths:
        blazeds/branches/4.x/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/remoteobjects/ROMessage Destination.java
        blazeds/branches/4.x/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/remoteobjects/RuntimeCo nfigurator.java
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/flex-config.xml

    Well heres my story. I tried kde4 from extra the last 3 weeks and I like it. I have used xfce for the past 3 years, previous to that gnome. Tried kde but never really liked it. Now I am only using workspace, base, mutimedia and graphics.
    Here is what I like.
    1- Dolphin, awesome I have used thunar a while and it is great but I love splitview, and fish for ssh (which has been around a while I know), and the ability to mount other partitions on my hdd with a click no fstab entry or nothin'.
    2-Pretty, I've used xfce with built in compositor an love the snappiness. But I like desktop grid with kde4 and flipswitch. Compiz-fusion is cool but I prefer not to use I'll take what the DE gives. Plasmoid are cool too.
    3- Gwenview is nice too. Use to use gqview, but thumnails are nice.
    Looking forward to or lacking
    1- Keyboard shortcuts, Yes xbindkeys is there but if I have a DE I want it to do it. They just don't work now.
    2- kde4 has windows specific settings, but I can't set the opacity for particular windows , doesn't work.
    3- Ram of course is much higher in kde4, but maybe I'm getting old I just don't care as much.

  • I would like to store my music files on a external harddrive  when using itunes instead of using my internal drive but cant seem to configure the macbook to do this. can someone tell me how ?

    I would like to store my music files on a external harddrive when using itunes instead of my internal drive but can't seem to configure the computer to do this. can someone tell me how ? .

    Copy the entire /Music/iTunes/ folder to teh external.
    Hold Option and launch iTunes.
    select Choose library... and select the iTunes folder on the external.
    Make sure the external is connected and ready before launching iTunes.

  • IFCORE-1565: The Dgraph could fail when using a relevance ranking strategy.

    Hi,
    I just saw the release notes for Endeca 6.2.2 and read this bug:
    IFCORE-1565: The Dgraph could fail when using a relevance ranking strategy.
    Is there someone who could provide some more information on this bug? What is it and when does it occur? Reading the word 'could' would suggest a kind of unpredictability?
    Thanks,
    Maarten

    The known trigger for the bug was doing relrank on a query that contained multiple text searches.

  • 802.1X PEAP fails when using special characters in login

    I am using MS AD & NPS for 802.1X Enterprise authentication with PEAP (no client certificate - MS-CHAPv2 user credentials for login). This works fine for iOS devices on 8.1 (iPhone 5 and iPad mini) and 6.1.6 (iPhone 3GS) when the user has standard "English" ASCII characters in the username and password.
    However, when I introduce Unicode special accented characters in the login name or password such as French é/ù or Spanish ñ then after accepting the server cert authentication fails with "Incorrect username or password for <WLAN name>". Windows 7 and CentOS 6.5 laptops have no problem authenticating to the same setup with either "English" credentials or ones with special accented characters. I also tried an old iPod touch on ancient software version and that fails, so its not something recently introduced.
    I tried using a different access point (TP-Link instead of Ruckus) and had exactly the same issue, so highly unlikely this is an AP issue.
    Then I setup FreeRadius with and see exactly the same issue, so its highly unlikely to be a MS AD/NPS issue.
    When comparing a working/failed authentication Wireshark packet capture on the NPS server, I see the failed attempt is missing the last 4 packets in the authentication exchange. The last packet sent is an Access-Challenge from the NPS server and no response from the iOS device, so the NPS server never even sends an Access-Reject. The iOS device appears to have decided it can't resolve the special characters and terminates the authentication attempt.
    To me this seems to be an Apple iOS software deficiency when using Unicode special characters in the username or password for 801.2X authentication?

    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.
    Developers:
    "Submitting Bugs and Feedback
    Your feedback goes a long way towards making our products even better. With Apple Bug Reporter, you can submit bug reports or request enhancements to APIs and developer tools."
    https://developer.apple.com/bug-reporting/

  • Scp works when logging with my user id but fails when using another one

    Hello all:
    I wrote a script that uses scp to transfer specific local files to a server. The script takes the user id and password and pass them as scp's parameters for authentication.
    Everything works fine when I uses my own user id to test the script but it fails when I used another id (with ligitimate password) to do the same thing.
    I suspect it's a privilege issue. Both ids belong to the same group. Where should I look to fingure this out?
    Thanks,
    John

    SCP is part of SSH. SSH requires the exchange of authorization keys to prevent man-in-the-middle attacks.
    When you log in the first time you may see a prompt like:
    RSA key fingerprint is 98:2e:d7:e0:de:9f:ac:67:28:d2:42:2e:37:16:58:45.
    Are you sure you want to continue connecting (yes/no)?
    This might be where your script fails. Since it prompts only the first time, you may just have to do one interactive SSH login to create an entry in ~/.ssh/known_hosts
    Or setup User equivalence to omit the exchange of passwords.
    You may find the following interesting:
    Oracle Linux 5 Howto: Installing and using cURL with support for SCP and SFTP
    OL5 Howto: Installing and using cURL with support for SCP and SFTP
    see 3) Set up SSH user equivalence for SCP and SFTP

  • Redeployment fails when using WLP + WLS 10.2 + hibernate

    Hi all,
    When using WLP, WLS 10.2 version, Oracle 10g database and application which uses hibernate as JPA, redeployment fails:
    <10.9.2008 11:44:11 EEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1221036201093' for task '4
    '. Error is: 'java.lang.ClassCastException: org.hibernate.dialect.Oracle10gDialect'
    java.lang.ClassCastException: org.hibernate.dialect.Oracle10gDialect
    at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:101)
    at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:65)
    at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:460)
    at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:155)
    at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2101)
    Truncated. see log file for complete stacktrace
    java.lang.ClassCastException: org.hibernate.dialect.Oracle10gDialect
    at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:101)
    at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:65)
    at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:460)
    at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:155)
    at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2101)
    Truncated. see log file for complete stacktrace
    Persistence.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">
    <persistence-unit name="abc_order" transaction-type="JTA">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <jta-data-source>abcDataSource</jta-data-source>
    <class>xxx</class>
    <properties>
    <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
    <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WeblogicTransactionManagerLookup"/>
    <property name="hibernate.transaction.factory_class" value="org.hibernate.transaction.JTATransactionFactory"/>
    <property name="hibernate.transaction.flush_before_completion" value="true"/>
    <property name="hibernate.transaction.auto_close_session" value="true"/>
    </properties>
    </persistence-unit>
    </persistence>
    And included persistence libs are:
    antlr-3.1.jar
    asm.jar
    asm.attrs.jar
    cglib-2.1.3.jar
    commons-collections-3.2.jar
    commons-logging-1.0.4.jar
    commons-net-1.4.1.jar
    dom4j-1.6.1.jar
    ehcache-1.3.0.jar
    ejb3-persistence.jar
    hibernate3.jar
    hibernate-annotations.jar
    hibernate-commons-annotations.jar
    hibernate-entitymanager.jar
    hibernate-tools.jar
    javassis.jar
    jta-spec1_0_1.jar
    ojdb14-jar
    slf4j-api-1.5.2.jar
    slf4j-jdk4-1.5.2.jar
    In hibernate.orgs resolution on the weblogic side is add weblogic-application.xml descriptor the following:
    <prefer-application-packages>
    <package-name>antlr.*</package-name>
    </prefer-application-packages>
    which helps to this error but then you have to undeploy you application and restart the server before you can deploy the application again.
    This slows down the development of applications and in addition of that when your environment has two portal applications it is impossible to deploy both applications in that environment.
    Is there any solution for this kind of problems ? Or do we have wrong configuration or librarys in our environment ?

    11g PS2 : Deployment fails- ADF page having WebService as a DataControl

  • ERROR WHEN USING CALENDAR DATES IN QUERY

    I am using calendar day in my query selection and it keeps switiching the day and month field and this causes a critical error. 
    program error in class SAPMSSY1 METHIOD: UNCAUGHT_EXCEPTION

    hi
    Instead use a customised date field where user have the option to enter the date
    This will stop the date keep changing
    G N

  • SSL Hand Shake failed when using windows 7/vista/server 2008

    When trying to connect with ldp.exe on windows 7, vista, or windows server 2008 we get a gslsflnNegotiateSSL * SSL Hand Shake failed in the log file.
    When using xp or windows server 2003 we can connect with no problems.
    We can connect using a non-ssl port
    Does anybody have an idea as to why this might be happing
    we are using oid version 10.1.4
    Thanks
    Wayne

    This should of some help:
    OID is down and it won't start

  • Import Fails When Using Transport Manager ID

    Hi Experts,
    When carrying out an import request in NWDI in Change Management Service under
    'Consolidation' with an ID (ztesttpt) which has been assigned only 'NWDI.Operator' Role
    we are getting the below errors and import fails.
    'TCSDeployException_Communication: Server cdbaxd08 did not accept
    login request as apiadmin on port 50018'
    'Caller ztesttpt not authorized, only role administrators is allowed to access JMX'
    Note that as per the SAP NWDI document 'How To setup NWDI Permissions and Roles', we
    have assigned the following actions to the 'NWDI.Operator' Role.
    CBS.Administrator
    CMS.CriticalFunctions
    CMS.Display
    CMS.Transport
    However, when using the ID 'nwdi_cmsadm' (which has FULL authorizations) to do the import
    there is no issue.
    Is there any additional actions/roles that need to be assigned to the ztesttpt ID?
    Any advice or comments would be greatly appreciated.

    Abhishek,
    check this link
    http://help.sap.com/saphelp_nw70/helpdata/en/46/5b8c954bb04cae84a21793ad9b4c92/frameset.htm
    Thanks
    Bala Duvvuri

  • Introspection Failed when using FBean.Register_Bean() and JInitiator

    I am posting this for the benefit of others who might run into it when using the 'enhanced JavaBeans support' in Forms 9i. Under certain circumstances, an FBean.Register_Bean() might silently fail.
    Those circumstances include:
    <li> the JavaBean you are attempting to register extends {font:Courier}javax.swing.JPanel{font}
    <li> the runtime environment is JInitiator Version 1.3.1.9
    Whether this is affecting you or not can be determined by using FBean.Set_Logging_Mode('MyBeanArea',1,FBean.LOG_ALL) as described in the help topic {font:Courier}How to Add JavaBeans using Enhanced JavaBeans Support -> Working In Debugging Mode{font}. If you do this, you might get output like the following in JInitator's console.
    Failed to introspect class: class package.TestBean java.lang.NullPointerException
    for example:
    Forms Applet version is : 90290
    *** VBean null PropertyManager for id = FOREGROUND
    *** VBean Got FOREGROUND = null
    *** VBean null PropertyManager for id = BACKGROUND
    *** VBean Got BACKGROUND = null
    *** VBean null PropertyManager for id = FOREGROUND
    *** VBean Got FOREGROUND = null
    *** VBean null PropertyManager for id = BACKGROUND
    *** VBean Got BACKGROUND = null
    *** VBean Setting debugMode to ALL
    *** VBean Setting beanName to au.com.thrivesoftware.comet.hackery.TestBean
    *** au.com.thrivesoftware.comet.hackery.TestBean Registering properties
    *** au.com.thrivesoftware.comet.hackery.TestBean     int pWidth
    *** au.com.thrivesoftware.comet.hackery.TestBean     int pDebugGraphicsOptions
    *** au.com.thrivesoftware.comet.hackery.TestBean     int pHeight
    *** au.com.thrivesoftware.comet.hackery.TestBean     boolean pOpaque
    *** au.com.thrivesoftware.comet.hackery.TestBean     javax.swing.InputVerifier pInputVerifier
    *** au.com.thrivesoftware.comet.hackery.TestBean     Failed to introspect class: class au.com.thrivesoftware.comet.hackery.TestBean java.lang.NullPointerException

    I extended BeanWrapper in my bean class that did the trick.

  • BK Precision device works in VISA test panel but fails when using driver

    I am trying to control a BK Precision XLN power supply.  I have set it up as a TCPIP VISA instrument using sockets (port 5025).  It validates fine in NI MAX, and when using the VISA test panels I can write to and read from it (although I get a timeout error on the read if I specify too many bytes).  When I use the supplied instrument driver blocks in LV, VISA read commands always timeout and fail to return anything, regardless of how many bytes are specified.

    I don't think it is a VXI-11/LXI instrument, it did not autodetect and I had to use the 'Manual Entry of Raw Socket' option to set up the device.  I am sending  a termination on the write (\n), if I don't send a termination on the read it captures the read but then gives a timeout error if waiting for more bytes, if I use a termination cahracter on the read it functions as you would expect, except that it returns multiple termination characters (line or carriage feeds) in some messages so you would have to perform multiple reads to get the whole message.  (this is all in the test panels, I haven't gotten anything back using the VISA blocks in a VI)
    Given that behaviour it seems more like what you would get using a telnet terminal interface but even given that I still am confused why I can talk to it with the test panel and not using the VISA blocks in a VI. 
    Thanks,
    Stearns

  • Webapp authentication failed when using chinese characters as login name

    Hello,
    I have tried webapp authentication on tomcat and oc4j, via BASIC and FORM auth-method. All failed when the login name contains non-English characters. It seems an encoding issue, therefore, I also tried to change the page encoding of the login form to utf-8. None of the above is successful. Is there any solution? I really appreciate any help!
    Thanks in advance!!

    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.
    Developers:
    "Submitting Bugs and Feedback
    Your feedback goes a long way towards making our products even better. With Apple Bug Reporter, you can submit bug reports or request enhancements to APIs and developer tools."
    https://developer.apple.com/bug-reporting/

  • Plan changing when using variables instead of constant

    Hi,
    I have a query, when run with the constant values uses a better plan. But when these constants are replaced with variables, plan is changing and taking much longer time to complete. I don't want the query to use a different plan when using the variables in place of constants.
    Please help.
    Thanks

    Probably you got caught by bind variable peeking (if the plans are same for both variables)
    If you have default 10g Statistics gathering job it means you are collecting histograms
    If my bind peeking + histogram assumption is true Check this link to fight with peeking
    http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms
    if deleting histograms doesnt help
    check this link
    http://www.oracloid.com/2006/07/bind-variable-peeking-with-no-histograms/
    A. Coskan GUNDOGAR
    Oracle DBA
    http://coskan.wordpress.com
    ““Knowledge is of no value unless you put it into practice.”.”
    Anton Chekhov

Maybe you are looking for

  • Vendor Trade Discounts in SAP

    We are using a scenario where Purchase Orders are getting created by Vehicle Management System. The material being purchased is split valuated & Batch managed ( i.e Valuation Category X ). The Purchase Order is created for a gross amount. say 100 USD

  • Unable to print to oversize pages using Adobe FrameMaker 9 \ 7.2 and Distiller 9.0

    I am trying to print to PDF a publication that is full of oversize wiring diagrams from Adobe FrameMaker 9 and 7.2 with Distiller 9.0. The pages are all text and images ranging in size from standard A3 and A4 size sheets through to a foldout being 14

  • Getting a Filename from a Directory Structure

    Hi, Our client will be sending us a Fixed Length file via FTP, each month. That file will be in a specific folder, but we will not KNOW that filename, The client doesn't want to put an header record in the file with the filename information... Is the

  • What is the DW CS3 license ?

    Hi there, I am a single programmer/web developer. Who has a workstation as my main computer and a notebook for when visiting client's and travelling. With the CS3 products requiring activation, am I permitted to install on both my computers ? TIA - D

  • Having issues with /usr/lib/libfreeimageplus.so.3 exists in filesystem

    Hello! On sunday I did a pamcan -Suy and it fails showing: error: failed to commit transaction (conflicting files) freeimage: /usr/lib/libfreeimageplus.so.3 exists in filesystem It is trying to install: Packages (9): farstream-0.1-0.1.2-4  freeimage-