Where to submit bugs?

Where's the right place to submit bugs for Server.app?  The feedback page I go to for most Apple stuff doesn't seem to recognize any server since 10.6...

http://www.apple.com/feedback/server.html
Updating the server version list hasn't proven to be Apple's strongest side, but I guess it doesn't matter anyway. I don't select anything when submitting there.

Similar Messages

  • Where to submit bug reports?

    Hello,
    I submitted a service request through https://sine.ni.com/srm/app/newrequest (Service Type = "Reporting a bug")
    Then, I got an automated email saying "Thank you for contacting National Instruments. We are no longer accepting direct e-mails to [email protected]@ni.com.  To provide you a higher level of service we ask that you resubmit your support issue through www.ni.com/support.  The new support page will search for possible solutions for you, as well as allow you to direct your support request through the desired communication path."
    So I click on the link to http://www.ni.com/support/. On the right, I saw "Contact an Engineer", which sounds like what I want. So I click on it, and it takes me... back to https://sine.ni.com/srm/app/newrequest
    What now?
    Solved!
    Go to Solution.

    If it is a LabVIEW bug, make a new thread on the LabVIEW board.  That will usually get seen by Application Engineers and CARs applied that way.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to submit bugs for FlexCPD?

    Hello,
    Where should I submit bugs related to FlexCPD?
    Should we use the FlexPMD project in JIRA and if so then which component?
    The problem I have is that when FlexCPD detects similar snippets in MXML files it reports wrong lines. I have several such reports and all the reported pair of snippets have nothing in common that's why I guess the line numbers are wrongly calculated. For .as files it works ok.
    Thanks

    There is a CPD component in the FlexPMD project. Please use this one.
    Thanks
    Xavier

  • Java.lang.NullPointerException : Where is the bug ?!

    Hi,
    where is the bug in this method ?
    I just do not see it !
    When I run it I get the following error message
    Exception in thread "main" java.lang.NullPointerException
    at edu.clip.rerank.main.packageRec(main.java:239)
    and line 239 is the one I have indicated with <================
    Any suggestion would be immensely appreciated.
    Many thanks.
    public static RerankInstance packageRec (ArrayList chunk)
    String spanish = new String();
    String gold = new String();
    String line = null;
    boolean readingCandidates = false;
    Double lm = null;
    Double tm = null;
    Double lm_tm = null;
    ArrayList candidates = new ArrayList();
    ArrayList LM_likelihoods = new ArrayList();
    ArrayList TM_likelihoods = new ArrayList();
    ArrayList LM_TM_likelihoods = new ArrayList();
    RerankInstance foo = null;
    for (int i = 0; i < chunk.size(); i++) {
    if (!chunk.get(0).toString().startsWith("<REC>")) {
    System.out.println("PROBLEM DETECTED " + chunk.get(0));
    line = chunk.get(i).toString();
    if (line.startsWith("Spanish=")) {
    spanish = line.substring("Spanish=".length());
    System.out.println("SPANISH== " + spanish);
    else if (line.startsWith("Gold="))
    gold = line.substring("Gold=".length());
    else if (line.startsWith("<CANDIDATES>"))
    readingCandidates = true;
    else if (line.startsWith("</CANDIDATES>"))
    readingCandidates = false;
    if (spanish != null && candidates.size() > 0) {
    System.out.println("Spanish=" + spanish);
    String [] cands = (String[]) candidates.toArray(new String[0]);
    foo = new RerankInstance (spanish, cands);
    ArrayList LM_temp = new ArrayList();
    ArrayList TM_temp = new ArrayList();
    ArrayList LM_TM_temp = new ArrayList();
    if (LM_likelihoods.size() > 0 )
    Double [] LM_likes = (Double[])LM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(LM_likes);
    if (TM_likelihoods.size() > 0 ){
    Double [] TM_likes = (Double[])TM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(TM_likes);
    if (LM_TM_likelihoods.size() > 0 ) {
    Double [] LM_TM_likes = (Double[])LM_TM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(LM_TM_likes);
    }//if
    else if (readingCandidates) {
    System.out.println("Candidate[" + line + "]");
    int ndx = line.indexOf('\t');
    candidates.add(line.substring(0,ndx));
    int ndx_a = line.indexOf('\t', ndx+1);
    int ndx_b = line.indexOf('\t', ndx_a+1);
    if (ndx_a > ndx+1) {
    lm = (line.substring(ndx+1,ndx_a)).startsWith("-Infinity") ? new Double(0) : new Double (line.substring(ndx+1,ndx_a));
    if (ndx_b > ndx_a+1) {
    tm = (line.substring(ndx_a+1,ndx_b)).startsWith("-Infinity") ? new Double(0) : new Double(line.substring(ndx_a+1,ndx_b));
    if ( ndx_b > -1) {
    lm_tm = (line.substring(ndx_b+1)).startsWith("-Infinity") ? new Double (0) : new Double(line.substring(ndx_b+1));
    try
    if (lm != null)
    LM_likelihoods.add(lm);
    if (tm != null)
    TM_likelihoods.add(tm);
    if (lm_tm != null)
    LM_TM_likelihoods.add(lm_tm);
    } catch (Exception e){ };
    }//else
    }//for
    String test = foo.getSourcePhrase().getPhrase(); <==============
    System.out.println("WHERE IS THE SOURCE " + test);
    return foo;
    } //end of method

    Foo is definatelly null because...
    Near the begining of the method foo is initialised to null.
    A load of conditional statements follow in only one of which foo is instantiated.
    If this condition is not satisfied foo will remain null.
    If that happens then you will get the error that you're getting on line 239.
    Essentially all the conditions before the above mentioned condition would have to evaluate to false for foo not to remain null by the time line 239 is executed.
    Line 239 is executed regardles of any of the conditional statements in your method, i.e. regardless of whether null is instantiated or not, in which case it remains null - hence the NullPointerException.

  • Flex Sample application - where to submit ?

    Flex Sample application - where to submit ?
    Hello, we have developed a Flex based CMS which I bielieve
    deserves to be featured as sample application on the Adobe site.
    The problem is - we can't find any informationwhere to submit the
    URL ? Can anyone help please.
    Martin

    here you go - >
    www.martinkonrad.com.au/cms_dev

  • I'm trying to find where to submit a Q about Thunderbird

    I’m trying to work out where to submit a question about Thunderbird?

    The developer is http://www.mozilla.org/
    Their help link is:
    http://getsatisfaction.com/mozilla_messaging/topics/new
    I already did that. It wasn't helpful. There used to be places here where you could discuss non-apple software. I guess they went.
    However, if you have an issue with setting up e-mail you can certainly ask in any of the Mail forums for Mac OS X if that's what you are using.
    Sometimes Mail issues arise from not understanding what mail settings are normally set.
    Is that where you are having trouble?
    No.

  • Where is "Submit Podcast" In iTunes 7? And more.

    I'm trying to add
    My podcasts: http://web.mac.com/jupiterspaceport/iWeb/Cyclotron%20Majesty%27s%20site/Podcast/ Podcast.html
    But how do I do this when the links have all been changed. I cannot even find where to submit one anymore!
    Last time I tried doing it in earlier versions It gave me some ambiguous error message:
    "Error parsing feed: Invalid XML: Error on line 1: Content is not allowed in prolog."
    How do I fix this? I already ran feedvalidator. I still don't know what to do.

    OK I found the Submit Podcast Button... now moved to the middle of the screen
    But my other question that I have also asked before still is avail to solutions.

  • Where can we submit bug reports?

    I'm unable to submit a bug report re: Lightroom's export resizing, because following the trail at feedback.photoshop.com leads you to sign in with your Adobe ID before you can submit the report but when I sign in, the page just says photoshop.com accounts can no longer be created. So, that website failure aside, the text of bug report I was trying to submit:
    Lightroom 5's export isn't resizing exactly to specified long edge. For example, when I restrict long edge to 1920, the exported files are 1919. Same with 1024, I get 1023px files instead. If I export from Adobe Bridge, then the long edges are calculated correctly. This problem didn't happen with LR4. Files being exported were DNG and TIF.

    Thanks Rob. I tried with both FF and Chrome, and didn't have cookies blocked, still no joy on that front. I already have an Adobe ID (signed in at adobe.com and in creative cloud) but I'll try again at the photoshop.com forums in a few days.
    Didn't think about the original dimensions thing.. perhaps that might be it:
    If I create a 4000px wide tif in photoshop, import it to LR5, then export to 1920 it outputs a 1920px file. If the source file is a DNG (or TIF after editing in PS) from my D800 (7360 x 4912 uncropped), then LR5 on export outputs a 1919px file instead of 1920. I also created a new file in PS with 7360x4912 dimensions, and after importing that into LR5, I get the same off-by-1 export resizing.
    Doesn't seem to matter if the image is cropped (within LR5), if the source file's original dimensions are 7360x4912 (at least on my Win7 PC), LR5 outputs 1919px. If I create a 7380x4912 image, then LR5 resizes to 1920px correctly.
    For now I'll just have to go through the extra step of exporting from Bridge, but hopefully someone at Adobe's LR team sees this thread and is able to reproduce & fix this bug.

  • Zen bug reports... where to submit? Firmware & Media Explorer bugs

    There seem to be two rather annoying bugs (actually, three, but the firmware ones are closely related) - there should be a separate forum for bug submission...
    The firmware bugs are related to the embedded graphics and are present in the updated firmware, too.
    The first bug: embedding a graphic in an MP3 properly, with tested tools such as ID3Tagger, works fine in any player supporting the image display - but Zen will *not* display the graphic unless the header's "Album" field is filled, too. If the "Album" field is empty in ID3v2 (or v), Zen will never display the graphic.
    The second bug seems related to this: if the "Album" field has the same value in more than one file in the same directory (or playlist), Zen will only use the first indexed graphic for all those files. As a result, right now I have 0 various Star Wars themes in my Zen, each file with a different graphic embedded in it - and yet Zen shows the same graphics in all of them.
    The third bug is in the Media Explorer: every time the player is plugged, CTPlyLsU.exe loads. But very often, it will load as a new process each time - and it will NOT be terminated after the player is disconnected, but it will stay in the memory! When that happens, every time the player is detected again, a new instance of the process will be started and used. I plugged the player in 0 times yesterday, and I had 0 instances of that process devouring the resources.

    The third bug is in the Media Explorer: every time the player is plugged, CTPlyLsU.exe loads. But very often, it will load as a new process each time - and it will NOT be terminated after the player is disconnected, but it will stay in the memory! When that happens, every time the player is detected again, a new instance of the process will be started and used. I plugged the player in 0 times yesterday, and I had 0 instances of that process devouring the resources.
    Strange, CTPlyLsU.exe is on my system but based on the task manager it doesn't load at all when the player is connected and everything works fine.Message Edited by jpalm on 0-30-200709:6 AM

  • Bug - Where to Submit?

    MY WRTG54 (Version 6) is trying to Masquerade DCC connections for IRC, even though I do not wish for it do so, and there doesn't seem to be any way to stop it (even for the host set as DMZ).
    An example:
    Typing the command "//quote PRIVMSG $me : $+ $chr(01) $+ DCC CHAT chat $longip(192.168.1.4) 80 $+ $chr(01) $+ $crlf,"
    I attempt to connect to a local webserver. The output is echoed in my IRC client's status bar:
    "-> Server: PRIVMSG daryl : DCC CHAT chat 3232235780 80
    When looking at what transpired through a packet capture utility (Wireshark), this is what is seen.
    However, when the packet comes back through to my client from the IRC server, it looks like this.
    The IP address for the DCC has clearly been mangled, along with the port number. I certainly did not wish for this to happen. It is very annoying, especially when I want to use DCC chats to 'telnet' out, or when I want to specify custom source ports for DCC chats and sends.
    This did not occur before upgrading the device from default firmware.
    I would like to know if there will be (or could be) a fix without reverting to old firmware. Most likely, I will be purchasing an access point from a different company (anecdote: in the short term, I will be using the WRT54G as an AP, uplinking it to a switch with a Linux router on it - I only bought the WRT54G because it was cheaper than the WAP54G [or, actually, the USR device I wanted]), because I've had pretty bad experiences with this device. It does not seem to be well suited for more technical users, though, strangely, I've used several versions of the BEFSR41 wired device to much success in the past. From that experience, I would have expected more.
    As an aside, will loopback support ever be integrated into the official firmware? You can clearly see from the packet capture that the SYN was black-holed.
    (also, and slightly reaching, is there ANY chance for IPv6-in-4 passthrough? ever?)

    You can e-mail it to [email protected]

  • Proposal for embedding XMP in IFF and RIFF files... (where to submit?)

    Since Adobe does not seem to have created any proposal
    for embedding XMP packets into IFF and RIFF files, I
    propose the following (Is it possible to submit it
    to Adobe so they can include it somewhere, do they
    accept propositions?):
    This is a draft proposal for embedding XMP packets into
    IFF and RIFF files. Comments and suggestions are welcome.
    Thanks!
    Carl Eric Codere
    http://www.optimasc.com
    Embedding XMP data into EA IFF'85 file formats
    ===============================================
    This proposal permits adding XMP compatible metadata to standard
    IFF files. An IFF file is composed of chunks of data; each of
    the chunks precedeed by a header giving the type of data that
    follows, as well as the length of the data in the chunk. For
    more information on the IFF file format, consult the specification
    "EA IFF 85 Standard for Interchange Format Files".
    Including XMP data in an IFF compatible file is a matter
    of using a chunk type that will contain the XMP packet. The chunk
    ID for this type of date shall be "XMP ".
    Guidelines for IFF writers
    If the XMP packet is to be used, the software can optionally
    write out the following chunks
    (defined in the original standard):
    "NAME", which represents the dc:title property in XMP.
    "AUTH", which represents the dc:creator property in XMP.
    "(c) ", which represents the dc:rights property in XMP.
    In the case where they are written, for better validation by reader
    software, the XMP packet should also contain the xmp:MetadataDate
    property.
    For better portability, and to easily modify the embedded
    XMP data, the following guidelines should be followed by
    the IFF writer:
    - The XMP packet should contain the full packet signature;
    this permits easier searching for tools that do not
    understand the IFF file format.
    - The XMP packet should be encoded in UTF-8.
    - As specified in the XMP specification, an XMP packet
    should be filled with blank spaces for easier updating of
    the XMP packet without rewriting the entire file.
    A suggested size of an XMP chunk is 4096 or 8192 bytes.
    - Only one "XMP " chunk should be present in the file
    (Even in "CAT " files).
    Guidelines for IFF readers
    If an XMP packet is present in an IFF file, then one of
    the following options can be used to retrieve the
    metadata from the file:
    If the "NAME", or "(c) " or "AUTH" chunks are also present,
    then, one of the following solutions can be used:
    a) Compare the xmp:MetadataDate property with the
    file modification date to determine which chunk to use
    for the dc:title, dc:righrs and dc:creator field. (If the
    file modification date is greater than xmp:MetadataDate,
    it is probably
    safe to assume that the "NAME", "(c) " and "AUTH" chunks
    might have been updated by software that does not
    understand XMP packets.
    b) Simply ignore these chunks and use the XMP
    packet for the metadata.
    c) Simply ignore the XMP chunk , and use the
    other chunks for getting the metadata of the file.
    Embedding XMP data into IBM-Microsoft RIFF file formats
    =======================================================
    This proposal permits adding XMP compatible metadata to standard
    RIFF files. A RIFF file is composed of chunks of data; each of
    the chunks precedeed by a header giving the type of data that
    follows, as well as the length of the data in the chunk. For
    more information on the RIFF file format, consult the specification
    "Multimedia Programming Interface and Data Specifications 1.0"
    Including XMP data in an RIFF compatible file is a matter
    of adding a subchunk to the INFO LIST chunk. The subchunk
    ID for this type of date shall be "IXMP".
    Guidelines for RIFF writers
    If the XMP packet is to be used, the software can optionally
    write out all other INFO LIST registered (from the standard),
    assuming the following ma

    Thanks for the info Paul. You (or anyone else) wouldn't happen to know if and when a Photoshop version likely to address this issue will be available (ie embedding XMP packets into GIF and PNG files according to the guidelines presented in XMPEmbedding.pdf)?
    Also, I like to point out the discrepancy for embedding an xmp packet into the PNG format (as listed in XMPEmbedding.pdf) and the sample provided in the SDK (BlueSquare57.png). XMPEmbedding.pdf state that an XMP packet is to be placed in an 'iTXt' chunk. However BlueSquare57.png has the packet in a 'tXMP' chunk. Which is the correct one? Or are they both correct and an XMP packet can be found in either an 'iTXt' or 'tXMP' chunks?
    dave

  • New feature for Preview - Where to submit?

    I have a thought for a new feature for Preview that I wonder how many people would say it is worth submitting to Apple, and if so, then where and how do I send it to them?
    The problem I face is that I get a lot of PDF forms off websites (usually financially related) that are not created with proper form fields, so I am forced to print the form off and use my "chicken scribble" handwriting to fill it in, then I usually try to email it back, but sometimes I have to fax or mail it.
    Well, the thought I had was, "Why can't I use Preview to select a font, click on the page with the Text tool and start typing in what I need?"
    Ideally it would be good to be able to save the document with your "overtyping", but I understand that some PDF files are protected, so how about saving just the stuff I have added as to a PDF file that when I open that, it opens the original (blank) form as well?
    Surely I'm not the only one that has to fill in PDF forms. Anyone else think this is a worthy addition to Previews already good capabilities?
    If so, how do I pass this idea onto someone that cares?
    Cheers,
    Mark

    Welcome to the Forums!
    It is a good suggestion. FYI, Acrobat Professional can do this (not the free reader, of course).
    Thanks also for understanding that this is not the place for suggestions to Apple!
    There's no specific feedback page for Preview, so you should submit to the general OS X feedback page.
    Links to other feedback pages (for your future ideas) are here.
    Hope this helps...

  • Submit Bug?

    Doesn't seem to be any easy place to just submit a bug report, so I thought I would just post it here thinking a moderator would submit it for me.  I found an unusual flaw while working with images in Illustrator.  Wondering if everyone else sees the same as I do.  If you follow these steps exactly, you should see what we see.
    1) Create an image file (RGB, CMYK or Grayscale, doesn't matter), and save it (PSD or TIFF, doesn't matter).
    2) Create a new CMYK or RGB document in Illustrator CS5.
    3) On the default layer (normally called "Layer 1"), "Place" the image you created as a "Link".
    4) Create a shape and apply it as a clipping mask to the linked image.
    5) Create a new layer (by default it's called "Layer 2").
    6) In a different location, "Place" the image you created as a "Link" again.
    7) Make another shape and apply it as a clipping mask to the second linked image.
    8) Save the file as an AI or Illustrator compatible PDF (doesn't matter).
    9) Close the file and reopen it in Illustrator.  You'll notice that the artwork appears to be what you created.
    10) This time, lock the bottom layer, which should be called "Layer 1".
    11) Save the Illustrator file, and close it.
    12) Reopen the file and look at your images now.  You'll notice in the "Links" window that there's more images than you originally placed, and at least one of the images is in the wrong location.  You will probably see three images when you had only placed two, and one of the images has a white preview in the "Links" window.
    *This is the main flaw of the program.  It only happens when the same image is placed on two different layers and only when the bottom layer is locked.
    **After step 12, if you unlock "Layer 1" and save/close the file, the next time you open it, the images appear normal again.  However, it still leaves an extra image in one of the clipping mask, which you can identify from the "Links" window.
    ***When saving the file as Illustrator PDF and this problem occurs, the document appears accurate when opened in Acrobat, even though it is not correct in Illustrator.
    Give it a try and let me know if I'm crazy here!  Must fix this problem!!!!  Thanks all!

    Hopefully you can see from these screenshots.
    Here is the normal AI file with the links on two separate layers and the layers both unlocked.
    This is what happens when we lock the bottom layer, save and close the file, and then reopen the file. 
    We are using MAC version, and it occurs on both of our MAC's, two different OS.  We do run Esko Plugins, so if you don't see the same thing we are, I will be submitting a support ticket with them next.  I really appreciate any other confirmations.  Thanks much!
    I have this sample file, the image file, and a PDF of my screenshots in a ZIP file which can be downloaded HERE.  Just open the AI file, lock the bottom layer, save and close, then reopen the AI file.

  • Where to submit feedback for iBooks?

    Anytime I've wanted to submit feedback for an Apple product, I've visited this page --> http://www.apple.com/feedback/
    It provides the mechanism through which you select what you want to provide feedback for, and then simply fill out the form and submit.  Unfortunately, no where on this page is the iBooks application listed.  So there is no way to submit feedback for the iBooks application.   I would have expected it to be listed under the "iOS Apps" heading, but there is nothing.
    So if one wanted to provide feedback to Apple for iBooks, where would one do such a thing?

    Looks like Apple finally added an iBooks entry to their Product Feedback page and you can now submit feedback for iBook via the following page: http://www.apple.com/feedback/ibooks_ios.html

  • Where to submit DPM feature improvement requests?

    Where's the best place to submit DPM product "improvement" requests to Microsoft for their consideration?

    Hi Mike,
    Please accept the following feedback:
    When DPM writes SQL databases from replica to tape, it rewinds the tape after every database, causing needless wear on the tape and tape drive.  Today DPM is writing SQL databases to the end of a tape (at approx. the 2TB mark on an LTO5 tape),
    and it's taking over 10 minutes of tape travel time for a 5MB database, then another 13 minutes for the next 4MB database.  In the last three hours it's written 16 databases, taking over 10 minutes each time, their total size is less than 90GB,
    and DPM rewound the tape after every database. 
    Please review the tape handling to ensure needless tape rewinding does not occur. We want SQL (and other) tape backups to stream data to the drive continuously until the tape is full.

Maybe you are looking for

  • Plan Indirect Activity allocation

    Hi everybody, during the execution of Plan Indirect Activity allocation, after filling the cycle I detected the following error message: "You are not authorized to run cycles on CC : Z910 Message no. 00368 Diagnosis Error message of the batch input w

  • User working across multiple domians remotely

    Hi I am after some advice. I support multiple schools and have a few members of staff that work across all sites. The schools all have their own domain and the users need to access data at both sites. I am wondering how anyone else has allowed staff

  • Dragging does not move, it copies

    If I read the User Guide correctly, you should be able to move a row by dragging its reference tab. It works within a table, but every time I try to do it between tables, it copies. That does not seem correct given the Guide. Has anyone understood th

  • Filling shapes

    Hi, just one easy question with inDesign CS6: how I can fill a rectangle (i.e.) with dashed lines ? I searched for a response but without results. Thank you, Joe

  • Net groups clearances not saved! 10.1 PP

    I have created a net group in MS with serveral nets.  The track width is 20 and the clearances are left blank.  Forward annotation to UB adds the the group to the net list and in the spreadsheet the trace width and clearances all default to "use grou