InterMedia JSP photo album demo not working

I have set up the following:
Oracle9i database 9.0.1.3.0 and an iAS 1.0.2.2.1 application server, both on solaris. I have applied patch 1725012 to my iAS.
I followed the instructions in the README.txt and copied the following files from my 9i database install into my iAS environment, and updated my jserv.properties to load these.
<ORACLE_HOME>/ord/jlib/ordhttp.zip
<ORACLE_HOME>/ord/jlib/ordim.zip
<ORACLE_HOME>/jdbc/lib/classes12.zip
<ORACLE_HOME>/jdbc/lib/nls_charset12.zip
<ORACLE_HOME>/sqlj/lib/runtime12.zip
I added the above to my JDeveloper libraries and recompiled the photo album bean.
I have set up EXTPROC and ran the extproc.sql without errors.
However, when I invoke the JSP and supply an image to upload, I get the following error:
java.sql.SQLException: No more data to read from socket
Same thing is logged to jserv.log, and nothing is logged to error_log.
What did I miss? Thanks in advance for any help!

Thanks for your response. I put all the original iAS classes back (but left the patched JDBC jars in place since this 102 iAS needs to talk to my 9i database). I am now getting a broken pipe error.
java.sql.SQLException: Io exception: Broken pipe
     at java.lang.Throwable.fillInStackTrace(Native Method)
     at java.lang.Throwable.fillInStackTrace(Compiled Code)
     at java.lang.Throwable.(Compiled Code)
     at java.lang.Exception.(Compiled Code)
     at java.sql.SQLException.(SQLException.java:43)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
     at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
     at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:363)
     at sqlj.runtime.profile.ref.RTStatementJDBCBase.executeUpdate(RTStatementJDBCBase.java:535)
     at sqlj.runtime.profile.ref.RTStatementWrapper.executeUpdate(RTStatementWrapper.java:96)
     at oracle.sqlj.runtime.OraRTStatement.executeUpdate(OraRTStatement.java:226)
     at sqlj.runtime.ExecutionContext$StatementFrame.executeUpdate(ExecutionContext.java:1125)
     at sqlj.runtime.ExecutionContext.executeUpdate(ExecutionContext.java:608)
     at oracle.ord.im.OrdImageBase._deleteContent(OrdImageBase.java:242)
     at oracle.ord.im.OrdImage.deleteContent(OrdImage.java:473)
     at PhotoAlbumBean.insertNewPhoto(PhotoAlbumBean.java:229)
     at orddemo.PhotoAlbumInsertPhoto._jspService(_PhotoAlbumInsertPhoto.java:159)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
     at oracle.jsp.JspServlet.internalService(Compiled Code)
     at oracle.jsp.JspServlet.service(JspServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:435)
     at org.apache.jserv.JServConnection.run(Compiled Code)
     at java.lang.Thread.run(Compiled Code)

Similar Messages

  • HT201317 My shared photo album will not work. I am trying to upload photos but I doesn't show up in my new device. I've done it before but now it's not working. My old device is a 4s iOS 7.1.1 and my new one is a 5 iOS 8.1.1. How can I make the pictures s

    my photo stream does not work at all. I've tried making a new album, but that does not work. So I've tried using an already existing album and deleting the pictures there. I decided to only upload 1 photo from my old phone (iPhone 4s iOS 7.1.1) to see if it'll show up on my new device (iPhone 5 iOS 8.1.1) it doesnt even show up in my new phone (iPhone 6 iOS 8.1.2) this picture is what shows up on both my iPhone 6 and 5 but on the 4s there is a picture that I "uploaded" and a second one that came out of nowhere. I do not know what to do because in the past this has worked out for me and it shows up on all three devices

    You can't restore to a backup that was taken on a device which has a higher version of iOS than on your iPad, you will have to update your iPad to 8.1.3 to be able to restore to it
    You should be able to update your iPad via Settings > General > Software Update

  • Photo Album buttons not working

    Hi, I created a photo album in Photoshop. This is how it
    views after it's created:
    http://oxford2.readyhosting.com/test/gallery/test.html
    When I put the file into my template the pause/play buttons
    aren't displaying.
    http://oxford2.readyhosting.com/test/gallery/index2.htm
    I can't figure out why. I am not great with coding but I am
    going blurry eyed. I can't tell if it's calling to something else?
    Help! and Thanks!!

    Sure, this is in the script:
    var isMainPageLoaded = false;
    function init() {
    //Create a timer to check to see if the bottom frame is
    loaded
    //before calling into it.
    if (top.BottomFrame.isBottomFrameLoaded) {
    top.BottomFrame.setArrows();
    } else {
    setTimeout("init()", 10);
    And this is the code for the arrows/button
    <a onMouseOver="window.status='Previous Image'; return
    true;" onmouseout="window.status=''; return true;"
    href="javascript:top.BottomFrame.previousImage();"><img
    name="previous1" src="images/previous_disabled.gif" width="36"
    height="19" vspace="2" hspace="1" border="0" alt="Previous
    Image"></a>
    </td>
    <td>
    <a
    onMouseOver="top.BottomFrame.togglePlayPauseImg('over');
    window.status='Start or Stop Slide Show'; return true;"
    onMouseOut="top.BottomFrame.togglePlayPauseImg('out');
    window.status=''; return true;"
    href="javascript:top.BottomFrame.togglePlayPauseState();"><img
    name="pausePlay1" src="images/spacer.gif" width="19" height="19"
    vspace="2" hspace="1" border="0" alt="Play/Pause"></a>
    </td>
    <td>
    <a onMouseOver="window.status='Next Image'; return true;"
    onmouseout="window.status=''; return true;"
    href="javascript:top.BottomFrame.nextImage();"><img
    name="next1" src="images/next_disabled.gif" width="36" height="19"
    vspace="2" hspace="1" border="0" alt="Next Image"></a>
    </td>

  • Movies on photo album page not working correctly

    I have movies on some photo album pages, and only since updating to Snow Leopard, when I click on a movie, the sound begins to play, but the picture sticks on the poster frame. If I go "back to album" and click the movie again, it will usually play normally. What gives? Anyone else have this happening?

    I have a similar problem with movies. Put a movie made on the iphone into a space holder place on a Blog page. Got the green plus sign and it played on the page.
    After publishing I see the first frame on the main blog page, but when I click read more to see the movie and whole blog entry I get a faded quicktime symbol with a question mark symbol in the middle.

  • Some smart album rules not working

    At a bit of a loss here - either my upgrade to Mavericks or my upgrade of Aperture to 3.5 has caused my Smart Albums to not work with various EXIF checking rules.
    I frequently have rules which check the EXIF tag, Camera Make, and check if it is Canon - this allows me to filter out and focus on my Canon 5D3 photos and not get distracted in relatively pointless editing of iPhone snaps. Unfortunately it doesn't work. Camera Make is Canon returns no matches, Camera Make starts with Canon returns nothing, Camera Make ends with Canon returns nothing.
    If I go and look at a photo, I can see the Camera Make exif flag says "Canon" in the field. No spaces at the end or anything silly. It used to work.
    Anyone experienced similar? Anyone have solutions?

    Hmm, interesting. Given your use of quotes I just tried "Canon" including the double quotes, but that made no difference either.
    The EXIF filter is the only rule on the smart album, and while the smart album is set for a single project, there are several hundred photos that should match in it. If I set the smart album to "Library" rather than the project, it still matches none...! Just in case there's some other rule burried away that just isn't displayed, I switched the smart album to "Match Any" rather than "All", and that too returns no photos.

  • My photo album does not show the pictures I have taken! Any help?

    My photo album does not show the pictures I have taken, they show up on my iMac through iCloud but not on my phone. Also my videos do not show up that I take.

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • IWeb photo gallery does not work in IE

    Does anyone know why iWeb photo gallery does not work in Internet Explorer but does work in Safari, Chrome & Firefox?

    What kind of a response are you looking for with a post like that, seriously? Change this or that in your unprovided code? Use this or that gallery, which may be the gallery you're already using. We don't know because you haven't mention specifics, provided any code, or any other relevant information to produce a helpful response. All you've said is you click a link and it's white. Kudos.
    We're not mind readers and no one is looking over your shoulder watching what you're doing. Get it together... and when you do, post a link so we can see what you're talking about. jeez.

  • Photo Stream is not working in Apple TV.

    After upgrading to 5.1, Photo Stream is not working.  An "Unable to sign in. The iCloud Terms of Service have changed" indication appears when trying to connect.
    What should i do?
    Thanks.

    First thing first: are you logged in with the same Apple ID on the iPhone and the Apple TV?

  • Share photos by email not working. Brings up grayed out check box? Want to share photos thru Entourage.

    Share photos by email not working in Photos Version 1.0 (209.52.0) on a Macbook Pro 17" Yosemite 10.10.3.  Brings up grayed out check box? Want to share photos thru  MS Entourage for Mac 2008 Ver. 12.3.6  Thanks!

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • Photos showing up in Wallpaper Photo Album, but not Main Photo Album

    I just switched to iPhone - love it. Just transferred all of my photos from my old device into my iPhone via iTunes. They show they are in the iPhone when I check the iTunes capacity at the bottom, and they all show up as options for my wallpaper in the wallpaper settings. However, when I just go to the Photos app on my main screen they aren't in the Photo Album there (not the camera roll either but I expected that).
    Thoughts on this? Did I do something wrong in the transfer? None of the files are corrupt - I was able to open them all in the wallpaper area but they just aren't available in the normal photo album.
    Thanks

    How did you correct this issue? i am having the same issue!

  • Cover Flow & Landscape View On Photo and Camara not working

    Cover Flow & Landscape View On Photo and Camara not working.
    Reset the iPhone. Made iTunes lib manual. Still does not work.
    Help.

    do you have the portrait lock on?
    double click the home button to bring up the mutitask bar. slide it to the left and there is a portrait lock and ipod controls. Make sure it is not locked. If this is not it i would try a hard reboot.

  • My photo album is not in order by date taken

    my photo album is not in order by date taken, how do I get it in order?

    Thanks, it was set on manual instead of by date (?). Wonder why iphoto help doesn't note that.....  Thanks so much for your help.

  • My photo stream is not working.

    my photo stream is not working on my pc

    Hi..
    Tap Settigns > iCloud
    Turn Photo Stream off then back on then restart your iPad.
    Restart your device: Hold the power button until "slide to power off" appears.  Slide to power off.  After it is off, press the power button to turn it back on.
    See if that made a difference...

  • My photo stream is not working on iPad nor when I take a photo ??

    My photo stream is not working on iPad

    Hi..
    Tap Settigns > iCloud
    Turn Photo Stream off then back on then restart your iPad.
    Restart your device: Hold the power button until "slide to power off" appears.  Slide to power off.  After it is off, press the power button to turn it back on.
    See if that made a difference...

  • Photo stream is not working on ipad. is it affected if i organise photos into albums?

    Photo stream on Ipad not working. Is it affected if i organise photos into albums?

    Rebooting my iPhone solved a very similar problem for me.

Maybe you are looking for