[Solved] Xmobar UTF-8 problems

Hey Folks!
I've recently migrated from Debian, and I'm trying to use the same .xmobarrc I wrote for that installation in Arch.Debian did a bit more hand-holding and had a precompiled binary available in it's repo with all of the bells and whistles compiled into xmbobar.
I have xmobar running fine, initially I installed with pacman, but then issued the following command to install xmobar with UTF8, xft etc:
<code>cabal install xmobar --flags="all_extensions"</code>
That didn't work for me, so I was a bit more explicit with the flags:
<code>cabal install xmobar --flags="with_utf8 with_xft with_mpd with_inotify with_iwlib"</code>
The command executes properly, but I still cannot get UTF8 characters to show up. Even after restarting xmobar, and also rebooting.
After reading a bit on the GIT page for xmobar, I read that UTF8 characters require a package called "utf8-string". However "pacman -Ss utf8-string" shows that I have this package installed (haskell-utf8-string)
I have tried both pasting actual UTF8 characters, and also calling "echo -e '\xE2\x96\xA0'\" (the code I was using in Debian). And neither seems to work.
Has anyone else had any success using UTF8 characters with xmobar? I'm surely doing something wrong, I just can't seem to figure out what.
Thank you so much for reading, and hopefully one of you has had some more success.
Last edited by kaivai (2013-05-24 04:09:30)

I figured it out!
I did not realize that not all UTF8 fonts supported all UTF8 characters. The UTF8 characters for play, pause and stop were not supported in Droid Sans Mono, Sans, Sans Mono, or Droid Naskh Shift Alt.
Switching to Deja Vu Sans Oblique Mono solved it for me!

Similar Messages

  • Any way of finding out how Apple will solve the Aperture / ACR problem?

    Has anyone out there gotten any comments from Apple support or other people "in the know" about how Apple is going to solve the Aperture / ACR problem, and any potential time frame?
    Of course, Apple is going to work on problems with its own RAW conversion; that goes without saying. But does anyone have any knowledge of whether Apple is going to open up the ability for Apple to send RAW, unconverted images to Photoshop, so that ACR can handle them?
    I think knowing this now is pretty crucial. I am willing to live with the pain Aperture is going to impose on my workflow, in exchange for the file organization benefits it provides, IF I know that I'll be able to use Aperture with ACR soon (near term). But if Apple is going to just tinker with the RAW converter, and not attempt to send RAW files to ACR, then as someone else posted in another topic, this could be a long wait, and other companies have taken years to hone their RAW converters.
    This is kind of my last-ditch effort to keep Aperture around, and build my workflow around it. If I know that within a month or two at the most, I'll be able to be using ACR directly when editing new versions, then I'll absorb the pain until then. But if I am looking at waiting six months for it (several man years), or riding out the process of Apple trying to get their own converter fixed, then as much as I don't want to, Aperture is going to get returned or hit eBay.
    Does anyone have any idea on this? I've held up my projects for the past week trying to reorganize my workflow to work with Aperture, and I've got to pound the gavel, make a decision, and pursue a direction. Knowing what direction Apple is going to take with this makes all the difference in the world in what I do.
    Thanks in advance for any info you can pass on.
    Brad
    Powerbook G4-1.33GHz-17" / Powermac G4-1.4GHz   Mac OS X (10.4.2)   PB: 1GB RAM, Radeon 9600-64MB / PM: 1.25GB RAM, Radeon 9000Pro-128MB

    This "Open External Editor from Master NEF", versus open from a dynamicaly created version is, I have decided, crucial.
    I am getting less clumsy with the interface, but I simply can not get all white balance, and noise reduction done on my best available light shots.
    ACR in CS2, and a subsequent "Neat Image" scrubbing is excellent for this.
    The automatic association within a stack, of the resulting flattened file would be a big difference. I agree a formal statement from Apple would make me more inclined to really commit to Aperture for all my work.
    Going one step further, it would be nice to keep the layers on the round-trip Master file, even if you would work with a dynamicaly created version of the returned "master" within a stack. It would occupy more disk space, but would do so only for those images where the user has made a quality decision.
    Michael
    Powermac G5 dual 2GHZ, 2.5GB - 2x20in   Mac OS X (10.3.4)  

  • HT1212 How to solve the forgotten passcode problem

    If I never connect my iPhone5 to iTunes, didnt turn on the iCloud, and did not backup my phone before, how can i solve the forgotten passcode problem without erasing the data?

    Read the article that brought you here
    http://support.apple.com/kb/ht1212 
    There is nothing you can do other than that and you will lose your data if you have never backed up

  • Solving u0091Out of Memoryu0092 problem u0096 Using JNLP

    Hi all,
    I am just following the below mentioned blog /people/keerti.nayak/blog/2007/03/05/solving-145out-of-memory146-problem-150-using-jnlp
    I got stuck @ step 2.
    can anyone tell me... whats the exact path of the launcher file.
    Regards
    Biplab

    Hi,
    If you place the Mouse on the Integration Repository,
    You will be able to see the path on the bottom left side of the screen, which is marked as Red in the Blog
    In my case the path is----http://sxddev:50000/rep/start/repository.jnlp
    Regards
    Seshagiri

  • Does upgrading from Premiere Elements 12 to 13 solve the Organizer thumbnail problem?

    Thumbnails do not show up after importing clips into Premiere Elements 12 Organizer.  I've tried right clicking on a clip and telling it to recreate the thumbnail but it doesn't work. I've tried refreshing and repairing the catalog.  I've even started a new catalog and reimported the files.  The system says it's creating thumbnails but they still do not show up.  Does upgrading from Premiere Elements 12 to 13 solve the Organizer thumbnail problem?

    listiak
    That is one of those questions best answered by evaluating Elements Organizer13 with your specific files in your specific computer environment.
    Each of the Elements Organizer versions often appears to carry along its own baggage.
    One of the things that came up about Elements Organizer 13 thumbnails recently was a problem with files with MPEG2
    video compression. The Adobe word on this was that this is only an Elements Organizer 13 tryout issue...supposed not to exist
    in the purchased version.
    ATR

  • [SOLVED] Xmobar syntax problem possibly wrong

    I'm configuring xmobar to my needs as shown in my configuration file:
    Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
    , bgColor = "black"
    , fgColor = "grey"
    , position = Static{xpos=0, ypos=0, width=1905, height=16}
    , lowerOnStart = True
    , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
    , Run Memory ["-t","<usedratio>%"] 10
    , Run Date "%a %b %_d %Y %H:%M:%S" 10
    , Run Com "/home/josealejandro93/scripts/volume.sh" [] "volume" 10
    , Run Com "/home/josealejandro93/scripts/bstatus.sh" [] "bstatus" 10
    , Run Battery ["-t","<left>%","-L","50","-H","75","-h","green","-n","yell","-l","red"] "battery" 10
    , Run Com "/home/josealejandro93/scripts/brightness.sh" [] "bright" 10
    , Run Com "/home/josealejandro93/scripts/user.sh" [] "user" 500
    , Run StdinReader
    , sepChar = "%"
    , alignSep = "}{"
    , template = "%StdinReader%}<fc=#ee9a00>%date%</fc>{Vol: <fc=green>%volume%</fc> | [Bat: %battery% | Status: %bstatus%] | Brightness: <fc=green>%bright%</fc> | [%cpu% | Mem: <fc=green>%memory%</fc>] | <fc=#ff0000>%user%</fc> "
    I can't see anything wrong in that code but Xmobar is not starting (previously it was, after a reboot my battery indicator was not working so I tried to mess around with the configuration file and broke it). When I run
    xmobar config.file
    I get:
    configuration file contains errors at:
    "Config" (line 16, column 10):
    unexpected "s"
    expecting space or "Run"
    But I don't see why it should be asking for a space or a
    Run
    since I'm closing the commands list one line above.
    This file was made with emacs and I also ran dos2unix on it since I thought that maybe the new-line character was causing this problem but still got the same result.
    Do you think that maybe I should try another editor like nano? I have never had this kind of problems with emacs before so it's quite strange.
    Thanks in advance for your help!
    Last edited by josealejandro93 (2013-12-14 19:25:42)

    skottish wrote:I was able to run your xmobarrc with the changes that I posted locally without your scripts. The scripts themselves shouldn't matter as xmobar just complains about them in the status bar itself. There is some inconsistency with spacing when I pasted your code into vim, but it still runs if I don't fix it. Please post your updated config file.
    Here it is:
    Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
    , bgColor = "black"
    , fgColor = "grey"
    , position = Static{xpos=0, ypos=0, width=1905, height=16}
    , lowerOnStart = True
    , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
    , Run Memory ["-t","<usedratio>%"] 10
    , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10"
    , Run Com "/home/josealejandro93/scripts/volume.sh" [] "volume" 10
    , Run Com "/home/josealejandro93/scripts/bstatus.sh" [] "bstatus" 10
    , Run Battery ["-t","<left>%","-L","50","-H","75","-h","green","-n","yell","-l","red"] 10
    , Run Com "/home/josealejandro93/scripts/brightness.sh" [] "bright" 10
    , Run Com "/home/josealejandro93/scripts/user.sh" [] "user" 500
    , Run StdinReader
    , sepChar = "%"
    , alignSep = "}{"
    , template = "%StdinReader%}<fc=#ee9a00>%date%</fc>{Vol: <fc=green>%volume%</fc> | [Bat: %battery% | Status: %bstatus%] | Brightness: <fc=green>%bright%</fc> | [%cpu% | Mem: <fc=green>%memory%</fc>] | <fc=#ff0000>%user%</fc> "
    I tried deleting those lines where I call my script but I get the same error about expecting space or Run

  • [SOLVED] xfce-panel causing problems with mouse/touchpad

    Since upgrading the packages below  I mouseclicks occasionally do not work.  Also scrolling using the scrollwheel and touchpad doesn't start sometimes. I determined it is not a problem with the mouse or touchpad because 'xev' shows the correct events firing. Also  I see the icon change from arrow to hand when clicking.
    <edit>
    It appears that "xfce4-panel" is the cause. I use tint2 instead of  xfce-panel, but the process running an empty panel is started by default and  somehow interfered with mouse and touchpad events. solved it by removing it from the session, and comment it out in /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
    </edit>
    [2011-01-19 21:39] synchronizing package lists
    [2011-01-19 21:39] starting full system upgrade
    [2011-01-19 21:57] upgraded libxfce4util (4.8.1-1 -> 4.8.1-1)
    [2011-01-19 21:57] upgraded exo (0.6.0-2 -> 0.6.0-2)
    [2011-01-19 21:57] Generating locales...
    [2011-01-19 21:57] en_US.UTF-8... done
    [2011-01-19 21:57] en_US.ISO-8859-1... done
    [2011-01-19 21:57] nl_NL.UTF-8... done
    [2011-01-19 21:57] nl_NL.ISO-8859-1... done
    [2011-01-19 21:57] Generation complete.
    [2011-01-19 21:57] upgraded glibc (2.12.2-2 -> 2.12.2-2)
    [2011-01-19 21:57] upgraded x264 (20110115-1 -> 20110115-1)
    [2011-01-19 21:57] upgraded ffmpeg (26387-1 -> 26387-1)
    [2011-01-19 21:57] upgraded gdisk (0.6.14-1 -> 0.6.14-1)
    [2011-01-19 21:57] upgraded gstreamer0.10-ugly (0.10.16-2 -> 0.10.16-2)
    [2011-01-19 21:57] upgraded gstreamer0.10-ugly-plugins (0.10.16-2 -> 0.10.16-2)
    [2011-01-19 21:57] upgraded gtk-xfce-engine (2.8.0-1 -> 2.8.0-1)
    [2011-01-19 21:57] upgraded lib32-gcc-libs (4.5.2-4.2 -> 4.5.2-4.2)
    [2011-01-19 21:57] upgraded libjpeg (8.3.0-1 -> 8.3.0-1)
    [2011-01-19 21:57] upgraded xfconf (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:57] upgraded libxfcegui4 (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:57] upgraded mplayer (32792-1 -> 32792-1)
    [2011-01-19 21:58] when you use a non-reparenting window manager
    [2011-01-19 21:58] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2011-01-19 21:58] /etc/profile.d/openjdk6.sh
    [2011-01-19 21:58] upgraded openjdk6 (6.b20_1.9.4-1 -> 6.b20_1.9.4-1)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded openssh (5.6p1-2 -> 5.6p1-2)
    [2011-01-19 21:58] upgraded pcre (8.12-1 -> 8.12-1)
    [2011-01-19 21:58] upgraded terminal (0.4.5-2 -> 0.4.5-2)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded thunar (1.2.0-1 -> 1.2.0-1)
    [2011-01-19 21:58] upgraded thunar-volman (0.6.0-1 -> 0.6.0-1)
    [2011-01-19 21:58] upgraded udisks (1.0.2-2 -> 1.0.2-2)
    [2011-01-19 21:58] upgraded vim-runtime (7.3.102-1 -> 7.3.102-1)
    [2011-01-19 21:58] upgraded vim (7.3.102-1 -> 7.3.102-1)
    [2011-01-19 21:58] upgraded vlc (1.1.5-3 -> 1.1.5-3)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded xfburn (0.4.3-3 -> 0.4.3-3)
    [2011-01-19 21:58] upgraded xfce-utils (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded xfce4-appfinder (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-dev-tools (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-panel (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-mixer (4.6.1-2 -> 4.6.1-2)
    [2011-01-19 21:58] upgraded xfce4-notifyd (0.2.0-1 -> 0.2.0-1)
    [2011-01-19 21:58] upgraded xfce4-session (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-settings (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfdesktop (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfwm4 (4.8.0-1 -> 4.8.0-1)
    Last edited by rwd (2011-01-23 14:01:25)

    welcome to macbook forum.
    try this link:
    http://docs.info.apple.com/article.html?artnum=17228
    and open your system preference / keyboard and mouse / trackpad tab / and changed the preference (double clicking speed, etc) as you like and try it.
    Good Luck.

  • Solve the MSN/Jabbber problems once and for all!!

    Hey there.
    I use iChat to talk to my msn friends through jabber. I have three gripes with this, two I think can be Solved. The first being user name, everytime I want to change my user name (Which is not often) I have to go into a third party app to do it, thats a pain in the ***. Second, Buddy icons. Now all I want is my company logo to show up next to my name, I don't want to change it, unless I change my logo, but I have to be logged in on msn to show this, not through jabber.
    So for you developers out there.
    It's obvious that when you use msn it connects to a network and grabs your username and icon. So is it possible to make a widget that is connected to this network and that you can easily type in your username and also drag and drop the logo you want to use onto it. Then it stays connected with your info so your friends can see your buddy icon while you sit there happily using iChat (appart from the no transfers)..
    Hope someone can solve this problem, cause if not i'm going to be spending a lot of time trying to do it myself!
    Thanks

    ok thanks for the tip.
    Does anyone know a good easy to install server for osx then that I can connect mainly to MSN with.
    Hopefully with features like Buddy Icons and file transfers.
    So that I can use iChat with my msn buddy's just like my aim ones.
    Thanks

  • Solving an Apple ID problem if I move to iCloud

    After many years of being a Mac user, I still contend the most un-Apple like thing they do is the restriction process of Apple IDs.  I might be wrong, and hopefully I am, but here is my current situation and how I'd like to change it.
    1.  I'm currently a Google Apps user (because I can use my own domain) so I now live in the Google Cloud.  That said, now that I've switched from Android to the iPhone 4S and I'm about to get an iPad, I would rather just be "all Apple" (you'd think Apple would like this and make it easy for people to come back 100% into the Apple corral...but they don't).
    2.  My current (and only) Apple ID is my Gmail email address, as is my iTunes ID.  But if I dump Google completely and move everything to Mail.app, iCal, iCloud, etc. I'll "forever" have to use my old Gmail email address as my Apple ID and iCloud login (I think I can change my iTunes one to my @me.com address, though...not even sure about that).
    3  In a perfect world, I'd like to simply make my current Apple ID disappear and use my @me.com email address as my Apple ID for everything on iCloud and iTunes.  One thing I will not do is move everything over to iCloud and then have to use an old Gmail address as my Apple ID for the rest of my life.
    I'm sure I know the answer to number (3.) is "no", but thought I'd ask anyway, just in case there is some magic that can be worked.  If not, does anyone know if Apple is ever going to change things to allow changing the Apple ID?  I know there are thousands out there with the same issue...all you have to do is Google the problem.  Thanks for any help or ideas.

    @Winston Churchill:  This is what makes no sense.  (Bear in mind I already have an iCloud account and @me.com address).  What I said in my original post was that I was going to get rid of my primary email (Gmail account) and move to using nothing but my @me.com email address.  So you're saying I could change my Apple ID to a different email address than my current Gmail address...like [email protected]..and that would be OK.  But I could not change it to my current [email protected] address?  That is insane.  Why would Apple not want me to use their own @me.com email addrress? 
    They already don't allow the use of other email accounts with iCloud (only my @me.com address) which says "...hey, we want you to be an Apple person, not a HotMail or Gmail person", but yet I can't change my Apple ID to my @me.com address.
    One last thing, which might solve this.  Can I change my current Apple ID (my Gmail address) to something that is NOT an email address (something more like a username)?  Then could I associate the newly changed Apple ID with my iCloud @me.com email address?  I just want ONE login for iCloud and iTunes, and have only ONE email address...that being my @me.com address.

  • Applying p5665750_10131_GENERIC.zip doesnt solve the rules change problem

    Hi,
    Please suggest a solution to the below problem.
    Initial problem : whenever user changed rules in rules repository(WebDAV repository) they are not getting reflected in the BPEL process which contains decision service.
    Solution : redeploying the BPEL process or restarting SOA suite will affect BPEL process with the changes in rules repository.
    But we need to solve the above problem without redeploying the BPEL process. For this we have been provided a patch (p5665750_10131_GENERIC.zip)
    Installation of above patch
    %soa_home%opmn\bin>Opmnctl stopall
    Then I installed the patch.
    And restart the SOA suite
    %soa_home%opmn\bin>Opmnctl startall
    Now when I am trying to access the application I am getting Promotion Status as null and the following is the stack trace of the error
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-36334
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> Error while executing a rule session unit of work.
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> The rule session DuvalRules06:390024 failed to execute a unit of work.
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:497)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:245)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:231)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateful(DecisionServiceImpl.java:719)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.invoke_assertExecuteWatchStateful(NewDecisionServiceSOAPBinding_Tie.java:60)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.processingHook(NewDecisionServiceSOAPBinding_Tie.java:451)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    <2007-04-27 18:39:14,912> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Caused by: oracle.rules.rl.exceptions.EngineException: Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.exceptions.ExceptionFactory.createEngineException(ExceptionFactory.java:797)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.handleJessException(Engine.java:3245)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.callFunction(Engine.java:382)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.RuleSession.callFunctionWithArgumentList(RuleSession.java:404)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.RuleSession.callFunctionWithArgument(RuleSession.java:328)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:368)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ... 28 more
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Caused by: Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.DefinstanceList.assertObject(DefinstanceList.java:564)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.Rete.assertObject(Rete.java:1554)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.AssertObject.call(ReflectFunctions.java:1554)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.FunctionHolder.call(FunctionHolder.java:30)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.Funcall.execute(Funcall.java:280)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.callFunction(Engine.java:360)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ... 31 more
    <2007-04-27 18:39:14,928> <ERROR> <oracle.bpel.services> <::> Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.
    oracle.rules.rl.exceptions.EngineException: Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.
    at oracle.rules.rl.exceptions.ExceptionFactory.createEngineException(ExceptionFactory.java:797)
    at oracle.rules.rl.engine.Engine.handleJessException(Engine.java:3245)
    at oracle.rules.rl.engine.Engine.callFunction(Engine.java:382)
    at oracle.rules.rl.RuleSession.callFunctionWithArgumentList(RuleSession.java:404)
    at oracle.rules.rl.RuleSession.callFunctionWithArgument(RuleSession.java:328)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:368)
    at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:245)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:231)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateful(DecisionServiceImpl.java:719)
    at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.invoke_assertExecuteWatchStateful(NewDecisionServiceSOAPBinding_Tie.java:60)
    at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.processingHook(NewDecisionServiceSOAPBinding_Tie.java:451)
    at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.
    at jess.DefinstanceList.assertObject(DefinstanceList.java:564)
    at jess.Rete.assertObject(Rete.java:1554)
    at jess.AssertObject.call(ReflectFunctions.java:1554)
    at jess.FunctionHolder.call(FunctionHolder.java:30)
    at jess.Funcall.execute(Funcall.java:280)
    at oracle.rules.rl.engine.Engine.callFunction(Engine.java:360)
    ... 31 more
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-36333
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Error while executing the rule session.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> The rule session DuvalRules06:390024 failed to execute.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:263)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:231)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateful(DecisionServiceImpl.java:719)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.invoke_assertExecuteWatchStateful(NewDecisionServiceSOAPBinding_Tie.java:60)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.processingHook(NewDecisionServiceSOAPBinding_Tie.java:451)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-36334
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Error while executing a rule session unit of work.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> The rule session DuvalRules06:390024 failed to execute a unit of work.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::>
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:497)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:245)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ... 27 more
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Caused by: oracle.rules.rl.exceptions.EngineException: Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.exceptions.ExceptionFactory.createEngineException(ExceptionFactory.java:797)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.handleJessException(Engine.java:3245)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.callFunction(Engine.java:382)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.RuleSession.callFunctionWithArgumentList(RuleSession.java:404)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.RuleSession.callFunctionWithArgument(RuleSession.java:328)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:368)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ... 28 more
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Caused by: Jess reported an error in routine DefinstanceList.definstance
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> while executing (assert-object duvalCounty.StudentImpl@795486).
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> Message: Object is not instance of duvalCounty.StudentImpl.
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.DefinstanceList.assertObject(DefinstanceList.java:564)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.Rete.assertObject(Rete.java:1554)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.AssertObject.call(ReflectFunctions.java:1554)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.FunctionHolder.call(FunctionHolder.java:30)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at jess.Funcall.execute(Funcall.java:280)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> at oracle.rules.rl.engine.Engine.callFunction(Engine.java:360)
    <2007-04-27 18:39:14,928> <ERROR> <default.collaxa.cube.services> <::> ... 31 more
    <2007-04-27 18:39:14,928> <ERROR> <oracle.bpel.services> <::> Error while executing a rule session unit of work.
    The rule session DuvalRules06:390024 failed to execute a unit of work.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    ORABPEL-36334
    Error while executing a rule session unit of work.
    The rule session DuvalRules06:390024 failed to execute a unit of work.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:497)
    at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:245)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:231)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateful(DecisionServiceImpl.java:719)
    at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.invoke_assertExecuteWatchStateful(NewDecisionServiceSOAPBinding_Tie.java:60)
    at oracle.bpel.services.rules.runtime.NewDecisionServiceSOAPBinding_Tie.processingHook(NewDecisionServiceSOAPBinding_Tie.java:451)
    at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.rules.rl.exceptions.EngineException: Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.
    at oracle.rules.rl.exceptions.ExceptionFactory.createEngineException(ExceptionFactory.java:797)
    at oracle.rules.rl.engine.Engine.handleJessException(Engine.java:3245)
    at oracle.rules.rl.engine.Engine.callFunction(Engine.java:382)
    at oracle.rules.rl.RuleSession.callFunctionWithArgumentList(RuleSession.java:404)
    at oracle.rules.rl.RuleSession.callFunctionWithArgument(RuleSession.java:328)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:368)
    ... 28 more
    Caused by: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.
    at jess.DefinstanceList.assertObject(DefinstanceList.java:564)
    at jess.Rete.assertObject(Rete.java:1554)
    at jess.AssertObject.call(ReflectFunctions.java:1554)
    at jess.FunctionHolder.call(FunctionHolder.java:30)
    at jess.Funcall.execute(Funcall.java:280)
    at oracle.rules.rl.engine.Engine.callFunction(Engine.java:360)
    ... 31 more
    07/04/27 18:39:14 pFaultMessage is [email protected]9 name:operationErroredFault
    07/04/27 18:39:14 QName string is operationErroredFault

    Hi everybody,
    Wondering if we could categorize a little bit so that we can put together some kind of tech-note. So far i have seen the following errors:
    1. Something along
    at line 3 column 1 in main
    Caused by: FactClassException: fact class for 'loanoffer.LoanApplicationType' should be declared earlier in rule session
    at line 3 column 1 in main
    This one is usually caused by a RL function having above fact class as one
    of its parameters. The workaround to avoid this is either use 'loanoffer.LoanApplication' as the parameter type or enable 'assertXPath' for the fact 'loanoffer.LoanApplicationType'.
    2. Something like (see above)
    <2007-04-27 18:39:14,928> <ERROR> <oracle.bpel.services> <::> Internal error: Function assert-object: error in call: Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    Message: Object is not instance of duvalCounty.StudentImpl.Jess reported an error in routine DefinstanceList.definstance
    while executing (assert-object duvalCounty.StudentImpl@795486).
    This usually indicates a classloader issue in the decision service itself and it can
    happen if you put the fact class files into some directory which is in the classpath
    of BPEL PM (like ?/bpel/system/classes)
    I'm following up with "soruganti" on the second issue (the one originally posted)
    and we'll post the outcome here.
    Juan: Can you confirm that the issue you're seeing is one of above (1.) or (2.) ?
    Any stack trace available ?
    Nevertheless i'm sure it is somehow unrelated to patch p5665750.
    Best Regards,
    Ralf

  • I just solved all my iTunes problems. Seriously, I did.

    Hey everyone. I'm struggling just like you all with a million different problems since "upgrading" to iTunes 7.0 and 7.0.1. But I just solved my problems, with no help from Apple..
    Admittedly, I am using Windows Vista RC2... though perhaps this solution will trigger brilliance for those of you using XP. Here's what I did:
    I clicked on Help>Run Diagnostics, and ran the Network diagnostics. I noticed the following:
    "Current user is not an administrator."
    Well, that didn't make sense to me. There's only one user on my computer, and that's me.. and I'm an admistrator. But - and here's the golden ticket of information - Vista automatically runs programs as "not an administrator" so as to prevent the program from taking over your computer, and apparently, this newest version of iTunes can't handle that.
    This feature of Vista's seems like a pain in the butt, but it's actually a good security measure. We could argue that at another time. Let's not.
    Anyway, you have to tell iTunes to "Run As Administrator". Here's how:
    --- Find the iTunes.exe file on your computer (not the shortcut on your start menu, but the actual .exe file). It's probably somewhere like c:/program files/itunes/itunes.exe or something like that.
    --- Right click on the file, and click "Properties".
    --- Click on the "Compatability" tab.
    --- At the bottom, click "Run this Program as Administrator".
    --- Click OK, and close that window.
    Now try running iTunes, and run the diagnostics again. This time, it should say:
    Current user is an administrator.
    Now, see if any of your problems are fixed. In my case, this fixed several problems.. including my inability to download any song from the ITMS, and my inability to play any songs that were previously downloaded from the ITMS.
    Hope this helps someone!
      Windows XP Pro  

    Thank you, this is exactly what I needed to do. I'm in business again! I had thought of doing this, but didn't think my music would automatically transfer into the new iTunes. It did transfer and I updated to the new version and I'm good to go. Thank you again, so very much

  • [SOLVED] Xmobar doesn't switch fullscreen windows to tiling

    I'm using slightly modified config file i got from here:
    -- xmonad config used by Vic Fryzel
    -- Author: Vic Fryzel
    -- http://github.com/vicfryzel/xmonad-config
    import System.IO
    import System.Exit
    import XMonad
    import XMonad.Hooks.DynamicLog
    import XMonad.Hooks.ManageDocks
    import XMonad.Hooks.ManageHelpers
    import XMonad.Hooks.SetWMName
    import XMonad.Layout.Fullscreen
    import XMonad.Layout.NoBorders
    import XMonad.Layout.Spiral
    import XMonad.Layout.Tabbed
    import XMonad.Layout.ThreeColumns
    import XMonad.Util.Run(spawnPipe)
    import XMonad.Util.EZConfig(additionalKeys)
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    import Graphics.X11.ExtraTypes.XF86
    -- Terminal
    -- The preferred terminal program, which is used in a binding below and by
    -- certain contrib modules.
    myTerminal = "xfce4-terminal"
    -- Workspaces
    -- The default number of workspaces (virtual screens) and their names.
    myWorkspaces = ["1:term","2:web","3:code","4:vm","5:media"] ++ map show [6..9]
    -- Window rules
    -- Execute arbitrary actions and WindowSet manipulations when managing
    -- a new window. You can use this to, for example, always float a
    -- particular program, or have a client always appear on a particular
    -- workspace.
    -- To find the property name associated with a program, use
    -- > xprop | grep WM_CLASS
    -- and click on the client you're interested in.
    -- To match on the WM_NAME, you can use 'title' in the same way that
    -- 'className' and 'resource' are used below.
    myManageHook = composeAll
    [ className =? "Chromium" --> doShift "2:web"
    , className =? "Google-chrome" --> doShift "2:web"
    , resource =? "desktop_window" --> doIgnore
    , className =? "Galculator" --> doFloat
    , className =? "Steam" --> doFloat
    , className =? "Gimp" --> doFloat
    , resource =? "gpicview" --> doFloat
    , className =? "MPlayer" --> doFloat
    , className =? "VirtualBox" --> doShift "4:vm"
    , className =? "Xchat" --> doShift "5:media"
    , className =? "stalonetray" --> doIgnore
    , isFullscreen --> (doF W.focusDown <+> doFullFloat)]
    -- Layouts
    -- You can specify and transform your layouts by modifying these values.
    -- If you change layout bindings be sure to use 'mod-shift-space' after
    -- restarting (with 'mod-q') to reset your layout state to the new
    -- defaults, as xmonad preserves your old layout settings by default.
    -- The available layouts. Note that each layout is separated by |||,
    -- which denotes layout choice.
    myLayout = avoidStruts (
    Tall 1 (3/100) (1/2) |||
    Mirror (Tall 1 (3/100) (1/2)) |||
    tabbed shrinkText tabConfig |||
    Full |||
    spiral (6/7)) |||
    noBorders (fullscreenFull Full)
    -- Colors and borders
    -- Currently based on the ir_black theme.
    -- myNormalBorderColor = "#7c7c7c"
    myNormalBorderColor = "#000000"
    -- myFocusedBorderColor = "#ffb6b0"
    myFocusedBorderColor = "#002b36"
    -- Colors for text and backgrounds of each tab when in "Tabbed" layout.
    tabConfig = defaultTheme {
    activeBorderColor = "#7C7C7C",
    activeTextColor = "#CEFFAC",
    activeColor = "#000000",
    inactiveBorderColor = "#7C7C7C",
    inactiveTextColor = "#EEEEEE",
    inactiveColor = "#000000"
    -- Color of current window title in xmobar.
    xmobarTitleColor = "#FFB6B0"
    -- Color of current workspace in xmobar.
    xmobarCurrentWorkspaceColor = "#CEFFAC"
    -- Width of the window border in pixels.
    myBorderWidth = 1
    -- Key bindings
    -- modMask lets you specify which modkey you want to use. The default
    -- is mod1Mask ("left alt"). You may also consider using mod3Mask
    -- ("right alt"), which does not conflict with emacs keybindings. The
    -- "windows key" is usually mod4Mask.
    myModMask = mod4Mask
    myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- Custom key bindings
    -- Start a terminal. Terminal to start is specified by myTerminal variable.
    [ ((modMask, xK_t),
    spawn $ XMonad.terminal conf)
    -- Lock the screen using xscreensaver.
    , ((modMask .|. controlMask, xK_l),
    spawn "xscreensaver-command -lock")
    -- Launch dmenu via yeganesh.
    -- Use this to launch programs without a key binding.
    , ((modMask, xK_p),
    spawn "dmenu_run -b -fn '7x14'")
    -- Take a screenshot in select mode.
    -- After pressing this key binding, click a window, or draw a rectangle with
    -- the mouse.
    , ((modMask .|. shiftMask, xK_p),
    spawn "select-screenshot")
    -- Take full screenshot in multi-head mode.
    -- That is, take a screenshot of everything you see.
    , ((modMask .|. controlMask .|. shiftMask, xK_p),
    spawn "screenshot")
    -- Fetch a single use password.
    , ((modMask .|. shiftMask, xK_o),
    spawn "fetchotp -x")
    -- Start file manager.
    , ((modMask, xK_f),
    spawn "thunar")
    -- Mute volume.
    -- , ((modMask .|. controlMask, xK_m),
    , ((0 , xF86XK_AudioMute),
    spawn "amixer -q set Master toggle")
    -- Decrease volume.
    -- , ((modMask .|. controlMask, xK_j),
    , ((0 , xF86XK_AudioLowerVolume),
    spawn "amixer -q set Master 2%-")
    -- Increase volume.
    -- , ((modMask .|. controlMask, xK_k),
    , ((0 , xF86XK_AudioRaiseVolume),
    spawn "amixer -q set Master 2%+")
    -- Audio previous.
    , ((0, 0x1008FF16),
    spawn "")
    -- Play/pause.
    , ((0, 0x1008FF14),
    spawn "")
    -- Audio next.
    , ((0, 0x1008FF17),
    spawn "")
    -- Eject CD tray.
    , ((0, 0x1008FF2C),
    spawn "eject -T")
    -- "Standard" xmonad key bindings
    -- Close focused window.
    , ((modMask .|. shiftMask, xK_c),
    kill)
    -- Cycle through the available layout algorithms.
    , ((modMask, xK_space),
    sendMessage NextLayout)
    -- Reset the layouts on the current workspace to default.
    , ((modMask .|. shiftMask, xK_space),
    setLayout $ XMonad.layoutHook conf)
    -- Resize viewed windows to the correct size.
    , ((modMask, xK_n),
    refresh)
    -- Move focus to the next window.
    , ((modMask, xK_Tab),
    windows W.focusDown)
    -- Move focus to the next window.
    , ((modMask, xK_j),
    windows W.focusDown)
    -- Move focus to the previous window.
    , ((modMask, xK_k),
    windows W.focusUp )
    -- Move focus to the master window.
    , ((modMask, xK_m),
    windows W.focusMaster )
    -- Swap the focused window and the master window.
    , ((modMask, xK_Return),
    windows W.swapMaster)
    -- Swap the focused window with the next window.
    , ((modMask .|. shiftMask, xK_j),
    windows W.swapDown )
    -- Swap the focused window with the previous window.
    , ((modMask .|. shiftMask, xK_k),
    windows W.swapUp )
    -- Shrink the master area.
    , ((modMask, xK_h),
    sendMessage Shrink)
    -- Expand the master area.
    , ((modMask, xK_l),
    sendMessage Expand)
    -- Push window back into tiling.
    , ((modMask .|. shiftMask, xK_t),
    withFocused $ windows . W.sink)
    -- Increment the number of windows in the master area.
    , ((modMask, xK_comma),
    sendMessage (IncMasterN 1))
    -- Decrement the number of windows in the master area.
    , ((modMask, xK_period),
    sendMessage (IncMasterN (-1)))
    -- Toggle the status bar gap.
    -- TODO: update this binding with avoidStruts, ((modMask, xK_b),
    -- Quit xmonad.
    , ((modMask .|. shiftMask, xK_q),
    io (exitWith ExitSuccess))
    -- Restart xmonad.
    , ((modMask, xK_q),
    restart "xmonad" True)
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. modMask, k), windows $ f i)
    | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
    , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
    ++
    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
    [((m .|. modMask, key), screenWorkspace sc >>= flip whenJust (windows . f))
    | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
    -- Mouse bindings
    -- Focus rules
    -- True if your focus should follow your mouse cursor.
    myFocusFollowsMouse :: Bool
    myFocusFollowsMouse = True
    myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- mod-button1, Set the window to floating mode and move by dragging
    ((modMask, button1),
    (\w -> focus w >> mouseMoveWindow w))
    -- mod-button2, Raise the window to the top of the stack
    , ((modMask, button2),
    (\w -> focus w >> windows W.swapMaster))
    -- mod-button3, Set the window to floating mode and resize by dragging
    , ((modMask, button3),
    (\w -> focus w >> mouseResizeWindow w))
    -- you may also bind events to the mouse scroll wheel (button4 and button5)
    -- Status bars and logging
    -- Perform an arbitrary action on each internal state change or X event.
    -- See the 'DynamicLog' extension for examples.
    -- To emulate dwm's status bar
    -- > logHook = dynamicLogDzen
    -- Startup hook
    -- Perform an arbitrary action each time xmonad starts or is restarted
    -- with mod-q. Used by, e.g., XMonad.Layout.PerWorkspace to initialize
    -- per-workspace layout choices.
    -- By default, do nothing.
    myStartupHook = return ()
    -- Run xmonad with all the defaults we set up.
    --main = do
    -- xmproc <- spawnPipe "xmobar"
    -- xmonad $ defaults {
    -- logHook = dynamicLogWithPP $ xmobarPP {
    -- ppOutput = hPutStrLn xmproc
    -- , ppTitle = xmobarColor xmobarTitleColor "" . shorten 100
    -- , ppCurrent = xmobarColor xmobarCurrentWorkspaceColor ""
    -- , ppSep = " "
    -- , manageHook = manageDocks <+> myManageHook
    -- , startupHook = setWMName "LG3D"
    main = do
    xmproc <- spawnPipe "xmobar ~/.xmonad/xmobar.hs"
    xmonad $ defaults
    { manageHook = manageDocks <+> manageHook defaultConfig
    , layoutHook = avoidStruts $ myLayout
    , logHook = dynamicLogWithPP xmobarPP
    { ppOutput = hPutStrLn xmproc
    , ppTitle = xmobarColor "#657b83" "" . shorten 100
    , ppCurrent = xmobarColor "#c0c0c0" "" . wrap "" ""
    , ppSep = xmobarColor "#c0c0c0" "" " | "
    , ppUrgent = xmobarColor "#ff69b4" ""
    , ppLayout = const "" -- to disable the layout info on xmobar
    -- Combine it all together
    -- A structure containing your configuration settings, overriding
    -- fields in the default config. Any you don't override, will
    -- use the defaults defined in xmonad/XMonad/Config.hs
    -- No need to modify this.
    defaults = defaultConfig {
    -- simple stuff
    terminal = myTerminal,
    focusFollowsMouse = myFocusFollowsMouse,
    borderWidth = myBorderWidth,
    modMask = myModMask,
    workspaces = myWorkspaces,
    normalBorderColor = myNormalBorderColor,
    focusedBorderColor = myFocusedBorderColor,
    -- key bindings
    keys = myKeys,
    mouseBindings = myMouseBindings,
    -- hooks, layouts
    layoutHook = smartBorders $ myLayout,
    manageHook = myManageHook,
    startupHook = myStartupHook,
    handleEventHook = fullscreenEventHook
    I've looked here for a solution, but I'm not very good with haskell and it seems to me those lines are already included in the myManageHook and defaults functions.
    It doesn't work for flash videos nor any other applications like VLC - the application just doesn't go on top.
    Am I missing something?
    Last edited by mr0no (2014-01-11 16:59:46)

    I later found out that none of the hooks were working, so I copied the original config and modified it again from beginning but with more care this time.
    I probably messed something up the first time I was editing the config. Now everything works as expected.
    [SOLVED]

  • OC4J 9.0.2.0.1 UTF-8 problems

    We were using OC4J 1.0.2.2.1 with default-charset="UTF-8" in global-application.xml and UTF-8 is working fine.
    We recently upgraded to 9.0.2.0.1. The same setting is not working. We tried setting the default-charset in
    application-deployments/**/wev/orion-web.xml also. It did not work.
    Please respond if any one experiencing the same problem and workarounds for it.
    Thanks

    Srinivas,
    Are you seeing this with servlets or jsps or both...
    recently we got a similar problem reported with jsp.
    thanks,
    -Prasad

  • [SOLVED]second HDD installing problems

    I have tried to install a second hard drive, but when I should try to use it, I got the message:
    "An error occurred while accessing «Volum (reiserfs)» The system responded: org freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal.storage.mount-fixed.auth_admin_keep_always <--action,result"
    How do I solve the probleme?
    Thanks
    Last edited by harida (2009-04-12 23:54:10)

    Check this: http://bbs.archlinux.org/viewtopic.php?id=65652

  • Advice needed: The way to solve out of memory problem (or the way to work with big csv files)

    Hello:)
    I'm in trouble: I have a big csv file (over 5gb of web-analytics data) and my 64 bit excel (and 6gb ram)
    I cant load file to data model because of it's size. There is an error "out of memory" in power query. 
    This is the first time when I encountered such a problem.
    What options do I have to work with such a file? To increase memory in my computer? Would it solve the problem? How much do I need to work with 6gb csv? 
    Or may be I can upload my data somewhere to azure and work with it there? 
    So the problem - is there any way to deal with big files using power query? Or I need to become a developer and learn sql or other languages? 
    Thanks in advance.
    Max

    Hi Miguel!
    Thanks for your answer. 
    I've tried to load this file on virtual pc from azure cloud with this config:
    I have increased memory limit in power query settings:
    And still, the proble is the same:
    What I do wrong? 

Maybe you are looking for

  • Web Report not working on a different machine

    Dear Experts, I published my bex reports in Web. Url's works fine on my machine, but if I check the same Url on any other machine it gives a message 'page cannot be displayed'. How can all the users view the reports on web? How sould I publish them?

  • Call a web services from oracle forms 10

    I have to call a web services from oracle forms. The version of the database is oracle 11gr2. the version of the forms is 10.1.2.0.2. I allready did the proxy creation and the import class within forms. I have 2 questions: 1. I created the following

  • Issue while removing stock using MB1C - 562

    Hi, Our client has few materials for which batch number is captured in small alphabets and now when we are trying to remove stock using MB1C - 562 system gives error of Deficet Qty as it automatically changes small letters to CAPITAL letters as soon

  • HT1338 Trying to reinstall hp LaserJet P2035n fails even though Apple says software available.

    When I upgraded my Mac Pro to Lion a feature of my LaserJet P2035n went away. The feature was the ability to do manual double sided printing. The feature showed on the printer page but was always greyed out. I have noticed that a recent Mac OS softwa

  • Error at the time of validation for fuv file format

    Hi, As per government requirement in India TDS return must to filed in .fuv format. The details for 1st Quarter (From April to June 2009) had been down loaded from SAP using J1IQEFILE T code. While at the time of validating SAP data in .fuv converter