Can anybody tell me how to fix this error...

[#|2005-07-07T14:21:32.199-0400|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=12;|StandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
com.sun.faces.el.impl.ElException: Encountered "}", expected one of [<INTEGER_LITERAL>, <FLOATING_POINT_LITERAL>, <STRING_LITERAL>, "true", "false", "null", "(", "-", "not", "!", "empty", <IDENTIFIER>]
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.parseExpressionString(ExpressionEvaluatorImpl.java:289)
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.parseExpression(ExpressionEvaluatorImpl.java:199)
     at com.sun.faces.application.ApplicationImpl.checkSyntax(ApplicationImpl.java:741)
     at com.sun.faces.application.ApplicationImpl.createValueBinding(ApplicationImpl.java:291)
     at com.sun.jsfcl.app.ViewHandlerImpl.setupPageBean(ViewHandlerImpl.java:267)
     at com.sun.jsfcl.app.ViewHandlerImpl.createView(ViewHandlerImpl.java:126)
     at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:164)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
     at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
     at java.lang.Thread.run(Thread.java:534)
Caused by: com.sun.faces.el.impl.parser.ParseException: Encountered "}" at line 1, column 3.
Was expecting one of:
<INTEGER_LITERAL> ...
<FLOATING_POINT_LITERAL> ...
<STRING_LITERAL> ...
"true" ...
"false" ...
"null" ...
"not" ...
"empty" ...
<IDENTIFIER> ...
     at com.sun.faces.el.impl.parser.ELParserImpl.generateParseException(ELParserImpl.java:2234)
     at com.sun.faces.el.impl.parser.ELParserImpl.jj_consume_token(ELParserImpl.java:2102)
     at com.sun.faces.el.impl.parser.ELParserImpl.Expression(ELParserImpl.java:140)
     at com.sun.faces.el.impl.parser.ELParserImpl.AttrValueExpression(ELParserImpl.java:109)
     at com.sun.faces.el.impl.parser.ELParserImpl.ExpressionString(ELParserImpl.java:50)
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.parseExpressionString(ExpressionEvaluatorImpl.java:282)
     ... 55 more
I would appreciate if anybody can tell me what this error means..
Thanks,
-Bob

For posterity's sake...
<br><br>
The simple answer to the above question (<i>from the link</i>) is to include "return true;" at the end of your javascript.
<br><br><br>
My problem turned out to be something else. It was complaining because the archive attribute in my applet tag pointed to a file with a period in it. It pointed to "file_0.1.jar" I had to change the file name and the attribute to "file_0_1.jar" Is this a bug or is this how it's supposed to act?
<br><br>
Thanks.

Similar Messages

  • Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    That's an error reported from DVD Player I believe...
    kDVDErrorMissingGraphicsDevice = -70017, // A valid graphics device is not available.
    There's some conjecture it has to do with HDCP, or Video Card problems, but the only 2 cures/fixes I found were Software related, one was cured by updating the OS, another by replacing the Video kexts.
    I think this error also shows up if trying to use DVD player in Safe Mode, (too much research isn't good! ).
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
      Chipset Model:          GeForce 7800GT
      Type:          Display
      Bus:          PCI
      Slot:          SLOT-1
      VRAM (Total):          256 MB
      Vendor:          nVIDIA (0x10de)
      Device ID:          0x0092
      Revision ID:          0x00a1
      ROM Revision:          2152.2
      Displays:
    VGA Display:
      Resolution:          1920 x 1080 @ 60 Hz
      Depth:          32-bit Color
      Core Image:          Supported
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Supported
    Display:
      Status:          No display connected
    Can't think of much to try at the moment, but perhaps reapplying the big 10.4.11 combo, Repair Permissions, & reboot would help, not sure.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html

  • Can anyone tell me how to fix this error I am receiving: LabView: File not found. VI "Mobile Display.vi" was stopped at unknown " " at a call to "Mobile Display.vi"?

    Can someone help me please? I am receiving this error everytime I attempt to execute my application:
    LabView: File not found. The file might have been moved or deleted, or the file path might be incorrectly formated for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    VI "Mobile Display.vi" was stopped at unknown " " at a call to "Mobile Display.vi"
    Attachments:
    labview error.jpg ‏176 KB

    We cannot help without additional information:
    Are you running your code
    ...in the development system?
    ...as a standalone application?
    ...deployed to an embedded target?
    If it is a built application, do you explicitly include dynamically called VIs in the build specification?
    Who wrote the program? Do you have access to the code?
    How is this VI called? Is there sufficient error handling?
    Do you manipulate paths as strings or as proper path datatypes with the strip path/build path primitives etc.?
    Is it running on the same OS used to develop it ...
    LabVIEW Champion . Do more with less code and in less time .

  • Can Anybody Tell me  how to solve this Error (related OCCI)

    following Errors are Coming While Running...
    Programmmm
    int main()
    nvironment *env = Environment :: createEnvironment();
         cout << "Environment is creating" << endl;
    Connection *conn = env->createConnection( "test", "test" ,"10.116.64.98:1521/ORCL");
    cout << "Connecting to the database" << endl;     
    env->terminateConnection(conn);
    Environment::terminateEnvironment(env);
    return 1;
    Enviroment is Creating but not connecting to the Database.....
    my database Client is 10G
    VC++ 2005...
    I downloaded .dll and .lib files from below link
    http://www.oracle.com/technology/tech/oci/occi/occidownloads.html
    but same thing is working in VC++2003... But not in 2005..... Error is given below
    ERROR
    'sanju.exe': Loaded 'C:\WINNT\system32\mmdrv.dll', No symbols loaded.
    'sanju.exe': Unloaded 'C:\WINNT\system32\mmdrv.dll'
    First-chance exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fc34..
    First-chance exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
    Unhandled exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fc34..
    The program '[1676] sanju.exe: Native' has exited with code -1073741510 (0xc000013a).
    can anybody help me plzzzzzzzzzz...
    cheers ,
    sanju
    }

    AFAIK, you can't mix and match vs2003 and vs2005 compiled libraries. I don't think 10g supports vs2005.
    11g does offer OCCI import libs (.lib) specifically for use with vs2005 in oci/lib/msvc/vc8.
    That's what I'm using successfully. 11g on Windows was recently released officially, give it a try for real vs2005 support. --DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Turned on my ipad,dark screen lights up but cant see a thing... can anybody tell me how to fix this

    Just turned on my ipad 2 wi-fi , black screen lights up to lighter black but I cant see a thing on it... does anyone have any ideas on what's wrong with it?

    Try this First... No Data will be Lost...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414
    3: If the device doesn't appear in iTunes, try using the Steps in this article to force the device into Recovery Mode

  • HT1689 MY IPHONE 4 STOPPED SAVING  ALL MY CALLS (IN,OUT&MISSED)TO MY CALL LOG ITS ALMOST BEEN A WHOLE MNTH I HAV TRIED EVERYTHING IT SEEMS IV DID ALL THE RESETS YOU CAN DO. DO I JUST NEED TO TAKE IT UP TO APPLE STORE OR CAN ANYBODY TELL ME HOW TO FIX MY P

    ITS ALMOST BEEN A WHOLE MNTH I HAV TRIED EVERYTHING I DID ALL THE RESETS AND RESTORE YOU CAN DO. CAN ANYBODY TELL ME HOW TO FIX MY PROBLEM OR HAVE ANY OTHER SUGGESTION I WOULD BE ABLE TO DO ON MY PHONE OR HAVE I PRETTY MUCH TRIED EVERYTHING THAT I CAN DO AND NOW NEED TO TAKE IT UP TO AN APPLE REP AT THE APPLE STORE?

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • My ipad is no longer syncing automatically when I connect to my macbook pro.  Can anyone tell me how to fix this?

    I've had an ipad since late December 2010.
    In the past, it has always automatically synced when I connect it to my macbook pro.
    Now, when i connect it...nothing happens.
    Can anyone tell me how to fix this?

    The first thing to do is to launch iTunes on your Mac. Go to Preferences - under the iTunes heading in the menu at the top. Click on Devices. Make sure that you uncheck the box next to - Prevent iPods, iPhones and iPads from syncing automatically. Quit iTunes and restart your Mac.
    Connect your iPad to the Mac and launch iTunes. Select your iPad under the Devices heading on the left side of iTunes. Then click on the Summary Tab at the top right side of the iTunes window. Put a checkmark (select) in the box next to  - Open iTunes when this iPad is Connected. Make sure that all of the other boxes are checked as you desire according to what you want to sync. Click - Apply - in the lower right corner to sync.
    Disconnect your iPad after syncing. Quit iTunes. Then connect your iPad again and iTunes should launch and sync automatically.

  • I deleted my back up files from my external hard drive and my trash won't empty. I get an error code -22. Can anyone tell me how to fix this?

    I deleted my back up files from my external hard drive and my trash won't empty. I get an error code -22. Can anyone tell me how to fix this?

    JLCruz wrote:
    I deleted my back up files from my external hard drive ...
    If this is related to Time Machine Backups...
    See here  >  Should I delete old backups?  If so, How?
    From Here  >  http://pondini.org/TM/FAQ.html
    If the TRASH still won’t Empty...
    See Here  >  http://pondini.org/TM/E6.html

  • When spanning new tabs (firefox) my users are asked to re-authenticate with pages already signed into. Can you tell me how to fix this issue for firefox users?

    With some research I found regedit setting called “TabProcGrowth” that allows tabs to span without re-authenticating with certain browsers. Can you tell me how to fix this issue for my Mozilla Firefox users? Our current version of Mozilla Firefox is: 24.5.0 (x86 en-US). This was first noticed with a product called Confluence that we use in our Tech Support area. Users are having to reenter their password every time they click on a new link in confluence. Any help would be appreciated.
    Thank you,

    Hi Bernie:
    As long as you are accessing your internal server on http:// or https:// then I would expect the normal rules to apply. To see whether some external requests are being blocked, you might try using Firefox's Web Console, Network tab.
    You can open the console in the lower part of a tab using either:
    * Ctrl+Shift+k
    * "3-bar" menu button > Developer > Web Console
    * (menu bar) Tools menu > Web Developer > Web Console
    Click "Network" on the top bar of the Web Console.
    Then use the address bar or a bookmark to launch Confluence in the same tab. Each request made by Firefox should be displayed along with the result. You can click a row for more details.
    When I look up "TabProcGrowth" it seems related to the Protected Mode feature of IE8 and newer, which is not (yet) applicable to Firefox. http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx
    However, if Confluence is heavily reliant on plugins such as Flash or Java, that could be a factor because plugins are run out-of-process in Firefox. In that case I suggest checking with Confluence for suggestions.

  • When I open iCal, I get the message 'The file name is invalid.' Can anyone tell me how to fix this?

    When I open iCal, I get the message 'The file name is invalid.' Can anyone tell me how to fix this?

    These latest Flash is corrupted.  Adobe has acknowleged the problem.  The following Adobe Forum message may be of help to you:
    http://forums.adobe.com/message/6288150

  • HT1933 I downloaded WE CHAT app. which i store shows free. But still th. Can anybody tell me how to report this?ey charged 1 $ from my account

    I downloaded WE CHAT app. which i store shows free. But still they charged 1 $. Can anybody tell me how to report this?

    iTunes Store & Mac App Store: About payment card authorization ...

  • Slide to unlock doesn't work happend more than 8 time every time i had to restart my phone, Please can you tell me how to fix this bug . iPhone 5, iOS 7.0.4

    Slide to unlock doesn't work happend more than 8 time every time i had to restart my phone, Please can you tell me how to fix this bug .
    iPhone 5, iOS 7.0.4

    Backup and restore your software via iTunes. If the problem continues, restore as a NEW device. If this solves it, that means there is some corruption in your backup file. If the problem is still there, you should take it to the Genius Bar at an Apple Store for evaluation.

  • Hello, I bought and subscribed to Creative suite in June, for Photoshop, Illustrator, Indesign and Bridge, but my subscription is telling me I only have Photoshop, can you tell me how to rectify this error, so i can download creative suite onto my desktop

    Hello, I bought and subscribed to Creative suite in June, for Photoshop, Illustrator, Indesign and Bridge, but my subscription is telling me I only have Photoshop, can you tell me how to rectify this error, so i can download creative suite onto my desktop

    Thanks for your reply. I was able to find help through a tech support chat session and the person helped me edit my /etc/hosts file and it solved the problem.
    For anyone else experiencing this issue (Mac OS X):
    Close all other programs and sign out from the Adobe Desktop App
    From the Finder, Go > Go to Folder...
    Type /etc and hit enter
    Find "hosts" file (only "hosts", there were similar files such as hosts.config but only open the one that says "hosts"
    Open the file, and replace the entire content with ### Host Database## localhost is used to configure the loopback interface#
    Close the file, sign back into the Adobe Desktop App
    Problem solved!

  • I have recently bought an Iphone 4s but since i've had it, it has been saying 'no service'. can anyone tell me how to fix this problem?

    Can someone please help me to fix this?
    Since the very first day i had the phone it has been saying 'no service'.
    when i turn it on it says 'searching' for at least 1 minute but after it says 'No Service' I dont know what to do as with previous Iphones i have never came accross this problem.
    would be great if someone could give me information on how to fix this.
    Thanks

    what did you phone carrier say when you contacted them about your cellular data issue?

  • I've used Firefox for years. 2 days ago it wouldn't open. I uninstalled it using Revo uninstaller and put it back. Its still the same. Can anyone tell me how 2 fix this or change my mail settings for I Explorer. thx

    and now it just wont open can anyone tell me how 2 change my mail going 2 firefox and start going 2 i explorer please

    For gmail there are no settings to change, you can access gmail from any browser just by going to the gmail site and logging in.
    The [[Firefox will not start]] article should help with the problem you are having with Firefox.

Maybe you are looking for

  • How can I sync my mac's contacts to my iphone over the air with mobile?

    I add about one or two contacts a day on my mac and want it to automatically upload to my iphone. I have my mac's mobile me to sync atomically. I don't get the push, fetch, manually thing. I don't want my phone to drain battery power to push my email

  • Stuck on portrait view

    My iPad mini (about a month old) won't automatically change to landscape view in any apps or portals. The menu does, but once I click on an app or portal it reverts back to portrait view. How can I get it to do it automatically as it used to? Thanks

  • Error (261) when trying to backup purchases

    I have a new computer with SATA HD and SATA DVD burner (lightscribe) and am having a problem backing up my library. When I insert a blank CD or DVD and select backup... backup entire library... iTunes goes off and checks the library and starts its 'b

  • Rank function in Answers

    Hi, I have to produce a bar-chart with Number of Projects(Y axis), Project Phase(X axis). For example, x axis should have labels like Phase-1, Phase-2 etc., and in each phase teh number of projects should be the bar. The catch is , the number of proj

  • Infix to postfix printing out incorrectly sometimes..any ideas?

    alright, my program this time is to make an infix to postfix converter. I have it coded, and it works fine except when I use parenthesis. I'm supposed to test it with these expressions: a + b a * b + c a * ( b + c ) a + b * c - d ( a + b ) * ( c - d