Issues deploying on XP (built on OS X)

Hi I have been building a relatively lightweight app (some
GUI like Accordion, some API call over the Internet) on OS X,
everything runs fine in runtime, my MacBook has just 1GB of RAM.
Just tried the release version of the app on a ThinkPad T42p
XP machine (2GB of RAM):
* Some TextArea fonts may not even show up;
* "max screen" (StageDisplayState.FULL_SCREEN_INTERACTIVE)
doesn't work on XP - it's instead a very small window;
* Not very responsive (slow) compared to running on OS X
Any similar experience / suggestions???? It's quite
frustrating.
Thanks a lot,
Chuck

Probably the easiest way to use an iPod on both Mac and Windows computers is to format the iPod (using iPod Updater) using the PC. This will force your iPod to use the Windows file system (FAT32) which both the Mac and PC can read from and write to without the help of additional software. Of course then all your software updates for the iPod will have to be done on Windows.

If you need to use a Mac (HFS+) formatted iPod on a Windows PC, you'll need to install some 3rd party software such as XPlay 2.0 (which you can get from MediaFour Software). This will enable your Windows PC to read a Mac-formatted iPod.

Similar Messages

  • Issue deploying rpd to cluster

    Hi All,
    When I try to deploy an RPD to our clustered OBIEE environment, i receive this error for one of the servers:
    Message     SEVERE: Element Type: JEE_SERVER, Element Id: unix02:bi_server3, Operation Result: UNEXPECTED_ERROR, Detail Message: Exception occured during setting configuration values.
    Supplemental Detail     Underlying cause of exception was:
    java.lang.IllegalArgumentException
    Root element domain does not match root of /JavaHost/Listener/Secure
    Report on underlying changes made is:
    INFO: Element Type: JEE_SERVER, Element Id: unix02:bi_server3, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: ORACLE_INSTANCE, Element Id: unix02:instance3, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: unix02:instance3:coreapplication, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: unix02:coreapplication_obis1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: RepositoryName set to value: db_BI0008.rpd (was: db_BI0004.rpd)
    Has anyone run across this issue before? I'm not even sure where to begin with this one!
    Thanks
    Jon

    Hi ,
    Plz clarify :
    How many servers u r clustering
    does those servers hve any existing RPD's ?
    paste the NQSConfig.INI files .

  • Group Policy - Issues deploying software packages through GPO

    Hello everyone,
    I am having issues successfully deploying MSI packages through group policy.  I have set my computer account up in its own test OU in my domain, but yet the software will not deploy.  Example, I'm trying to deploy AVG Anti-Virus and make sure it
    is installed on each and every PC in my domain.  As for the GPO, I set it up as an assigned package and pointed to the location of the package with the UNC file path (visible to both the DC and my computer that is part of the affected OU)
    On the domain controller, I get these messages in application event logs:
    Beginning a Windows Installer transaction: \\hs-dc2\software\avg\installavg.msi. Client Process Id: 9048.
    Ending a Windows Installer transaction: \\hs-dc2\software\avg\installavg.msi. Client Process Id: 9048.
    This shows up when I refresh GP on my computer.  I run gpresult /h GPReport.html and get the following message:
    Software Installation failed due to the error listed below.
    Fatal error during installation.
    Additional information may have been logged. Review the Policy Events tab in the console or the application event log for events between
    The software is in a share on the domain controller that is visible from my computer, and permissions are set where "Everyone" has read access.  I have tested the package on my computer and it installs
    correctly if I do it manually, so it's a good package. 
    I'm at a loss.  I am admitedly very new to GP management, but I'm pretty sure I have covered all my bases here.  I humbly ask for any and all help that you all can provide.
    Thank you all very much, have a great weekend!

    > Magnolia_Schools.exe
    What's that???
    > \\hs-dc2\software\avg\installavg.msi
    > <file://\\hs-dc2\software\avg\installavg.msi> /qb addeploy=1
    /qb ADDEPLOY=1
    Uppercase matters (:
    A bissle "Experience", a bissle GMV... Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!
    I should have explained, my apologies.  The InstallAVG.msi is the package I have GP deploying.  it is a package that AVG wrote for us that goes in, uninstalls the two previous antivirus softwares we have on our network if it is present, and
    then wraps it to run magnolia_schools.exe which installs the AV software.  I am uninstalling AVG now and will try reinstalling with
    \\hs-dc2\software\avg\installavg.msi /qb ADDEPLOY=1 and report back.
    also, the only logs I found that were around the time of the install attempt were such as these:
    1: 2905 2: C:\windows\system32\appmgmt\MACHINE\{06ee0d46-cd5f-4216-a09f-2aeb573aa5ba}.aas
    1: 2905 2: C:\windows\system32\appmgmt\MACHINE\{06ee0d46-cd5f-4216-a09f-2aeb573aa5ba}.aas
    Does that tell you anything?
    I will say this, if this means anything...now that AVG is installed, the event logs are changing from an error %%1603 to this:
    Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. The error was : %%1274
    The removal of the assignment of application exe2msiSetupPackage from policy Install AVG failed. The error was : %%2
    So it acts like it's at least seeing that the package is installed...and reacting differently, correct?
    Thanks so much

  • Deploying a form built using forms 10g builder.

    Hi Everybody,
    I Have experience with forms 6i Devlopment, Recently started with forms 10g.
    while developing the form under forms 10g environment.
    We have to start OC4j Instance and if we choose the RUN option form will run automatically.
    But now, I have a confusion in deployment phase. so once the forms developement is completed, What are the configuration steps required, so that client can access the URL and access the forms built by us.
    Please can anyone provide information overthis.
    Thanks in advance....Pc Rao

    Hi,
    Once you complete the copilation phase.Then your fmx will be created in DevSuiteHome_1/form folder in your local PC.
    Then give access to your PC fmx to your client like one shown below,
    http://localhost:8889/forms/frmservlet?form=myform.fmx&separateframe=true
    if you want you can store all the fmx in the server then remove the local host from above url then give the server ipaddress....But make sure in both case OC4J must be started.This is just a basic configuration.
    Thanks,
    Pavan.

  • Issues deploying Secondary Site

    What is the best way to roll back a failed Secondary Site install?  When I originally installed it, it failed with a time out issue, and now when try to retry deploying it fails saying that the SQL version is unsupported, even though the Version of
    SQL express was deployed from the primary server.
    I assume I just select the site and select delete, but I want to make sure that it will roll back any changes made to the secondary site server. There isn't anything on the server I need to do so I can attempt another secondary site install?

    Hi,
    There is a part of a blog could help you.
     If the secondary site installation has failed, you will need to manually clean up the following before you attempt to reinstall.  To do this:
    Delete the SMS registry key on the secondary site machine - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS
    Delete the database created on the secondary site machine
    to ensure the data files are removed.
    (update 7/5/2013) If the database is a SQL Express version, uninstall the "Microsoft SQL Server 2012 (64-bit)" from Add/Remove Programs (ARP).
    For more information:
    http://blogs.technet.com/b/configmgrteam/archive/2013/07/02/known-issue-secondary-site-installation-failure-with-cumulative-update-2.aspx
    Best Regards,
    Joyce
    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.

  • Issue deploying on jboss 3.0.5

    I'm using kodo 2.4.0. The following is from the jboss startup log:
    20:06:20,592 INFO [MainDeployer] Starting deployment of package:
    file:/C:/jboss-3.0.5/server/default/deploy/kodo.rar
    20:06:20,713 INFO [RARMetaData] Loading Resource Adapter for integration of
    the Kodo Java Data Objects (JDO) implementation with J2EE 1.3 compliant
    managed environments
    20:06:20,723 WARN [RARMetaData] Element '<icon>
    <small-icon>kodo16.gif</small-icon>
    <large-icon>kodo32.gif</large-icon>
    </icon>' not recognised.
    20:06:20,723 INFO [RARMetaData] Required license terms present. See
    deployment descriptor.
    20:06:20,913 WARN [MainDeployer] The manifest entry in
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/jakarta-commons-logging-1.0.2.jar references URL
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/log4j.jar which could not be opened, entry ignored
    20:06:20,913 WARN [MainDeployer] The manifest entry in
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/jakarta-commons-logging-1.0.2.jar references URL
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/log4j-core.jar which could not be opened, entry
    ignored
    20:06:21,053 INFO [LocalTxConnectionManager] Creating
    20:06:21,063 INFO [LocalTxConnectionManager] Created
    20:06:21,083 INFO [LocalTxConnectionManager] Starting
    20:06:21,544 ERROR [LocalTxConnectionManager] Starting failed
    org.jboss.deployment.DeploymentException: expected one config-property-value
    tag
    at org.jboss.metadata.MetaData.getUniqueChild(MetaData.java:101)
    at
    org.jboss.resource.connectionmanager.RARDeployment.setMcfProperties(RARDeplo
    yment.java:787)
    at
    org.jboss.resource.connectionmanager.RARDeployment.startManagedConnectionFac
    tory(RARDeployment.java:560)

    Here is the ra.xml file with the changes. It's working in JBoss 3.0.6
    "Jonathan Harper" <[email protected]> wrote in message
    news:[email protected]...
    I added empty <config-property-value/> tags to all <config-property> tags
    within ra.xml and this issue was resolved.
    "Marc Prud'hommeaux" <[email protected]> wrote in message
    news:[email protected]...
    Jonathan-
    It looks like the JBoss people have messed with how they do RAR
    deployment again, and it looks to me like they introduced a bug:
    http://sourceforge.net/tracker/?group_id=22866&atid=376685&func=detail&aid=6
    67492
    I am unsure if this a fatal bug or not; are you able to look up and use
    the Kodo resource adaptor? If not, the fix is probably to either
    downgrade to JBoss 3.0.4, or else do the following:
    1. Unzip the kodo.rar file
    2. Edit the ra.xml file, and add empty <config-property-value/> tags
    for each of the <config-property> tags
    3. zip the kodo.rar file back up and try to deploy it
    Please let us know what happens with this.
    In article <[email protected]>, Jonathan Harper wrote:
    The attached kodo-service.xml was placed along with the kodo.rar file
    into
    the correct jboss deployment directory.
    "Robert Simmons" <[email protected]> wrote in message
    news:[email protected]...
    Hmm, Sounds like you didn't edit the service.XML file. Deployment
    consists
    of dropping in the archive as well as configuring a service.xml filethat
    has the connection info for the database, the license info and so on.If
    you
    did modify this file then please attach it so we can figure out
    what's
    fried.
    -- Robert Simmons jr.
    "Jonathan Harper" <[email protected]> wrote in message
    news:[email protected]...
    I'm using kodo 2.4.0. The following is from the jboss startup log:
    20:06:20,592 INFO [MainDeployer] Starting deployment of package:
    file:/C:/jboss-3.0.5/server/default/deploy/kodo.rar
    20:06:20,713 INFO [RARMetaData] Loading Resource Adapter for
    integration
    of
    the Kodo Java Data Objects (JDO) implementation with J2EE 1.3
    compliant
    managed environments
    20:06:20,723 WARN [RARMetaData] Element '<icon>
    <small-icon>kodo16.gif</small-icon>
    <large-icon>kodo32.gif</large-icon>
    </icon>' not recognised.
    20:06:20,723 INFO [RARMetaData] Required license terms present.
    See
    deployment descriptor.
    20:06:20,913 WARN [MainDeployer] The manifest entry in
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/jakarta-commons-logging-1.0.2.jar referencesURL
    >
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/log4j.jar which could not be opened, entryignored
    20:06:20,913 WARN [MainDeployer] The manifest entry in
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/jakarta-commons-logging-1.0.2.jar referencesURL
    >
    file:/C:/jboss-3.0.5/server/default/tmp/deploy/server/default/deploy/kodo.ra
    r/23.kodo.rar-contents/log4j-core.jar which could not be opened,entry
    ignored
    20:06:21,053 INFO [LocalTxConnectionManager] Creating
    20:06:21,063 INFO [LocalTxConnectionManager] Created
    20:06:21,083 INFO [LocalTxConnectionManager] Starting
    20:06:21,544 ERROR [LocalTxConnectionManager] Starting failed
    org.jboss.deployment.DeploymentException: expected oneconfig-property-value
    tag
    at
    org.jboss.metadata.MetaData.getUniqueChild(MetaData.java:101)
    at
    org.jboss.resource.connectionmanager.RARDeployment.setMcfProperties(RARDeplo
    yment.java:787)
    at
    org.jboss.resource.connectionmanager.RARDeployment.startManagedConnectionFac
    tory(RARDeployment.java:560)--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    begin 666 ra.xml
    M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX*/"%$3T-4
    M65!%(&-O;FYE8W1O<B!054),24,@"B @(" G+2\O4W5N($UI8W)O<WES=&5M
    M<RP@26YC+B\O1%1$($-O;FYE8W1O<B Q+C O+T5.)R *(" @("=H='1P.B\O
    M:F%V82YS=6XN8V]M+V1T9"]C;VYN96-T;W)?,5\P+F1T9"<^"CPA+2T@"B @
    M("!297-O=7)C92!A9&%P=&]R(&1E<V-R:7!T;W(@9F]R('5S:6YG($MO9&\*
    M(" @($I$3R!I;B!A(&UA;F%G960@96YV:7)O;FUE;G0N"BTM/@H\8V]N;F5C
    M=&]R/@H@(" @/&1I<W!L87DM;F%M93Y+;V1O2D1//"]D:7-P;&%Y+6YA;64^
    M"B @(" \9&5S8W)I<'1I;VX^4F5S;W5R8V4@061A<'1E<B!F;W(@:6YT96=R
    M871I;VX@;V8@=&AE($MO9&\@2F%V82!$871A($]B:F5C=',@*$I$3RD@:6UP
    M;&5M96YT871I;VX@=VET:"!*,D5%(#$N,R!C;VUP;&EA;G0@;6%N86=E9"!E
    M;G9I<F]N;65N=',\+V1E<V-R:7!T:6]N/@H@(" @/'9E;F1O<BUN86UE/E-O
    M;&%R;65T<FEC+"!);F,N/"]V96YD;W(M;F%M93X*(" @(#QS<&5C+79E<G-I
    M;VX^,2XP/"]S<&5C+79E<G-I;VX^"B @(" \96ES+71Y<&4^:F1O/"]E:7,M
    M='EP93X*(" @(#QV97)S:6]N/C$N,#PO=F5R<VEO;CX*(" @(#QL:6-E;G-E
    M/@H@(" @(" @(#QD97-C<FEP=&EO;CX*(" @(" @("!3964@:'1T<#HO+W=W
    M=RYS;VQA<FUE=')I8RYC;VT@9F]R('1E<FUS(&%N9"!L:6-E;G-E(&-O;F1I
    M=&EO;G,N"B @(" @(" @/"]D97-C<FEP=&EO;CX*(" @(" @(" \;&EC96YS
    M92UR97%U:7)E9#YT<G5E/"]L:6-E;G-E+7)E<75I<F5D/@H@(" @/"]L:6-E
    M;G-E/@H@(" @/')E<V]U<F-E861A<'1E<CX*(" @(" @( D\;6%N86=E9&-O
    M;FYE8W1I;VYF86-T;W)Y+6-L87-S/F-O;2YS;VQA<FUE=')I8RYK;V1O+FEM
    M<&PN:F1B8RYE92Y-86YA9V5D0V]N;F5C=&EO;D9A8W1O<GE);7!L/"]M86YA
    M9V5D8V]N;F5C=&EO;F9A8W1O<GDM8VQA<W,^"B @(" @(" @/&-O;FYE8W1I
    M;VYF86-T;W)Y+6EN=&5R9F%C93YJ879A>"YR97-O=7)C92YC8VDN0V]N;F5C
    M=&EO;D9A8W1O<GD\+V-O;FYE8W1I;VYF86-T;W)Y+6EN=&5R9F%C93X*(" @
    M(" @(" \8V]N;F5C=&EO;F9A8W1O<GDM:6UP;"UC;&%S<SYC;VTN<V]L87)M
    M971R:6,N:V]D;RYI;7!L+FID8F,N964N2D1/0V]N;F5C=&EO;D9A8W1O<GD\
    M+V-O;FYE8W1I;VYF86-T;W)Y+6EM<&PM8VQA<W,^"@H*(" @(" @(" \8V]N
    M;F5C=&EO;BUI;G1E<F9A8V4^:F%V87@N<F5S;W5R8V4N8V-I+D-O;FYE8W1I
    M;VX\+V-O;FYE8W1I;VXM:6YT97)F86-E/@H@(" @(" @(#QC;VYN96-T:6]N
    M+6EM<&PM8VQA<W,^8V]M+G-O;&%R;65T<FEC+FMO9&\N964N145097)S:7-T
    M96YC94UA;F%G97(\+V-O;FYE8W1I;VXM:6UP;"UC;&%S<SX*"@H@(" @(" @
    M(#QT<F%N<V%C=&EO;BUS=7!P;W)T/DYO5')A;G-A8W1I;VX\+W1R86YS86-T
    M:6]N+7-U<'!O<G0^"@H@(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \
    M9&5S8W)I<'1I;VX^5&AE(&YU;6)E<B!O9B!H87)D(')E9F5R96YC97,@=&\@
    M8V%C:&5D(&]B:F5C=',@=&AA="!T:&4@4&5R<VES=&5N8V5-86YA9V5R)W,@
    M8V%C:&4@=VEL;"!R971A:6X@*&EN(&%D9&ET:6]N('1O('1H92!S;V9T(')E
    M9F5R96YC92!C86-H92!T:&%T(&ET(&UA:6YT86EN<RDN(%-E='1I;F<@=&AI
    M<R!T;R!A(&AI9VAE<B!V86QU92!W:6QL(')E<W5L="!I;B!M;W)E(&]B:F5C
    M=',@8F5I;F<@<F5T86EN960@:6X@=&AE(&-A8VAE+"!A="!T:&4@8V]S="!O
    M9B!U=&EL:7II;F<@;6]R92!M96UO<GD@<F5S;W5R8V5S+B!3971T:6YG(&ET
    M('1O("TQ('=I;&P@8V%U<V4@=&AE(%!E<G-I<W1E;F-E36%N86=E<B!T;R!M
    M86EN=&%I;B!H87)D(')E9F5R96YC97,@;VYL>2X@5&AI<R!W:6QL(')E<W5L
    M="!I;B!B971T97(@<&5R9F]R;6%N8V4L(&)U="!C86X@:&%V92!A9'9E<G-E
    M(&5F9F5C=',@;VX@;65M;W)Y('5S86=E+CPO9&5S8W)I<'1I;VX^"B @(" @
    M(" @/&-O;F9I9RUP<F]P97)T>2UN86UE/D-A8VAE4F5F97)E;F-E4VEZ93PO
    M8V]N9FEG+7!R;W!E<G1Y+6YA;64^"B @(" @(" @/&-O;F9I9RUP<F]P97)T
    M>2UT>7!E/FIA=F$N;&%N9RY);G1E9V5R/"]C;VYF:6<M<')O<&5R='DM='EP
    M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O
    M;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @
    M/&1E<V-R:7!T:6]N/E1H92!C;&%S<R!N86UE(&]F(&5T:&5R('1H92!*1$)#
    M(&IA=F$N<W%L+D1R:79E<BP@;W(@86X@:6YS=&%N8V4@;V8@82!J879A>"YS
    M<6PN1&%T85-O=7)C92!T;R!U<V4@=&\@8V]N;F5C="!T;R!T:&4@9&%T82!S
    M;W5R8V4N/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y
    M+6YA;64^0V]N;F5C=&EO;D1R:79E<DYA;64\+V-O;F9I9RUP<F]P97)T>2UN
    M86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N
    M4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG
    M+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @
    M(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!*
    M3D1)(&YA;64@;V8@=&AE(&-O;FYE8W1I;VX@9F%C=&]R>2!T;R!U<V4@9F]R
    M(&9I;F1I;F<@<F5A9"UO;FQY(&-O;FYE8W1I;VYS+CPO9&5S8W)I<'1I;VX^
    M"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN86UE/D-O;FYE8W1I;VY&86-T
    M;W)Y,DYA;64\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF
    M:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O
    M<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@
    M"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF:6<M<')O<&5R='D^
    M"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!*3D1)(&YA;64@;V8@=&AE(&-O
    M;FYE8W1I;VX@9F%C=&]R>2!T;R!U<V4@9F]R(&]B=&%I;FEN9R!C;VYN96-T
    M:6]N<RX\+V1E<V-R:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM
    M;F%M93Y#;VYN96-T:6]N1F%C=&]R>4YA;64\+V-O;F9I9RUP<F]P97)T>2UN
    M86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N
    M4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG
    M+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @
    M(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!P
    M87-S=V]R9"!F;W(@=&AE('5S97(@<W!E8VEF:65D(&EN($-O;FYE8W1I;VY5
    M<V5R3F%M93PO9&5S8W)I<'1I;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T
    M>2UN86UE/D-O;FYE8W1I;VY087-S=V]R9#PO8V]N9FEG+7!R;W!E<G1Y+6YA
    M;64^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UT>7!E/FIA=F$N;&%N9RY3
    M=')I;F<\+V-O;F9I9RUP<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF:6<M
    M<')O<&5R='DM=F%L=64O/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@(" @
    M/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \9&5S8W)I<'1I;VX^02!S<&%C
    M92US97!A<F%T960@;&ES="!O9B!P<F]P97)T:65S('1O(&)E('!A<W-E9"!T
    M;R!T:&4@2D1"0R!$<FEV97(@=VAE;B!O8G1A:6YI;F<@82!#;VYN96-T:6]N
    M+B!0<F]P97)T:65S(&%R92!O9B!T:&4@9F]R;2 B:V5Y/79A;'5E(BX@268@
    M82!J879A>"YS<6PN1&%T85-O=7)C92!C;&%S<R!I<R!D969I;F5D(&EN('1H
    M92!J879A>"YJ9&\N;W!T:6]N+D-O;FYE8W1I;VY$<FEV97).86UE('!R;W!E
    M<G1Y+"!T:&5N('1H:7,@<')O<&5R='D@=VEL;"!B92!U<V5D('1O('-E="!B
    M96%N+6QI:V4@<')O<&5R=&EE<R!I;B!T:&4@1&%T85-O=7)C92!I;G-T86YC
    M92!U<&]N(&-R96%T:6]N+B!4:&5S92!P<F]P97)T:65S('9A<GD@9&5P96YD
    M:6YG(&]N('1H92!$871A4V]U<F-E(&EN('5S93H@<V5E('1H92!D;V-U;65N
    M=&%T:6]N(&9O<B!Y;W5R($1A=&%3;W5R8V4@9F]R(&1E=&%I;',@;VX@=&AE
    M('!R;W!E<G1I97,@=&\@=7-E+CPO9&5S8W)I<'1I;VX^"B @(" @(" @/&-O
    M;F9I9RUP<F]P97)T>2UN86UE/D-O;FYE8W1I;VY0<F]P97)T:65S/"]C;VYF
    M:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y
    M<&4^:F%V82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @
    M(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C;VYF:6<M
    M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C
    M<FEP=&EO;CY4:&4@;G5M8F5R(&]F('-E8V]N9',@=&\@=V%I="!B971W965N
    M('1E<W1I;F<@8V]N;F5C=&EO;G,@<F5T<FEE=F5D(&9R;VT@=&AE(&-O;FYE
    M8W1I;VX@<&]O;"X@3VYL>2!V86QI9"!W:&5N('5S:6YG('1H92!B=6EL="UI
    M;B!+;V1O(&-O;FYE8W1I;VX@<&]O;&EN9RX\+V1E<V-R:7!T:6]N/@H@(" @
    M(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y#;VYN96-T:6]N5&5S=%1I;65O
    M=70\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O
    M<&5R='DM='EP93YJ879A+FQA;F<N26YT96=E<CPO8V]N9FEG+7!R;W!E<G1Y
    M+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @
    M/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @
    M(" @(#QD97-C<FEP=&EO;CY4:&4@55),(&9O<B!T:&4@9&%T82!S;W5R8V4N
    M/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^
    M0V]N;F5C=&EO;E523#PO8V]N9FEG+7!R;W!E<G1Y+6YA;64^"B @(" @(" @
    M/&-O;F9I9RUP<F]P97)T>2UT>7!E/FIA=F$N;&%N9RY3=')I;F<\+V-O;F9I
    M9RUP<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L
    M=64O/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P
    M97)T>3X*(" @(" @(" \9&5S8W)I<'1I;VX^5&AE('5S97)N86UE(&9O<B!T
    M:&4@8V]N;F5C=&EO;B!L:7-T960@:6X@0V]N;F5C=&EO;E523"X\+V1E<V-R
    M:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y#;VYN96-T
    M:6]N57-E<DYA;64\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC
    M;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R:6YG/"]C;VYF:6<M
    M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E
    M+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF:6<M<')O<&5R
    M='D^"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!N86UE(&]F('1H92!C;&%S
    M<R!T;R!U<V4@9F]R(&-A8VAI;F<@;V8@9&%T82!L;V%D960@9G)O;2!T:&4@
    M9&%T82!S=&]R92X@375S="!I;7!L96UE;G0@8V]M+G-O;&%R;65T<FEC+FMO
    M9&\N<G5N=&EM92YD871A8V%C:&4N1&%T84-A8VAE+CPO9&5S8W)I<'1I;VX^
    M"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN86UE/D1A=&%#86-H94-L87-S
    M/"]C;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E
    M<G1Y+71Y<&4^:F%V82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y
    M<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C
    M;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @
    M(#QD97-C<FEP=&EO;CY!('-P86-E+7-E<&%R871E9"!L:7-T(&]F('!R;W!E
    M<G1I97,@=&\@<&%S<R!T;R!T:&4@8VQA<W,@9&5F:6YE9"!I;B!C;VTN<V]L
    M87)M971R:6,N:V]D;RY$871A0V%C:&5#;&%S<R!U<&]N(&EN:71I86QI>F%T
    M:6]N+CPO9&5S8W)I<'1I;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN
    M86UE/D1A=&%#86-H95!R;W!E<G1I97,\+V-O;F9I9RUP<F]P97)T>2UN86UE
    M/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R
    M:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R
    M;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC
    M;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!N86UE
    M(&]F('1H92!D969A=6QT(&-L87-S('1O('5S92!F;W(@;6%P<&EN9R!P97)S
    M:7-T96YT(&-L87-S97,@=&\@=&AE(&1A=&%B87-E+B!-=7-T("!E>'1E;F0@
    M8V]M+G-O;&%R;65T<FEC+FMO9&\N:6UP;"YJ9&)C+F]R;6%P<&EN9RY#;&%S
    M<TUA<'!I;F<N/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E
    M<G1Y+6YA;64^1&5F875L=$-L87-S36%P<&EN9T-L87-S/"]C;VYF:6<M<')O
    M<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y<&4^:F%V
    M82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @(" @(" @
    M/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C;VYF:6<M<')O<&5R
    M='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C<FEP=&EO
    M;CY4:&4@;G5M8F5R(&]F(')O=W,@=&AA="!W:6QL(&)E('!R92UF971C:&5D
    M('=H96X@86X@96QE;65N="!I;B!A(%%U97)Y(')E<W5L="!I<R!A8V-E<W-E
    M9"X\+V1E<V-R:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M
    M93Y$969A=6QT1F5T8VA"871C:%-I>F4\+V-O;F9I9RUP<F]P97)T>2UN86UE
    M/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N26YT
    M96=E<CPO8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @(" @(" @/&-O;F9I9RUP
    M<F]P97)T>2UV86QU92\^( H@(" @/"]C;VYF:6<M<')O<&5R='D^"B @(" \
    M8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C<FEP=&EO;CY4:&4@=&AR
    M97-H;VQD(&)E;&]W('=H:6-H(')E<W5L="!L:7-T<R!W:6QL(&)E(&-O;7!L
    M971E;'D@:6YS=&%N=&EA=&5D('5P;VX@=&AE:7(@8W)E871I;VXN($$@=F%L
    M=64@;V8@+3$@=VEL;"!A;'=A>7,@9F]R8V4@86QL(')E<W5L=',@=&\@8F4@
    M8V]M<&QE=&5L>2!I;G-T86YT:6%T960L('1H=7,@9&ES86)L:6YG(&QA>GD@
    M<F5S=6QT(&QO861I;F<N/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG
    M+7!R;W!E<G1Y+6YA;64^1&5F875L=$9E=&-H5&AR97-H;VQD/"]C;VYF:6<M
    M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y<&4^
    M:F%V82YL86YG+DEN=&5G97(\+V-O;F9I9RUP<F]P97)T>2UT>7!E/@H@(" @
    M(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O/B *(" @(#PO8V]N9FEG+7!R
    M;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \9&5S8W)I
    M<'1I;VX^5&AE(&YA;64@;V8@=&AE(&1E9F%U;'0@8VQA<W,@=&\@=7-E(&9O
    M<B!M86YA9VEN9R!S=6)C;&%S<R!I;F1I8V%T;W(@8V]L=6UN<RX@375S="!I
    M;7!L96UE;G0@=&AE(&-O;2YS;VQA<FUE=')I8RYK;V1O+FEM<&PN:F1B8RYO
    M<FUA<'!I;F<N4W5B8VQA<W-0<F]V:61E<B!I;G1E<F9A8V4N(%-E92!C=7-T
    M;VT@8VQA<W,@:6YD:6-A=&]R(&1O8W5M96YT871I;VX@9F]R(&UO<F4@:6YF
    M;W)M871I;VX@86)O=70@<W5B8VQA<W,@<')O=FED97)S+CPO9&5S8W)I<'1I
    M;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN86UE/D1E9F%U;'13=6)C
    M;&%S<U!R;W9I9&5R0VQA<W,\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @
    M(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R:6YG/"]C
    M;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y
    M+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF:6<M
    M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N/D$@<W!A8V4M<V5P87)A
    M=&5D(&QI<W0@;V8@<')O<&5R=&EE<R!T;R!P87-S('1O('1H92!C;&%S<R!D
    M969I;F5D(&EN(&-O;2YS;VQA<FUE=')I8RYK;V1O+FEM<&PN:F1B8RY$969A
    M=6QT4W5B8VQA<W-0<F]V:61E<D-L87-S('5P;VX@:6YI=&EA;&EZ871I;VXN
    M/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^
    M1&5F875L=%-U8F-L87-S4')O=FED97)0<F]P97)T:65S/"]C;VYF:6<M<')O
    M<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y<&4^:F%V
    M82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @(" @(" @
    M/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C;VYF:6<M<')O<&5R
    M='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C<FEP=&EO
    M;CY4:&4@1$)$:6-T:6]N87)Y('1O('5S92!F;W(@=&AI<R!C;VYF:6=U<F%T
    M:6]N+B!4:&ES(&ES(&%U=&\M9&5T96-T960@8F%S960@;VX@=&AE('-E='1I
    M;F<@;V8@:F%V87@N:F1O+F]P=&EO;BY#;VYN96-T:6]N55),+"!S;R!Y;W4@
    M;F5E9"!O;FQY('-E="!T:&ES('1O(&]V97)R:61E('1H92!D969A=6QT('=I
    M=&@@>6]U<B!O=VX@8W5S=&]M($1"1&EC=&EO;F%R>2!O<B!I9B!Y;W4@87)E
    M('5S:6YG(&%N('5N<F5C;V=N:7IE9"!D<FEV97(N/"]D97-C<FEP=&EO;CX*
    M(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^1&EC=&EO;F%R>4-L87-S
    M/"]C;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E
    M<G1Y+71Y<&4^:F%V82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y
    M<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C
    M;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @
    M(#QD97-C<FEP=&EO;CY!('-P86-E+7-E<&%R871E9"!L:7-T(&]F(&YA;64M
    M=F%L=64@<')O<&5R=&EE<R!S971T:6YG<R!T;R!P87-S('1O('1H92!D:6-T
    M:6]N87)Y(&1E9FEN960@8GD@8V]M+G-O;&%R;65T<FEC+FMO9&\N:6UP;"YJ
    M9&)C+D1I8W1I;VYA<GE#;&%S<RX@36%N>2!O9B!T:&4@1$)$:6-T:6]N87)Y
    M(&]P=&EO;G,@87)E(&%U=&]M871I8V%L;'D@8V]N9FEG=7)E9"!B>2!C;VYC
    M<F5T92!S=6)C;&%S<V5S(&]F($=E;F5R:6-$:6-T:6]N87)Y+B!4:&4@9&5F
    M875L=',@8V%N+"!H;W=E=F5R+"!B92!O=F5R<FED9&5N(&)Y('5S:6YG('1H
    M:7,@<')O<&5R='DN/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R
    M;W!E<G1Y+6YA;64^1&EC=&EO;F%R>5!R;W!E<G1I97,\+V-O;F9I9RUP<F]P
    M97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A
    M+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T
    M>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N
    M/DEF('1R=64L('1H96X@2V]D;R!*1$\@=VEL;"!A;&QO=R!T:&4@=7-E(&]F
    M('%U97)Y(&9I;'1E<B!E>'1E;G-I;VYS+B!3964@=&AE('%U97)Y(&5X=&5N
    M<VEO;G,@9&]C=6UE;G1A=&EO;B!F;W(@;6]R92!I;F9O<FUA=&EO;BX\+V1E
    M<V-R:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y%;F%B
    M;&51=65R>45X=&5N<VEO;G,\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @
    M(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N0F]O;&5A;CPO
    M8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T
    M>2UV86QU92\^( H@(" @/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG
    M+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C<FEP=&EO;CY)9B!T<G5E+"!T:&5N
    M(&%L;"!F:65L9',@;V8@86QL(&-L87-S97,@:6X@82!G:79E;B!I;FAE<FET
    M86YC92!H:65R87)C:'D@=VEL;"!B>2!D969A=6QT(&UA<"!I;G1O('1H92!L
    M96%S="UD97)I=F5D('1Y<&4G<R!D969A=6QT('!R:6UA<GD@=&%B;&4N($EF
    M(&9A;'-E('1H96X@82!N97<@9&5F875L="!P<FEM87)Y('1A8FQE('=I;&P@
    M8F4@8W)E871E9"!F;W(@96%C:"!C;&%S<R!I;B!T:&4@:6YH97)I=&%N8V4@
    M:&EE<F%R8VAY+"!A;F0@96%C:"!T>7!E)W,@9&5C;&%R960@9FEE;&1S('=I
    M;&P@;6%P('1O('1H870@=&%B;&4@8GD@9&5F875L="X\+V1E<V-R:7!T:6]N
    M/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y&;&%T26YH97)I=&%N
    M8V5-87!P:6YG/"]C;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N
    M9FEG+7!R;W!E<G1Y+71Y<&4^:F%V82YL86YG+D)O;VQE86X\+V-O;F9I9RUP
    M<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O
    M/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T
    M>3X*(" @(" @(" \9&5S8W)I<'1I;VX^268@9F%L<V4L('1H96X@=&AE($I$
    M3R!I;7!L96UE;G1A=&EO;B!M=7-T(&-O;G-I9&5R(&UO9&EF:6-A=&EO;G,L
    M(&1E;&5T:6]N<RP@86YD(&%D9&ET:6]N<R!I;B!T:&4@4&5R<VES=&5N8V5-
    M86YA9V5R('1R86YS86-T:6]N(&-A8VAE('=H96X@97AE8W5T:6YG(&$@<75E
    M<GD@:6YS:61E(&$@=')A;G-A8W1I;VXN($5L<V4L('1H92!I;7!L96UE;G1A
    M=&EO;B!I<R!F<F5E('1O(&EG;F]R92!T:&4@8V%C:&4@86YD(&5X96-U=&4@
    M=&AE('%U97)Y(&1I<F5C=&QY(&%G86EN<W0@=&AE(&1A=&$@<W1O<F4N/"]D
    M97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^26=N
    M;W)E0V%C:&4\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF
    M:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N0F]O;&5A;CPO8V]N9FEG+7!R
    M;W!E<G1Y+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^
    M( H@(" @/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y
    M/@H@(" @(" @(#QD97-C<FEP=&EO;CY4:&4@;&EC96YS92!K97D@<')O=FED
    M960@=&\@>6]U(&)Y(%-O;&%R365T<FEC+B!+97ES(&%R92!A=F%I;&%B;&4@
    M870@=W=W+G-O;&%R;65T<FEC+F-O;3PO9&5S8W)I<'1I;VX^"B @(" @(" @
    M/&-O;F9I9RUP<F]P97)T>2UN86UE/DQI8V5N<V5+97D\+V-O;F9I9RUP<F]P
    M97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A
    M+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T
    M>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N
    M/E1H92!N86UE(&]F('1H92!C;&%S<R!T;R!U<V4@9F]R(&]B=&%I;FEN9R!A
    M(')E9F5R96YC92!T;R!T:&4@=')A;G-A8W1I;VX@;6%N86=E<B!I;B!A;B!E
    M;G1E<G!R:7-E(&5N=FER;VYM96YT+B!-=7-T(&EM<&QE;65N="!T:&4@8V]M
    M+G-O;&%R;65T<FEC+FMO9&\N964N36%N86=E9%)U;G1I;64@:6YT97)F86-E
    M+CPO9&5S8W)I<'1I;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN86UE
    M/DUA;F%G9612=6YT:6UE0VQA<W,\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@
    M(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R:6YG
    M/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R;W!E
    M<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF
    M:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N/D$@<W!A8V4M<V5P
    M87)A=&5D(&QI<W0@;V8@<')O<&5R=&EE<R!T;R!P87-S('1O('1H92!C;&%S
    M<R!D969I;F5D(&EN(&-O;2YS;VQA<FUE=')I8RYK;V1O+DUA;F%G9612=6YT
    M:6UE0VQA<W,@=7!O;B!I;FET:6%L:7IA=&EO;BX\+V1E<V-R:7!T:6]N/@H@
    M(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y-86YA9V5D4G5N=&EM95!R
    M;W!E<G1I97,\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF
    M:6<M<')O<&5R='DM='EP93YJ879A+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O
    M<&5R='DM='EP93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@
    M"B @(" \+V-O;F9I9RUP<F]P97)T>3X*(" @(#QC;VYF:6<M<')O<&5R='D^
    M"B @(" @(" @/&1E<V-R:7!T:6]N/E1H92!M87AI;75M(&YU;6)E<B!O9B!C
    M;VYN96-T:6]N<R!T;R!P;V]L+B!)9B!A;&P@;V8@=&AE<V4@87)E(&EN('5S
    M92P@=&AE;B!097)S:7-T96YC94UA;F%G97(@:6YS=&%N8V5S(&UU<W0@=V%I
    M="!F;W(@82!C;VYN96-T:6]N('1O(&)E8V]M92!A=F%I;&%B;&4N(%1H:7,@
    M;W!T:6]N(&AA<R!B965N(')E;6]V960@9G)O;2!T:&4@<W!E8VEF:6-A=&EO
    M;BP@8G5T('=E('-T:6QL('5S92!T:&4@:F%V87@N:F1O+F]P=&EO;B!F;W(@
    M8F%C:W=A<F1S(&-O;7!A=&EB:6QI='DN/"]D97-C<FEP=&EO;CX*(" @(" @
    M(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^36%X4&]O;#PO8V]N9FEG+7!R;W!E
    M<G1Y+6YA;64^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UT>7!E/FIA=F$N
    M;&%N9RY);G1E9V5R/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T
    M>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N
    M/E1H92!M:6YI;75M(&YU;6)E<B!O9B!C;VYN96-T:6]N<R!T;R!K965P(&EN
    M('1H92!P;V]L+B!4:&ES(&]P=&EO;B!H87,@8F5E;B!R96UO=F5D(&9R;VT@
    M=&AE('-P96-I9FEC871I;VXL(&)U="!W92!S=&EL;"!U<V4@=&AE(&IA=F%X
    M+FID;RYO<'1I;VX@9F]R(&)A8VMW87)D<R!C;VUP871I8FEL:71Y+CPO9&5S
    M8W)I<'1I;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN86UE/DUI;E!O
    M;VP\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O
    M<&5R='DM='EP93YJ879A+FQA;F<N26YT96=E<CPO8V]N9FEG+7!R;W!E<G1Y
    M+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @
    M/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @
    M(" @(#QD97-C<FEP=&EO;CY4:&4@;G5M8F5R(&]F(&UI;&QI<V5C;VYD<R!T
    M;R!W86ET(&9O<B!A('!O;VQE9"!C;VYN96-T:6]N(&)E9F]R92!T:')O=VEN
    M9R!A;B!E>&-E<'1I;VX@:68@=&AE('!O;VP@:7,@96UP='DN(%1H:7,@;W!T
    M:6]N(&AA<R!B965N(')E;6]V960@9G)O;2!T:&4@<W!E8VEF:6-A=&EO;BP@
    M8G5T('=E('-T:6QL('5S92!T:&4@:F%V87@N:F1O+F]P=&EO;B!F;W(@8F%C
    M:W=A<F1S(&-O;7!A=&EB:6QI='DN/"]D97-C<FEP=&EO;CX*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+6YA;64^37-786ET/"]C;VYF:6<M<')O<&5R='DM
    M;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y<&4^:F%V82YL86YG
    M+DEN=&5G97(\+V-O;F9I9RUP<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF
    M:6<M<')O<&5R='DM=F%L=64O/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@
    M(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \9&5S8W)I<'1I;VX^268@
    M=')U92P@=&AE;B!T:&4@87!P;&EC871I;VX@<&QA;G,@=&\@:&%V92!M=6QT
    M:7!L92!T:')E861S('-I;75L=&%N96]U<VQY(&%C8V5S<VEN9R!A('-I;F=L
    M92!097)S:7-T96YC94UA;F%G97(L('-O(&UE87-U<F5S(&UU<W0@8F4@=&%K
    M96X@=&\@96YS=7)E('1H870@=&AE(&EM<&QE;65N=&%T:6]N(&ES('1H<F5A
    M9"US869E+B!/=&AE<G=I<V4L('1H92!I;7!L96UE;G1A=&EO;B!N965D(&YO
    M="!A9&1R97-S('1H<F5A9"!S869E='DN/"]D97-C<FEP=&EO;CX*(" @(" @
    M(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^375L=&ET:')E861E9#PO8V]N9FEG
    M+7!R;W!E<G1Y+6YA;64^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UT>7!E
    M/FIA=F$N;&%N9RY";V]L96%N/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @
    M(" @(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP
    M<F]P97)T>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R
    M:7!T:6]N/DEF('1R=64L('1H96X@:70@:7,@<&]S<VEB;&4@=&\@<F5A9"!P
    M97)S:7-T96YT(&1A=&$@;W5T<VED92!T:&4@8V]N=&5X="!O9B!A('1R86YS
    M86-T:6]N+B!/=&AE<G=I<V4L(&$@=')A;G-A8W1I;VX@;75S="!B92!I;B!P
    M<F]G<F5S<R!I;B!O<F1E<B!R96%D(&1A=&$N/"]D97-C<FEP=&EO;CX*(" @
    M(" @(" \8V]N9FEG+7!R;W!E<G1Y+6YA;64^3F]N=')A;G-A8W1I;VYA;%)E
    M860\+V-O;F9I9RUP<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O
    M<&5R='DM='EP93YJ879A+FQA;F<N0F]O;&5A;CPO8V]N9FEG+7!R;W!E<G1Y
    M+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @
    M/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @
    M(" @(#QD97-C<FEP=&EO;CY)9B!T<G5E+"!T:&5N(&ET(&ES('!O<W-I8FQE
    M('1O('=R:71E('1O(&9I96QD<R!O9B!A('!E<G-I<W1E;G0M;F]N=')A;G-A
    M8W1I;VYA;"!O8FIE8W0@=VAE;B!A('1R86YS86-T:6]N(&ES(&YO="!I;B!P
    M<F]G<F5S<RX@268@9F%L<V4L('-U8V@@82!W<FET92!W:6QL(')E<W5L="!I
    M;B!A($I$3U5S97)%>&-E<'1I;VXN/"]D97-C<FEP=&EO;CX*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+6YA;64^3F]N=')A;G-A8W1I;VYA;%=R:71E/"]C
    M;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y
    M+71Y<&4^:F%V82YL86YG+D)O;VQE86X\+V-O;F9I9RUP<F]P97)T>2UT>7!E
    M/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O/B *(" @(#PO8V]N
    M9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \
    M9&5S8W)I<'1I;VX^4V5L96-T<R!B971W965N(&]P=&EM:7-T:6,@86YD('!E
    M<W-I;6ES=&EC("AD871A('-T;W)E*2!T<F%N<V%C=&EO;F%L(&UO9&5S+B \
    M+V1E<V-R:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y/
    M<'1I;6ES=&EC/"]C;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N
    M9FEG+7!R;W!E<G1Y+71Y<&4^:F%V82YL86YG+D)O;VQE86X\+V-O;F9I9RUP
    M<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O
    M/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T
    M>3X*(" @(" @(" \9&5S8W)I<'1I;VX^5&AE(&YA;64@;V8@=&AE(&-L87-S
    M('1H870@=&AE(%!E<G-I<W1E;F-E36%N86=E<D9A8W1O<GD@<VAO=6QD(&-R
    M96%T92!W:&5N(&-R96%T:6YG(&$@;F5W(%!E<G-I<W1E;F-E36%N86=E<DEM
    M<&PN($UU<W0@97AT96YD(&-O;2YS;VQA<FUE=')I8RYK;V1O+G)U;G1I;64N
    M4&5R<VES=&5N8V5-86YA9V5R26UP;"X\+V1E<V-R:7!T:6]N/@H@(" @(" @
    M(#QC;VYF:6<M<')O<&5R='DM;F%M93Y097)S:7-T96YC94UA;F%G97)#;&%S
    M<SPO8V]N9FEG+7!R;W!E<G1Y+6YA;64^"B @(" @(" @/&-O;F9I9RUP<F]P
    M97)T>2UT>7!E/FIA=F$N;&%N9RY3=')I;F<\+V-O;F9I9RUP<F]P97)T>2UT
    M>7!E/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O/B *(" @(#PO
    M8V]N9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @
    M(" \9&5S8W)I<'1I;VX^5&AE(&YA;64@;V8@=&AE(&-O;F-R971E(&EM<&QE
    M;65N=&%T:6]N(&]F(&IA=F%X+FID;RY097)S:7-T96YC94UA;F%G97)&86-T
    M;W)Y('1H870@:F%V87@N:F1O+DI$3TAE;'!E<BYG971097)S:7-T96YC94UA
    M;F%G97)&86-T;W)Y("@I('-H;W5L9"!C<F5A=&4N($9O<B!+;V1O($I$3RP@
    M=&AI<R!S:&]U;&0@8F4@8V]M+G-O;&%R;65T<FEC+FMO9&\N:6UP;"YJ9&)C
    M+DI$0D-097)S:7-T96YC94UA;F%G97)&86-T;W)Y(&]R(&-O;2YS;VQA<FUE
    M=')I8RYK;V1O+FEM<&PN:F1B8RYE92Y%15!E<G-I<W1E;F-E36%N86=E<D9A
    M8W1O<GDL(&]R(&$@8W5S=&]M(&5X=&5N<VEO;B!O9B!O;F4@;V8@=&AE<V4@
    M='EP97,N/"]D97-C<FEP=&EO;CX*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y
    M+6YA;64^4&5R<VES=&5N8V5-86YA9V5R1F%C=&]R>4-L87-S/"]C;VYF:6<M
    M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG+7!R;W!E<G1Y+71Y<&4^
    M:F%V82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E<G1Y+71Y<&4^"B @(" @
    M(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@(" @/"]C;VYF:6<M<')O
    M<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@(" @(" @(#QD97-C<FEP
    M=&EO;CY!('-P86-E+7-E<&%R871E9"!L:7-T(&]F('!R;W!E<G1I97,@=&\@
    M<&%S<R!T;R!T:&4@8VQA<W,@9&5F:6YE9"!I;B!C;VTN<V]L87)M971R:6,N
    M:V]D;RY097)S:7-T96YC94UA;F%G97)#;&%S<R!U<&]N(&EN:71I86QI>F%T
    M:6]N+CPO9&5S8W)I<'1I;VX^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UN
    M86UE/E!E<G-I<W1E;F-E36%N86=E<E!R;W!E<G1I97,\+V-O;F9I9RUP<F]P
    M97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ879A
    M+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @(" \
    M8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P97)T
    M>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T:6]N
    M/D$@8V]M;6$M<V5P87)A=&5D(&QI<W0@;V8@8VQA<W-E<R!T:&%T('=I;&P@
    M8F4@:6YI=&EA;&EZ960@=VAE;F5V97(@82!N97<@4&5R<VES=&5N8V5-86YA
    M9V5R(&ES(&EN<W1A;G1I871E9"X@5&AI<R!C86X@8F4@=7-E9"!T;R!G970@
    M87)O=6YD(&ES<W5E<R!W:71H(&%P<&QI8V%T:6]N(&ED96YT:71Y(&-L87-S
    M97,@;F]T(&)E:6YG(&%S<V]C:6%T960@=VET:"!T:&5I<B!R97-P96-T:79E
    M('!E<G-I<W1E;G0@8VQA<W-E<RX\+V1E<V-R:7!T:6]N/@H@(" @(" @(#QC
    M;VYF:6<M<')O<&5R='DM;F%M93Y097)S:7-T96YT5'EP97,\+V-O;F9I9RUP
    M<F]P97)T>2UN86UE/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM='EP93YJ
    M879A+FQA;F<N4W1R:6YG/"]C;VYF:6<M<')O<&5R='DM='EP93X*(" @(" @
    M(" \8V]N9FEG+7!R;W!E<G1Y+79A;'5E+SX@"B @(" \+V-O;F9I9RUP<F]P
    M97)T>3X*(" @(#QC;VYF:6<M<')O<&5R='D^"B @(" @(" @/&1E<V-R:7!T
    M:6]N/E1H92!N86UE(&]F('1H92!C;&%S<R!T;R!U<V4@=&\@<')O>'D@<V5C
    M;VYD(&-L87-S(&]B:F5C=',@:6X@;6%N86=E9"!I;G-T86YC97,N("!-=7-T
    M(&EM<&QE;65N="!C;VTN<V]L87)M971R:6,N:V]D;RYU=&EL+E!R;WAY36%N
    M86=E<BX\+V1E<V-R:7!T:6]N/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM
    M;F%M93Y0<F]X>4UA;F%G97)#;&%S<SPO8V]N9FEG+7!R;W!E<G1Y+6YA;64^
    M"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UT>7!E/FIA=F$N;&%N9RY3=')I
    M;F<\+V-O;F9I9RUP<F]P97)T>2UT>7!E/@H@(" @(" @(#QC;VYF:6<M<')O
    M<&5R='DM=F%L=64O/B *(" @(#PO8V]N9FEG+7!R;W!E<G1Y/@H@(" @/&-O
    M;F9I9RUP<F]P97)T>3X*(" @(" @(" \9&5S8W)I<'1I;VX^02!S<&%C92US
    M97!A<F%T960@;&ES="!O9B!P<F]P97)T:65S('1O('!A<W,@=&\@=&AE(&-L
    M87-S(&1E9FEN960@:6X@8V]M+G-O;&%R;65T<FEC+FMO9&\N4')O>'E-86YA
    M9V5R0VQA<W,@=7!O;B!I;FET:6%L:7IA=&EO;BX\+V1E<V-R:7!T:6]N/@H@
    M(" @(" @(#QC;VYF:6<M<')O<&5R='DM;F%M93Y0<F]X>4UA;F%G97)0<F]P
    M97)T:65S/"]C;VYF:6<M<')O<&5R='DM;F%M93X*(" @(" @(" \8V]N9FEG
    M+7!R;W!E<G1Y+71Y<&4^:F%V82YL86YG+E-T<FEN9SPO8V]N9FEG+7!R;W!E
    M<G1Y+71Y<&4^"B @(" @(" @/&-O;F9I9RUP<F]P97)T>2UV86QU92\^( H@
    M(" @/"]C;VYF:6<M<')O<&5R='D^"B @(" \8V]N9FEG+7!R;W!E<G1Y/@H@
    M(" @(" @(#QD97-C<FEP=&EO;CY!(&QI<W0@;V8@<75E<GD@9FEL=&5R(&QI
    M<W1E;F5R<R!T;R!A9&0@=&\@=&AE(&1E9F%U;'0@;&ES="!O9B!E>'1E;G-I
    M;VYS+B!)9VYO<F5D(&EF(&-O;2YS;VQA<FUE=')I8RYK;V1O+D5N86)L95%U
    M97)Y17AT96YS:6]N<R!I<R!F86QS92X\+V1E<V-R:7!T:6]N/@H@(" @(" @
    M(#QC;VYF:6<M<')O<&5R='DM;F%M93Y1=65R>49I;'1E<DQI<W1E;F5R<SPO
    M8V]N9FEG+7!R;W!E<G1Y+6YA;64^"B @(" @(" @/&-O;F9I9RUP<F]P97)T
    M>2UT>7!E/FIA=F$N;&%N9RY3=')I;F<\+V-O;F9I9RUP<F]P97)T>2UT>7!E
    M/@H@(" @(" @(#QC;VYF:6<M<')O<&5R='DM=F%L=64O/B *(" @(#PO8V]N
    M9FEG+7!R;W!E<G1Y/@H@(" @/&-O;F9I9RUP<F]P97)T>3X*(" @(" @(" \
    M9&5S8W)I<'1I;VX^268@=')U92P@=&AE;B!F:65L9',@:6X@82!P97)S:7-T
    M96YC92UC87!A8FQE(&]B:F5C="!T:&%T(&AA=F4@8F5E;B!C:&%N9V5D(&1U
    M<FEN9R!A('1R86YS86-T:6]N('=I;&P@8F4@<F]L;&5D(&)A8VL@=&\@=&AE
    M:7(@;W)I9VEN86P@=F%L=65S('5P;VX@82!R;VQL8F%C:RX@3W1H97)W:7-E
    M+"!T:&4@=F%L=65S('=I;&P@;F]T(&)E(&-H86YG960@=7!O;B!R;VQL8F%C
    M:RX

  • Error deploying web service built in JDeveloper to GlassFish

    Hi everyone,
    I tried posting this question to GlassFish forum at java.net but received no response, so I'll give it a shot here...
    I have built a web service from WSDL using JDeveloper (11.1.1.0.5). I tested it succesfully in JDeveloper's embeded WebLogic server. Then I wanted to see what are my options for deploying my web service to production and decided to give GlassFish a try. I installed it on my Windows XP machine and tried to deploy my web service. These are the errors from GlassFish server.log:
    [#|2011-06-03T13:54:14.234+0200|SEVERE|glassfish3.1|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=82;_ThreadName=Thread-1;|wsdl file /WEB-INF/wsdl/VegaService.wsdl for web service VegaService must be packaged in or below WEB-INF/wsdl|#]
    [#|2011-06-03T13:54:14.234+0200|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=82;_ThreadName=Thread-1;|Exception while deploying the app [VegaService]|#]
    [#|2011-06-03T13:54:14.234+0200|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=82;_ThreadName=Thread-1;|wsdl file /WEB-INF/wsdl/VegaService.wsdl for web service VegaService must be packaged in or below WEB-INF/wsdl
    java.lang.RuntimeException: wsdl file /WEB-INF/wsdl/VegaService.wsdl for web service VegaService must be packaged in or below WEB-INF/wsdl
    at com.sun.enterprise.deployment.util.ModuleContentValidator.accept(ModuleContentValidator.java:178)
    at com.sun.enterprise.deployment.WebBundleDescriptor.visit(WebBundleDescriptor.java:1999)
    at com.sun.enterprise.deployment.archivist.WebArchivist.postOpen(WebArchivist.java:284)
    at com.sun.enterprise.deployment.archivist.WebArchivist.postOpen(WebArchivist.java:89)
    at com.sun.enterprise.deployment.archivist.Archivist.openWith(Archivist.java:269)
    at com.sun.enterprise.deployment.archivist.ApplicationFactory.openWith(ApplicationFactory.java:240)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:170)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:93)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:826)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:768)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:368)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1067)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1247)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235)
    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:465)
    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:222)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:234)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:662)
    |#]
    [#|2011-06-03T13:54:14.234+0200|SEVERE|glassfish3.1|javax.enterprise.system.tools.admin.org.glassfish.deployment.admin|_ThreadID=82;_ThreadName=Thread-1;|Exception while deploying the app [VegaService] : wsdl file /WEB-INF/wsdl/VegaService.wsdl for web service VegaService must be packaged in or below WEB-INF/wsdl|#]
    I checked my war file and I can see that inside it I do have WEB_INF as the first (root) directory and below it I have wsdl directory with VegaService.wsdl file that is mentioned. I tried both web administration tool and asadmin command line tool with same results.
    Thanks in advance,
    Bruno

    Is WEB_INF a typo or did you put your wsdl into a folder 'WEB_INF'.
    In this case you should rename the folder to 'WEB-INF'.
    Timo

  • Issues deploying CC packages using SCCM.

    Getting the following error while deploying CC Photoshop/InDesign packages (Device based licensing) through SCCM - "Windows cannot open this program because it has been prevented by a software restriction policy".
    The installation goes fine when I click OK on this error. But when the shortcut is launched, a "Sign In Required" window appears, which should not be the case, as I've build the packages using Device licensing option in Creative Cloud Packager. There is no issue, when I install these packages manually on the machine, seems to be an issue SCCM as it installs with SYSTEM account. Exactly not sure what is causing it, struggling to resolve it, have to deploy it to users within strict timeline.
    Can you please look into this and assist? Kindly let me know in case you need more info on this issue.
    Thanks in advance....

    Have you seen our SCCM deployment guide?
    Creative Cloud Help | Deploying Adobe packages with SCCM

  • Issues deploying JRE 1.6_12 via GPO

    It appears I'm having the same issues that were associated with the java updates 10/11. I tested an MSI deployment (1.6_12) with a transform indicating it not to update on a few machines. They all hung for several hours while trying to install the software, with the eventual error being displayed that jqs.exe needs to be shut down before continuing. I then changed the GPO to disable the JavaQuickStartService, but it's still not installing correctly across the board. If anyone else is having issues with 1.6_12, your help would be appreciated.
    In the following thread, it was indicated that these problems would be fixed in update 12:
    http://forums.sun.com/thread.jspa?threadID=5341011

    I am having the exact same problem. I am going to try disabling the Java Quick Start Service and see if that helps again but this is getting to be really really problematic.

  • Issues deploying a cloud service with two endpoints (HTTP and HTTPS)

    I ran into an issue this week in the azure portal when I tried to deploy a cloud service with two endpoints.  (I am using the azure sdk 2.2).  I deployed the cloud service to production with the following endpoints in the ServiceDefinition.csdef:
    <WebRole name="NameChanged.Web" vmsize="Small">
    <Sites>
    <Site name="Web">
    <Bindings>
    <Binding name="HttpsIn" endpointName="HttpsIn" />
    <Binding name="HttpIn" endpointName="HttpIn" />
    </Bindings>
    </Site>
    </Sites>
    <Endpoints>
    <InputEndpoint name="HttpIn" protocol="http" port="80" />
    <InputEndpoint name="HttpsIn" protocol="https" port="443" certificate="NameChangedCertificate" />
    </Endpoints>
    <Imports>
    <Import moduleName="Diagnostics" />
    </Imports>
    <Certificates>
    <Certificate name="NameChangedCertificate" storeLocation="LocalMachine" storeName="My" />
    </Certificates>
    </WebRole>
    I followed the directions here (http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/)
    in Step 3 for deploying the cloud service to the azure portal.  And HTTP worked just fine, but the HTTPS endpoint didn't work, we would get a 502 error whenever we tried to access the service via HTTPS.
    We spent a lot of time to debug and see why HTTPS wasn't working, but everything we tried resulted in the same result:  502 error code when accessing the site
    via HTTPS.
    The only way that we were able to get HTTPS working for the cloud service in azure, was to completely delete our instance in the azure portal, and then do a two step deployment:
    Step 1 - Remove the HTTP endpoint from our ServiceDefinition.csdef, like so:
    <Site name="Web">
    <Bindings>
    <Binding name="HttpsIn"
    </Bindings>
    </Site>
    </Sites>
    <Endpoints>
    <InputEndpoint name="HttpsIn" protocol="https" port="443" certificate="staging" />
    </Endpoints>
    </WebRole>
    We then deployed the service to the azure portal.  AND THE SERVICE WORKED WITH HTTPS!!!
    Step 2 - We added the HTTP endpoint back into the ServiceDefinition.csdef, redeployed and both HTTP and HTTPS worked on the site.
    I wanted to post this to help others that may have the same issue, and to see if anyone else has experienced this same thing?  Is this an issue in the azure 2.2 SDK?  This seems like a work around for getting both HTTP and HTTPS endpoints for a
    cloud service, and it seems "wrong".  Does anyone have a better way to do this?
    Tim

    Hi Tim;
    This seems to be an very useful workaround thanks for sharing it. Hopefully this will come in handy for many of us.
    Warm Regards
    Prasant

  • Issue Deployment rounding value & Fair Share

    Hello All,
           I have tested the deployment (SCM 7.0) with the rounding values and observed some strange results. Please find my cases below. And the deployment was executed on the production plant.
    Case 1:
    Location = DC1
    Demand = 5000
    Rounding Value= 1
    Location = DC2
    Demand = 3000
    Rounding Value= 1
    Location = PP
    Demand =0
    Stock= 1000
    Rounding Value= 1
    Location = DC3
    Demand = 2000
    Rounding Value= 1000
    Deployment Result:
    700 on DC1 and 300 on DC2
    Expected Result:
    625 on DC1 and 375 on DC2
    Case 2:
    Location = DC1
    Demand = 5000
    Rounding Value= 2
    Location = DC2
    Demand = 3000
    Rounding Value= 2
    Location = PP
    Demand =0
    Stock= 1000
    Rounding Value= 2
    Location = DC3
    Demand = 2000
    Rounding Value= 1000
    Deployment Result:
    700 on DC1 and 300 on DC2
    Expected Result:
    626 on DC1 and 374 on DC2
    Case 3:
    Location = DC1
    Demand = 5000
    Rounding Value= 1
    Location = DC2
    Demand = 3000
    Rounding Value= 1
    Location = PP
    Demand =0
    Stock= 1000
    Rounding Value= 1
    Location = DC3
    Demand = 2000
    Rounding Value= 1
    Deployment Result:
    500 on DC1, 300 on DC2 and 200 on DC3
    Expected Result:
    500 on DC1, 300 on DC2 and 200 on DC3
    Case 4:
    Location = DC1
    Demand = 5000
    Rounding Value= 1000
    Location = DC2
    Demand = 3000
    Rounding Value= 1000
    Location = PP
    Demand =0
    Stock= 1000
    Rounding Value= 1000
    Location = DC3
    Demand = 2000
    Rounding Value= 1000
    Deployment Result:
    1000 on DC1
    Expected Result:
    1000 on PP
    Master Data:
    Pull Deployment Horizon           : 28
    Fair Share               : A
    Push Deployment Horizon          : 999
    Only case 3 works as expected.
    Please let me know if I missing somethning.
    Thanks,
    Siva.
    Edited by: sivaprakash pandian on Nov 18, 2009 9:34 PM
    Edited by: sivaprakash pandian on Nov 18, 2009 9:52 PM

    Hi,
    I have compared the product location combination in MAT1 for DC2 and DC3, all of settings are same except Rounding value and Minimum Lot Size in subview Lot Size. Do you think it's because of the Rounding Value?
    I also checked the TL for DC1->DC2 and DC1->DC3, TLB Profile is difference between each other, but the total volume and total weight calculated with the value distributed proportionally from ATD Quantity is below than the constraint in  TLB profile. therefore I think TLB is no issue.
    Thanks & Regards,
    Quanyin Su

  • Windows 8.1 Update - issues deploying printers via GPO from a 2012R2 Print Server

    Hi,
    I am trying to deploy a single printer to Windows 8.1 clients in a K-12 environment. We have about 1200 laptops and about 25% of those laptops are installing the printer. Several different users can log on and the printer may or may not be there. The printer
    is being deployed to the Computer not the User. If the printer was successfully installed shouldn't the printer be available immediately after logging in with different AD accounts? Sometimes it shows up 10mins later as if it needed to install it again. I
    read the changes from v3 to v4 printing in Windows 8, Ive checked the event log errors, printer shares, etc. Deploying Printers to Windows 8.1 clients is poor at best even when it supposed to be easier for IT to manage. Also I was under the impression that
    Windows 8.1 clients do not attempt to downloads drivers from a windows print server anymore as they opt to use a v4 print class driver.
    Environment Details:
    Windows 2012R2 Printer Server all patched, Windows 8.1 all patched, AD users are identical as well as the computers (reside in the same OUs) Printer is deployed to the computers, Point and print restrictions is completely disabled. Restarting the print spooler
    on the client has little to no effect. Computers connect wirelessly to the network and print server is in the same building. Started pushing to the user as well to see if it helps. Windows 7 clients are unaffected and get the printer consistently.
    Errors:
    The print spooler failed to download and import the printer driver from \\Server into the driver store for driver KONICA MINOLTA C652SeriesPS. Error code= 800f0242.
    The print spooler failed to import the printer driver that was downloaded from \\Server\print$\x64\PCC\koazca__.inf_amd64_664b51505681ff6d.cab into the driver store for driver KONICA MINOLTA C652SeriesPS. Error code= 800f0242. This can occur if there is
    a problem with the driver or the digital signature of the driver.
    The default printer was changed to \\Server\Konica_Copier,winspool,Ne05:. See the event user data for context information.

    error from event id 600?
    http://technet.microsoft.com/en-us/library/dd393207(v=ws.10).aspx
    did install this hotfix?
    http://support.microsoft.com/kb/2961042/en-us
    those maybe helpful...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4de0cf6f-3e05-4de4-b1f5-349d27b97234/windows-server-2008-r2-trouble-updating-client-kyocera-drivers?forum=winserverprint
    http://download.microsoft.com/download/5/8/1/581A3BB7-503D-48DA-B898-2BF80FA2A7E7/Understand_and_Troubleshoot_Printing_in_Windows_Server_8_Beta.docx
    Best,
    Howtodo

  • Word issues with upgradeing reports built in 10 to crystal 2008

    We have a bunch of reports that were built and running with 10. We are trying to upgrade our servers to run with crystal 2008. The reports built in 10 have been working when run with the crystal 2008 runtime. With the exception of a problem when opening a report in word. I have figured out if I change the page set up in word to be landscape the report will now show fine. Also if i edit the actual rpt to be much narrower than the original, it will execute correctly in word. Has anyone else had this problem? Word will run very slow and there will be blank pages in between a multi page document.

    Hi Bill,
    Not sure what version you are using, get SP1. In the report designer if you got the Page Setup options try checking on Dissociate Formatting Page....
    If you are using RAS and SP1 you can do this in code something like this:
    System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();               
    PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptionsClass();
    CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new PrintOptionsClass();
    if (rdoCurrent.Checked)
                    pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
                    MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                             pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                    MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                             pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind;
         // added the below line to verify the changes work.
                    MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
                    // new API added to allow changing printing options
                    MYPRTOpts.DissociatePageSizeAndPrinterPaperSize = true;
                    MYPRTOpts.PageMargins.Left = 1;
                    MYPRTOpts.PageMargins.Right = 1;
                    MYPRTOpts.PageMargins.Top = 1;
                    MYPRTOpts.PageMargins.Bottom = 1;
    Thank you
    Don

  • Having issues deploying Windows updates

    System Center 2012 Config Manager  - 5.0.7804.1000 running on Win Server 2008 R2 SP1
    Approx 75 servers (Mix of Server 2003, 08 and 12) and 60 workstations (All Win 7 x64)
    I took over managing my companys SCCM 2012 a few months ago.  I have System Center 2012 Endpoint running from here for all clients with an auto-update rule to update AV signatures. All seems well with AV - I see updates being installed and custom AV profiles
    being applied to each respective machine.   
    I've been struggling with getting Windows updates deployed.  I followed guides at windows noob and others, but I'm definitely missing something.  
    I was trying to deploy like this: Filter updates and select ones I need (For example, my Win 7 clients - All Win 7 updates except IE 10 or 11, all Office 2010 updates, and MS Silverlight updates) From there I create a deployment package, and then deploy to
    my Win 7 device collection.  (We run custom apps that require IE 9, and cant upgrade IE version yet) 
    In that collection I have maintenance windows for every weeknight 6pm-7am, and of Saturday and Sunday.  I don't use the UTC time as indicated in some of the guides, I need it to run on EST (I did try it with UTC, but did not notice a change) 
    I can browse to the UNC share with the updates in there and see nightly syncs with Microsoft.
    Under Monitoring - System Status - Site status I see OK under all components, same with component status.  
    I have GPO pointing to the SCCM server with the correct port.  Like I said, AV updates are being pushed out but for some reason Windows updates are not being installed.  When I look at the properties of my machine for example, I see under deployments
    all of my updates along with AV signatures. 
    Any help is greatly appreciated.  Please let me know what logs or additional info are needed.  
    Thanks, 
    Jeff

    Not sure what guide says that but it sounds like they are mis-interpreting what's going on. On the back-end, ConfigMgr almost always uses UTC, it's easier than always having to convert everything. But for humans, it's not easier. Also, if you're a global
    enterprise, do you really want everything happening across the globe at the same time?
    As for your reboots, I don't know what rebooted them -- it could have been the WUA or your MW which may have been misconfigured. I can't say what's going on other than I know it works well because I've done it for many customers in production. There are
    some bugs and flukes will happen though.
    My best advice at this point is to bring in someone who can sit and examine what's going on first hand (it's very difficult to do this in the forums) or open a case with CSS.
    Jason | http://blog.configmgrftw.com

  • Forms9i: Deployment and LOGON Built-In

    Hello!
    As long as I run a logon form with the following code on my local machine using OC4J shipped with 9iDSR2 everything works as expected.
    Providing the right credentials the else path will be executed.
    LOGON(:a.usr_name,:a.usr_pwd||'@'||:a.db,FALSE);
    IF NOT FORM_SUCCESS THEN
    Message('authentification failed');
    ELSE
    END IF;
    After deployment to Oracle9i AS 9.0.2 using the same *.fmx, credentials, client, browser and plug-in version I always get 'authentification failed'.
    Does anybody know what could cause this problem?
    Might be some mistake during deployment?
    I've no idea where to start searching.
    Thanks for your help!
    Regards,
    Eric

    Frank, James, Krishna,
    sorry for the late reply. There were too many others things on my list.
    Due to some other trouble with the application server I had to reinstall it.
    After that my connect problems silently went away.
    But I guess I could have used the wrong orahome as James pointed out.
    I logged into the server and used sqlplus. It might be possible that I used the infrastructure's home instead of the appserver's home, don't having the right entries in it's tnsnames.ora.
    However, thank you all for your help! Your hints were of great value.
    Regards,
    Eric

Maybe you are looking for

  • Unicode Enabling Issues for HR ABAP.

    Heay Guys, I am working on a Unicode Enabling Project. For those who has worked on a Unicode Enabling Project, could you please tell me if there would be any issues specific to HR ABAP Programs? This is an urgent requirement for me. Please reply me a

  • How do i get free apps like pages in a new device

    Hi I have an old iPhone 4S and in september 15 i buy a new ipad 4. Today i instaled ios7. How do i download this free apps like iLife and Pages or Keynote? Thanks

  • Prevent User Query on CSA!

    Before version 4.5 of CSA, it was very easy to allow or disallow users access to the User Query boxes. Most users don't know what this information means, so why bother them? It seems that now this feature is set up separately on each policy or module

  • Arrays.binarySearch()

    Practice question for the SCJP: Given a properly String array containing five elements, which range of results could a proper invocation of Arrays.binarySearch() produce? a. 0 through 4 b. 0 thorough 5 c. -1 through 4 d. -1 through 5 e. -5 through 4

  • Flash to iPad tutorials and useful links

    Hi, I really appreciate the help I've had so far from the people on this forum. I'm a designer, gradually learning AS3. I've written some tutorials and compiled all the useful links I've found in one place. It's my findings so far and should be usefu