N5K running 5.0(2)N2(1) support for FCOE VSAN-trunking

Hi, from 5.0(2)N2(1) on , on the N5K on a FCoE Port VSAN-trunking should be supported on VE-Port and VF-Port.
But I could not find a doc how to configure
classical configuration where I assign one VSAN to every FCoE-Port
vlan 111
name ETH_111
vlan 112
name ETH_112
vlan 113
name ETH_113
vlan 1011
name VSAN_1
fcoe vsan 1
vlan 1012
name VSAN_2
fcoe vsan 2
vlan 1013
name VSAN_3
fcoe vsan 3
vsan database
vsan 1 interface vfc 1
vsan 2 interface vfc 2
vsan 3 interface vfc 3
int vfc 1
bind interface eth 1/1
int vfc 2
bind interface eth 1/2
int vfc 3
bind interface eth 1/3
interface eth 1/1
  switchport mode trunk
  switchport trunk allowed vlan 111,1011
  spanning-tree port type edge trunk
  spanning-tree bpduguard enable
interface eth 1/2
  switchport mode trunk
  switchport trunk allowed vlan 112,1012
  spanning-tree port type edge trunk
  spanning-tree bpduguard enable
interface eth 1/3
  switchport mode trunk
  switchport trunk allowed vlan 113,1013
  spanning-tree port type edge trunk
  spanning-tree bpduguard enable
no I want to configure FCoE trunk transporting all 3 VSANs on Eth 1/4
interface vfc 4
description FCoE Uplink
bind interface eth 1/4
switchport trunk allowed vsan 1-3
interface eth 1/4
  description FCoE Uplink
  switchport mode trunk
  switchport trunk allowed vlan 1011,1012,1013
  spanning-tree port type edge trunk
  spanning-tree bpduguard enable
so I assume I do not have to configure anything additional in the VSAN-database, I saw it s only possible to assign a VFC-Interface to only one VSAN.
Does anybody have more infos about configuring VSAN-trunking on FCoE Ports ?
Thx in Advance
Hubert

Unless you need to keep the data separate, there is not a requirement to place each VFC interface in a different VSAN.  They can all exist in the same VSAN, and you can isolate them from each other using zoning with in the VSAN.
What are you looking to trunk the FCoE connections to?  At this point the only option is another N5K.  Eventually, there will be FCoE trunk support between the N5K, the Cisco N7K, and the MDS.
You are correct that for the trunk port, you do not need to ad any VSAN database entry.  It will reside in the default VSAN which is normally VSAN 1.
It this not working for you, or is this a planned configuration that you want to verify.
You do need to make the VFC 4 interface in your post an E port.  'switchport mode e' is the command.
Here is a snip from a working FCoE trunk port on a 5K.  It happens to use an Ethernet port channel bound to the VFC.
pod2-N5010-82# sh run interface port-channel 402
version 5.0(2)N1(1)
interface port-channel402
  switchport mode trunk
  switchport trunk allowed vlan 122,222
  speed 10000
pod2-N5010-82# sh run interface vfc 402
version 5.0(2)N1(1)
interface vfc402
  bind interface port-channel402
  switchport mode E
  switchport trunk allowed vsan 122
  switchport trunk allowed vsan add 222
  no shutdown
pod2-N5010-82# sh int vfc 402
vfc402 is trunking
    Bound interface is port-channel402
    Hardware is Virtual Fibre Channel
    Port WWN is 21:91:00:05:9b:20:a9:7f
    Peer port WWN is 00:00:00:00:00:00:00:00
    Admin port mode is E, trunk mode is on
    snmp link state traps are enabled
    Port mode is TE
    Port vsan is 1  <====
    Trunk vsans (admin allowed and active) (122,222)
    Trunk vsans (up)                       (122,222)
    Trunk vsans (isolated)                 ()
    Trunk vsans (initializing)             ()
HTH,
Mike

Similar Messages

  • Support for virtual IP in WKA list

    I am attempting to implement Coherence Grid Edition 3.5.3 Patch 7 . It's running on Sun Java 1.6.06 on a Solaris 5.10 machine (which I will call machine A1) which has an ip address 1.2.3.261. Also, there is a virtual IP address 1.2.3.260 which points to this same machine A1, as well as a hostname that maps to the virtual IP address of the machine A1.
    (Note: I have mocked up the IP addresses in this post for security reasons).
    I am using WKA due to concerns of the local network admins regarding multicast (debatable, but for now let's please assume I need to go with WKA).
    If this production machine A1 develops any problem, we can quickly switch to an alternate machine A2. The alternate machine A2 contains automatically replicated copies of all of our important sub-directories (including the coherence xml configuration files), but it does have a different IP.
    During a failure of machine A1, we would shut down machine A1, start up machine A2, and reroute the virtual IP to alternate machine A2's true IP. Machine A2 would be supplied a copy of the file-system that A1 had when A1 was shutdown.
    We would seek to not have to edit any configuration files on A2. It is difficult to maintain alternate configuration files using our current replication scheme, and any machine-specific customizations are problematic.
    Therefore, we would prefer to list the virtual IP of machines A1 and A2 in the WKA list, rather than the true IP of these machines.
    However, when I attempt to list the virtual IP in the WKA list...
                   <well-known-addresses>
                        <socket-address id="1">
                        <address>1.2.3.260</address> <!--virtual ip -->
                        <port>8088</port>
                        </socket-address>
                   </well-known-addresses>
    ... I get the error below.
    2010-09-03 12:01:51.464/1.401 Oracle Coherence GE 3.5.3/465p7 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
    2010-09-03 12:01:54.760/4.697 Oracle Coherence GE 3.5.3/465p7 <Error> (thread=Cluster, member=n/a): Node myhostname/1.2.3.261:8088 is not allowed to create a new cluster; WKA list: [1.2.3.260:8088]
    2010-09-03 12:01:54.760/4.697 Oracle Coherence GE 3.5.3/465p7 <D5> (thread=Cluster, member=n/a): Service Cluster left the cluster
    Exception in thread "main" java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_ANNOUNCE)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:395)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:27)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:998)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:905)
    at com.tangosol.net.DefaultCacheServer.start(DefaultCacheServer.java:139)
    at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:60)
    2010-09-03 12:01:54.763/4.700 Oracle Coherence GE 3.5.3/465p7 <Error> (thread=main, member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_ANNOUNCE)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:395)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    What exactly is being checked here? Does each Coherence instance expect to see it's own IP listed in the WKA list, and refuse to run if it can't find it's own IP on the list?
    Is the instance detecting it's own IP via an operating system call, or is there some way I can influence the instance's sense of what IP it is running on?
    Is there any advice for supporting this kind of virtual IP scenario?
    I have tried listing the hostname with no better success, because the hostname points to the virtual IP, and therefore has the same effect as listing the virtual IP.
    As a workaround, I have altered the WKA list to list of the true IPs of both machines...
                   <well-known-addresses>
                        <socket-address id="1">
                        <address>1.2.3.261</address> <!-- A1 -->
                        <port>8088</port>
                        </socket-address>
                        <socket-address id="2">
                        <address>1.2.3.262</address> <!-- A2 -->
                        <port>8088</port>
                        </socket-address>
                   </well-known-addresses>
    ... even though both machines will never be up and running at the same time. This workaround avoids the error and the cluster appears to come up. I am not sure if there's any ill effect that at any given time one of these two IPs will never be up and running.
    Despite my workaround, true support for virtual IPs would be superior; listing all the true non-virtual IPs in the WKA list means re-editing the list as the hardware changes.
    Thanks for any advice!
    P.S. I tried the above with Coherence 3.5.2 with the same results.
    Edited by: user11114413 on Sep 3, 2010 11:45 AM

    Hi user11114413,
    The issue you are seeing actually has little to do with VIP, and more to do with there being multiple IP addresses for us to choose from on your box. For such multi-IP boxes, you'll want to tell us the IP to use, and in your case you want to tell as a VIP. This can be done either by editing your operational configuration file, and including an <address> element within the <unicast-listener> element, or via the tangosol.coherence.localhost system property. For example:
    <unicast-listener>
        <well-known-addresses>
            <socket-address id="1">
                <address>1.2.3.260</address> <!--virtual ip -->
                <port>8088</port>
            </socket-address>
        </well-known-addresses>
        <address>1.2.3.260</address> <!--virtual ip -->
        <port>8088</port>
    </unicast-listener>or
    java ... -Dtangosol.coherence.localhost=1.2.3.260If you are using the same operational configuration on all nodes in your cluster then the system property approach is likely preferable, and would only be necessary on the two machines sharing the VIP.
    As for using VIP or an extended WKA list, the choice is yours, either will work. If you do go the VIP route, it would obviously be a very bad idea to simultaneously use the same VIP and port at the same time from the two machines.
    thanks,
    Mark
    Oracle Coherence

  • I need to download Firefox 1.5 or 2.0 in order to run a program that is not supported in the newer versions of firefox. How can I get the older versions?

    I need an older version of Firefox to run a program that is only supported on Firefox 2.0 or 1.5. Where can I download this older version of Firefox?
    == This happened ==
    Not sure how often
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Try the portable version: http://www.freesmug.org/portableapps/firefox/

  • Printer Driver Support for Computers Running Windows 8 Release Preview

    Printer driver support for computers running Windows 8 Release Preview
    HP is working to help customers have the best experience with HP printers connected to PCs running the final release of Windows 8. The pre-release time is a development period when HP develops and tests printer driver solutions. HP’s current plan is for Windows 8 compatible printers to be available when the new operating system is released to the public. HP is working with Microsoft to include drivers in the Windows 8 operating system for HP printers introduced in recent years.
    There may be a variety of sources for a printer driver/solution for your HP printer on a computer running Windows 8 Release Preview.
    inOS:
    An in-Operating System (inOS) driver is a basic driver that is included within the operating system. You do not need to download or install any software from HP. Windows 8 Relase Preview contains several inOS drivers. If an inOS driver is available for your printer, you will have at least basic print capability with USB and Network and basic scan capability with USB only (if your printer supports scanning).
    Windows Update:
    There might be a more functional or more up-to-date driver available for your printer through Microsoft Windows Update. If Windows Update is enabled, then the Windows Update process activates automatically when you connect (USB and Network connections) the printer to the computer. It searches online for the most recent print driver on the Windows Update site. If the online driver is more functional than the currently installed driver in Windows 8, the computer downloads and installs this driver.
    HP Supplied Printer Driver/Solutions:
    Although HP does not formally support any pre-release versions of Windows Operating Systems, including Windows 8 Release Preview, we may supply some full functionality drivers* prior to the official release of Windows 8. These drivers may be supplied as a courtesy to our valued HP customers through this Support Forum, though no formal support will be available otherwise. We welcome feedback within these support forums. Please check back for further updates as the official release of Windows 8 approaches.
    * Full feature drivers provide full product functionality, plus valuable software to help you get the most out of your printer.

    Hi vireshr,
    Check out the following thread.
    http://h30434.www3.hp.com/t5/Windows-8-Release-Pre​view/How-to-Get-Your-Inkjet-Printer-Working-with-W​...
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • HT201178 With the coming of OSX Mountain Lion, will there be support for a late 2006 iMac  (currently running OSX Lion

    With the coming of OSX Mountain Lion, will apple be supporting a late 2006 I mac currently running OSX Lion?

    Ahhhh. Well, now you have earned a "Slap Kappy" coupon good for one slap. Expires in 30 days.
    The 64-bit kernel thing will leave a lot of use behind. My main machine is a 2006 Mac Pro on which I've spent some money putting in two 4-core CPUs and an ATI 5770 GPU in the past year. If I want to run ML I can't do so. The only options I have for a desktop Mac is either a newer Mac Pro model - post 2007 - used or refurbed or a recent or new iMac. This assumes the Mac Pro line may be dropped. Apple has been very mum on that.
    Clearly, Apple wants to get users of older hardware to buy new machines in order to run ML now and in the future. Because it is possible to boot the older models with the 64-bit kernel via some hacking, Apple might have been able to install ML on them by adding some code and retaining 32-bit drivers where needed, but they've chosen not to take that route. I think it's a bit of a marketing ploy to help drive up sales of new Macs, but I appreciate that Apple has chosen to abandon legacy support in the past in order to avoid having an OS like Windows - bloated by support for older and older hardware.

  • N5K:does active Twinax SFP-H10GB-ACU7M support FCoE

    Hi
    does SFP-H10GB-ACU7M and SFP-H10GB-ACU10M support FCoE if they are used in Nexus5000 running 5.0.3
    I heard rumors thats it could be that these active Twinax do not support FCoe because they could net reach the BER which is necessary for FCoE
    KR
    Hubert

    Hubert,
    They're in the compatibility matrix but only show being supported by NX-OS 4.2(1)N2(1)
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL_6974.html
    I don't know about the Bit Error Rate though.  The fact that they're supported in 4.2.1 but not in 5.x makes me think its a testing thing rather than a functional BER thing.  I could be wrong on that though.  Short answer is not supported.
    --Justin

  • My home PC runs Windows XP, which doesn't support iCloud.  Is there another way I can get photos from my new iPhone 5 to my PC other than iCloud?  Thanks.

    Is there a way I can get pictures from my iPhone 5 to my home PC, which runs Windows XP?  iCloud is not supported for XP, only Vista and 7.  Can anyone out there tell me how to move photos from my iPhone to my PC?  Thank you.

    http://support.apple.com/kb/HT4083.  Then put the photos in a folder and sync them to your new phone by selecting the folder on the Photos tab of your iTunes sync settings and syncing.

  • I have a MacBook that had Mcafee on it and went to great lengths to get it off.  Unfortunately after running all the remove scripts and support from mcafee, in my console it still shows com.apple.launchd{1} with message (com.mcafee.virusscan.VshieldEPoint

    I have a MacBook that had Mcafee on it and went to great lengths to get it off.  Unfortunately after running all the remove scripts and support from mcafee, in my console it still shows com.apple.launchd{1} with message (com.mcafee.virusscan.VshieldEPointInterface[7881]) Exeted with exit code:1  Then the next line says will start in 10 seconds and it repeats endlessly.

    Hi there,
    You're running an old version of Safari. Before troubleshooting, try updating it to the latest version: 6.0. You can do this by clicking the Apple logo in the top left, then clicking Software update.
    You can also update to the latest version of OS X, 10.8 Mountain Lion, from the Mac App Store for $19.99, which will automatically install Safari 6 as well, but this isn't essential, only reccomended.
    Thanks, let me know if the update helps,
    Nathan

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • 11.1.2 support for Mac OS?

    The 11.1.2 certification matrix for JDev can be found here: http://www.oracle.com/technetwork/developer-tools/jdev/jdev11gr2-cert-405181.html
    Under the operating system category for the Mac OS the supported version is "Apple Mac OS X 10.6-". Note the dash at the end.
    The 11.1.2 installation guide can be found here: http://download.oracle.com/docs/cd/E16162_01/install.1112/e17074/ojdig.htm#BDCFFEJC
    Under section 1 for the Mac OS it says the supported version is "For Apple Mac OS X Version 10.6 or later".
    Questions:
    a) Which one is right?
    b) If the certification matrix is correct, what's the dash at the end mean? Versions prior to 10.6? Does that rule out 10.6.8?
    c) If the installation guide is correct, is Lion supported?
    Thanks,
    CM.

    Ah the footnote explains it. When I copied the text across to post in this forum, the dash turned into a space, and I typed it back in to be consistent, but I didn't understand why I needed to do this. Now I think in the 11.1.2 certification matrix the dash is in fact the left over underscore for the superscript footnote from the previous notes, probably just copied and pasted in by accident.
    With regards to 10.7, in seeking clarification on the support can you also determine if 10.7 Lion support is planned please, and what Oracle's future JDev support for this platform are. It'll matter to a number of us ACEDs are we're running JDev on MacBook Pros. Obviously we can go with VMs, but the preferred platform is native on Mac OS.
    Thanks for your assistance,
    CM.

  • When i try to open photoshop this shows up Please uninstall and reinstall the product.  If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.  Error: 16

    i had to take my photoshop file into a hardrive because my dad was going to give me a new Mac and when things didn't work out and went back to my old one i use the time capsule thing to save everything before but didn't give me photoshop so i physically moved the file and tried to open it but then this error shows up
    Please uninstall and reinstall the product.
    If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.
    Error: 16
    and when i click the uninstall app on the file it tells me this
    The alias “Uninstall Adobe Photoshop CS6 2” can’t be opened because the original item can’t be found
    and when i click fix alias i click on photoshop and the app just turns into photoshop and i just run in circles
    please help thank you

    Run the cleaner tool and reinstall.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Download CS6 products
    Mylenium

  • My macbook pro is running slow and I did the etrecheck for it could someone tell me what to do next ?

    My macbook pro is running slow and I did the etrecheck for it could someone tell me what to do next ?

    EtreCheck version: 2.1.8 (121)
    Report generated April 6, 2015 at 13:30:31 GMT+3
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,1
        1 2.3 GHz Intel Core i7 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 510
    Video Information: ℹ️
        Intel HD Graphics 4000
        NVIDIA GeForce GT 650M - VRAM: 512 MB
            Color LCD 1440 x 900
    System Software: ℹ️
        OS X 10.9.5 (13F1066) - Time since boot: 0:59:44
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (410.99 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Downlite [Adware! - Remove]
    Kernel Extensions: ℹ️
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.20) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.2 - SDK 10.6) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [failed]    com.extensis.FMCore.plist [Click for support] [Click for details]
        [running]    com.f31898d9029420d2.agent.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_desktop.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [not loaded]    com.f31898d9029420d2.daemon.plist [Click for support]
        [running]    com.f31898d9029420d2.helper.plist [Click for support]
        [running]    com.mackeeper.MacKeeper.plugin.AntiTheft.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.quark.quarkupdate.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.bittorrent.uTorrent.plist [Click for support]
        [failed]    com.jdibackup.JustCloud.autostart.plist [Click for support] [Click for details]
        [failed]    com.jdibackup.JustCloud.notify.plist [Click for support] [Click for details]
        [running]    com.mackeeper.MacKeeper.Helper.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        AdobePDFViewerNPAPI: Version: 11.0.0 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown [Click for support]
    Safari Extensions: ℹ️
        AdBlock
        Adblock Plus
        MacVeXe
        macfest
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Quark Update Preferences  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            10%    WindowServer
             4%    mds_stores
             4%    Safari
             4%    mds
             1%    SystemUIServer
    Top Processes by Memory: ℹ️
        481 MB    Safari
        271 MB    MacKeeper Helper
        163 MB    Finder
        105 MB    mds_stores
        105 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        91 MB    Free RAM
        1.77 GB    Active RAM
        1.61 GB    Inactive RAM
        700 MB    Wired RAM
        861 MB    Page-ins
        3 MB    Page-outs
    Diagnostics Information: ℹ️
        Apr 6, 2015, 01:27:03 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-04-06-132703_[redacted].crash
        Apr 6, 2015, 12:28:23 PM    Self test - passed
        Apr 6, 2015, 01:27:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_201 5-04-06-132716_[redacted].crash
        Apr 4, 2015, 12:46:41 PM    /Library/Logs/DiagnosticReports/JustCloud_2015-04-04-124641_[redacted].hang

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • Multilingual support for BI Publisher reports

    Hi all,
    We are currently using BI Publisher APIs to generate reports. Our aim is to enable multi-language support for these reports.The translatable strings based on the locale are stored in xliff files. Using jedit, UTF-8 encoding is chosen as the default encoding for these xliff files. It works fine with french and some other single byte languages but with double byte languages like chinese,japanese it is throwing the below mentioned error.
    Interestingly, with the same type of encoding (UTF-8), the BI Publisher stand alone server successfully supports the multi byte feature.
    java.io.UTFDataFormatException: Invalid UTF8 encoding.
    at oracle.xml.parser.v2.XMLUTF8Reader.checkUTF8Byte(XMLUTF8Reader.java:160)
    at oracle.xml.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:187)
    at oracle.xml.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
    at oracle.xml.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
    at oracle.xml.parser.v2.XMLReader.fillBuffer(XMLReader.java:2363)
    at oracle.xml.parser.v2.XMLReader.tryRead(XMLReader.java:1087)
    at oracle.xml.parser.v2.XMLReader.scanXMLDecl(XMLReader.java:2922)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:519)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:283)
    at oracle.apps.xdo.template.FOProcessor.mergeTranslation(FOProcessor.java:1922)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1706)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
    at glog.server.report.BIPReportRTFCoreBuilder.format(BIPReportRTFCoreBuilder.java:61)
    at glog.server.report.BIPReportCoreBuilder.build(BIPReportCoreBuilder.java:152)
    at glog.server.report.BIPReportCoreBuilder.buildFormatDocument(BIPReportCoreBuilder.java:77)
    at glog.webserver.oracle.bi.BIPReportProcessServlet.process(BIPReportProcessServlet.java:279)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at glog.webserver.report.BIPReportPreProcessServlet.getDocument(BIPReportPreProcessServlet.java:57)
    at glog.webserver.util.AbstractServletProducer.process(AbstractServletProducer.java:79)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.session.ParameterValidation.doFilter(ParameterValidation.java:29)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.screenlayout.ClientSessionTracker.doFilter(ClientSessionTracker.java:59)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:44)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:595)
    <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    oracle.apps.xdo.XDOException
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:641)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:247)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:181)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1151)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:275)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1809)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
    at glog.server.report.BIPReportRTFCoreBuilder.format(BIPReportRTFCoreBuilder.java:61)
    at glog.server.report.BIPReportCoreBuilder.build(BIPReportCoreBuilder.java:152)
    at glog.server.report.BIPReportCoreBuilder.buildFormatDocument(BIPReportCoreBuilder.java:77)
    at glog.webserver.oracle.bi.BIPReportProcessServlet.process(BIPReportProcessServlet.java:279)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at glog.webserver.report.BIPReportPreProcessServlet.getDocument(BIPReportPreProcessServlet.java:57)
    at glog.webserver.util.AbstractServletProducer.process(AbstractServletProducer.java:79)
    at glog.webserver.util.BaseServlet.service(BaseServlet.java:614)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.session.ParameterValidation.doFilter(ParameterValidation.java:29)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.screenlayout.ClientSessionTracker.doFilter(ClientSessionTracker.java:59)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at glog.webserver.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:44)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Start of root element expected.
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
    Thanks,
    Anuradha .

    Hi Klaus,
    Even notepad does not solve the issue!
    Is there any other text editor with reliable encoding, by which we can save as UTF-8?
    Thanks
    Kosstubh

  • No prob with 7, but where can i get support for my Logic 6? Nobody?

    Hello everyone, My name is Aytekin Kurt and I'm a well-known producer in my country, Turkey with a career including a national No.1 and a dozen Top 10 tracks as a writer and a producer. What's more, I was in Oakenfold's Grammy-nominated (Best Electronic/Dance Album) Creamfields CD with my track "First Sight". I have been using Logic (since version 4.7) since 2000. I even gave lectures on how to use Logic in a pro production environment. Always a big fan of Apple (All my desktops, laptops, iPods over the years...) and Emagic. However, I'm about to go crazy with a Logic 6 issue and no-one's helping me out. This *****.
    I have no problem with my Logic 7 (Support ID:R1CY2ABHRPW)
    which I use in my studio with a PowerMac G5. It's amazing. What Apple and Emagic have done together to Logic is incredible. I love using it, which I do almost every single day. But, I also have a Logic 6 on my laptop (G4 15"). My XSKey had problems and I wrote to Emagic and asked for urgent help. Then, the key was working fine and I forgot about it. In a month's time I recieved a second key and was asked to send my old key back to Germany and then get access codes for the new key. Well, I did NOT do that, cause the old one was working and I was working everyday on 2 different projects.
    Last week, when i was just about to upgrade to 7, I lost my first key. I kindly request Apple or Emagic to somehow help me and give me codes for the second key I have. So, I can activate my Logic 6 and then upgrade it to 7. But, Apple suggests (on the website) to contact Emagic. But, no-one replies to those e-mail addresses they put in there...
    What do you suggest I do? This is frustrating. I need those codes. I guess without those codes, it's useless to go get an upgrade package, right? What kind of a support understanding is this? Where is the support for Logic 6? Since Emagic is NOT functional anymore, why doesn't Apple support us on former versions? Just help me upgrade to 7.
    Any one with any ideas? Anyone knows how to contact Emagic? (rather than [email protected] or [email protected] and all the phone numbers we used to be able to call)
    Thanks in advance
    Aytekin Kurt
    [email protected]
    P.S.: All of this might seem irrelevant on a Logic 7 forum, but I'm still a Logic (both 7 & 6) user and I tried everything else....

    What version of the Mac OS is it running? That might narrow the search, It's easier to find stuff that runs under 10.4 Tiger than anything older. The only recently updated browser that still runs under 10.3.9 Panther is Camino 1.6.11, updated about a year ago. It's free and here:
    Camino 1.6.11
    BTW, "where to get" questions around here are much more easily answered if you provide a geographic location. Otherwise people will load you up with links to places that may not ship to your location.

Maybe you are looking for

  • Where can i make a suggestion for a mail feature on a future update?

    I was looking for somewhere to make a suggestion for a future mail feature on the iphone, but couldn't find a place to do it. It would be useful to be able to set mail fetching as manual in the evening and timed during the working day so my evenings

  • Hotspots on specific frames

    hi all i am a newcomer to fireworks, and i am having fun working with it, but i am having the newbie problem of knowing the limitations of the app. here's my problem: i'm creating my homepage with a nav bar on the left, swapping out images in a slice

  • Adobe illustrator downgraded to trial version

    I don't have my original purchase card with passcodes or pin numbers or whatever I needed to originally install the software last August.  I have been using the software all school year, but suddenly Adobe Illustrator will let me open the program onl

  • How do I stop spotlight from returning .r and .h files

    how do I stop spotlight from returning .r and .h files?

  • Printing PDF problems

    I recently updated my Acrobat Reader and am having printing problems. I have windows 8.  I cannot print a PDF.  Adobe says it cannot be printed but doesn't say why. I've read and done the printing issues suggestions.   Adobe also installed google chr