Webauth bundle issue

Anyone know the structure of a page on java, cause i have a problem to download the .tar is this correct on the structure???

Have you looked at the code for the default webauth or download the webauth bundle form CCO? You can use that HTML code and modify that to your liking. There is also a document on the forum regarding webauth but I don't have the link for that.
Thanks,
Scott Fella
Sent from my iPhone

Similar Messages

  • WLC 5508 - WebAuth Bundle tar error 256

    Hi all,
    I have a new fresh 5508 release 7.0.98.0
    When I try to download (I mean upload to the controller) a customized Webauth bundle in .tar format I have the following message error in the syslog :
    *TransferTask: Oct 29 12:56:08.894: %UPDATE-3-UNTAR_CMD_FAIL: updcode.c:2832 Error during untar of webauth bundle. Tar returned 256.
    If someon could help me...
    Thanks

    Excellent find, Karl!
    I'd just to clarify a bit for those who might not have completely understood this.  Note that Karl said all files and folders must have UID root and GID root.  Running chown root only changes the UID.  To change the GID, you must also run chgrp root .  The easiest way to go about this is to create a new directory, copy your current tar file to it and extract, chown and chgrp against ./*, then tar it back up.
    su root     # alternatively, you can use sudo for chown and chgrp
    mkdir weblogintmp
    cp weblogin.tar weblogintmp/
    cd weblogintmp
    tar -xvf weblogin.tar
    rm weblogin.tar
    chown -R root ./*
    chgrp -R root ./*
    tar -cvf weblogin-new.tar ./*
    ## the tar file itself doesn't need to have UID and GID root, only the contents of it does.
    Karl also pointed out that this must be done from a Unix/Linux-based operating system that a GID (group ID) literally named root.  In BSD-based systems (at least the ones I've worked with, including Mac OSX), the root-equivalent GID is named wheel.  The 5508 WLC with 7.0.98.0 will not accept this.
    If you do all of this and it still gets rejected by the WLC, consider that there might actually be something else wrong with it.  There's a fantastic article in the Documents section of the Security and Network Management group which helped me figure out a couple issues I had in the past:
    https://supportforums.cisco.com/docs/DOC-13954
    Here's a snippet that pertains to not being able to transfer your webauth bundle to a WLC:
    "There are some limitations with custom webauth that varies with versions  and bugs. The things to watch for are .tar file size (used to be 1Meg  maximum), also the number of files in the .tar as well as the filename  length of the files in there (something like 30 characters max for a  file)."

  • Webauth bundle (where?)

    I have a WLC 4402 ver 4.2. I'm working on getting guest wireless working with web authentication. The documentation speaks of downloadable webauth bundles. What are they and where do I get them? I imagine them as being a skin of sorts to modify the internal auth page.
    --Patrick

    Hi,
    I am experience the same issue(I think). New cust-bundle, used exactly the same code for the scripts that are in the sample but can't authenticate. It halts in the redirectpage with the new URL. Odd thing is that the WLC not even succeed to authenticate the user.
    Any progress from TAC?

  • WLC 5508 - Error When Uploading Webauth Bundle

    Currently have a WLC 5508 running 7.4.110.0.  I'm trying to upload (download) a webauth bundle to the controller from the web interface and am getting an error.  I've tried using FTP, SFTP and TFTP and get a different error with each.  When I started out with this, I was using a modified login.tar.  Thinking this was the problem, I switched to using the login.tar file included with the Web Authentication Bundle version 1.0.2 downloaded from the Cisco site.  This file fails with the errors below.  Does anyone have suggestions as to what I'm doing wrong?  Is this is a known bug in this version of the software?  Thanks!
    For FTP:
    The web interface shows: 
    % Error: Webauth Bundle file transfer failed - Unknown error - refer to log.   
    Log on the controller shows: 
    *TransferTask: May 28 13:51:12.942: #UPDATE-3-FTP_TRANSFER_FAIL: updcode.c:5631
    Error FTP file Transfer [ftp_get], <30>, Read-only file system.
    For SFTP:
    The web interface shows:
    % Error: Webauth Bundle file transfer failed - Unknown error - refer to log.
    Log on the controller shows: 
    *TransferTask: May 28 14:52:58.779: #UPDATE-3-SFTP_TRANSFER_FAIL: updcode.c:5869
     Error SFTP file Transfer [sftp_get], <11>, Resource temporarily unavailable.
    For TFTP:
    The web interface shows:
    % Error: Webauth Bundle file transfer failed - Unknown error - refer to log.
    Log on the controller shows: 
    *TransferTask: May 28 15:02:39.232: #UPDATE-3-FILE_OPEN_FAIL: updcode.c:4593 Fai
    led to open file webauth.tar.
    *sshpmReceiveTask: May 28 15:02:39.153: #OSAPI-3-MUTEX_FREE_INFO: osapi_sem.c:10
    87 Sema 0x2b32def8 time=11504 ulk=18587678 lk=18576174 Locker(sshpmReceiveTask s
    shpmrecv.c:1662 pc=0x10b07938) unLocker(sshpmReceiveTask sshpmReceiveTaskEntry:1
    647 pc=0x10b079

    Hi,
    1. Did you used  PIcozip to compress your webauth bundle?
    2. Did you try only with one laptop , if yes then try to use other one.
    3. Just try to upload default webauth bundl from cisco to wlc and show the result to us.
    7.4.121.0 is very stable version.
    Regards

  • Cisco 5508 HA - Webauth Bundle for multiple SSID/multiple web pages

    Hi Guys,
    I have 2* cisco 5508 WLC in HA mode . Both are running IOS 7.5.102.0 . Everything is working perfectly fine.
    I need to Creat 3 differnet SSID and Creat 3 different login Pages for them . Each user from respective SSID will get specified login Page. like
    I have few questions :
    1) I have downloaded webauth bundle from cisco Support Site and in that itself so many files are there. So based on my scenario , in which folder do i need to copy my login and logo file.
    2) i have used Picozip to convert the file in .tar format but its giving me following error "
    % Error: Webauth Bundle file transfer failed - No reply from the TFTP serve" but i can ping my tftp server easliy.
    3) As Controllers are in HA mode , so once i am successful in uploading webauth bundle then it will be replicated on secondary controller or do i have to turn off SSO and upload in both one by one.
    Please help me out in this.
    Cheers

    Hello Sandeep,
    i have uploaded the tar which you have sent to me. When i supply my username and pwd, after that it keeps on going and not showing any end result. so it stays on same page and nothing happening after that.
    Are there any more radius ACL's to be defined ? 10.10.13.x is wireless client network , 192.168.10.21 is Radius Server , 192.168.10.215 is proxy server. Is there any other ACL need to be defined ??
                           Source                         Destination                 Source Port  Dest Port
    Index  Dir       IP Address/Netmask               IP Address/Netmask       Prot    Range       Range    DSCP  Action      Counter
         1 Any      10.10.13.0/255.255.255.0     192.168.10.21/255.255.255.255  Any     0-65535     0-65535  Any Permit           0
         2 Any   192.168.10.21/255.255.255.255      10.10.13.0/255.255.255.0    Any     0-65535     0-65535  Any Permit           0
         3 Out      10.10.13.0/255.255.255.0           1.1.1.1/255.255.255.255  Any     0-65535     0-65535  Any Permit           0
         4  In         1.1.1.1/255.255.255.255      10.10.13.0/255.255.255.0    Any     0-65535     0-65535  Any Permit           0
         5 Any      10.10.13.0/255.255.255.0    192.168.10.215/255.255.255.255  Any     0-65535     0-65535  Any Permit          98
         6 Any  192.168.10.215/255.255.255.255      10.10.13.0/255.255.255.0    Any     0-65535     0-65535  Any Permit          98
    DenyCounter : 12

  • How to retrieve the webauth-bundle on WLC

    Hi all,
    I can see the web auth bundle:
    (Cisco Controller) show custom-web webauth-bundle
    box-bottom.gif
                  box-left.gif
                              image.gif
                                            login.html
                                                      logo.gif
                                                              logout.html
    Now I want to download the web bundle( box-buttom.gif, box-left.gif...logo.gif,logout.gif) to my PC. Is it possible, if so, how?

    Not completley related but might help??
    https://supportforums.cisco.com/message/3263628#3263628
    Please rate this response thanks

  • Overwrite image webauth-bundle WLC 5500

    Hi,
    Does any one knows how to replace an image in webauth-bundle on WLC 5500?
    When I run "show custom-web webauth-bundle", I do see the files:
    aup.html
            login.html
                      yourlogo.jpg
    But, the size of yourlogo.jpg is too big and need to replace with a smaller one.
    I have tried (with the appropiate IP and filename):
    transfer download mode tftp
    transfer download datatype image
    transfer download serverip tftp-server-ip-addres
    transfer download filename {filename.jpg | filename.gif | filename.png}
    but, it does not work.
    Thanks very much.

    If the size changes, then yes you will need to define that on the html.  Anyways, you will need to tar up the files and upload it to the WLC.  That is the only way to update a custom webauth, either being a change to the html, image or maybe the AUP.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • WebAuth Bundle

    Hai all ,
                Recectly we replaced Cisco 2100 Series LAN controller to Cisco 5508 Wirless LAN controller , I downloaded WebAuth Bundle from my Old LAN Controller ,when i am trying to upload to my New Wireless LAN controller ,its not uploading and also it gave me uploading failure error message .

    Was it a customized webauth that you had on your 2106? When you say downloaded it from the 2106, you mean you previewed the webauth page and right clicked and then view source and saved that as login.html along with any images? I do that all the time, and as long as you tar the file up correctly and it's under 1MB you should be okay.
    Thanks,
    Scott Fella
    Sent from my iPhone

  • CS6 not opening because ExporterQuicktimeHost.bundle issue. Adobe QT32 Server seems to be the issue

    Hi,
    I am currently very frustrated with a CS6 issue. For no apparent reason (no update, change or new software) Premier, AfterEffects and Media Encoder all stall while opening on ExpoerterQuicktimeHost.bundle. It seems it is directly related to codecs and Adobe QT32 Server. If i remove certain codecs, then the programs work, however this is no use to me, because i need those codecs for the projects i am working on. Similarly, if i force quit Adobe QT32 Server as a process, then the program opens, however the codecs in question just dont work.
    How can i get refresh / reload / reconnect the Adobe QT32 Server process so that it opens the needed codecs??
    I am running:
    MAC OS X Lion 10.7.5
    2.8 GHz i5
    20 GB 1333 MHz DDR3 Memory
    HELP!

    Laurens--
    I'm having exactly the same problem. Was that the final resolution — to download and install Quicktime player 7.7.1?
    Thanks,
    Ron

  • GroupWise 2012 Deployment Bundle Issue - Not Installing

    Hello There,
    I have an issue to deploy the GroupWise 2012 client via Zen 11.1 (Had no prob to deploy GroupWise 8)
    I followed the well-done tutorial from youtube (Novell GroupWise 2012 Deployed Using ZCM 11 SP1 Part 1 - YouTube) or/and the guide (http://www.novell.com/feeds/nih/wp-c...5/GW06_lab.pdf) but it seems that it does not want to work as shown. I googled to see if anyone had the same prob but it seems not to be the case. So I assume I missed something but I do not find the trick.
    Everything works until it launches the install.bat as when I get the notification that it has completed the installation the only thing I see is that no GroupWise 2012 is installed at all and that GroupWise 8 has been uninstalled. During the process I see that it copies the first 800 files in Program Files\novell\groupwise but just before telling me that he finished all files are removed. I did not do the step where it should launch GroupWise.
    I re-created a bundles and tried to install GroupWise 2012 as GroupWise 8 but it did not work.
    It is really frustrating as I really need it to be deployed and that it was meant to be simple.
    I would be grateful if anyone could help on that.
    Thank you in advance,
    OAKFND
    PS: Here is a part of the log on the workstation
    [DEBUG] [09/11/2012 17:53:37.906] [400] [ZenworksWindowsService] [9] [] [LaunchActionHandler] [] [Exiting ProcessAction] [] []
    [DEBUG] [09/11/2012 17:53:37.906] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Action handler Launch Action finished processing Launch GroupWise Installation successfully.] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Caching action set 5c2142000453e9b1159e677b04577dd9] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [Caching work set GroupWise 2012 Installation or Upgrade (INSTALL)] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ ActionSet count: 7] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ ActionResult count: 6] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [WorkSet using session id (ZenName): b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [WorkSet using session id (ZenName): b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ Using session id: b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99, UserContext{_LocalId=SYSTEM; _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 4 ms] [] []
    [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) PutObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99, UserContext{_LocalId=SYSTEM; _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [Type: Novell.Zenworks.ActionManager.WorkSet] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) PutObject returning C:\Program Files\Novell\ZENworks\cache\zmd\ZenCache\3b17bbd3-f015-4c92-a7e0-c337a893ab0f in 10 ms] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [Cached workset GroupWise 2012 Installation or Upgrade as WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Processing action: Delete GroupWise2012 Directory] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Caching action set 5c2142000453e9b1159e677b04577dd9] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [Caching work set GroupWise 2012 Installation or Upgrade (INSTALL)] [] []
    [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ ActionSet count: 7] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ ActionResult count: 7] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [WorkSet using session id (ZenName): b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [WorkSet using session id (ZenName): b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [ Using session id: b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99, UserContext{_LocalId=SYSTEM; _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 5 ms] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) PutObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99, UserContext{_LocalId=SYSTEM; _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [Type: Novell.Zenworks.ActionManager.WorkSet] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) PutObject returning C:\Program Files\Novell\ZENworks\cache\zmd\ZenCache\d4bb83fe-6151-42fe-9656-c2c35f55c0d2 in 9 ms] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [Cached workset GroupWise 2012 Installation or Upgrade as WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Updating status for set 4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [Work set completed. Deleting cached action set 5c2142000453e9b1159e677b04577dd9] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [Deleting work set GroupWise 2012 Installation or Upgrade (INSTALL)] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [WorkSet] [] [WorkSet using session id (ZenName): b683416a643739f118900002b3dfe2fa] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99, UserContext{_LocalId=SYSTEM; _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 4 ms] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ActionManUtil] [] [DestroyDauSession countdown reset to 500000 milliseconds for session 6088812] [] []
    [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9] [] [ActionManager] [] [GetResultSetRequest returning DO_NOTHING] [] []
    [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9] [] [Status Library] [] [SetStatus: srchSql= select successcount, failurecount from zstatus where userguid = '' and objectguid = '5c2142000453e9b1159e677b04577dd9' and operationtype = 'Bundle.Install'] [] []
    [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9] [] [Status Library] [] [SetStatus: sql= insert into zstatus(timestamp, userguid, objectguid, source, objecttype, operationtype, operationstatus, successcount, failurecount, objectversion ) values ( 634829756180156250,'','5c2142000453e9b1159e677b045 77dd9',1,'B','Bundle.Install','S',6,1,0)] [] []
    [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9] [] [ZIconMod] [] [Received exception closing the activityIndicator to user session (999): Failed to connect to an IPC Port: The system cannot find the file specified.
    Server stack trace:
    at System.Runtime.Remoting.Channels.Ipc.IpcPort.Conne ct(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
    at System.Runtime.Remoting.Channels.Ipc.ConnectionCac he.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
    at System.Runtime.Remoting.Channels.Ipc.IpcClientTran sportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
    at System.Runtime.Remoting.Channels.BinaryClientForma tterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at (0):
    at System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type)
    at Novell.Zenworks.NotifyIcon.Remoting.IZenIconUIServ er.CloseActivityIndicator(String guid, String status, String name)
    at Novell.Zenworks.NotifyIcon.Module.ZenNotifyIcon.Cl oseActivityIndicator(Session session, String guid, String status, String name)] [] []
    [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9] [] [BundleManager] [] [Finished Process Action for Item: GroupWise 2012 Installation or Upgrade Action: INSTALL Result: True] [] []
    [DEBUG] [09/11/2012 17:53:38.109] [400] [ZenworksWindowsService] [25] [] [BundleManager] [] [From IconUtils.cs)] [] []
    [DEBUG] [09/11/2012 17:53:38.109] [400] [ZenworksWindowsService] [25] [] [BundleManager] [] [Required icon found, sending for overlay] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [BundleManager] [] [Evaluating System Requirements for GroupWise 2012 Installation or Upgrade; GUID: 5c2142000453e9b1159e677b04577dd9] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [Requirement Handler] [] [Comparing actualValue: 5.1.2600.196608 with expectedValue: 5.1.2600.196608 for compareOperator: GreaterEquals returned True] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [Requirements Module] [] [First requirement returned True] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [ArchitectureRequirementHandler] [] [Got architecture - 32] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [ArchitectureRequirementHandler] [] [Expecting architecture - 32] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [ArchitectureRequirementHandler] [] [Returning - True] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [Requirements Module] [] [AND-ing result(True) with previous results (True) yields True] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [Requirements Module] [] [First requirement returned True] [] []
    [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25] [] [BundleManager] [] [System Requirements Passed for GroupWise 2012 Installation or Upgrade] [] []

    I don't have GW for any type of testing, but what I would do for testing
    is .......
    Replace the Install.bat with just calling CMD.exe
    then from the command prompt
    walk through the commands in the install.bat one by one to see what is
    happening............
    On 9/11/2012 12:06 PM, OakFND wrote:
    >
    > Hello There,
    >
    > I have an issue to deploy the GroupWise 2012 client via Zen 11.1 (Had
    > no prob to deploy GroupWise 8)
    >
    > I followed the well-done tutorial from youtube ('Novell GroupWise 2012
    > Deployed Using ZCM 11 SP1 Part 1 - YouTube'
    > (http://www.youtube.com/watch?v=V9Wa2ETf7ag)) or/and the guide
    > (http://www.novell.com/feeds/nih/wp-c...5/GW06_lab.pdf)
    > but it seems that it does not want to work as shown. I googled to see if
    > anyone had the same prob but it seems not to be the case. So I assume I
    > missed something but I do not find the trick.
    >
    > Everything works until it launches the install.bat as when I get the
    > notification that it has completed the installation the only thing I see
    > is that no GroupWise 2012 is installed at all and that GroupWise 8 has
    > been uninstalled. During the process I see that it copies the first 800
    > files in Program Files\novell\groupwise but just before telling me that
    > he finished all files are removed. I did not do the step where it should
    > launch GroupWise.
    >
    > I re-created a bundles and tried to install GroupWise 2012 as GroupWise
    > 8 but it did not work.
    >
    > It is really frustrating as I really need it to be deployed and that it
    > was meant to be simple.
    >
    > I would be grateful if anyone could help on that.
    > Thank you in advance,
    > OAKFND
    >
    > PS: Here is a part of the log on the workstation
    >
    > [DEBUG] [09/11/2012 17:53:37.906] [400] [ZenworksWindowsService] [9] []
    > [LaunchActionHandler] [] [Exiting ProcessAction] [] []
    > [DEBUG] [09/11/2012 17:53:37.906] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Action handler Launch Action finished processing
    > Launch GroupWise Installation successfully.] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Caching action set
    > 5c2142000453e9b1159e677b04577dd9] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [Caching work set GroupWise 2012 Installation or Upgrade
    > (INSTALL)] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ ActionSet count: 7] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ ActionResult count: 6] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [WorkSet using session id (ZenName):
    > b683416a643739f118900002b3dfe2fa] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [WorkSet using session id (ZenName):
    > b683416a643739f118900002b3dfe2fa] [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ Using session id: b683416a643739f118900002b3dfe2fa]
    > [] []
    > [DEBUG] [09/11/2012 17:53:37.921] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9)
    > DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99,
    > UserContext{_LocalId=SYSTEM;
    > _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    > [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 4 ms] [] []
    >
    > [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9)
    > PutObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99,
    > UserContext{_LocalId=SYSTEM;
    > _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    > [DEBUG] [09/11/2012 17:53:37.937] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [Type: Novell.Zenworks.ActionManager.WorkSet] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9) PutObject returning C:\Program
    > Files\Novell\ZENworks\cache\zmd\ZenCache\3b17bbd3-f015-4c92-a7e0-c337a893ab0f
    > in 10 ms] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [Cached workset GroupWise 2012 Installation or Upgrade
    > as WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Processing action: Delete GroupWise2012
    > Directory] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Caching action set
    > 5c2142000453e9b1159e677b04577dd9] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [Caching work set GroupWise 2012 Installation or Upgrade
    > (INSTALL)] [] []
    > [DEBUG] [09/11/2012 17:53:37.953] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ ActionSet count: 7] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ ActionResult count: 7] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [WorkSet using session id (ZenName):
    > b683416a643739f118900002b3dfe2fa] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [WorkSet using session id (ZenName):
    > b683416a643739f118900002b3dfe2fa] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [ Using session id: b683416a643739f118900002b3dfe2fa]
    > [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9)
    > DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99,
    > UserContext{_LocalId=SYSTEM;
    > _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 5 ms] [] []
    >
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9)
    > PutObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99,
    > UserContext{_LocalId=SYSTEM;
    > _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    > [DEBUG] [09/11/2012 17:53:37.968] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [Type: Novell.Zenworks.ActionManager.WorkSet] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9) PutObject returning C:\Program
    > Files\Novell\ZENworks\cache\zmd\ZenCache\d4bb83fe-6151-42fe-9656-c2c35f55c0d2
    > in 9 ms] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [Cached workset GroupWise 2012 Installation or Upgrade
    > as WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Updating status for set
    > 4c7cc2c6e2cbf85974fdc7eb690c1f99] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [Work set completed. Deleting cached action set
    > 5c2142000453e9b1159e677b04577dd9] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [Deleting work set GroupWise 2012 Installation or
    > Upgrade (INSTALL)] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [WorkSet] [] [WorkSet using session id (ZenName):
    > b683416a643739f118900002b3dfe2fa] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9)
    > DeleteObject(WorkSet4c7cc2c6e2cbf85974fdc7eb690c1f 99,
    > UserContext{_LocalId=SYSTEM;
    > _RemoteId=b683416a643739f118900002b3dfe2fa}) called] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ZenCache] [] [(Thread 9) DeleteObject returning True in 4 ms] [] []
    >
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ActionManUtil] [] [DestroyDauSession countdown reset to 500000
    > milliseconds for session 6088812] [] []
    > [DEBUG] [09/11/2012 17:53:37.984] [400] [ZenworksWindowsService] [9]
    > [] [ActionManager] [] [GetResultSetRequest returning DO_NOTHING] [] []
    > [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9]
    > [] [Status Library] [] [SetStatus: srchSql= select successcount,
    > failurecount from zstatus where userguid = '' and objectguid =
    > '5c2142000453e9b1159e677b04577dd9' and operationtype = 'Bundle.Install']
    > [] []
    > [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9]
    > [] [Status Library] [] [SetStatus: sql= insert into zstatus(timestamp,
    > userguid, objectguid, source, objecttype, operationtype,
    > operationstatus, successcount, failurecount, objectversion ) values (
    > 634829756180156250,'','5c2142000453e9b1159e677b045 77dd9',1,'B','Bundle.Install','S',6,1,0)]
    > [] []
    > [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9]
    > [] [ZIconMod] [] [Received exception closing the activityIndicator to
    > user session (999): Failed to connect to an IPC Port: The system cannot
    > find the file specified.
    >
    >
    > Server stack trace:
    > at System.Runtime.Remoting.Channels.Ipc.IpcPort.Conne ct(String
    > portName, Boolean secure, TokenImpersonationLevel impersonationLevel,
    > Int32 timeout)
    > at
    > System.Runtime.Remoting.Channels.Ipc.ConnectionCac he.GetConnection(String
    > portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
    > at
    > System.Runtime.Remoting.Channels.Ipc.IpcClientTran sportSink.ProcessMessage(IMessage
    > msg, ITransportHeaders requestHeaders, Stream requestStream,
    > ITransportHeaders& responseHeaders, Stream& responseStream)
    > at
    > System.Runtime.Remoting.Channels.BinaryClientForma tterSink.SyncProcessMessage(IMessage
    > msg)
    >
    > Exception rethrown at (0):
    > at
    > System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage
    > reqMsg, IMessage retMsg)
    > at
    > System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData&
    > msgData, Int32 type)
    > at
    > Novell.Zenworks.NotifyIcon.Remoting.IZenIconUIServ er.CloseActivityIndicator(String
    > guid, String status, String name)
    > at
    > Novell.Zenworks.NotifyIcon.Module.ZenNotifyIcon.Cl oseActivityIndicator(Session
    > session, String guid, String status, String name)] [] []
    > [DEBUG] [09/11/2012 17:53:38.015] [400] [ZenworksWindowsService] [9]
    > [] [BundleManager] [] [Finished Process Action for Item: GroupWise 2012
    > Installation or Upgrade Action: INSTALL Result: True] [] []
    > [DEBUG] [09/11/2012 17:53:38.109] [400] [ZenworksWindowsService] [25]
    > [] [BundleManager] [] [From IconUtils.cs)] [] []
    > [DEBUG] [09/11/2012 17:53:38.109] [400] [ZenworksWindowsService] [25]
    > [] [BundleManager] [] [Required icon found, sending for overlay] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [BundleManager] [] [Evaluating System Requirements for GroupWise 2012
    > Installation or Upgrade; GUID: 5c2142000453e9b1159e677b04577dd9] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [Requirement Handler] [] [Comparing actualValue: 5.1.2600.196608 with
    > expectedValue: 5.1.2600.196608 for compareOperator: GreaterEquals
    > returned True] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [Requirements Module] [] [First requirement returned True] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [ArchitectureRequirementHandler] [] [Got architecture - 32] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [ArchitectureRequirementHandler] [] [Expecting architecture - 32] []
    > []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [ArchitectureRequirementHandler] [] [Returning - True] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [Requirements Module] [] [AND-ing result(True) with previous results
    > (True) yields True] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [Requirements Module] [] [First requirement returned True] [] []
    > [DEBUG] [09/11/2012 17:53:38.125] [400] [ZenworksWindowsService] [25]
    > [] [BundleManager] [] [System Requirements Passed for GroupWise 2012
    > Installation or Upgrade] [] []
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Resource Bundle issue in ATG 10 migration

    Hi,
    Migrating from ATG 2007.1 to 10 & getting issues with resource bundle for Merchandizing pages in BCC.Page is loading the StoreMerchandisingIcons.swf from the WAR module.Additionally the page is throwing error #404 for StoreMerchandisingIcons_en.swf & StoreMerchandisingIcons_en_US.swf (which is not available in the WAR)
    This URL is loading fine
    http://localhost:8180/store-merchandising/StoreMerchandisingIcons.swf
    404 for these URLs
    http://localhost:8180/store-merchandising/StoreMerchandisingIcons_en.swf
    http://localhost:8180/store-merchandising/StoreMerchandisingIcons_en_US.swf
    Configured the resource bundle & default locale in the StoreConfiguration but still I am getting this error.Am I missing anything?
    Debugged through FireBug , not getting any error in the page or Jboss console
    Thanks in advance!
    Mani

    Hi,
    Application.getResourceBundle(FacesContext, String) retrieves the named ResourceBundle from faces-config.xml and is indeed a good way to access a bundle from an application.
    Now, however, you're trying to access a Model layer bundle which is itself an aberration imho. I already mentioned that in numerous posts in the past, but I won't ever think that specifying localized information in the model layer is a good design. At best I could accept it for default value, but localized message it in no way a business logic concern, it's pretty much a pure presentation one. The model layer should return error code/keys and parameters and it should be the responsibility of the view layer to translate it in an understandable version for the target client (human or automated). Can't you use a view layer bundle?
    Regards,
    ~ Simon

  • WEBAUTH SSID ISSUE

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Tableau Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    hello,
    We do have some troubles regarding an SSID  , i have wism controller version  5.2.193, three Wlans are configured each one broadcasting  in diffrrent range SSID TESTGUEST  on 802.11g,SSID 2 on 802.11a,SSID 3 on 802.11b, i do have some  trouble with SSID TESTGUEST used for Guest access using Webauth as security methode to authenticate users  with predifined local users accounts, the symptoms are  users can see the SSSID TESTGUEST  beacons but can not get access (no login page ).
    Note :i have noticed  some errors regarding lwapp since  we know that we are unsing  5.2.193 we should have capwap error instead of lwapp .
    logging;
    (WiSM-slot2-2) >show logging   if you need more info let me know
    regargs
    Logging to buffer :
    - Logging of system messages to buffer :
      - Logging filter level.......................... warnings
      - Number of system messages logged.............. 3099008
      - Number of system messages dropped............. 158275
    - Logging of debug messages to buffer ........... Disabled
      - Number of debug messages logged............... 0
      - Number of debug messages dropped.............. 0
    Logging to console :
    - Logging of system messages to console :
      - Logging filter level.......................... errors
      - Number of system messages logged.............. 0
      - Number of system messages dropped............. 3257283
    - Logging of debug messages to console .......... Enabled
      - Number of debug messages logged............... 0
      - Number of debug messages dropped.............. 0
    Logging to syslog :
    - Syslog facility................................ local1
    - Logging of system messages to syslog :
      - Logging filter level.......................... warnings
      - Number of system messages logged.............. 3099008
    --More-- or (q)uit
      - Number of system messages dropped............. 158275
    - Logging of debug messages to syslog ........... Disabled
      - Number of debug messages logged............... 0
      - Number of debug messages dropped.............. 0
    - Number of remote syslog hosts.................. 1
       - Host 0....................................... 198.235.125.20
       - Host 1....................................... Not Configured
       - Host 2....................................... Not Configured
    Logging of traceback............................. Enabled
    - Traceback logging level........................ debugging
    Logging of process information................... Enabled
    Logging of source file informational............. Enabled
    Timestamping of messages.........................
    - Timestamping of system messages................ Enabled
      - Timestamp format.............................. Date and Time
    - Timestamping of debug messages................. Enabled
      - Timestamp format.............................. Date and Time
    Logging buffer (3099008 logged, 158275 dropped)
    *Dec 10 10:42:07.157: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:07.085: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.993: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.911: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.829: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.767: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.702: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.639: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.496: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:d7:93:3b:d0
    *Dec 10 10:42:06.448: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.292: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:55:b9:c0 Previous message occurred 3 times.
    *Dec 10 10:42:06.139: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned          L7_FAILURE                                                             
    *Dec 10 10:42:06.138: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:42:06.125: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:06.048: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.992: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.915: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.832: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.748: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.694: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.633: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.549: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:42:05.549: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.483: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.411: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:42:05.345: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0 Previous message occurred 3 times.
    *Dec 10 10:42:05.051: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:42:04.911: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:42:03.602: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:42:03.142: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:18:de:b3:ba:7b, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.51/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:42:02.568: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:41:59.867: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:58.350: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:57.568: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.Previous message occurred 2 times.
    *Dec 10 10:41:57.380: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:57.379: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:57.292: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE Previous message occurred 3 times.
    *Dec 10 10:41:56.519: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:56.416: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                                                                                  
    *Dec 10 10:41:56.067: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:21:5c:89:a4:33, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.31/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:41:56.053: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0 Previous message occurred 2 times.
    *Dec 10 10:41:55.418: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:55.417: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:55.136: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:1b:77:15:a1:31
    *Dec 10 10:41:54.922: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1d:71:23:74:20
    *Dec 10 10:41:54.569: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:21:5c:89:a4:33, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.31/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:41:54.470: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:54.169: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE Previous message occurred 3 times.
    *Dec 10 10:41:54.168: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:54.167: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:53.539: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:75:f0
    *Dec 10 10:41:53.324: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:21:5c:97:90:9f Previous message occurred 2 times.
    *Dec 10 10:41:51.627: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:51.522: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1d:71:23:74:20
    *Dec 10 10:41:51.224: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:41:50.139: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:55:8a:f0
    *Dec 10 10:41:49.057: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:49.056: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:48.932: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:1b:77:15:71:13
    *Dec 10 10:41:48.753: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:6d:b9:6a:30
    *Dec 10 10:41:47.985: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:47.984: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:47.648: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:46.437: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:le returned L7_FAILURE Previous message occurred 2 times.
    *Dec 10 10:41:46.436: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:46.435: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned _FAILURE                                                                                      Previous message occurred 2 times.
    *Dec 10 10:41:45.762: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:43.201: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:41:43.011: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:1c:bf:61:fa:da
    *Dec 10 10:41:43.010: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:41:41.464: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:41:40.072: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0
    *Dec 10 10:41:38.940: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1d:71:23:74:20
    *Dec 10 10:41:37.497: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                                                                                                            Previous message occurred 2 times.
    *Dec 10 10:41:37.496: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:36.898: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:41:36.739: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:36.738: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:36.242: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:41:35.370: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:18:de:3e:74:79
    *Dec 10 10:41:35.320: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:41:34.302: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:13:ce:29:e2:4c, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.243/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:41:33.808: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:41:33.304: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:13:ce:29:e2:4c, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.243/TPA(Destination IP Address) 192.168.252.1 Previous message occurred 2 times.
    *Dec 10 10:41:32.274: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:32.273: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAI
    *Dec 10 10:41:32.178: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:13:ce:29:e2:4c, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.243/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:41:30.624: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:55:b9:c0
    *Dec 10 10:41:30.056: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:41:29.968: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:41:29.965: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE revious message occurred 3 times.
    *Dec 10 10:40:58.813: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:56:0d:a0
    *Dec 10 10:40:58.491: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:19:7d:58:a0:f9, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.28/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:58.125: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:40:57.429: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0
    *Dec 10 10:40:56.980: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:19:7d:58:a0:f9, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.28/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:56.188: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:56.043: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:7c:b0
    *Dec 10 10:40:55.964: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:19:7d:58:a0:f9, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.28/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:54.744: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:54.105: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:54.104: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:53.924: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:51.195: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:50.295: %APF-3-USER_DEL_FAILED: apf_ms.c:5071 Unable to delete username CORP\mxcrawle for mobile 00:40:96:b5:58:8c
    *Dec 10 10:40:49.724: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:48.372: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:56:0d:a0
    *Dec 10 10:40:47.813: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:47.640: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:47.336: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:46.991: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:75:f0
    *Dec 10 10:40:46.154: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:45.710: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:45.605: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:40:45.520: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:1c:bf:61:fa:da
    *Dec 10 10:40:45.519: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:45.138: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:23:7a:51:47:d7
    *Dec 10 10:40:45.137: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:44.714: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:43.216: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:43.215: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:43.159: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.Previous message occurred 2 times.
    *Dec 10 10:40:42.951: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:
    *Dec 10 10:40:42.155: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:16:6f:46:42:2f, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.12/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:41.700: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:21:5c:6f:f7:3f
    *Dec 10 10:40:41.684: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE Previous message occurred 3 times.
    *Dec 10 10:40:41.683: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:41.682: %RRM-3-RRM_LOGMSG: rrmLrad
    *Dec 10 10:40:30.713: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:29.453: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:40:28.874: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:28.094: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:40:27.268: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:26.610: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:21:5c:97:90:9f
    *Dec 10 10:40:26.580: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:21:5c:8a:ac:5b, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.219/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:26.325: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:26.307: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:26.219: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE                       Previous message occurred 2 times.
    *Dec 10 10:40:26.218: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: M Verify Coverage Hole returned L7_FAILURE *Dec 10 10:40:25.735: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:25.273: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA Previous message occurred 3 times.
    *Dec 10 10:40:25.253: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE                                                                                                         
    *Dec 10 10:40:25.252: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:25.081: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:21:5c:8a:ac:5b, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.219/TPA(Destination IP Address) 192.168.252.1 Previous message occurred 3 times.
    *Dec 10 10:40:24.249: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:24.247: %LWAPP-4-SIG_INFO1: spam_lrad.c:28010 Signature information; AP 00:1e:13:ee:08:10, alarm ON, standard sig Deauth flood, track per-Macprecedence 9, hits 300, slot 0, channel 11, most offending MAC 00:1e:7a:70:6a:e0
    *Dec 10 10:40:24.064: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:21:5c:8a:ac:5b, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.219/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:40:22.966: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:22.755: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:22.755: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE  Previous message occurred 3 times.
    *Dec 10 10:40:22.754: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:22.566: %DOT1X-3-ABORT_AUTH: 1x_bauth_sm.c:447 Authentication aborted for client 00:1b:77:15:71:13
    *Dec 10 10:40:22.145: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:55:8a:f0
    *Dec 10 10:40:21.016: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1d:71:23:74:20
    *Dec 10 10:40:20.531: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.Previous message occurred 2 times.
    *Dec 10 10:40:20.296: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:19.636: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:6d:b9:6a:30
    *Dec 10 10:40:17.983: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILUR
    *Dec 10 10:40:17.983: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE    Previous message occurred 2 times.
    *Dec 10 10:40:16.988: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:16.870: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:16.870: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:1f:3b:63:6d:f5
    *Dec 10 10:40:16.869: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:16.617: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:16.420: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:15.206: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                                                                                                            Previous message occurred 3 times.
    *Dec 10 10:40:15.205: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:14.340: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:14.339: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:12.667: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:40:10.585: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:75:f0
    *Dec 10 10:40:09.944: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:09.203: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0
    *Dec 10 10:40:08.062: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1d:71:23:74:20
    *Dec 10 10:40:07.246: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:21:5c:17:73:79
    *Dec 10 10:40:07.245: %DOT1X-3-ABORT_AUTH: 1x_bauth_sm.c:447 Authentication aborted for client 00:21:5c:17:73:79 Previous message occurred 2 times.
    *Dec 10 10:40:06.414: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:06.413: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                        Previous message occurred 2 times.
    *Dec 10 10:40:06.308: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:40:05.389: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:6b:30
    *Dec 10 10:40:04.857: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:40:04.004: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:6d:b9:6a:30
    *Dec 10 10:40:02.620: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:55:8a:f0
    *Dec 10 10:40:02.013: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:40:00.866: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                                                                                                     
    *Dec 10 10:40:00.866: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE  Previous message occurred 2 times.
    *Dec 10 10:40:00.865: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returne
    *Dec 10 10:40:00.283: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:40:00.228: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:40:00.170: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:40:00.107: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:40:00.040: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:59.943: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:59.878: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:59.813: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:59.674: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:39:59.063: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:59.062: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:58.244: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE Previous message occurred 2 times.
    *Dec 10 10:39:58.243: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE                                                                                                         
    *Dec 10 10:39:58.242: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:57.243: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:9d:da:cc:d0
    *Dec 10 10:39:56.674: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.624: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:16:6f:7f:70:55
    *Dec 10 10:39:56.623: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:39:56.607: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.546: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.475: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.417: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.362: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.295: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.223: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.159: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.103: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:56.041: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.972: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.915: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.847: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.787: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.711: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.652: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.597: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.534: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.461: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.430: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:39:55.393: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.327: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:21:1c:79:0e:f0
    *Dec 10 10:39:55.090: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0
    *Dec 10 10:39:54.230: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:54.123: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:39:54.062: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:54.061: %RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG:RRM Verify Coverage Hole returned L7_FAILURE
    *Dec 10 10:39:53.709: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:c7:75:f0
    *Dec 10 10:39:53.567: %DOT1X-3-MAX_EAP_RETRANS: 1x_ptsm.c:426 Max EAP retransmissions exceeded for client 00:1b:77:15:b7:ed
    *Dec 10 10:39:53.353: %APF-4-ASSOCREQ_PROC_FAILED: apf_80211.c:3682 Failed to process an association request from 00:0c:f1:29:b7:6a. WLAN:1, SSID:TESTGUEST. Conflicting extended supported rates in message.
    *Dec 10 10:39:53.138: %DHCP-4-REQIP_NOT_PRESENT: dhcpd.c:299 Received a packet without a requested ip!.
    *Dec 10 10:39:52.619: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:1f:3b:5d:4e:c7, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.177/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:39:52.318: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:1f:27:56:0d:a0
    *Dec 10 10:39:51.118: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:1f:3b:5d:4e:c7, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.177/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:39:50.370: %LWAPP-3-VALIDATE_ERR: spam_lrad.c:8966 Validation of SPAM Vendor Specific Payload failed - AP  00:18:74:0a:32:d0
    *Dec 10 10:39:50.100: %DTL-1-ARP_POISON_DETECTED: dtl_net.c:1415 STA(Target MAC Address) [00:1f:3b:5d:4e:c7, 0.0.0.0] ARP (op ARP REQUEST) received with invalid SPA(Source IP Address) 192.168.254.177/TPA(Destination IP Address) 192.168.252.1
    *Dec 10 10:39:49.357: %DOT1X-1-INVALID_WPA_KEY_STATE: 1x_eapkey.c:1584 Received EAPOL-key message while in invalid state (4) - version 2, type 3, descriptor 2, client 00:90:7a:02:d3:04
    *Dec 10 10:39:49.273: %DOT1X-3-ABORT_AUTH: 1x_bauth_sm.c:447 Authentication aborted for client 00:21:5c:17:73:79
    *Dec 10 10:39:48.220: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA
    *Dec 10 10:39:48.220: %DOT1X-3-MAX_EAP_RETRIES: 1x_auth_pae.c:2856 Max EAP identity request retries (3) exceeded for client 00:1c:bf:61:fa:da
    *Dec 10 10:39:48.219: %DOT1X-4-INVALID_MSG_TYPE: authlib.c:84 Invalid message type 9 received from AAA

         you should try connecting to the guest WLAN, and once you are connected open a broswer and go to http://74.125.19.104  if this works, then you need to check that UDP 53 , DNS queries, are allowed from the guest vlan

  • Jstl resource bundle issue

    Hi, I am using JSTL resource bundle. It is defined in
    web.xml:
    <context-param>
    <param-name>
    javax.servlet.jsp.jstl.fmt.localizationContext
    </param-name>
    <param-value>
    package.ApplicationResources
    </param-value>
    </context-param>
    My question is that if I have two or more resource
    bundle properties such as
    ApplicationResourcesBase.properties,
    ApplicationResourcesApp.properties, how do I regiester
    them in web.xml, and how do I call it in my JSP using
    fmt tag?
    Thanks,
    Hong

    Same problem...
    It looks like a bug

  • Loading resource bundle issue

    i am making an application to be run on windows. It is deployed in a directory with the following structure:
    application.jar
    mainFolder/
    -----lang/
    ----------bundle.properties
    -----etc...
    I'd like to store my .properties files for the resourcebundle objects in the lang folder, not bundled with the .jar file. When loading it I have
    ResourceBundle.getBundle("mainFolder.lang.bundle")and I run the application like this:
    java -cp .;%classpath% -jar application.jar
    so the lang directory can be in the class path, but this does not work. Any ideas (i get a java.util.MissingResourceException)? Is there any other way to load the .properties files and that aren't in the class path with all your java packages?

    http://forum.java.sun.com/thread.jspa?threadID=463657&tstart=30

  • Resource Bundle Issue in BackingBean

    Hi,
    JDeveloper 11.1.1.3.0
    I am getting null, when I am trying to retrieve the ResourceBundle using the below code. Please help.
    FacesContext fc = null;
    ResourceBundle rb = null;
    fc = FacesContext.getCurrentInstance();
    rb = fc.getApplication().getResourceBundle(fc, "com.model.ModelBundle");
    System.out.println("rb is: "+rb);
    Note: I am trying to get the value from default resourceBundle from Model project.
    Thanks.

    Hi,
    Application.getResourceBundle(FacesContext, String) retrieves the named ResourceBundle from faces-config.xml and is indeed a good way to access a bundle from an application.
    Now, however, you're trying to access a Model layer bundle which is itself an aberration imho. I already mentioned that in numerous posts in the past, but I won't ever think that specifying localized information in the model layer is a good design. At best I could accept it for default value, but localized message it in no way a business logic concern, it's pretty much a pure presentation one. The model layer should return error code/keys and parameters and it should be the responsibility of the view layer to translate it in an understandable version for the target client (human or automated). Can't you use a view layer bundle?
    Regards,
    ~ Simon

Maybe you are looking for

  • Sound works when testing, but not when uploaded

    I used the Behaviors pallet to stream my mp3 files, and it works fine when tested locally, but as soon as I upload everything and test it online, nothing plays. The site is www.spidersandsnakes.net/media08.htm. Any ideas?

  • Playback of iPhoto movies not smooth

    For 5 years I have taken a lot of nice avi movies with my compact Nikon S210 camera.  They always play back very smoothly and are a pleasure to watch directly on my Mac, via a large attached monitor or even to my Apple TV. But this past week my daugh

  • Quicktime - New Video Recording using Canon HV30 - Codec?

    I'm using Quicktime Pro 7.4.1 with a Canon HV30 connected via firewire. In Quicktime preferences pane, the HV30 is the video source with "Device Native" as the Quality setting. Though, I can't see a preview in the Quicktime window while recording, it

  • Rename the graphic for Sapscrpit

    Hi all, Can i rename the graphic using se78? Since i need to upload the new graphic into SAP system for same file name. if i use difference file name, it should be need to change the sapscript too. so can i rename the existing file name and replace t

  • Touch screen in not working even after Hard Reset

    My Palm Treo 750 stopped working and responding suddenly........i tried a soft rest which didn't worked i then tried hard reset but in both cases the device boots and screen pops up "Tap the Screen to Start The Device". However this is the point wher