Beehive java_bdk examples did  not compile

I followed the steps on the page below to. I grabbed the xsd files and run xjc.bat with the -extensions. Now the java_bdk examples didn't compile because obviously one class is missing: com.oracle.beehive.rest.Failure...
http://www.oracle.com/technetwork/middleware/beehive/java-bdk-082633.html#JAVABDKEXAMPLES
I'm using JDK 1.6.0_21 and jaxb-ri-20091104. The other 3rd party jars have version number just as described on the instructions page.
Edited by: user731894 on Oct 15, 2010 4:21 PM

The examples on the OTN page are for version 2.0.1.
What is the version / patch that you are running against?

Similar Messages

  • Java_bdk - example code not working against beehive 2.0.1?

    hello,
    following the steps described in http://www.oracle.com/technology/products/beehive/tutorial/java_bdk.htm i managed to compile all java-classes. when i execute Example1Authentication from java_bdk_sample.zip, i get the exception:
    javax.xml.bind.UnmarshalException: unexpected element (uri:"http://www.oracle.com/beehive", local:"organizationUser"). Expected elements are <{}accessControlFields>, ...,<{}organizationUser>,...,<{}wikiPageUpdater>
    the same happens when i execute Example2Identifiers.
    i used the command
    xjc.sh schema-obh-xjc.xsd schema-obr.xsd -extension
    to create the value objects.
    did i miss anything?
    tia, gustav

    i am using the jdk shipped with beehive 2.0.1
    java -version
    outputs
    java version "1.5.0_19-rev"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_19-rev-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_19-rev-b03, mixed mode)
    <classpath>
    <pathelement location="${build.dir}"/> -- the basedir of the compiled classes
    <pathelement path ="lib/activation.jar"/>
    <pathelement path ="lib/jaxb-api.jar"/>
    <pathelement path ="lib/commons-httpclient-3.1.jar"/>
    <pathelement path ="lib/jaxb-impl.jar"/>
    <pathelement path ="lib/commons-httpclient-3.1.jar"/>
    <pathelement path ="lib/commons-logging-1.1.1.jar"/>
    <pathelement path ="lib/commons-codec-1.4.jar"/>
    <pathelement path ="lib/jsr173_1.0_api.jar"/>
    <pathelement path ="lib/xercesImpl.jar"/>
    </classpath>

  • TS1814 Most of the songs on my iPod Classic no longer dshow up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Th

    Most of the songs on my iPod Classic no longer show up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Thanks you for any help.

    See Empty/corrupt iTunes library after upgrade/crash or
    Recover your iTunes library from your iPod or iOS device.
    tt2

  • How can I download itunes when I get the following errors...have installed and uninstalled a dozen times with various fixes...b noir for example and used Revo to clean up..ituneshelper did not install correctly error 7

    How can I download itunes when I get the following errors  ..ituneshelper did not install correctly error 7..I .have installed and uninstalled a dozen times with various fixes...b noir for example and used Revo to clean up.
    This has been a problem for 6 weeks now, I retry when I have time and patience and use my other laptop which is also Windows 7 and runs with no problem.
    Every attempt fails when all seems fine on the desktop and I try to log on to Itunes I get the errors.
    Any help greatly appreciated.
    billymac

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features(Later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (If this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    See also HT1925: Removing and Reinstalling iTunes for Windows XP or HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Should you get the error iTunes.exe - Entry Point Not Found after the above reinstall then copy QTMovieWin.dll from:
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into:
    C:\Program Files (x86)\iTunes
    The above paths would be for a 64-bit machine. Hopefully the same fix with the " (x86)" omitted would work on 32-bit systems with the same error.
    tt2

  • Warning help: "this compilation unit did not have a factoryClass specified in Frame...."

    hey guys, so after installing the new beta 2, I recieved a warning in my project staying "This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option."
    I have no idea where in my project this warning occurs, but it syas the resource, is login.mxml, and the location is unknown, and the type is Flex Problem
    the code in login.mxml is
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" width="100%" height="100%" xmlns:local="*">
        <fx:Script source="mainScript/loginScript.as" />
        <mx:VBox horizontalCenter="0" verticalCenter="0">
            <s:Panel width="350" height="175">
                <mx:Form id="loginForm">
                    <mx:FormItem label="User Name:">
                        <s:TextInput name="userName" id="userName" enter="checkLogin()"/>
                    </mx:FormItem>
                    <mx:FormItem label="Password:">
                        <s:TextInput name="password" id="password" displayAsPassword="true" enter="checkLogin()" />
                    </mx:FormItem>
                </mx:Form>
                <s:Button bottom="10" right="10" id="submit" label="Submit" click="checkLogin()" />
            </s:Panel>
        </mx:VBox>
    </s:Group>
    any help would be greatly appretiated!! thanks a lot

    Hi there,
    Sorry to be slow in responding to this, but these new errors are difficult to diagnose without looking at your class paths and configuration. I gather, as I'm sure you have, that the compiler is failing to locate some of the classes necessary to compile your application. I don't have experience with the spark components, so this is an issue that I haven't run into. When I've run into trouble compiling with the 4.0 sdk, it's been either because I was trying to use a class/component that had changed recently (this is the case with some of the TextLayoutFramework classes; some of the older tutorials on the web reference classes and properties that have changed in more recent builds), or because I wasn't compiling to Flash Player 10.
    Sorry I can't be of more help here; but you might want to move this issue to a different/new thread since the compiler line fix described above did address the factoryClass issue.
    Best,
    Chris

  • A sporadic compile error vbc : error BC31019: Unable to write to output file 'D:\Revit\Dev32\RevitAdditions\Source\..\Intermediate\ReleaseWin32\VBNETSnippets\VBNETSnippets.dll': The specified image file did not contain a resource section.

    Hi,
    This is developer from Autodesk. We get this compile error from time to time. This is a sporadic failure. We can't find any issue in our own project.
    vbc : error BC31019: Unable to write to output file 'D:\Revit\Dev32\RevitAdditions\Source\..\Intermediate\ReleaseWin32\VBNETSnippets\VBNETSnippets.dll': The specified image file did not contain a resource section.
    I find a help doc from the website to try some steps to solve this issue.
    Error ID: BC31019
    To correct this error
    Compile the program again to      see if the error recurs.
    If the error continues, save      your work and restart Visual Studio.
    If the error continues, restart      the computer.
    If the error recurs, reinstall      Visual Basic.
    If the error persists after      reinstallation, notify Microsoft Product Support Services.
    My question is what the root cause for this issue. Could you please give us some explanation where the issue should be,  VB compiler? .Net Framework?
    Visual Studio? Operating system?
    Thanks
    Wilson

    Hi hitzwx,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help
    System, and Visual Studio Editor.
    Based on your issue, I am not sure what the root cause for this issue. But I suggest you can try some suggestions so that narrow down this issue.
    (1) I suggest you try to create a new simple VB project and then check this issue.
    (2) In addition, maybe you see the document about your issue. If possible, I suggest you can try these suggestions to troubleshooting this issue.
    https://msdn.microsoft.com/en-us/library/85s7w197.aspx
    >>Unable to write to output file 'D:\Revit\Dev32\RevitAdditions\Source\..\Intermediate\ReleaseWin32\VBNETSnippets\VBNETSnippets.dll': The specified image file did not contain a resource section.
    In addition, I suggest you can check if the specified image file in the output folder or you can try to click your image file in the Solution Explorer-> select the Copy to Output Directly properties->Copy always check this issue again.
    If you have any update message about your issue, please tell me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Just got my new iPad Air and noticed that the screen calibration is off. For example if I select the circle to place something there I have to select outside of the circle to make it happen. I did not have this issue on my previous iPad.

    Just got my new iPad Air and noticed that the screen calibration is off. For example if I select the circle to place something there I have to select outside of the circle to make it happen. I did not have this issue on my previous iPad.

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
    If no fix, Take it to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • My source does not compile in 1.5 because of generics in libraries

    Hi,
    I have a problem with my source codes written for 1.3 and 1.4 java. I have been implementing Iterator, Collection, List and extending ArrayList in many ocassions. All works as expected in 1.4 but if I try to compile it with 1.5 it does not compile. I do receive many errors which generally speaking are showing that compiler does think that X subclass is not the same as a subclass of X<?> generic which simply makes all my code to not compile.
    Does anybody had similar problems with their code? Does anybody knows how to rewrite problematic code so that it will compile under BOTH 1.4 and 1.5 without -source 1.4 option?
    Some examples, stripped to problematic parts:
    public class CSectionList extends ArrayList
    public final boolean add(Object element)
                 int p = Collections.binarySearch(this,element);
    /** Here comes error:
    cannot find symbol
    symbol  : method binarySearch(sztejkat.utils.CSectionList,java.lang.Object)
    location: class java.util.Collections
                    int p = Collections.binarySearch(this,element);
              if (p<0)
    public class CMemoryViewTable extends JTable
    /** Here comes error:
    name clash: setDefaultRenderer(java.lang.Class,javax.swing.table.TableCellRenderer) in sztejkat.hdl.debugger.ui.CMemoryViewTable and setDefaultRenderer(java.lang.Class<?>,javax.swing.table.TableCellRenderer) in javax.swing.JTable have the same erasure, yet neither overrides the other
    public class CMemoryViewTable extends JTable
        public void setDefaultRenderer(Class columnClass,
                                             TableCellRenderer renderer)
              if (renderer!=null)
                   super.setDefaultRenderer(columnClass,new CCursorRenderer(renderer));
              }else
               super.setDefaultRenderer(columnClass,null);
    }In first example it seems to not catch that my CSectionList is a List<>, while in second it does not treat Class and Class<> equally what makes compiler to think that I don't override setDefaultRenderer method what I actually wanted to do (and did in 1.4).
    Please help...
    regards,
    Tomasz Sztejka
    P.S.
    Where the source compatibility have gone between 1.4 and 1.5? If it will look like this I strongly vote to NOT touch java language specification - it was very nice, simple and clear language. With autoboxing and generics it starts to do a lot of things behind my back what I don't like - this is why I moved from C++ to Java - hate what C++ did with overloaded operators. But maybe I'm just to stupid.

    Hi,
    I'm still not getting a good grip on generics, and still think they are not necessary.True, but when you have assembler you might not need C or Java. With assembler, you can write the most efficient programmes, but fixing a bug is not easy. With the higher level of C and Java, fewer trivial errors are made. The introduction of generics is another step towards compile-time bug prevention.
    Will your request block me from having a set of different classes,
    derived from different superclasses, all
    implementing Comparable in the way, that they use
    instanceof to check for proper relation (ie. I would
    like to sorting to sort all classes A by some value
    and all classes B to land in front of list)?Regarding raw classes, my request will change the erased interface of Comparable from
    int compareTo(Object o);to
    int compareTo(Comparable o);This would mean that all non-generic implementions of Comparable would have to be modified. I should have requested this enhancement ten years ago, but back then I did not know about Java at all :(
    Where largest common superclass is Object (ie Asuper
    is not instanceof Bsuper and vice-versa).
    Will soring list of such objects (both A and B) will
    be legal after your RFE ?Both A and B implement Comparable, so that should not be a problem.

  • AirPort Extreme Update 2007-004 did not solve my reliability problems.

    The latest update from Apple did not fix the problem on my system, and now I don´t know what I should do, is there anything I can do to somehow fix it?
    I can´t use the computer like this, it´s very annoying, for example I can´t browse the web with Safari(constant "Failed to open page" or "You´re not connected to the internet" messages), ethernet is not an option, besides, what´s the point of a laptop if I cannot connect to the network wirelessly?
    This is my first MacBook by the way, I like its look & feel, easy of use and integration, but this AirPort issue completely took away the "just works" image I had of Apple´s products.
    Don´t get me wrong though, I knew the Mac was not going to be perfect, and that there would be problems(as usual), but I would never have expected something like this.
    I´d really like to get this thing to work, the Mac pretty much offers the kind of integration that I´ve always wanted in Linux.
    Anyway.. am I the only one whose system is still having problems with AirPort?
    What can I do to fix this?
    Should I just wait until Apple releases another bug fix for this? how long would this take?
    Should I return this MacBook to an Apple store?
    I bought this in the U.S. and there is no store on my country(Uruguay), there´re however some Apple Authorized Service Providers, should I take it to them? would they give me a brand new Mac or repair this one for free if I´m covered by the warranty?
    I read(http://www.apple.com/support/contact/) that since I´m still within the 90 days of ownership I can call Apple Technical support, but since they don´t have a number for my country, is there an alternative way of contacting them?(via email?).
    I don´t know.. what do you people think I shoud do?
    +Please don´t recommend me to install an older version, I really don´t want to, besides how do I know it will fix the issue?+
    About the problem:
    Symptoms:
    AirPort signal level randomly decreases until connection is lost, and there is no automatic reconnection.
    Manual reconnection is required and might not always succeed, and even if it does, it doesn´t last long(usually less than 3 minutes).
    Sometimes the network is missing from the menu(when clicking the wifi icon on status bar) and turning off and on AirPort is required.
    Judging from what I´ve read here and found on google, this is a known common problem that dates back to at least april 2007(see [1]).
    *Some (useful?) Information:*
    0) It might have worked better before updating (10.4.9 is the version of my Installation discs, I didn´t reinstall) to 10.4.10, but I can´t say for sure.
    1) According to [1] this seems to be a software problem in OS X, since the atheros driver works fine under Windows.
    2) It doesn´t matter if the laptop is running from battery or not, and it doesn´t seem to be related to waking from sleep state since it happens on a clean restart too.
    3) Once in a while, the OS asks me to enter the WPA passphrase again to connect to the network, why does it do this if the passphrase is already stored inside the default login keychain?. (entering the passphrase again does not fix the problem)
    4) Wireless router is a speedtouch modem, it´s properly configured and it´s known to work, its leds indicate that everything is ok.
    5) The MacBook is approx. 6m away from the speedtouch router(walls in between), electronic devices: headless computer next to the speedtouch modem, printer, radio, tv (note: not that it matters since the laptop has worked from this location before).
    6) System Info: (forums display issues, does not show ok)
    Hardware:
    +Mac OS X 10.4.10+
    +Model Identifier: MacBook2,1+
    +Processor Name: Intel Core 2 Duo+
    +Processor Speed: 2 GHz+
    +Number Of Processors: 1+
    +Total Number Of Cores: 2+
    +L2 Cache (per processor): 4 MB+
    +Memory: 1 GB+
    +Bus Speed: 667 MHz+
    +Boot ROM Version: MB21.00A5.B06+
    +SMC Version: 1.17f0+
    +Serial Number: W87190VFYA2+
    +Sudden Motion Sensor:+
    +State: Enabled+
    Network:
    AirPort:
    +Type: AirPort+
    +Hardware: AirPort+
    +BSD Device Name: en1+
    +IPv4 Addresses: 192.168.1.68+
    IPv4:
    +Addresses: 192.168.1.68+
    +Configuration Method: DHCP+
    +Interface Name: en1+
    +Router: 192.168.1.254+
    +Subnet Masks: 255.255.255.0+
    DNS:
    +Domain Name: lan+
    +Server Addresses: 192.168.1.254+
    +DHCP Server Responses:+
    +Domain Name: lan+
    +Domain Name Servers: 192.168.1.254+
    +Lease Duration (seconds): 0+
    +DHCP Message Type: 0x05+
    +Routers: 192.168.1.254+
    +Server Identifier: 192.168.1.254+
    +Subnet Mask: 255.255.255.0+
    Proxies:
    +Proxy Configuration Method: Manual+
    +ExcludeSimpleHostnames: 0+
    +FTP Passive Mode: Yes+
    +Auto Discovery Enabled: No+
    Ethernet:
    +MAC Address: 00:1b:63:08:c0:87+
    +Media Options: +
    +Media Subtype: autoselect+
    +AirPort Card Information:+
    +Wireless Card Type: AirPort Extreme (0x168C, 0x87)+
    +Wireless Card Locale: USA+
    +Wireless Card Firmware Version: 1.1.9.3+
    +Current Wireless Network: SpeedTouch824916+
    +Wireless Channel: 1+
    7) logs (not good debug info, but maybe it helps...)
    Before last update (from /var/log/system.log)
    +Aug 1 01:36:21 Federico-Zagarzaz-s-Computer mDNSResponder: Repeated transitions for interface lo0 (127.0.0.1);+
    +delaying packets by 5 seconds+
    +Aug 1 01:39:14 Federico-Zagarzaz-s-Computer ntpd[158]: sendto(17.254.0.26): Can't assign requested address+
    +Aug 1 01:39:31 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/ai+
    +rport: Error: WirelessAssociate2() = 88001006 for network SpeedTouch824916. The operation timed out.+
    +Aug 1 01:39:39 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/ai+
    +rport: Error: WirelessAssociate2() = 88001006 for network SpeedTouch824916. The operation timed out.+
    +Aug 1 01:39:39 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/ai+
    +rport: Error: WirelessAssociate2() = 88001003 for network SpeedTouch824916. errWirelessKernelError.+
    +Aug 1 01:39:39 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/ai+
    +rport: Error: WirelessCreateScanResults() = 8800100b+
    +Aug 1 01:39:50 Federico-Zagarzaz-s-Computer configd[35]: Error: Failed to join most recent network "SpeedTouch8+
    +24916", err=88001006 (will search for any others)+
    +Aug 1 01:39:50 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/ai+
    +rport: Currently connected to network SpeedTouch824916+
    After last update:
    +Aug 1 07:01:37 Federico-Zagarzaz-s-Computer configd[60]: Error: Failed to join most recent network "SpeedTouch824916", err=88001006 (will search for any others)+
    +Aug 1 07:01:48 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Could not find "SpeedTouch824916" on any channel (directed scan)+
    +Aug 1 07:01:48 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Could not find "SpeedTouch824916" on channel(s) 1+
    +Aug 1 07:02:20 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/air port: Error: WirelessAssociate2() = 88001006 for network SpeedTouch824916. The operation timed out.+
    +Aug 1 07:02:29 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/air port: Error: WirelessAssociate2() = 88001006 for network SpeedTouch824916. The operation timed out.+
    +Aug 1 07:02:38 Federico-Zagarzaz-s-Computer /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/air port: Error: WirelessAssociate2() = 88001006 for network SpeedTouch824916. The operation timed out.+
    8) Settings: (forums display issues, does not show ok)
    +unknown-00-1b-63-08-c0-87:~ fede$ cat /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist+
    +<?xml version="1.0" encoding="UTF-8"?>+
    +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">+
    .+<plist version="1.0">+
    .<dict>
    . <key>AllowEnable</key>
    . <integer>1</integer>
    . +<key>Always remember new networks</key>+
    . <integer>1</integer>
    . +<key>Default 802.1X Configurations</key>+
    . <array>
    . <dict>
    . <key>AcceptEAPTypes</key>
    . <array>
    . <integer>25</integer>
    . <integer>21</integer>
    . <integer>43</integer>
    . </array>
    . <key>Description</key>
    . <string>Automatic</string>
    . <key>EAPFASTProvisionPAC</key>
    . <integer>1</integer>
    . <key>EAPFASTUsePAC</key>
    . <integer>1</integer>
    . <key>TLSVerifyServerCertificate</key>
    . <integer>1</integer>
    . <key>TTLSInnerAuthentication</key>
    . <string>MSCHAPv2</string>
    . </dict>
    . <dict>
    . <key>AcceptEAPTypes</key>
    . <array>
    . <integer>21</integer>
    . </array>
    . <key>Description</key>
    . +<string>TTLS - PAP</string>+
    . <key>TLSVerifyServerCertificate</key>
    . <integer>1</integer>
    . <key>TTLSInnerAuthentication</key>
    . <string>PAP</string>
    . </dict>
    . </array>
    . +<key>Disconnect on logout</key>+
    . <integer>0</integer>
    . +<key>Fallback Preference</key>+
    . <integer>0</integer>
    . <key>InterferenceRobustness</key>
    . <integer>0</integer>
    . <key>JoinMode</key>
    . <integer>0</integer>
    . +<key>List of known networks</key>+
    . <array>
    . <dict>
    . <key>AuthPasswordEncryption</key>
    . <string>SystemKeychain</string>
    . <key>SCAN_CHANNELS</key>
    . <array>
    . <integer>1</integer>
    . </array>
    . <key>SSID</key>
    . <data>
    . U3BlZWRUb3VjaDgyNDkxNg==
    . </data>
    . <key>SecurityType</key>
    . +<string>WPA Personal</string>+
    . <key>WEPKeyLen</key>
    . <integer>32</integer>
    . <key>_timeStamp</key>
    . <date>2007-07-02T07:49:11Z</date>
    . <key>authMode</key>
    . <integer>2</integer>
    . <key>capability</key>
    . <integer>16</integer>
    . <key>channel</key>
    . <integer>1</integer>
    . <key>cipherMode</key>
    . <integer>2</integer>
    . <key>isIBSS</key>
    . <integer>0</integer>
    . <key>isWPA</key>
    . <integer>1</integer>
    . <key>multiCipher</key>
    . <integer>3</integer>
    . <key>name</key>
    . <string>SpeedTouch824916</string>
    . <key>scanWasDirected</key>
    . <true/>
    . </dict>
    . </array>
    . +<key>Require Admin for IBSS creation</key>+
    . <integer>0</integer>
    . +<key>Require Admin for network change</key>+
    . <integer>0</integer>
    . <key>Version</key>
    . <integer>5</integer>
    .</dict>
    .</plist>
    9)
    .+unknown-00-1b-63-08-c0-87:~ fede$ /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/air port -I+
    . +commQuality: 0+
    . +rawQuality: 10+
    . +avgSignalLevel: -89+
    . +avgNoiseLevel: -96+
    . +linkStatus: ESS+
    . +portType: Client+
    . +lastTxRate: 2+
    . +maxRate: 54+
    .+lastAssocStatus: 1+
    . +BSSID: 00:14:7f:30:56:75+
    . +SSID: SpeedTouch824916+
    . +Security: WPA PSK cipher: TKIP+
    10) Software Update.log
    +2007-07-02 01:17:51 -0300: Installed "Pages Update" (2.0.2)+
    +2007-07-02 01:17:54 -0300: Installed "Keynote Update" (3.0.2)+
    +2007-07-02 01:18:04 -0300: Installed "iPhoto Update" (6.0.6)+
    +2007-07-02 01:18:24 -0300: Installed "QuickTime" (7.1.6)+
    +2007-07-02 09:57:07 -0300: Installed "iTunes" (7.3)+
    +2007-07-02 09:57:09 -0300: Installed "Security Update 2007-006 (Universal)" (1.0)+
    +2007-07-02 09:59:26 -0300: Installed "Mac OS X Update (Intel)" (10.4.10)+
    +2007-07-26 21:56:29 -0300: Installed "QuickTime" (7.2)+
    +2007-07-26 22:21:30 -0300: Installed "iTunes" (7.3.1)+
    +2007-07-26 22:21:34 -0300: Installed "Audio Update 2007-001" (1.0)+
    +2007-08-01 02:53:00 -0300: Installed "AirPort Extreme Update 2007-004" (1.0)+
    Don´t know if it helps or not, but that is all I could find.
    Thank you for taking the time to read this.
    Best Regards,
    Federico
    References:
    [1] http://www.macfixitforums.com/showflat.php?Cat=&Board=wireless&Number=823491&For um=&Words=&Match=Entire%20Phrase&Searchpage=0&Limit=25&Old=1day&Main=810572&Sear ch=true
    [2] http://www.appletell.com/apple/comment/unconfirmed-airport-issues-with-mac-os-x- 10410/
    [3] http://discussions.apple.com/thread.jspa?threadID=1008143&tstart=0
    [4] http://www.macfixitforums.com/showflat.php?Cat=&Board=wireless&Number=823491&For um=&Words=&Match=Entire%20Phrase&Searchpage=0&Limit=25&Old=1day&Main=810572&Sear ch=true
    Message was edited by: fzagarzazu (forums display issues)

    Hi,
    Well I don´t know what to think now.. I installed the last security update, restarted, went to sleep and now it seems to be working much better, at least there doesn´t seem to be so many drop outs.
    I find it a little strange that the airport icon on the status bar that shows signal strength keeps changing, but maybe this is normal behaviour?, don´t know..
    I can´t say that the problem is fixed either since I didn´t start to experience airport issues immediately after I updated to 10.4.10, so who knows?
    Maybe it works for two days in a row and then it suddenly starts malfunctioning for no apparent reason.
    It could be very well be a combination of little problems here and there(some even caused by me editing system preferences) that add up and manifest as a bigger problem, I´ve no idea how to trace it, and as long as it works, I don´t care..
    I doubt this will help anyone, but anyway.. the last thing I remember doing before restarting was executing:
    # System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airp ort --updateprefs
    which examines network preferences and repairs them if necessary.
    Then I went into System Preferences > Network, AirPort´s options and restored default settings, after that I configured it to require administrator password to "Create Computer-to-Computer networks".
    I´m hoping that the whole airport issue not working after the last airport update was a weird glitch or even better, caused by me.
    If it starts malfunctioning again, I´ll simply call AppleCare and let them deal with it, by the way, it kind of ***** that the only way of contacting them is via phone and no phone number is listed for my country.. no email address? ...
    Best Regards,
    Federico

  • The configuration file did not contain well formed AppV configuration XML - When using Office 2013 ODT package

    All,
    I'm experiencing an issue where when using the Office 2013 package pulled down from ODT, that if I try to change the locations of either InfoPath Filler 2013 or Publisher 2013 from the default of Microsoft Office 2013 then I receive the message "The
    configuration file did not contain well formed AppV configuration XML. Please check the management server event log for more information". If I check Applications and Services\Microsoft\AppV\Server-Management\Admin the error displayed there is "An
    error was encountered parsing dynamic configuration file '0'. However I am able to change the shortcut location for all other applications except the above 2. I've tried redownloading the files using the ODT and also changing the version number (so far I've
    tried both the 15.0.4631.1002 and 15.0.4659.1001 with the same result).
    As all I'm interested in so far is having a package which contains Visio and Project I've tried following the article to exclude all the other Office elements:
    http://technet.microsoft.com/library/jj219426(v=office.15).aspx#BKMK_ExcludeAppElement. However the package looks to be the same and when I load it into the management console all the options and elements to Office 2013 are available like they were before
    when I hadn't set the exclude tags so I'm not sure whether the ExcludeApp parameters actually work correctly.
    This then brings me onto the 3rd issue I've experienced. I have a group for the Visio users and I've set custom security for them to have Visio delivered to them but not Project and then a seperate group for just Project users who will have Project delivered
    to them but not have Visio. When testing this sometimes seems to work but other times it seems to trip out and a user just in the Project or Visio group will get all of the Office 2013 applications and under the default location of Microsoft Office 2013. When
    trying to spot correlation with this it appears random and can happen to any user on any device. We have sequenced a few applications ourselves where different parts are needed for different users and we have successfully managed this using different security
    groups for different applications, just as I'm trying here with Office 2013.
    Has anyone else experienced the issue with the "did not contain well formed XML" as at the start of the post and how were you able to resolve this? Also has anyone any advice on how to troubleshoot the issue with the security seeming to trip out
    and publish all applications within a package to a user regardless of whether they are in the correct group or not?
    The management / publishing servers are 5.0.1224.0 which is SP1 HF4 and the clients are on SP2 HF5.
    Thanks

    Nicke,
    The config files are UTF-8. I did find the same article as yourself, however when searching for the value ‘TakeoverExtensionPointsFrom46=’ within either of the configuration.xml files that text isn’t found.
    No sinister reason not to share the file used, just it’s the same structure as referenced in the article:
    http://technet.microsoft.com/en-us/library/dn745895(v=office.15).aspx. The only difference being that I’m using ProPlusVolume and I’ve set a version number (which is the October
    2014 update). I’ve even looked to follow the above example as closely as possible in just using the ExcludeApp ID of Access and InfoPath, just to try and prove the process. However I still get the usual full package. The version of the Click-to-Run setup.exe
    I’m using is 15.0.4623.1001, so later than the version specified at the end of that article which is 15.0.4619.1000. Where can I expect to see the elements excluded? Will it be when loading the package into the management console or would it just not appear
    on the machine when delivered?
    <Configuration>
      <Add SourcePath="C:\OfficeDeploymentToolV2" Version="15.0.4659.1001" OfficeClientEdition="32">
        <Product ID="ProPlusVolume">
          <Language ID="en-us" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="InfoPath" />
        </Product>
      </Add>
    </Configuration>
    3). We’ve not used global publishing in our environment yet so I will try that. I’ve set both GlobalRefreshEnabled and GlobalRefreshOnLogon to True and when using the command Get-AppvPublishingServer on the client I’m testing with I can see this is pulled
    through correctly. I’ve also added the client name to the AD group used to grant access to the package and it is published. However nothing is pulling through onto the Client, so are there any steps I’ve missed or misinterpreted when looking to set this up?
    I guess the global publishing is there to keep in with licensing for Office being per device? On a slight aside, as Windows licensing is being changed to allow per user licensing
    http://www.zdnet.com/microsoft-to-make-per-user-windows-licensing-available-to-enterprise-customers-7000035401/ does anyone know if there are any plans to allow for Office / Project / Visio licenses to go per user as well? We’re a volume license customer
    rather than subscription based so I think a lot of the options to selectively deploy Visio and Project are excluded for us.
    Dan,
    Ok that explains why the security could be tripping out then and leading to this result. As above I’ll try with global publishing and see how I get on.
     From what I’ve read / watched  I think only one Office 2013 package can be published to a machine, so we would be unable to have a separate package for Visio and a separate package for Project and then attempt to deliver
    them both together. If a user wanted both Project and Visio then I guess we’d need to have a combined Project and Visio package to cover than scenario, but then 2 more separate Project and Visio packages for those who would only want either Project and Visio
    (I think).
    The scenario we’re looking at is to see whether we are able to deliver Project and / or Visio to different users through an AppV package and this will then cover users on XenApp or on fat clients. Only a small proportion of our
    users will need access to Project and / or Visio so therefore we’d only have a small amount of Project and Visio licenses.
    However from what I’ve tested up to this point and from what I’ve picked up from Forum posts / watched on TechEd sessions is that as publishing is Global and is unable to use different security groups for different elements of the
    suite, then using Office through AppV is only suitable if you will be delivering the whole suite (including Project and Visio) to all of your users. So in a scenario where you’d only want certain elements to be delivered to a handful of users then you’d need
    to keep with traditional ESD methods to have this installed onto fat clients and steer clear of XenApp. If wanting to install to XenApp then a lockdown tool like AppSense or AppLocker would also need to be brought into the equation.
    Is my understanding above correct or have I missed some options / methods?
    If the full Office package is always delivered but a company only has Office licenses and no Project and Visio licenses for all its users, how do they stop Project and Visio being delivered and being available? Or again if you have
    this use case is the AppV method one which will be unsuitable?
    Thanks

  • Drop ship line did not split, the material have partial receipts, can the PR and PO be canceled?

    hello,
    I need some help with this issue. We have a drop ship line that have 270 cartons in status awaiting receipt, but in the inventory already received 624 cartons.  The line of that sales order needs to be closed now, to invoice the customer. But the PR and PO looks like OPEN.
    I tried to manually split the line in the sales order. To have two lines; one with the 624 already received, and other one for the 96 cartons left. But an error message shows when i do this.
    The error its :  You are not allowed to split Order Line because:Line is released to purchasing
    I found in the ORDER ORGANIZER when i chek the Sales Order, the ORDER SOURSE LINE REFERENCE the last line (which suppose to be splitted with the reception of the material) have a number lower than the line before it.
    example: line 2.5 have OE_ORDER_LINES_ALL27231981  and line 2.4 OE_ORDER_LINES_ALL27232315
    Can somebody help me with this?
    i also found a bug in meta link but i think something can be done. bug 2281449.
    Thank you,
    Paloma Cadena

    We had similar issues in the past. We solved them by doing a mini customization.
    The customization created an short-text attachment of the type "Note to receiver" at the PR level. The attachment included the Sales order # and line#.
    This attachment flows from the PR to PO and is also available to the receiving clerk during receipt.
    However, once the PO is received, we did not transfer the information to onhand. I don't think one can unless the item was serialized or lot controlled.
    Hope this helps,
    Sandeep Gandhi
    Independent Techno-functional consultant

  • Won't let me open itunes and it keeps saying Error itunes needs to be reinstalled did not complete. so i did and still the same message pops up. i even tried to unistall everything and re do it. nothing works

    try to open itunes and a error message pops un asking to reinstall that it did not complete. I re did it and same thing pops up. I tried to uninstall everything start from scratch, still same message pops up HELP

    Hey KarlaOrtega23,
    Thanks for the question. I understand that you are experiencing issues with iTunes on your PC. I also understand that you have already uninstalled iTunes and the problem persists. While you have already attempted these steps, there are some specific details outlined in the following resource that may help to lead to a resolution. For example, make sure that you have uninstalled all components of iTunes in the order listed. Uninstalling the components in a different order, or only uninstalling some of these may have unintended affects:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Thanks,
    Matt M.

  • ITunes will not open, get error message 7(windows error 126) this application has failed to start because d3d9.dll was not found. re-installing the application may fix this problem. well i did and did not fix anything.

    this application has failed to start because d3d8thk.dll could not be found. I looked that file up and it seems its part of directx. i installed directx again but that still did not help.

    d3d8thk.dll
    That one is a DirectX 8 module and might not be included in the most recent DirectX 9 redistributable available from Microsoft. If it's been installed as part of a partial DirectX 8 install (as part of a game for example), that can cause the issue. Can you track down a full DirectX 8 redistributable? If so, if you install that, does that clear up the iTunes error?

  • TS1314 Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about

    Dear all, greetings, I did not mean to offend anyone by typing all my texts in capital letters, I am just used to it and at my age (63) it is better and easier for my eyes to type all the texts in my messages in capital letters.I do apologize about it all. I can assure you that I do respect all of you more that you maight me thinking of. i have the same difficulties in typing in small letters like yours in reading texts in CAPITAL letters.......tant pis, c' est la vie
    For web and computing experts I would like to remind them that all the peoples nowadays have the same needs (or hobbies if you wish) regarding the electronic devices, web, compouters, softwares and that sort of thing.
    If I WERE not to have technical support because of my prefiously used capital letters in me text messages, I have to confess that next time I will be more carefull about the devices producers........ I live and always learn (SOCRATES, girasko, aei didaskomenos)
    Two questions
    1. I noticed on the you tube videos about the new ipad that the main icons are more than mine (i.e. the icon of facebook and a number or others are missing)
    2. I would like to ask you to do me a favour, thanks for your patiene. Still I have not understood how (in which way, the pictures, transfered from my system or new taken by the ipad camera are uploaded directly to the FaceBook. I suppose that I will not have the same difficulties regarding the videos to both Facebook AND YoutTube. Thanks a lot for your patience with me, from now on I will be more carefull about posting messages to you referring to technical support
    Constantinos
    Athens, Greece

    Some of the apps shown in adverts / videos have been downloaded from the App Store, they don't come pre-installed e.g. the Facebook app is a free download the app store : 'official' Facebook app.
    To upload photos to Facebook you can use the above app - you can't, for example, use Safari on the iPad to upload content to sites.
    Not sure whether any apps allow you to upload videos to YouTube (I don't use the site).

  • HT4915 songs have downloaded into my iCloud that I did not want there. How do I delete them from the cloud but keep them in my library?

    I recently downloaded the iCloud/iTunes Match.. both of which I still have no idea how to use.. my songs began automatically downloading somewhere on my iPhone.. there are alot of songs in my iTunes Library on my MacBook.. and I didnt want all of them to get downloaded to my iCloud/iPhone..how do I start over and choose what gets downloaded? Also, I have purchased several songs from iTunes Store that did not get downloaded to my purchased list.. for example: I purchased 2 Katy Perry Songs, only one was uploaded to my phone..why and how do i fix it? I've never owned an iPhone and I fear my phone is smarter than me.. Help.. How does all this stuff work?

    Welcome to the Apple community.
    When you subscribe to iTunes match, you cannot selectively choose tunes to add to it, it's either or nothing. When you then enable iTunes match on your iPhone, none of the tunes are downloaded to your phone, you simply get a list of everything that is available in your iTunes library and the ability to download them as and when you want.

Maybe you are looking for

  • Problem with instantiation in static function

    I have a problem with instatiation of objects in a static function. When I do something like this, public static void test1() { String s = new String(); everything works fine, but when I try to do the same with a internally defined class, I get the e

  • How do I re-enable showing the download files history in the download manager window?

    System: Windows XP I am trying to re-enable showing/retaining the list of downloaded files in the download manager window. I want to be able to drag and drop directly from that window into a folder of my choosing. (I used to be able to do this, but a

  • Cant get decent overclock on Venice 3000, no matter what settings I use

    I re-visited my overclocking on the Venice 3000 chip and still have very odd problem that no amount of fiddling seems to cure. Yes, I have read many faqs, some quite good actually, so I think I know the score. Now, this is the weird thing. Right now,

  • Import data from a Reporting Services Webpage?

    Hi all,   Is it possible to easily import data into SQL Server from a public facing Reporting Services webpage? I'd like to automate the process so don't want to have to download the Excel / CSV files manually. There's an "atomsvc" file available but

  • Data error (invalid data type 17) in a Remote Function Call

    Hi, I am passing 2 select-option tables to RFC. Tables have structures -    Table1  SIGN(C1)                OPTION(C2)                HIGH(C6)                LOW(C6)    Table2  SIGN(C1)                OPTION(C2)                HIGH(C20)