Adventure Demo 1.0 - General Error at Phone Display

I installed the Blueprint Demo - Adventure Demo 1.0 with the lastest J2EE 1.4 SDK successfully.
However, when I tested the demo, I found that there is always message displayed at the phone 'General Error' when I made reservation via menu item 'Reserve'. Other functions are fine.
This is not the first time I encountered in this current version. It happened with previous release of J2EE 1.4 SDK.
I can't find any error log in the server log. Does anybody encounter the problem and know the resolution?
Regards,
William

For the up-to-date status of the problem, please refer to the forum - J2EE SDK instead (with the same Subject)

Similar Messages

  • Adventure Demo - General Error

    I installed the Blueprint Demo - Adventure Demo 1.0 with the lastest J2EE 1.4 SDK successfully.
    However, when I tested the demo. I found that there is always message displayed at the phone 'General Error' when I made reservation via menu item 'Reserve'.
    This is not the first time I encountered in this current version. It happened with previous release of J2EE 1.4 SDK.
    I can't find any error log in the server log. Does anybody encounter the problem and know the resolution?
    Regards,
    William

    Have you tried setting the logging detail level to something more fine grain than INFO?
    Try changing the <install_dir>/domains/domain1/config/domain.xml file's <module-log-levels> element entry for logging:
    <log-service alarms="false" file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000000" log-to-console="false" use-system-logging="false">
    <module-log-levels admin="INFO" classloader="INFO" cmp="INFO" cmp-container="INFO" configuration="INFO" connector="INFO" corba="INFO" deployment="INFO" ejb-container="INFO" javamail="INFO" jaxr="INFO" jaxrpc="INFO" jdo="INFO" jms="INFO" jta="INFO" jts="INFO" mdb-container="INFO" naming="INFO" resource-adapter="INFO" root="INFO" saaj="INFO" security="INFO" server="INFO" verifier="INFO" web-container="INFO"/>
    </log-service>
    Instead of using "INFO", try using "FINEST" to see if that produces any clue as to the cause of this error.
    After changing the appropriate entries to "FINEST", start the application server, and check the <install_dir>/domains/domain1/logs/server.log after retesting. Can you determine if there is any new information related to this error in server.log?
    Please let me know what you determine after trying the suggestion in this email.
    Thanks,
    Jon

  • Error in Adventure Demo

    I get the following error when checking out in the Adventure Demo.
    There has been an error.
    Cause:
    com.sun.j2ee.blueprints.waf.controller.web.html.HTMLActionException: CheckoutHTMLAction Exception : Internal Server Error (caught exception while handling request: javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean; nested exception is: javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean; nested exception is: javax.ejb.EJBException: EJB Timer service not available)
    I have not editted any code only installed. The rest of the demo runs fine.
    Anyone else seen this problem.

    Hi Kryptoj,
    Please check your server.log. There should be an error message there if
    the EJB Timer Service did not start successfully. In the beta2, in order to use the EJB timer service, you need to start the pointbase server before starting the appserver. (This restriction will be removed in the next release) Also, make sure to use the JDK 1.4.1_02. JDK 1.4.2 introduced a bug that prevents the timer service from starting. If you're using JDK 1.4.2, after switching to JDK 1.4.1_02, please reinstall the app server.
    Regards,
    Ken

  • Java.sql.SQLException: General error

    Hi i got this error message:
    java.sql.SQLException: General error
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate(Unknown Source)
    at PersonFrame.actionPerformed(PersonFrame.java:1155)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow
    n Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    my code is:
    while (rs.next())
    String recnumber = rs.getString("Person_ Record_ Number");
    int reccc=Integer.parseInt(recnumber);
    if (Integer.parseInt(FamilyTree.rowselected)==reccc && AddPersonn!=0)
    System.out.println ("record in table "+reccc);
    System.out.println ("record selected "+FamilyTree.rowselected);
    str.executeUpdate("INSERT INTO Person " +
    "VALUES ('"+nameofperson.getText()+"','"+SurnameOfPersonTxt.getText()+"','"+Bday+"','EMPTY','"+DateOfDeathTogether+"','EMPTY','EMPTY','"+phone+"','"+genre+"','"+Country+"','"+FamilyTree.rowselected+"','"+Nicknametxt.getText()+"','"+Filename+"','"+BioFile+"','"+city+"','"+postal+"','EMPTY','empty','"+TimeOfBirth+"','EMPTY')");
    setVisible(false);
    System.out.println(Filename);
    LINE 1155 that the error message says is line :str.executeUpdate("INSERT INTO Person " +
    <<<PersonFrame.actionPerformed(PersonFrame.java:1155)>>>>>
    also note that i didn't include a try statement here (int reccc=Integer.parseInt(recnumber) because recnumber since is created holds the value 5000 so there is no need
    Also the output.. of
    System.out.println("INSERT INTO Person " + "VALUES ('"+nameofperson.getText()+"','"+SurnameOfPersonTxt.getText()+"','"+Bday+"','EMPTY','"+DateOfDeathTogether+"','"+PlaceOfDeath+"','"+address+"','"+phone+"','"+genre+"','"+Country+"','"+FamilyTree.rowselected+"','"+Nicknametxt.getText()+"','"+Filename+"','"+BioFile+"','"+city+"','"+postal+"','"+Causeofdeath+"','"+PlaceBurried+"','"+TimeOfBirth+"','EMPTY')");
    is:
    INSERT INTO Person VALUES ('fgfgff','dfdgfd','2/1/1988','EMPTY','Person Is Alive','null','EMPTY','EMPTY','Male','EMPTY','0560','dasfds','EMPTY','EMPTY','EMPTY','EMPTY','null','null','EMPTY','EMPTY')
    and my table gets only text values...
    Any Help Will Be Greately Appreciated
    Thanks
    Nick .s

    You cannot do two thing at the same time with the same statement (while your ResultSet is open you are making an insert), try using a separate Statement that the one you used for the query for the insert. If that doesn't work, make a new connection, that will do it.
    If you were using a separate statement then I'm sorry, I couldn't tell from your code. I'd had a similar problem and that's the way I solved it.

  • General Error While Making a Call-N900

    I cant make calls when I cange the sim.
    Every time I try it says General Error.
    Now I have to change my number, and I cant because of the Phone problem(General Error).
    with changed sim card I can send text and receive calls but cant make any.
    please help

    msdepzai wrote:
    2 days ago, when I tried to make a call, it started to display "General Error".
    I can't call and send SMS, but I can receive them.
    I changed the Sim, reflashed, clear device... but it doesn't work.
    I bought my N900 from Nokia online store, in UK, free sim.
    Finally, I searched on Google, lots of people have the same problem like me, one could fix it but I can't contact him, the rest couldn't.
    Anybody can help me please?
    if a reflash didn't fix than i think this might be a hardware problem, try searching at http://talk.maemo.org/ first than look for the nearest nokia care center .
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

  • FCE project files won't open. General error message.

    All of a sudden nearly all my project files refuse to open. Even when I try to open previous backups the same thing happens. General error! These files have been ok for at least the last 2 years. What could have caused this and can I get these years of work back? Please help.

    Used FCS Remover and re-installed but still get same result. Except that on first attempt to start FCE, after error message appeared, FCE carried on briefly showing 'Profiling for RT Extreme…' and a percentage. When it reached 100% it stopped immediately. Tried the whole process more than once. The first time an app called File Defense (in demo mode) showed an attempt to write to a .rsrc file when AU Pitch was reached. Have removed File Defense. Also logging in with shift key down to prevent any login items from loading. Logic Express 8 is installed and uses AU files but I don't know how to uninstall it.

  • General error when emailing a link

    Brand new phone. Everything works but when I try to email a link I get a "General Error." Weird thing is I can email just fine. I can send and receive. It only happens when I try to email a link. (I can text a link too). What could be the problem?

    Thank you for the quick response Bill!
    I don't have any audio in the slideshow and there don't seem to be any gaps in the slides. All the in and out points are consecutive.(Is this what you mean by gaps?)
    I realized I made one change to my computer since the last time I built a DVD with a slideshow. I'm not sure if this would cause the problem I'm having with Encore but about two weeks ago I installed Quicktime to look at some files someone gave me and I uninstalled it a few days later. Today I did a search of my hard drive for any possible remaining quicktime files and came across 'quicktime.mpp'. I did a seach for what it was and found some information about it possibly being malware. I (perhaps to hastily) deleted it thinking maybe it was the issue, but I am still getting the same error message.
    The general error message pops up almost as soon as the build process gets going. I haven't been able to find any other leads online to what might be the issue. Any other thoughts?
    I grately appreciate your help! 

  • Error adding phones with BAT

    Hi everybody
    I created a new file with the following format (I'm sure that all is written well):
    MAC ADDRESS,DESCRIPTION,NETWORK HOLD MOH AUDIO SOURCE,USER HOLD MOH AUDIO SOURCE,LOCATION,CSS,DEVICE POOL,MEDIA RESOURCE GROUP LIST,NETWORK LOCALE,PHONE BUTTON TEMPLATE,SOFTKEY TEMPLATE,EXTERNAL PHONE NUMBER MASK 1,LINE CSS 1,LINE DESCRIPTION 1,LINE NETWORK HOLD MOH AUDIO SOURCE 1,LINE USER HOLD MOH AUDIO SOURCE 1,ROUTE PARTITION 1
    20bbc01efe21,MAD_Anl_S_DP-,2-Espera_C,2-Espera_C,MAD_Anl_S_LOC,CSS_03-Fijos-Moviles_Nacionales_MAD_A_S,MAD_Anl_S_DP,MAD_An_Se_MRGL,Spain,Standard 6921 SCCP,Standard User,91,CSS_03-Fijos-Moviles_Nacionales_MAD_A_S,PT_Us_MAD_Anl_S-,2-Espera_C,2-Espera_C,PT_Us_MAD_Anl_S
    and I have the following error:
    Insert Phones - Specific Details
    Begin Time : 11/20/2013 17:13:53
    Query :
    Insert Phones in /common/bps/csvfiles/phones/insert/specific/6921_M.txt
    Failure Details :
    MAC Address/Device Name Error Code Error Description
    20bbc01efe21 DEVICE :: Error : A character to numeric conversion process failed
    Result Summary :
    INSERT for 0 PHONES passed.
    INSERT for 1 PHONES failed.
    End Time : 11/20/2013 17:13:53
    The error is in the MAC ADDRESS field as you can see. I know the MAC is well written and I tried to write SEP before and I had the same error. I also try to write mac address in capital letters.
    Can anybody help me?.
    Thanks in advance.

    Did you also try a capital MAC with SEP in front?
    ...,SEP20BBC01EFE21,...
    In general it's a good idea to first export a template under Bulk Administration and to modify that. It's less likely to do mistakes that way.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • General error 50

    I am unable to export projects using either compressor or directly from fcp7. I get either general error, or general error50. The file is 1080p and is about 20 mins long. I've tried exporting to h264 with compressor and exporting at full resolution using fcp and qt. failures both times.
    I am running a 2.8 ghz i5 iMac with 12 gb RAM, a Hal full 1tb drive, plus a fw800 1tb drive, also half full.

    Hi
    Error -50    paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file OR FINALCUT pref file - or in resp. to application used ! !
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie/FinalCut can find it ?
    Yours Bengt W

  • Installation 'General Error' Nokia 5230

    I cannot install the latest Ovi Maps on my Nokia 5230 as each time the installation fails with 'General Error' as the message. On clicking the blue i-button it merely says the error has occurred and instructs to try to install again. I have tried repeatedly.
    The phone memory shows 12mb free.
    Can anyone tell me what to do to achieve installation please?

    miss_ijaz wrote:
    cam some one tell me how to like refresh my phone??? like should i restore factory settings and then c if it worx??? i do have backup files....
    Factory settings reset - Type *#7780# and the phone's lock code (Nokia default lock code is 12345). This reset restores the phone's original settings.
    Soft reset/reformat - Type *#7370# and the phone's lock code.
    Warning!Soft reset wipes your C drive/phone memory!
    Hard reset - Switch the phone off. Press and hold three keys together, the green key, the * key and the number '3'. While you are holding these keys, switch the phone on. Don't release these three keys before you see the NOKIA logo.
    Warning! Hard reset (as soft reset does) wipes the C (phone memory) drive.
    Hard reset for 5800; Press and hold green + red + multimedia button and turn the phone on at the same time.
    Hard reset for N97; Press shift + space + delete and turn the phone on at the same time. Don't let the three keys before you see the NOKIA logo.
    Hard reset for other S60v5 phones; press green + red + camera key and turn the phone on at the same time.
    If you want to thank someone, just click on the blue star at the bottom of their post

  • Nokia 5800 XM Music General Error

    Hey,
    This is getting really frustrating.
    I bought this blue nokia 5800 XM in January (Australia), and in the past month its been giving me trouble.
    Okay, right now: Running v50.xx
    My phone is having a 'general error' when I try and play music in the music player.
    Only when I find songs via the file manager I can play them..One at a time.
    This is the second time within a week that its done this!
    The first time I googled around and found I had to 'hard-reset' then clear my memory card of bad sectors.
    Done that, it fixed..Until now....
    This isn't the only problem, at the start of the month my stupid phone would restart itself just for fun, and the alarm doesn't function properly (when I touch/slide to 'snooze' or 'stop' it doesn't respond until a minute later) And the memory card has wiped itself before aswell
    I reformatted the entire phone and memory, clean install of firmware and everything but still I get problems?
    Why?
    Think I'll go back to my old SE w910i it was much better..No problems with it ever (even after I dropped the battery in water)
    BTW I think I should have 1yr nokia warranty (does it cover first year from purchase?), but then again all they'll tell me to do is wait my time every week re-formatting the phone...
    PLEASE SOMEONE HELP!

    You've done about all you can, I could suggest replacing the memory card and the sim, but this is unlikely to solve any 'physical' problem. If the phone is less than a year old take it to a Nokia Care Point and insist it is repaired/replaced, or contact Nokia direct. The 5800 is generally stable and performs well, but I wouldn't leave it to run out of warranty, there is a good chance the phone would be replaced.
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Capture Video FCExpressHD 3.0.1-General Error

    I have an iMac G5 pre intel with 2.5 gb or Ram, My camera is a Panasonic DVG60 it has been capturing video fine until today ( 30 hrs) It is now giving me a GENERAL ERROR when I try to capture video. I can capture files in iMovieHD OK, and import them to FCE, but I need the timecodes to edit as when I shot I recorded specific timecodes and it is 1 1/2 hrs worth of video to edit. I have reinstalled FCE 3.0.1 and still no correction. I also tried to as a suggestion on this group said take out the receipts to QT 7. and I did still no go.

    This article is for FCE2 but it works for FCE3 as well:-
    http://docs.info.apple.com/article.html?artnum=93690
    Ian.

  • Every time I try to open a project in final cut pro it says general error. What do I need to do to make it stop saying this? Please help me.

    My final cut pro software is acting up!!! Every time I try to open a project it says "general error" and the timeline doesn't even show up. What do I ahve to do to fix  this?

    Has it ever worked? What version are you using? Generally the overwhelming suggestion for problems like this are to remove the preferences.

  • "General Error" when exporting unrendered clip?

    I have .mov clips in my project that already have an alpha channel in them (format is Animation millions of colors +).
    They're on the timeline in a sequence, with a single transition between them.
    I want to export back to Animation Millions of Colors + in order to keep the alpha channel (this is for Flash video conversion).
    The composite mode for the clips are set to normal, with straight alpha. I can see that the alpha is intact on the clips in the timline by temporarily placing an image on a layer under them.
    I understand that you have to export without rendering in order to preserve the alpha channel.
    However, when I try to export to ANY codec without rendering, I get a dialog that says only "General Error." Rendering will allow export, but of course the alpha channel is gone now.
    I'm running System 10.4.10 with the QuickTime 7.3 upgrade installed, FCE 3.5.1. Did QT 7.3 break something?
    Thanks in advance,
    Steve

    Tom,
    Thanks for your reply. The problem isn't that I didn't use the right codec (I did, as I said in my original post). The problem is that I am not able to export an undrendered clip using any codec. All I get is the "General Error" message.
    Thus no transparency in the exported file.
    Also to clarify, I am not keying the source files to create transparency in FCE. The source files already have an alpha channel in them.
    I have downgraded to QuickTime 7.2, so 7.3 was not the culprit. I have also run the usual system cleanup utilities like AppleJack, etc.
    Thanks,
    Steve

  • Getting a general error message in FCE when putting .mov file onto timeline

    Putting a .mov film onto the timeline above a moving image so we see the mov file playing in a reduced size in the background of whats going on ( a window). Don't know why this is happening but any advice would be appreciated!
    We are really stuck so any help would be so appreciated!
    thanks.

    Its converted to an mpeg4 file but i think it may be the fact it is running at 30fps as oppose to the rest of the project which is 25fps. When I try to put it on the timeline it gives me the general error and then the footage which was on below it on timeline no longer exists. Very strange.

Maybe you are looking for