Error compiling deluge [solved]

So I downloaded the most recent pkgbuild of deluge (0.9.04) and used makepkg -sp
Unfortunately I receive the following error after a bit of compiling takes place:
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
install: cannot stat `pixmaps/deluge.svg': No such file or directory
==> ERROR: Build Failed.
Aborting...
I know I have all the dependencies installed, so I'm not sure what is going wrong here.
Any thoughts are appreciated!
Edit: I found the svn version in the AUR that has fixed the boost build error.
http://aur.archlinux.org/packages.php?ID=18502
Last edited by nycthbris (2008-08-04 21:00:22)

Here is the patch.
boost-mt.patch:
*** ./setup_old.py 2008-08-21 12:36:56.000000000 +0200
--- ./setup.py 2008-08-21 12:39:51.000000000 +0200
*** 157,167 ****
else:
_include_dirs += ['/usr/include/python' + python_version]
_libraries = [
! 'boost_filesystem',
! 'boost_date_time',
! 'boost_iostreams',
! 'boost_python',
! 'boost_thread',
'pthread',
'ssl',
'z'
--- 157,167 ----
else:
_include_dirs += ['/usr/include/python' + python_version]
_libraries = [
! 'boost_filesystem-mt',
! 'boost_date_time-mt',
! 'boost_iostreams-mt',
! 'boost_python-mt',
! 'boost_thread-mt',
'pthread',
'ssl',
'z'
And here is the PKGBUILD:
pkgname=deluge
pkgver=0.9.07
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk"
arch=('i686' 'x86_64')
url="http://deluge-torrent.org/"
license=('GPL2')
depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
makedepends=('subversion' 'intltool')
conflicts=('deluge')
provides=('deluge')
source=(http://download.deluge-torrent.org/source/$pkgver/$pkgname-$pkgver.tar.gz boost-mt.patch)
md5sums=('d5e73b6d997040a70ecf948950cf4a51'
'7cafc0c498383545ed45436f3c007a24')
options=('!emptydirs')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ${srcdir}/boost-mt.patch || return 1
python setup.py install --prefix=/usr --root=$startdir/pkg
install -D -m644 deluge/data/pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
Or get complete tarball → http://fisiu.lua.pl/arch/tarball/deluge.tar.bz2

Similar Messages

  • Error compiling mintmenu [SOLVED]

    Hello,
    I'm new and I don't know if it is here where I should post it or there is a more direct way to talk with the package maintainer like comments of the AUR package web, but here I go:
    When I compile mintmenu-5.4.9-1-x86_64 I get this error when the "makepkg -s" command gets to mintMenu.py
    patching file usr/lib/linuxmint/mintMenu/plugins/execute.py
    Hunk #1 succeeded at 19 (offset -1 lines).
    Listing '.'...
    Compiling './capi.py'...
    Compiling './compile.py'...
    Compiling './keybinding.py'...
    Compiling './mintMenu.py'...
    *** File "./mintMenu.py", line 24
    except Exception, e:
    ^
    SyntaxError: invalid syntax
    Compiling './mintMenuConfig.py'...
    *** File "./mintMenuConfig.py", line 16
    except Exception, e:
    ^
    SyntaxError: invalid syntax
    Compiling './mintRemove.py'...
    *** File "./mintRemove.py", line 17
    except Exception, detail:
    ^
    SyntaxError: invalid syntax
    Listing './plugins'...
    Compiling './plugins/__init__.py'...
    Compiling './plugins/applications.py'...
    *** File "./plugins/applications.py", line 50
    print '%s took %0.3f ms' % (func.func_name, (t2-t1)*1000.0)
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/easybuttons.py'...
    *** File "./plugins/easybuttons.py", line 106
    except Exception, e:
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/easyfiles.py'...
    Compiling './plugins/easygconf.py'...
    Compiling './plugins/easygsettings.py'...
    Compiling './plugins/execute.py'...
    *** File "./plugins/execute.py", line 11
    print elem
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/filemonitor.py'...
    *** File "./plugins/filemonitor.py", line 31
    except Exception, detail:
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/get_apt_cache.py'...
    *** File "./plugins/get_apt_cache.py", line 12
    print "CACHE" + "###" + str(name) + "###" + str(summary) + "###" + str(description)
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/places.py'...
    *** File "./plugins/places.py", line 188
    except Exception, detail:
    ^
    SyntaxError: invalid syntax
    Compiling './plugins/recent.py'...
    Compiling './plugins/system_management.py'...
    Listing './search_engines'...
    ==> Limpiando la instalación...
    -> Limpiando archivos innecesarios...
    -> Comprimiendo las páginas man e info...
    -> Quitando los símbolos no requeridos de los binarios y bibliotecas...
    ==> Creando paquete "mintmenu"...
    -> Generando el archivo .PKGINFO...
    -> Añadiendo install archivo...
    -> Generando archivo .MTREE...
    -> Comprimiendo el paquete...
    ==> Abandonando el entorno fakeroot.
    ==> Terminado haciendo: mintmenu 5.4.9-1 (dom jun 23 15:44:58 CEST 2013)
    After that I can install mintmenu but it doesn't look like the Mint Menu, it has the structure but not the "favorites" section, not the grey background, not the icon menu, and some other things.
    Is it any kind of coding error, or any version incompatibility between compiling versions?
    Last edited by josealb77 (2013-06-24 10:41:24)

    As I don't use any of the dependencies that this is to work with, I can only comment generally.
    Posting here with this sort of question is good - you can then get help figuring out if something is misconfigured on your end, or if there is something wrong with the PKGBUILD.
    You should also post on the packages comment page in the aur too - especially if/when you think there might be an issue with the PKGBUILD.
    In this case, that is a highly "voted" package, and the maintainer seems quite active in keeping it up to date.  This means they'll probably have a good response for you quickly if you post on the aur page, but it also suggests the issue may be at your end.
    EDIT: I'm horrible with python distribution steps, but I can't help but wonder if the 'cd $pkgdir/usr/...' is in the wrong place.  There is a loop that modifies all the python hashbangs appropriately to work in arch, but then it cd's to where the "pre-sed" copied versions are and compiles those.  I think the cd should be before the for loop.  But this would really be something to ask the maintainer.
    Last edited by Trilby (2013-06-23 16:16:43)

  • How do I solve 'error compiling movie. unknown error'?

    how do I solve 'error compiling movie. unknown error' when trying to export? I think a file is damaged or conflicting but how do I know which one?
    Also, how did this happen in the first place and how can I avoid it in the future?
    Thank you very much!!

    BSHF
    The answers are in the details which are lacking in your report.
    What version of Premiere Elements are you using and on what computer operating system is it running?
    Please check out the Adobe troubleshooting documents for this issue
    Error "Error compiling movie" during render or export
    Troubleshoot damaged projects | Adobe Premiere Elements
    After you review those documents and determine if either suggested troubleshooting scheme will work for you,
    then we can discuss the immediate and future actions.
    Looking forward to your follow up. Depending on your reply, next posts may require of you details
    a. project settings
    b. properties of your source media
    c. edits and inspection of Timeline content with the Timeline expanded with the -+ slider above the Timeline.
    More later.
    ATR

  • One Solve for "Error Compiling movie" Unknown Error

    Just went through a hair-pulling hour trying to figure out why a sequence that had rendered in the past was suddenly not rendering anymore. The footage is HD DSLR footage at 1080p, with a separate audio track. Simple cuts and effects, and an adjustment layer for color-correction.
    I had just successfully compiled another clip in the project and the only difference I could see was that at some point I had added a cross disolve from a Title clip to the Adjustment layer that was in the same (Video 2) track. Not sure why I did this, but it must have gotten dropped down from track 3.
    I removed that cross disolve by moving the Adjustment layer to a new Video track, and fixing the Title's fade out. Sure enough, it works!
    It's a stupid error, but if you find yourself in the same situation, hopefully this could help.
    Stephen

    Glad that you found a "cure," and for others, who might receive the error, for other reasons, this Adobe KB Article might be useful: http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    Good luck, and thanks for reporting.
    Hunt

  • Tons of error compiling movie post 6.02

    i recently upgraded to 6.02 and everything has destablized.  i dynamic link to AE in premiere timelines and find that unless i close out AE and restart premiere after dynamic linking i can't export.  i also am getting 3-4 times a day error compiling movie / video preview errors.  this never happened before, premiere was rock solid till about about a week ago.  wondering if others are experiencing this...
    ps. have quadro 4000 installed.  and yep, i'm scaling down my stills or replacing them with AE comps...

    Problem solved on my 2009 mac pro w/ quadro 4000 card. was getting non-stop errors - esp. on parts of the timeline i'd dynamically linked to AE on.  updated my nvidia driver (this is the first one for my system they've put out that is mountain lion compatible) and everything is back to normal. it really is amazing how fast CS6 is vs fcp 7 when everything is working right...
    here's the link to the driver download...
    http://www.nvidia.com/Download/index.aspx?lang=en-us
    good luck!

  • Error Compiling Movie: Unknown Error +4k +Clip scale

    Just found an interesting issue, and solved it... thought I would share it with you guys as well.
    I received the Error Compiling Movie: Unknown Error when rendering a 1080 timeline with 4k footage all from RED. The whole timeline was "Scale to Frame Size" except one shot (used a few times), the one shot was re-framed manually with motion effect. When I set all clips to "Scale to Frame Size" and then adjusted motion effect from there, the error went away, and rendered successfully. Hope that helps!

    Hi,
    Thank you for the input. This is really helpful. Appreciate it!
    Thanks,
    Rameez

  • Error Compiling Movie.  Unknown Error.  Premiere Pro export failure

    Error Compiling Movie.  Unknown Error.  I get this message when trying to export my timeline to any format.  It exports for a while then I get this message.  When I try to export using media encoder it just gives me the sheep sound.  I'm starting to hate that sheep.
    Does anyone know how to figure out why it throws up this error message and what the solution is to get around it?  I've wasted countless hours trying to figure out a work around.  I can't just scrap this project it's taken me weeks.
    I've been able to export just fine dozens of times prior to this so I'm not sure it matters what my specs are but here goes:
    custom built PC with windows 7pro SP1
    Intel(R) Core(TM) i7-2600K CPU @ 3.4GHz 3.7 GHz
    16GB ram
    64-bit OS

    After implementing many suggestions here I was able to export the 9min project successfully.  I need to take you all out to dinner. 
    I'm not sure which suggestions did the trick but I have a feeling it was a combination of ideas that did the trick.  Here is a breakdown of what I did to modify the project in order to get it to successfully export:
    1.) Reset all stills in the motion tab to original settings & then right clicked on them in the timeline and selected "scale to frame size".
    2.) Replaced all nested files with the original tracks.
    3.) Changed the sequence settings (changed Editing Mode to Custom and Under Video Previews Section > Select Preview File Format as Microsoft AVI, Codec Uncompressed.
    I had to re-render all previews after changing the sequence settings and I got I/O errors during that process but restarting Adobe Premiere CC somehow solved those errors.  Many times during the process of modifying the timeline (based on items 1-3 previously mentioned) I had to restart Premiere due to a loss of preview screen and inability to render things out.  In the end I was able to get it to successfully export so again I thank you all.  This was a VERY important project for me and I'm serious about taking you all out to dinner

  • Crop effect causes error compiling movie

    when we render a timeline, every time it gets to a title that has a crop effect on it - it causes the rendering in the media encoder to stop because "error compiling movie". Definately it is because of the crop effect - since when removed - everything is OK. There is enough memory, disk space... Does anyone have a solution or an idea?
    Thank you.

    Dear Bill,
    So we figured it out how to solve it.
    The problem was that this problem occurred when implementing it on track num. 30. From track 30 and higher, the crop effect causes this problem. when we took the same titles, in the same sequence and lowered it to, say, track (video track) 25 - everything rendered OK.
    Have you ever encoutered such a phenomena?
    Best,
    Oded

  • Errors building deluge v0.5.9.4 from PKGBUILD

    I successfully compiled deluge v1.1.4 and am now interested in v0.5.9.4 to see the differences, etc.  Anyway, I removed 1.1.4 and attempted to compile 0.5.9.4 but it ended in errors.  I am using the PKGBUILD for this version I found from http://download.deluge-torrent.org/arch/0.5.9.4/  In short, here is the build command which I ran:
    build() {
    cd $startdir/src/$pkgname-torrent-$pkgver
    python setup.py install --prefix=/usr --root=$startdir/pkg
    install -D -m644 pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
    Here is the last bit before and including the compile error:
    ilter.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
    gcc -pthread -DNDEBUG -fwrapv -O3 -Wall -march=i686 -mtune=generic -O2 -pipe -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.6 -I/usr/include/python2.6 -c libtorrent/src/disk_io_thread.cpp -o build/temp.linux-i686-2.6/libtorrent/src/disk_io_thread.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
    In file included from libtorrent/src/disk_io_thread.cpp:35:
    ./libtorrent/include/libtorrent/disk_io_thread.hpp:135: error: 'condition' in namespace 'boost' does not name a type
    libtorrent/src/disk_io_thread.cpp: In member function 'void libtorrent::disk_io_thread::join()':
    libtorrent/src/disk_io_thread.cpp:97: error: 'm_signal' was not declared in this scope
    libtorrent/src/disk_io_thread.cpp: In member function 'void libtorrent::disk_io_thread::stop(boost::intrusive_ptr<libtorrent::piece_manager>)':
    libtorrent/src/disk_io_thread.cpp:124: error: 'm_signal' was not declared in this scope
    libtorrent/src/disk_io_thread.cpp: In member function 'void libtorrent::disk_io_thread::add_job(const libtorrent::disk_io_job&, const boost::function<void ()(int, const libtorrent::disk_io_job&)>&)':
    libtorrent/src/disk_io_thread.cpp:209: error: 'm_signal' was not declared in this scope
    libtorrent/src/disk_io_thread.cpp: In member function 'void libtorrent::disk_io_thread::operator()()':
    libtorrent/src/disk_io_thread.cpp:243: error: 'm_signal' was not declared in this scope
    error: command 'gcc' failed with exit status 1
    Is there anything obvious that would cause this?

    I'm using whatever is current in the repo 1.37 I believe.  Is there an easy way to downgrade to a prev version or...?
    Here is the PKGBUILD in its entirety with no mention of versions unfortunately (the 1.1.x PKGBUILD has a >=1.37 for boost):
    pkgname=deluge
    pkgver=0.5.9.4
    pkgrel=1
    pkgdesc="A bittorrent client written with python and pygtk"
    arch=('i686' 'x86_64')
    url="http://deluge-torrent.org/"
    license=('GPL2')
    depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg')
    makedepends=('subversion' 'intltool')
    conflicts=('deluge')
    provides=('deluge')
    source=(http://download.deluge-torrent.org/source/$pkgver/$pkgname-$pkgver.tar.gz)
    md5sums=('8baee1df11074ca523d57ddc157a4ce4')
    sha1sums=('d5ef17e06fcc3232632f7bec7e2b7815ccac460c')
    options=('!emptydirs')
    build() {
    cd $startdir/src/$pkgname-torrent-$pkgver
    python setup.py install --prefix=/usr --root=$startdir/pkg
    install -D -m644 pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
    Last edited by graysky (2009-03-12 20:56:54)

  • Errors compiling:C:\temp\docroot\3000\default\defaultWebApp\persistence\_pa

    Dear Sir,
    Iam getting below year while compiling the oracle report 10g.
    Errors compiling:C:\temp\docroot\3000\default\defaultWebApp\persistence\_pages\\_RC_2g_000405352.java
    How can i solve this?
    Pls help me on this issue..
    Thanks

    Ahhh after experimenting I realized what happened:
    1.) The search does not look for words in the Title (only looks in the Body)
    2.) The search does not look for occurances of words if they appear anywhere in the doc but rather only for exact phrase.
    So for the doc you gave me (http://forums.oracle.com/forums/message.jsp?id=767439) here is a test:
    [Search phrase] [did the doc come up?] [comment]
    [oc4j doesn't compile JSPs with JDK 1.4?] [no] [the doc title]
    [JSPs shipped with oc4j] [yes] [exact phrase in body]
    [JSPs shipped oc4j] [no] [words in body but not exact phrase]
    OK I have way to much time on my hands I see -- he he ... but I'm just putting this info out (respectfully of course) just so the forum owner will have the info so maybe he/she might want to change way search is done (add title, etc).
    Best regards
    Matt

  • Error compiling JSP packages

    Please help.
    I have downloaded the J2EE package - Server, Tutorial, etc. I am trying to get a BASIC jsp page with a single class to compile, but haven't had any luck.
    Server error message is:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    No Java compiler was found to compile the generated source for the JSP.
    This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
    to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
    If using an alternate Java compiler, please check its installation and access path.
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:127)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:348)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:424)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:464)
         etc, etc, etc.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    The Server log shows:
    [#|2004-04-20T15:13:27.286-0500|SEVERE|j2ee-appserver1.4|org.apache.jasper.compiler.Compiler|_ThreadID=12;|Env: Compile: javaFileName=/C:/Sun/AppServer/domains/domain1/generated/jsp/j2ee-modules/default-web-module-server//org/apache/jsp/ch06\ch06_jsp.java
    classpath=C:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\default-web-module-server;/C:/Sun/AppServer/lib/install/applications/__xa/
    cp=C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\tools.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar
    cp=C:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\default-web-module-server
    cp=C:\Sun\AppServer\lib\install\applications\__xa
    extension dir=C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext
    work dir=C:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\default-web-module-server
    srcDir=C:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\default-web-module-server
    include=org/apache/jsp/ch06/ch06_jsp.java
    |#]
    [#|2004-04-20T15:13:27.286-0500|SEVERE|j2ee-appserver1.4|org.apache.jasper.compiler.Compiler|_ThreadID=12;|Error compiling file: /C:/Sun/AppServer/domains/domain1/generated/jsp/j2ee-modules/default-web-module-server//org/apache/jsp/ch06\ch06_jsp.java     [javac] Compiling 1 source file
    [javac] C:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\default-web-module-server\org\apache\jsp\ch06\ch06_jsp.java:6: package ch06a does not exist
    [javac] import ch06a.ch06class; I have also tried "import ch06a.*" with the same results.
    [javac] ^
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Autoexec.bat reads:
    SET PATH=C:\Sun\AppServer\bin;C:\Sun\AppServer\jdk\bin;c:\Sun\AppServer\share\bin;c:\Sun\AppServer\jdk\jre\bin;
    SET JAVA_HOME=c:\Sun\AppServer\jdk;
    SET J2EE_HOME=C:\Sun\AppServer;
    SET CLASSPATH=C:\Sun\AppServer\lib\j2ee.jar;c:\Sun\AppServer\jdk\lib\tools.jar;c:\Sun\AppServer\domains\domain1\lib\classes;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I am developing the jsp in c:\Sun\AppServer\domains\domain1\docroot\ch06 (I know that I shouldn't, but I am trying anything at this point).
    ch06 structure is
    |-WEB-INF
    |-classes
    | |-ch06a
    | |-ch06class.class
    |-lib
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ch06.jsp:
    <%@ page import="ch06a.*" %>
    <HTML>
         </HEAD>
              <TITLE>Using a JavaBean</TITLE>
         <HEAD>
         <BODY>
              <H3>Using a JavaBean</H3>
              <% ch06class messager = new ch06class(); %>
              The message is: <%= messager.msg() %>
         </BODY>
    </HTML>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ch06class.java:
    package ch06a;
    public class ch06class{
         public ch06class(){
         public String msg(){
              return "Hello from JSP!";
    Please let me know if I can supply anymore information.
    Thanks

    Make sure have the latest version of the application server. The previous release had a bug as described in this thread:
    http://forum.java.sun.com/thread.jsp?forum=136&thread=473280
    Here is a reply from that thread from one of the Web container engineers:
    The error message about the missing Java compiler is misleading, and is being caused by a bug in the way compilation error messages are being propagated.
    This problem has been fixed in the latest Appserver 8.0 PE release.
    I think your JSP fails to compile because of an error in your JSP. Your appserver log should contain the real compilation error. Can you check?
    BTW, the date example describe in this chapter does contain a class file:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro2.html#wp84418

  • Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18

    Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18 while using Adobe Premiere Pro.
    Process:         Adobe Premiere Pro CC 2014
    Path: /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier: com.adobe.AdobePremierePro
    Version:         8.1.0 (8.1.0)
    Code Type: X86-64 (Native)
    Parent Process: launchd [2538]
    Responsible:     Adobe Premiere Pro CC 2014
    Date/Time: 2015-01-06 14:04:23.500 -0700
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Crashed Thread: 55  Dispatch queue: com.apple.root.default-priority
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Customer created test export with 777 permissions and set mount parameters to the following:
    mount_nfs -o vers=3,tcp,rdirplus,intr,nolocks,async,rsize=32768,wsize=32768
      -- Original mount options:
         General mount flags: 0x40 async
         NFS parameters: vers=3,tcp,nolocks,rsize=32768,wsize=32768,rdirplus
      -- Current mount parameters:
         General mount flags: 0x4000058 async,nodev,nosuid multilabel
         NFS parameters: vers=3,tcp,port=2049,nomntudp,hard,nointr,noresvport,negnamecache,callumnt,nolocks,quota, rsize=32768,wsize=32768,readahead=16,dsize=32768,rdirplus,nodumbtimr,timeo=10,maxgroups=16 ,acregmin=5,acregmax=60,acdirmin=5,acdirmax=60,nomutejukebox,nonfc,sec=sys
    The pcap shows once the movie is created a lockup call is responded from Isilon with Error: NFS3ERR_NOENT
    478         V3 CREATE Call (Reply In 479), DH: 0xea5f731c/QBRSN-0-0-1.mov Mode: UNCHECKED
    479         V3 CREATE Reply (Call In 478)
    484         V3 LOOKUP Call (Reply In 485), DH: 0xea5f731c/._QBRSN-0-0-1.mov
    485        V3 LOOKUP Reply (Call In 484) Error: NFS3ERR_NOENT
    V3 LOOKUP Reply (Call In ....) Error: NFS3ERR_NOENT  -   This is by design of OneFS, we coalesce files and then flush them out to disk which is why the commit time is accurate but the file is not immediately available. however when an async option is used within the mount options this should be avoided if writing asynchronously to the cluster.  Has anyone else seen this behavior lately? (current workaround is to store locally and transfer to the cluster via Finder)

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

  • Error compiling movie.  I/O Error.

    Hello.
    Im not sure if i should have posted in the hardware section.
    I have done some reaserch on this problem but haven't really got the solution.
    It doesnt matter what format i export it always gives me this error. With h264 and some else, its a bit different too.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_1.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.mp4
    - Preset Used: YouTube KW
    - Video: NTSC, 480x360, 30 [fps], Progressive
    - Audio: AAC, 64 [kbps], 48 kHz, Stereo
    - Bitrate: VBR, 1 Pass, Target 1,55, Max 2,29 [Mbps]
    - Encoding Time: 00:00:00
    3.12.2009 0:53:45 : Encoding Failed
    Cannot open "C:\Users\Kristjan\Desktop\Sequence 01.mp4" file for writing. Please check the output filename and file permissions (if it already exists) and then try again.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_2.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: NTSC DV
    - Video: 720x480, 29.97 [fps], Lower, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 0:54:47 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_3.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: NTSC DV
    - Video: 720x480, 29.97 [fps], Lower, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 0:58:04 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_4.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: Custom
    - Video: 720x480, 25 [fps], Progressive, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 1:08:37 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Chemistry, Copper_6.prproj
    - Output File: C:\Users\Kristjan\Desktop\Youtube.avi
    - Preset Used: Custom
    - Video: 720x480, 25 [fps], Progressive, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:01
    3.12.2009 1:28:42 : Encoding Failed
    Error compiling movie.
    There are alot of errors about my hard drive in the event viewer aswell. I have 2 hard drives. 
    The device, \Device\Harddisk1\DR1, has a bad block.
    The driver detected a controller error on \Device\Harddisk2\DR2.
    even my cd rom has a bad block, The device, \Device\CdRom0, has a bad block.
    I defrag my drives regulary.
    My PC ,I use the "system information" option that win 7 has :
    OS Name Microsoft Windows 7 Ultimate
    Version 6.1.7600 Build 7600
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name SEMPERFI-PC
    System Manufacturer System manufacturer
    System Model System Product Name
    System Type x64-based PC
    Processor Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz, 2997 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date American Megatrends Inc. 0503, 14.07.2009
    SMBIOS Version 2.5
    Windows Directory C:\Windows
    System Directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume2
    Locale Eesti
    Hardware Abstraction Layer Version = "6.1.7600.16385"
    User Name SemperFi-PC\Semper Fi
    Time Zone FLE Standard Time
    Installed Physical Memory (RAM) 4,00 GB
    Total Physical Memory 4,00 GB
    Available Physical Memory 2,10 GB
    Total Virtual Memory 8,00 GB
    Available Virtual Memory 5,47 GB
    Page File Space 4,00 GB
    Page File C:\pagefile.sys
    I/O:
    0x00000000-0x0000000F Direct memory access controller OK
    0x00000000-0x0000000F PCI bus OK
    0x00000010-0x0000001F Motherboard resources OK
    0x00000020-0x00000021 Programmable interrupt controller OK
    0x00000022-0x0000003F Motherboard resources OK
    0x00000040-0x00000043 System timer OK
    0x00000044-0x0000004D Motherboard resources OK
    0x00000050-0x0000005F Motherboard resources OK
    0x00000061-0x00000061 System speaker OK
    0x00000062-0x00000063 Motherboard resources OK
    0x00000065-0x0000006F Motherboard resources OK
    0x00000070-0x00000071 System CMOS/real time clock OK
    0x00000072-0x0000007F Motherboard resources OK
    0x00000080-0x00000080 Motherboard resources OK
    0x00000081-0x00000083 Direct memory access controller OK
    0x00000084-0x00000086 Motherboard resources OK
    0x00000087-0x00000087 Direct memory access controller OK
    0x00000088-0x00000088 Motherboard resources OK
    0x00000089-0x0000008B Direct memory access controller OK
    0x0000008C-0x0000008E Motherboard resources OK
    0x0000008F-0x0000008F Direct memory access controller OK
    0x00000090-0x0000009F Motherboard resources OK
    0x000000A0-0x000000A1 Programmable interrupt controller OK
    0x000000A2-0x000000BF Motherboard resources OK
    0x000000C0-0x000000DF Direct memory access controller OK
    0x000000E0-0x000000EF Motherboard resources OK
    0x000000F0-0x000000FF Numeric data processor OK
    0x00000290-0x00000297 Motherboard resources OK
    0x000003B0-0x000003BB Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x000003B0-0x000003BB ATI Radeon HD 3850 OK
    0x000003C0-0x000003DF Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x000003C0-0x000003DF ATI Radeon HD 3850 OK
    0x000003F8-0x000003FF Communications Port (COM1) OK
    0x00000400-0x0000041F Intel(R) ICH9 Family SMBus Controller - 2930 OK
    0x00000480-0x000004BF Motherboard resources OK
    0x000004D0-0x000004D1 Motherboard resources OK
    0x00000800-0x0000087F Motherboard resources OK
    0x00000D00-0x0000FFFF PCI bus OK
    0x00009400-0x0000940F Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009480-0x0000948F Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009800-0x00009803 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009880-0x00009887 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009C00-0x00009C03 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x0000A000-0x0000A007 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x0000A400-0x0000A40F Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A480-0x0000A48F Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A800-0x0000A803 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A880-0x0000A887 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000AC00-0x0000AC03 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000B000-0x0000B007 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000B080-0x0000B09F Intel(R) ICH9 Family USB Universal Host Controller - 2934 OK
    0x0000B400-0x0000B41F Intel(R) ICH9 Family USB Universal Host Controller - 2935 OK
    0x0000B480-0x0000B49F Intel(R) ICH9 Family USB Universal Host Controller - 2936 OK
    0x0000B800-0x0000B81F Intel(R) ICH9 Family USB Universal Host Controller - 2937 OK
    0x0000B880-0x0000B89F Intel(R) ICH9 Family USB Universal Host Controller - 2938 OK
    0x0000BC00-0x0000BC1F Intel(R) ICH9 Family USB Universal Host Controller - 2939 OK
    0x0000C000-0x0000CFFF Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x0000C000-0x0000CFFF ATI Radeon HD 3850 OK
    0x0000D000-0x0000DFFF Intel(R) ICH9 Family PCI Express Root Port 6 - 294A OK
    0x0000D800-0x0000D8FF Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller OK
    0x0000E000-0x0000EFFF Intel(R) ICH9 Family PCI Express Root Port 5 - 2948 OK
    0x0000E400-0x0000E40F Standard Dual Channel PCI IDE Controller OK
    0x0000E480-0x0000E483 Standard Dual Channel PCI IDE Controller OK
    0x0000E800-0x0000E807 Standard Dual Channel PCI IDE Controller OK
    0x0000E880-0x0000E883 Standard Dual Channel PCI IDE Controller OK
    0x0000EC00-0x0000EC07 Standard Dual Channel PCI IDE Controller OK
    0x0000FFE0-0x0000FFEF AS0MMTY9 IDE Controller OK
    Drives:
    Drive C:
    Description Local Fixed Disk
    Compressed No
    File System NTFS
    Size 149,05 GB (160 040 443 904 bytes)
    Free Space 57,80 GB (62 065 405 952 bytes)
    Volume Name
    Volume Serial Number 44C64C64
    Drive D:
    Description Local Fixed Disk
    Compressed No
    File System NTFS
    Size 149,05 GB (160 038 907 904 bytes)
    Free Space 53,30 GB (57 233 891 328 bytes)
    Volume Name Windows
    Volume Serial Number 728D93DE
    Drive E:
    Description CD-ROM Disc
    Drive G:
    Description CD-ROM Disc
    Disks:
    Description Disk drive
    Manufacturer (Standard disk drives)
    Model SAMSUNG HD160JJ ATA Device
    Bytes/Sector 512
    Media Loaded Yes
    Media Type Fixed hard disk
    Partitions 1
    SCSI Bus 1
    SCSI Logical Unit 0
    SCSI Port 5
    SCSI Target ID 0
    Sectors/Track 63
    Size 149,05 GB (160 039 272 960 bytes)
    Total Cylinders 19 457
    Total Sectors 312 576 705
    Total Tracks 4 961 535
    Tracks/Cylinder 255
    Partition Disk #1, Partition #0
    Partition Size 149,05 GB (160 040 448 000 bytes)
    Partition Starting Offset 32 256 bytes
    Description Disk drive
    Manufacturer (Standard disk drives)
    Model WDC WD1600BB-00GUC0 ATA Device
    Bytes/Sector 512
    Media Loaded Yes
    Media Type Fixed hard disk
    Partitions 1
    SCSI Bus 0
    SCSI Logical Unit 0
    SCSI Port 0
    SCSI Target ID 0
    Sectors/Track 63
    Size 149,05 GB (160 039 272 960 bytes)
    Total Cylinders 19 457
    Total Sectors 312 576 705
    Total Tracks 4 961 535
    Tracks/Cylinder 255
    Partition Disk #0, Partition #0
    Partition Size 149,05 GB (160 038 912 000 bytes)
    Partition Starting Offset 1 048 576 bytes
    Multimedia shows me these codecs:
    video:
    c:\windows\system32\iyuv_32.dll Microsoft Corporation OK C:\Windows\system32\IYUV_32.DLL 6.1.7600.16385 52,50 KB (53 760 bytes) 14.07.2009 3:06
    c:\windows\system32\msrle32.dll Microsoft Corporation OK C:\Windows\system32\MSRLE32.DLL 6.1.7600.16385 15,50 KB (15 872 bytes) 14.07.2009 3:18
    c:\windows\system32\msvidc32.dll Microsoft Corporation OK C:\Windows\system32\MSVIDC32.DLL 6.1.7600.16385 37,50 KB (38 400 bytes) 14.07.2009 3:18
    c:\windows\system32\msyuv.dll Microsoft Corporation OK C:\Windows\system32\MSYUV.DLL 6.1.7600.16385 24,00 KB (24 576 bytes) 14.07.2009 3:06
    c:\windows\system32\tsbyuv.dll Microsoft Corporation OK C:\Windows\system32\TSBYUV.DLL 6.1.7600.16385 14,00 KB (14 336 bytes) 14.07.2009 3:06
    c:\windows\system32\xfcode~1.dll Not Available Xfire video codec [XFR1] OK C:\Windows\system32\XFCODEC64.DLL 1.0.0.40405 26,89 KB (27 536 bytes) 30.11.2009 21:33
    audio:
    c:\windows\system32\imaadp32.acm Microsoft Corporation OK C:\Windows\system32\IMAADP32.ACM 6.1.7600.16385 21,50 KB (22 016 bytes) 14.07.2009 3:18
    c:\windows\system32\l3codeca.acm Fraunhofer Institut Integrierte Schaltungen IIS Fraunhofer IIS MPEG Layer-3 Codec OK C:\Windows\system32\L3CODECA.ACM 1.9.0.401 79,50 KB (81 408 bytes) 14.07.2009 3:22
    c:\windows\system32\msadp32.acm Microsoft Corporation OK C:\Windows\system32\MSADP32.ACM 6.1.7600.16385 23,50 KB (24 064 bytes) 14.07.2009 3:18
    c:\windows\system32\msg711.acm Microsoft Corporation OK C:\Windows\system32\MSG711.ACM 6.1.7600.16385 14,50 KB (14 848 bytes) 14.07.2009 3:18
    c:\windows\system32\msgsm32.acm Microsoft Corporation OK C:\Windows\system32\MSGSM32.ACM 6.1.7600.16385 28,50 KB (29 184 bytes) 14.07.2009 3:18
    I downloaded and installed the Win7 codecs by Shark. Because...there are any other codecs available for win 7 ?
    Tell me if need any more info..which u probably do.
    If there are any better forums for this kind of problem then please tell me.
    I hope we can fix this prooblem.
    I think i haven't said my motherboard. Its P5E3 PRO. It has EPU engine and it turns off the hard drive when its idle...Premiere pro and all the sytem files are installed on my C drive which is like the main drive. On D drive i keep my music, downloads and stuff. I think it can turn of both drives then idle, but mostly it turns off D drive, I think. I have a new motherboard and i haven't got the hang of it how it shuts them down.
    But i think this really isnt a problem.
    Thanks in advance.

    Serious hardware problems!
    Go for a fresh install of OS & programs, but be prepared to first check your disks with a utility from the drive manufacturer (WD and Samsung). You may need new disks.
    Great to include these details, but for readability I suggest you include these as an attachment instead of in the text. It may scare people off reading all that detail.

  • Error compiling movie 'unknown error' premiere elements 11, tried every troubleshoot, what now?

    I'm trying to export a video and I keep on running into this error message, which stops the export process.  I've already visited and tried the troubleshooting suggestions on this page and this page, and this page, and none of those suggestions have worked.  Here's a list of what failed:
    Export in various file formats, every single one failed
    I removed each asset individually and tried to export the video after each removal (100+ assets, imagine how long that took) and I got the error after every single time
    I removed the front half of the video and tried exporting, still failed.
    I removed the back half of the video (because if it failed if I removed the front, the problem asset should be in the back, right? nope.) and tried exporting, it still failed.
    I don't have any Auto Color, Auto Contrast, Auto Levels, or Shadow/Highlight on any of my clips, although if I did, I'd try removing them.
    All of my video files are the same format, so it's not a mix of formats in my timeline which is causing the problem.
    I tried disabling auto-save, but it already tried to auto-save during the first 20 times I've attempted this, so the damage might already be done.
    I obviously didn't use any other programs during this process
    I moved all my assets to a different location on my harddrive, then reopened the project and refound the assests one by one, each of which had no problem getting into the timeline.  I tried rendering after this, and the render bar sailed along until a certain point, where it got stuck indefinitely.  I cancelled the render, which froze the program.  I had to close it and re-open the project, and re -link every asset again.  Once again there were no problems adding the assets.  I saved the project before the next render, so I wouldn't have to do this a third time, and it was a good idea I did, because the program froze again during the subsequent render.
    My computer didn't go to sleep or hibernate during the first 5-10 times I tried various methods for exporting.  It has slept in some of the 10+ times I've tried it since, because I don't have the patience to sit in front of my screen and watch it fail again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again.  CAN YOU TELL THAT I'M FRUSTRATED???
    The first thing I noticed that was wonky with this project was when I first tried to render my sequence. The render window chugged along just fine until it got to a certain point (can't remember the %), at which point it got stuck indefinitely.  I had to cancel the render, and then render other parts of the sequence bit by bit, avoiding what I thought was the problem part.  I tried rendering the problem part, and it got stuck again, so I eventually just decided that that clip didn't need to be in this movie, so I deleted it from the timeline.  All should be good at this point, my whole timeline is green from being rendered.  But, when I tried to export the video, I started down this tourtuous path of failed exports and frustration, and now here I am, posting in the forum, hoping someone can help me out.
    The problem asset (if that was the problem in the first place) isn't in the timeline any more, but I'm still having issues exporting the movie.  The fact that rendering still gets stuck after re-linking assets, and after getting rid of the first problem asset, makes me think that there is some bigger underlying issue, but I have no idea what that could be.  I followed these instructions and re-opened the project, tried to export, and still got that 'Unknown Error'.
    Please assist before I put my fist through this company computer.

    maxlong99
    Thanks for your update. Let us go through it.
    You wrote
    During one of my isolation tests, I stripped the timeline off all assets except clips from the same footage and I also removed that New Blue effect, and the project exported without issue.
    Did you run a control which included "with the New Blue effect" in this isolated test which does not sound like the "Full Project" as suggested in what you wrote next?
    You wrote
    Could multiple renders and project files be part of the problem?  I've created many, many different versions of this project to test and see where the problem is, which in turn means I've created many different render files for each different project.  If this could be part of the problem, should I keep the original project and delete all my test projects and associated render files therein?
    Each of the projects should have its own name which will be applied to its files. And each project should have rendered files specific to it (for SD project whether video or still clip = DV .avi file; for HD project whether video or still clip = MPEG2.mpg file). Are you naming these different projects with distinctive names?
    Have you expanded the Timeline with the -+ slider and closely inspected the track content for
    a. leftovers such a very thin vertical black lines scattered about
    b. gaps
    c. transitions, and especially audio placement
    You have probably seen the following, but I will post the link just in case. I suspect you have been there and done that.
    http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    Please let us know what the closer inspection of the Timeline content (as mentioned) revealed.
    Thanks.
    ATR

  • Deployejb : Oracle 8.1.6 : Errors compiling the communication stubs

    Hi,
    I was able to deploy EJB using JDeveloper 3.1 in the Oracle 8i (1.1.6) DB.However, when I try it manually, it is giving errors.
    I was able to use deployejb tool succesfully with Oracle 8.1.5 DB.Is there some problem with Oracle 8.1.6 DB?
    This is output, I am getting :
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.....................................done
    Compiling Stubs...Errors compiling the communication stubs
    C:\sandeep\JDeveloper3.0\class\TEMP\EJBPackage\_OracleEJBHomeImplBase.java:24: i
    llegal combination of modifiers: abstract and strictfp
    abstract public class _OracleEJBHomeImplBase extends org.omg.CORBA.portable.Skel
    eton implements EJBPackage.OracleEJBHome {
    ^
    C:\sandeep\JDeveloper3.0\class\TEMP\EJBPackage\_OracleEJBRemoteImplBase.java:24:
    illegal combination of modifiers: abstract and strictfp
    abstract public class _OracleEJBRemoteImplBase extends org.omg.CORBA.portable.Sk
    eleton implements EJBPackage.OracleEJBRemote {
    ^
    2 errors
    Is this a problem with the classpath/path settings?
    Please advise!!
    TIA
    Sandeep
    null

    Thanks,I got it
    -- Sandeep
    null

Maybe you are looking for

  • ITunes unable to install? - Could not access network location %APPDATA%/.

    Okay, I received a never used iPod Nano (Model MC034LL ,Version 1.0. 2 PC, it looks like this http://www.iphonemag.ch/wp-content/uploa- for Christmas this year, however; I'm having some trouble installing iTunes. I have already downloaded iTunes, but

  • Bank information

    Hi All,            I need to load in all the employee bank information in to SAP. My company only have a record of all the empoyees routing number in their legacy system but not the bank name. How can I find information about their corresponding bank

  • Dynamically changing an existing dataconnection's server / port

    Hi All, Moving from one development environment to the next is sometimes a real pain. Scenario: - I have three environments: DEV, QA & PROD - I have a livecycle designer pdf - FORM A - that has the following dataconnection: http://DEVserver:8080/....

  • Account: All pages appear Blank, Nav Bar only displays - (Ref: CE-1694)

    Status: Investigating Affects: Some Users Description:  Some members have reported logging in to Tagged and seeing blank pages throughout their account, with only the Nav Bar at the top of their account visible. We've verified this issue on some acco

  • Is there any trial version of sup runtime ?

    hey all, i am trying to start to develop some mobile application for sap and i am following a book. in practice, i would like to install the trial version of sup runtime but couldnt find it. if someone know how to do i ll appricate that. regards