Assertion `gc- gc.gc_refs != 0' failed: is python compilation wrong?

Hi.
Is this true?:
http://adesklets.sourceforge.net/doc/en … tions.html:
"If you get errors similar to:
     python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed.
     Aborted
It means your installment of Python has a corrupted garbage collector; it is often caused by
incorrect or aggressive optimization during the compilation.
Just recompiling a stock python environment from http://python.org/ usually solves this."
That's what I'm getting after last huge upgrade when i try to run a desklet.
Any ideas?
W.

The solution is suggested here by Snowman (thanks!):
http://aur.archlinux.org/packages.php?d … =1&ID=8769
Rebuilding python with the OPT="${CFLAGS} removed from the
PKGBUILD solves the problem.
Strange thing is that it's by default defined in
makepkg.conf as: export CFLAGS="-march=i686 -O2 -pipe"
But maybe -O2 is in fact too much optimization for python gc to work
correctly...

Similar Messages

  • BuildCMAP: Assertion `start != ((void *)0)' failed.

    Hi, I'm developing a Postscript rendering engine for our reporting application.
    I need to load a Postscript Type 1 font from a file, use that font to get a FontMetrics and be able to position objects in a "dummy" graphics environment (*) to generate appropiate coordinates in the postscript output.
    Before submiting a bug in 1.5, is any one of you getting a
    java: ../../../src/share/native/sun/font/t2k/t1.c:2982: BuildCMAP: Assertion `start != ((void *)0)' failed.
    when loading a PT1 font from a file -via Font.createFont(...)- and trying to get a font metrics from it?
    regards
    c.aya
    (*) A Graphics2D object not attached to the screen, created using:
    graphEnv = GraphicsEnvironment.getLocalGraphicsEnvironment();
    curPage = graphEnv.createGraphics(new BufferedImage(100, 100, BufferedImage.TYPE_BYTE_GRAY));

    Thanks nkeynes, I generated the PT1 file using ttf2pt1 (open source) and from your comment the problem is probably there. The generated font file, however, works fine in postscript...
    caya

  • Java Applet in a HTML page: failing with PLS-00306: wrong number of args

    We are trying to use a Java Applet in a HTML page. as our system needs to be able to retrieve a predefined set of data from a third party system that uses Dynamic Data Exchange Protocol (DDE) and are encountering errors from APEX and in IE itself.
    We are using JavaDde from www.nevaobject.com that enables our Java applet to interact with Windows applications (Third Party System) using DDE.
    This functionality is currently used in our Web Form 6i application and we are trying to use the same in the new ApEx application.
    We are using ApEx version : 2.1 and actually aer encountering 2 problems:
    Problem 1: ApEx failing with PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    Problem 2: IE crashes if Applet used in a complex page with several regions (1 Context, 4 Report Regions, 2 level Tabs, Links)
    This problem does not occur in the page where there is only applet and one region. In the case of complex page the IE crashes if the page is reloaded
    Test scenario:
    1- Create a simple page with the HTML region.
    2- Define the Source of the above region as follows
    <OBJECT CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#version=1,4,0,0"
    WIDTH="1"
    HEIGHT="1"
    ID="simpleApplet"
    NAME="simpleApplet">
    <PARAM NAME="code" VALUE="simpleApplet.class" >
    <PARAM NAME="archive" VALUE="simpleApplet.jar" />
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    </OBJECT>
    3- Create a simple Java applet "simpleApplet" - for the test its enough if the applet will have just the init method printing out the mesage to the console
    4- Create a Submit Button (not redirect) in Region Header and create unconditional (do not set When Button Pressed property) Page Branch to navigate to another page (the page without the applet)
    6- Run the page and Submit -
    The error below is returned by the engine:
    In our case our applet is called ddeApplet - I do not know why is ApEx passing the Applet's ID down to the wwv_flow.accept method as a parameter
    Tue, 24 Jul 2007 08:15:39 GMT
    ORA-06550: line 7, column 2:
    PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    ORA-06550: line 7, column 2:
    PL/SQL: Statement ignored
    DAD name: rbdev2_ax
    PROCEDURE : wwv_flow.accept
    URL : http://castor:7778/pls/rbdev2_ax/wwv_flow.accept
    PARAMETERS :
    ============
    P_FLOW_ID:
    147
    P_FLOW_STEP_ID:
    500
    P_INSTANCE:
    6986070096861669560
    P_PAGE_SUBMISSION_ID:
    1005758
    P_REQUEST:
    CRASH
    P_ARG_NAMES:
    100380029717786501
    P_T01:
    147
    P_T02:
    101
    P_T03:
    5000044
    P_T04:
    1
    P_T05:
    S
    DDEAPPLET:
    Ddeapplet[panel0,0,0,1x1,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,1x1,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7778
    SERVER_NAME=castor
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/pls/rbdev2_ax/wwv_flow.accept
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.66.169
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=661
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    HTTP_HOST=castor:7778
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ISCOOKIE=true; LOGIN_USERNAME_COOKIE=rdanko; ORACLE_PLATFORM_REMEMBER_UN=RDANKO:ngrb; WWV_FLOW_USER2=70FBB00945FE46B9; V6_AUTHENTICATION_COOKIE=70FBB00945FE46B9
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://castor:7778/pls/rbdev2_ax/f?p=147:500:6986070096861669560:::::
    HTTP_SOAPACTION=

    "theArrow",
    It looks like whatever HTML you're including on your page is creating HTML input form elements inside the HTML form "wwv_flow". This form is posted to wwv_flow.accept, and of course, the PL/SQL procedure wwv_flow.accept doesn't know anything these additional arguments/form elements you're attempting to POST.
    Joel

  • (App-store) Compilation failed while executing : compile-abc

    I just upgraded to AIR16 and can no longer compile for the ios app store from Windows 7.
    Calling "adt -package -target ipa-test ..." with AIR16 works correctly, installs and runs on my device.
    Calling "adt -package -target ipa-app-store ..." with AIR16 crashes the compiler with this generic error:
    Compilation failed while executing : compile-abc
    Calling "adt -package -target ipa-app-store ..." with AIR14 (and the new compiler, not legacy) works correctly.
    How do I get more information about what is happening? I have no ANEs. Could this have something to do with the new 64-bit requirements? My version of Java? With provisioning profiles? What else is different between test and app-store compile modes?

    Update: I tried a half dozen different ways to compile with AIR16 to no joy. Test works fine, App Store compile fails.
    Then finally tried the current AIR17 beta which DOES work. I don't see anything in the release notes about fixing ios app-store compile issues, though there's a new known ios-related bug with textfields.
    Does ADT produce an error log file somewhere? I'd like to get more info about this "Compilation failed while executing : compile-abc" error if I ever run into it again.

  • Compilation failed while executing : compile-abc

    This is with the latest AIR 4.0 beta, dated 12/17, with "-useLegacyAOT no" on Mac, OS X 10.9.
    0  compile-abc              0x0095d728 PrintStackTrace(void*) + 40
    1  compile-abc              0x0095dba1 SignalHandler(int) + 449
    2  libsystem_platform.dylib 0x9039fdeb _sigtramp + 43
    3  libsystem_platform.dylib 0xffffffff _sigtramp + 1875247679
    4  compile-abc              0x0005846b halfmoon::Cleaner::simplify(halfmoon::BlockEndInstr*) + 667
    5  compile-abc              0x00058fc6 halfmoon::cleanBlocks(halfmoon::Context*, halfmoon::InstrGraph*, halfmoon::Cleaner*) + 166
    6  compile-abc              0x0005ab34 halfmoon::removeDeadCode(halfmoon::Context*, halfmoon::InstrGraph*) + 324
    7  compile-abc              0x0004ee1c halfmoon::AbcBuilder::visitBlocks(nanojit::Seq<halfmoon::AbcBlock*>*) + 316
    8  compile-abc              0x000c0a76 halfmoon::parseAbc(avmplus::MethodInfo*, halfmoon::Lattice*, halfmoon::InfoManager*, nanojit::Allocator&, halfmoon::AbcGraph*, avmplus::Toplevel*, avmplus::AbcEnv*, halfmoon::ProfiledInformation*, halfmoon::Context&) + 182
    9  compile-abc              0x000c1788 halfmoon::JitWriter::writeEpilogue(avmplus::FrameState const*) + 216
    10 compile-abc              0x00129d3b avmplus::NullWriter::writeEpilogue(avmplus::FrameState const*) + 27
    11 compile-abc              0x00183829 avmplus::Verifier::verify(avmplus::CodeWriter*) + 1273
    12 compile-abc              0x000053af compile_abc::CompilerCore::emitPoolToModule(compile_abc::PoolInfo&, compile_abc::LLVMModule*) + 927
    13 compile-abc              0x00004a80 compile_abc::CompilerCore::compile() + 4496
    14 compile-abc              0x0000363f compile_abc::CompilerCore::run(int, char**) + 1471
    15 compile-abc              0x00005f62 main + 66
    16 compile-abc              0x00002235 start + 53
    There's also a lengthy list of program arguments, looks like it's working on ABCs from native extensions. Buried in there is this line as well:
    41063 Bus error: 10

    Hey, I have found this:
    Swf compiled with Flash Pro CS6 with AIR 3.9 SDK selected
    No error
    ipa is created a working without any problems.
    Swf compiled with Flash Develop and Flex 4.6 AIR 3.9 SDK
    adt throws this error:
    Compilation failed while executing : compile-abc
    Swf compiled with Flash Develop and Adobe AIR 4.0 SDK
    adt throws this error:
    duplicate symbol _traits:com.distriqt.extension.facebookutils.base::ExtensionBas
    e$ in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-0_3.o
    duplicate symbol _traits:com.distriqt.extension.facebookutils.base::ExtensionBas
    e in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-0_3.o
    duplicate symbol _traits:com.distriqt.extension.facebookutils::FacebookUtils$ in
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-1_4.o
    duplicate symbol _traits:com.distriqt.extension.facebookutils::FacebookUtils in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-1_4.o
    duplicate symbol _traits:com.distriqt.extension.facebookutils.events::FacebookUt
    ilsLoginEvent$ in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-2_5.o
    duplicate symbol _traits:com.distriqt.extension.facebookutils.events::FacebookUt
    ilsLoginEvent in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.FacebookUtils-2_5.o
    duplicate symbol _traits:com.distriqt.extension.testflightsdk.base::ExtensionBas
    e$ in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.TestFlightSDK-0_0.o
    duplicate symbol _traits:com.distriqt.extension.testflightsdk.base::ExtensionBas
    e in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.TestFlightSDK-0_0.o
    duplicate symbol _traits:com.distriqt.extension.testflightsdk::TestFlightSDK$ in
        AOTBuildOutput-0000000000_7.o
        com.distriqt.TestFlightSDK-1_1.o
    duplicate symbol _traits:com.distriqt.extension.testflightsdk::TestFlightSDK in:
        AOTBuildOutput-0000000000_7.o
        com.distriqt.TestFlightSDK-1_1.o
    ld: 10 duplicate symbols for architecture armv7
    Compilation failed while executing : ld64

  • Export release build failed with an error message: complilation failed while excuting : compile-abc

    I updated air sdk from 4.0 to 16.0 beta to fix apple app store submitting bug. I can build the project and run it on simulator without any problem.  But when I tried to export the ios release build, I got this error message: complilation failed while excuting : compile-abc. 
    I use commmand line to excute compile-abc.exe with the parameters that adt gives it, but it failed without any error message.
    Here is the command line:
    compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/avmglue.abc" -fields "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/air-fields.arm-air.txt" -O3 -abc-file-list=E:\MyApp\bin-debug\AOTBuildOutput8184169967790207636.tmp\ABCFilesList.txt
    There's a empty file AOTBuildOutput-0000001821_1821.o left in the command line workaroud path. I opened file AOTBuildOutput-0000001821.abc, but didn't get any clue. How can I trace this problem?

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • TSQL code that causes table data to be deleted rather than fail with a compilation error

    Afternoon,
    I recently did this by accident and it felt as though it should have failed with a compilation error rather than run
    A query of the form
    delete from jobs
    where id in
    select id from calibrations
    will delete all rows in the jobs table when the id column exists in the jobs table, but not the calibrations table. This should fail with a compilation error.
    the following sql can be used to generate a test database to show the problem
    USE [test]
    GO
    /****** Object:  Table [dbo].[calibrations]    Script Date: 28/11/2014 13:32:59 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[calibrations](
        [JobId] [int] NULL,
        [textfield] [nvarchar](50) NULL
    ) ON [PRIMARY]
    GO
    /****** Object:  Table [dbo].[jobs]    Script Date: 28/11/2014 13:32:59 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[jobs](
        [Id] [int] NOT NULL,
        [Name] [nchar](10) NULL
    ) ON [PRIMARY]
    GO
    INSERT [dbo].[calibrations] ([JobId], [textfield]) VALUES (1, N'something')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (1, N'a         ')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (2, N'b         ')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (3, N'c         ')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (4, N'd         ')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (5, N'e         ')
    GO
    INSERT [dbo].[jobs] ([Id], [Name]) VALUES (6, N'f         ')
    GO
    Simon
    simon

    will delete all rows in the jobs table when the id column exists in the jobs table,
    but not the calibrations table. This should fail with a compilation error.
    Hello Simon,
    That's a bug in your T-SQL Statement, not in SQL Server. The Statement as it is valid and column "id" exists, so why should it fail on compilation?
    And that is the reason why we always should use full qualified object name, e.g. like
    delete from jobs AS J
    where J.id in
    select SUB.id from calibrations AS SUB
    and this Statement should fail on compilation.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Assertion:   (../lnk/exprparse.cc, line 1454) - compiler bug??

    Hi,
    I get the following error message:
    CC -DLT_OBJDIR=\".libs/\" -I. -I. -I./include -DSOLARIS2 -DSTHREAD_CORE_PTHREAD -DARCH_LP64 -DNO_FASTNEW -DW_LARGEFILE -I/usr/local/include -xtarget=ultraT1 -m64 -features=extensions,zla -xthreadvar=no%dynamic -xdebugformat=stabs -xs -g0 -xO4 -mt -lpthread -library=stlport4 -c -o tests_simple-simple_test.o `test -f './src/tests/simple_test.cpp' || echo './'`./src/tests/simple_test.cpp
    >> Assertion: (../lnk/exprparse.cc, line 1454)
    while processing ./src/tests/simple_test.cpp at line 28.
    The source code looks like this (tried to make a simple a possible):
    ---- shell.h:
    class shell_t
    shell_t() {}
    ~shell_t() {}
    int start();
    virtual int process()=0;
    virtual int usage()=0;
    --- shell.cpp:
    int shell_t::start() {
    ...code
    --- simple_test.cpp
    class test_shell : public shell_t
    public:
    test_shell()
    : shell_t()
    ~test_shell() {}
    int process() { ...code... }
    int usage() { ...code...}
    int main(int argc, char* argv[])
    test_sell as;
    as.start();
    return (0);
    Has anyone seen this already?
    Does somebody know, what it means, and how to fix my code?
    Many thanks for all comments.
    -Ippokratis.
    Edited by: Ippokratis on Jun 5, 2008 11:37 PM

    Any compiler assertion is a compiler bug.
    If you want us to address this given issue, please, provide reproducable testcase
    (e.g. exact program that fails to compile together with a command line for compilation that fails).
    regards,
    __Fedor.

  • The following query failed: GetUserProfileByName - with the wrong username

    I have 2 users (out of 800), who run into this issue on occasion. Their username is 'fccs\user1' in the profile db, and in every UserInfo table in the system. But when they try to go to certain sites or open an infopath form, this error gets thrown:
    The following query failed: GetUserProfileByName (User: FCCS\[email protected], Form Name: Template, IP: , Connection Target: , Request: http://fccsteams/sites/DataManagement/Tasks/Lists/Tasks/Folders1.aspx?RootFolder=/sites/DataManagement/Tasks/Lists/Tasks/2013/11&, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2013-08-05T23:14:53:458Z Type: DataAdapterException, Exception Message: The remote server returned an error: (500) Internal Server Error.  Operation Failure ---> Access Denied: To create a user profile, you must be an administrator, or create your own profile and have personal features rights.  UnauthorizedAccessAccess Denied: To create a user profile, you must be an administrator, or create your own profile and have personal features rights. The remote server returned an error: (500) Internal Server Error.)
    Notice how the username is now the entire email address and not just the username. I have no idea why it thinks that that is their username. Any ideas?

    Hi,
    According to your post, my understanding is that you got query failed error.
    Melick had written a blog said that the form access the user profile web service (Userprofileservice.asmx) using  UDC
    file.
    You can check whether the UDC connection was still pointing to root site.
    You can change this file to match with the sub site collection. Otherwise there may be a cross domain access issue.
    There are similar threads for your reference.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9c2f7f4c-0fa9-43bd-94b1-1d7075e35841/5566-error-with-getuserprofilebyname-and-infopah-browser-forms-using-claims-based-authentication
    http://social.msdn.microsoft.com/Forums/en-US/49753330-40c0-4327-9a9b-2c3304a74e67/sharepoint-infopath-and-populating-forms-with-ad-data?forum=sharepointcustomizationlegacy
    Thanks & Regards,
    Jason 
    Jason Guo
    TechNet Community Support

  • Jdeveloper toolbox -  links fail with "Errors compiling:C:\jdevhome\jdev\myclasses\.jsps\\_OA.java"

    Hi,
    I'm running 12.1.3 in virtualbox and the OAF toolbox tutorials work after logging onto EBS.
    After installing jdeveloper (on windows 8) and doing the documented setup, even the "Hello World" test fails when run in jdeveloper.
    I've double checked the setup and that the jdeveloper patch version is right (p9879989_R12_GENERIC)
    and have the "Default Local IP address" checkbox selected as well.
    I guess some windows install/config is incorrect,but don't know what.  Any ideas?
    Thanks.
    The exact browser error is -
    500 Internal Server Error
    JSP Error:
    Request URI:/OA_HTML/OA.jsp
    Exception:
    OracleJSP:oracle.jsp.provider.JspCompileException:
    Errors compiling:C:\jdevhome\jdev\myclasses\.jsps\\_OA.java
    and the full stack is  -
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
    C:\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\jdevbin\j2ee\home\oc4j.jar;C:\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    26/12/2013 11:09:23 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    26/12/2013 11:09:23 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source C:\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 10061 ms.
    Target URL -- http://192.168.56.1:8988/OA_HTML/test_fwktutorial.jsp
    13/12/26 11:09:29 Oracle Containers for J2EE 10g (10.1.3.3.0)  initialized
    26/12/2013 11:09:44 oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\jdevhome\jdev\myclasses\.jsps\\_OA.java</H3><pre></pre>
        at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java:304)
        at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:731)
        at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:456)
        at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
        at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
        at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:595)

    Hi,
    i think you missed JDEV_HOME environment variable.
    below blog may help,
    Oracle Apps By Kishore: Steps to make JDeveloper Environment

  • [DeployDecisionServices] Failed at Java Compilation

    Hello,
    i'm facing a problem when trying to deploy a decision service within a BPEL process. I have created some xml facts and rules with rule author. Everythings works fine also the compilation of jaxb classes and syntax check of RL output.
    When using the rule repository in a BPEL process by creating a decision service and a decide activity the deployment stops during the compilation of the jaxb classes. As mentioned the compilation of jaxb classes on cmd works fine an it seems that the compilation during the deployment works fine as well as all .class files are beeing created in PROJECT_HOME%decisionservices\DecisionService\war\WEB-INF\classes. Nevertheless deployment stops at this point and I can't get my decision service deployed.
    Any help is much appreciated !
    The ant output:
    | Deploying decision services for ruleTest on localhost, port 8888
    [deployDecisionServices] Start of deploying decision services.
    [deployDecisionServices] Deploy decision service in directory C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService
    [deployDecisionServices] Start deploying decision service from directory C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService to J2EE context /rules/test/ruleTest/1.0/DecisionService
    [deployDecisionServices] Replace placeholders in file C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl
    [deployDecisionServices] Replace placeholders in file C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl done.
    [deployDecisionServices] Replace placeholders in file C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp
    [deployDecisionServices] Replace placeholders in file C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp done.
    [deployDecisionServices] Start compiling fact type classes in directory C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes
    [deployDecisionServices] Compiling from shell, src=C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes, classpath=C:\product\JDev\jdev\lib\ojc.jar;C:\product\JDev\ant\lib\ant-oracle.jar;C:\product\JDev\integration\lib\orabpel.jar;C:\product\JDev\integration\lib\orabpel-ant.jar;C:\product\JDev\integration\lib\orabpel-common.jar;C:\product\JDev\integration\lib\orabpel-thirdparty.jar;C:\product\JDev\webservices\lib\orawsdl.jar;C:\product\JDev\lib\xmlparserv2.jar;C:\product\JDev\lib\xml.jar;C:\product\JDev\j2ee\home\lib\oc4j-internal.jar;C:\product\JDev\j2ee\home\lib\adminclient.jar;C:\product\JDev\integration\bpm\support\files;C:\product\JDev\jdev\lib\jdev.jar;C:\product\JDev\ant\lib\xml-apis.jar;C:\product\JDev\ant\lib\xercesImpl.jar;C:\product\JDev\ant\lib\jakarta-oro-2.0.8.jar;C:\product\JDev\ant\lib\commons-net-1.3.0.jar;C:\product\JDev\ant\lib\ant.jar;C:\product\JDev\ant\lib\ant-xslp.jar;C:\product\JDev\ant\lib\ant-xalan1.jar;C:\product\JDev\ant\lib\ant-weblogic.jar;C:\product\JDev\ant\lib\ant-vaj.jar;C:\product\JDev\ant\lib\ant-trax.jar;C:\product\JDev\ant\lib\ant-swing.jar;C:\product\JDev\ant\lib\ant-stylebook.jar;C:\product\JDev\ant\lib\ant-starteam.jar;C:\product\JDev\ant\lib\ant-oracle-adfp.jar;C:\product\JDev\ant\lib\ant-nodeps.jar;C:\product\JDev\ant\lib\ant-netrexx.jar;C:\product\JDev\ant\lib\ant-launcher.jar;C:\product\JDev\ant\lib\ant-junit.jar;C:\product\JDev\ant\lib\ant-jsch.jar;C:\product\JDev\ant\lib\ant-jmf.jar;C:\product\JDev\ant\lib\ant-jdepend.jar;C:\product\JDev\ant\lib\ant-javamail.jar;C:\product\JDev\ant\lib\ant-jai.jar;C:\product\JDev\ant\lib\ant-icontract.jar;C:\product\JDev\ant\lib\ant-commons-net.jar;C:\product\JDev\ant\lib\ant-commons-logging.jar;C:\product\JDev\ant\lib\ant-apache-resolver.jar;C:\product\JDev\ant\lib\ant-apache-regexp.jar;C:\product\JDev\ant\lib\ant-apache-oro.jar;C:\product\JDev\ant\lib\ant-apache-log4j.jar;C:\product\JDev\ant\lib\ant-apache-bsf.jar;C:\product\JDev\ant\lib\ant-apache-bcel.jar;C:\product\JDev\ant\lib\ant-antlr.jar;C:\product\JDev\jdk\lib\tools.jar
    [deployDecisionServices] Source file exists. Read Java source file names.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequest.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponse.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/ObjectFactory.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ObjectFactory.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/Zustaendig.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ZustaendigImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Compiled class(es) "C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequest.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponse.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/Zustaendig.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ZustaendigImpl.java"
    [deployDecisionServices] Error in ant execution: Java compilation failed.
    Failed to compile file(s) "C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequest.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponse.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/Zustaendig.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ZustaendigImpl.java".
    Exception reported is: C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU\GeburtsurkundeProcessRequestTypeImpl.java:39: Class GU.AntragstellerType not found.
    return (AntragstellerType) super.getElement("Antragsteller", "http://xmlns.oracle.com/Geburtsurkunde", (oracle.xml.jaxb.JaxbNode)obj, 0);
    ^
    C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU\GeburtsurkundeProcessRequestTypeImpl.java:50: Class GU.AnschriftType not found.
    return (AnschriftType) super.getElement("Anschrift", "http://xmlns.oracle.com/Geburtsurkunde", (oracle.xml.jaxb.JaxbNode)obj, 1);
    ^
    C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU\GeburtsurkundeProcessRequestTypeImpl.java:61: Class GU.BankverbindungType not found.
    return (BankverbindungType) super.getElement("Bankverbindung", "http://xmlns.oracle.com/Geburtsurkunde", (oracle.xml.jaxb.JaxbNode)obj, 2);
    ^
    3 errors
    Please verify that file C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequest.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessRequestTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponse.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseType.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/GeburtsurkundeProcessResponseTypeImpl.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\GU/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ObjectFactory.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/Zustaendig.java, C:\product\JDev\jdev\mywork\Buergerservice\ruleTest\decisionservices\DecisionService\war\WEB-INF\classes\ZS/ZustaendigImpl.java is valid java file or if all required libraries are included in your classpath.
    classpath: C:\product\JDev\jdev\lib\ojc.jar;C:\product\JDev\ant\lib\ant-oracle.jar;C:\product\JDev\integration\lib\orabpel.jar;C:\product\JDev\integration\lib\orabpel-ant.jar;C:\product\JDev\integration\lib\orabpel-common.jar;C:\product\JDev\integration\lib\orabpel-thirdparty.jar;C:\product\JDev\webservices\lib\orawsdl.jar;C:\product\JDev\lib\xmlparserv2.jar;C:\product\JDev\lib\xml.jar;C:\product\JDev\j2ee\home\lib\oc4j-internal.jar;C:\product\JDev\j2ee\home\lib\adminclient.jar;C:\product\JDev\integration\bpm\support\files;C:\product\JDev\jdev\lib\jdev.jar;C:\product\JDev\ant\lib\xml-apis.jar;C:\product\JDev\ant\lib\xercesImpl.jar;C:\product\JDev\ant\lib\jakarta-oro-2.0.8.jar;C:\product\JDev\ant\lib\commons-net-1.3.0.jar;C:\product\JDev\ant\lib\ant.jar;C:\product\JDev\ant\lib\ant-xslp.jar;C:\product\JDev\ant\lib\ant-xalan1.jar;C:\product\JDev\ant\lib\ant-weblogic.jar;C:\product\JDev\ant\lib\ant-vaj.jar;C:\product\JDev\ant\lib\ant-trax.jar;C:\product\JDev\ant\lib\ant-swing.jar;C:\product\JDev\ant\lib\ant-stylebook.jar;C:\product\JDev\ant\lib\ant-starteam.jar;C:\product\JDev\ant\lib\ant-oracle-adfp.jar;C:\product\JDev\ant\lib\ant-nodeps.jar;C:\product\JDev\ant\lib\ant-netrexx.jar;C:\product\JDev\ant\lib\ant-launcher.jar;C:\product\JDev\ant\lib\ant-junit.jar;C:\product\JDev\ant\lib\ant-jsch.jar;C:\product\JDev\ant\lib\ant-jmf.jar;C:\product\JDev\ant\lib\ant-jdepend.jar;C:\product\JDev\ant\lib\ant-javamail.jar;C:\product\JDev\ant\lib\ant-jai.jar;C:\product\JDev\ant\lib\ant-icontract.jar;C:\product\JDev\ant\lib\ant-commons-net.jar;C:\product\JDev\ant\lib\ant-commons-logging.jar;C:\product\JDev\ant\lib\ant-apache-resolver.jar;C:\product\JDev\ant\lib\ant-apache-regexp.jar;C:\product\JDev\ant\lib\ant-apache-oro.jar;C:\product\JDev\ant\lib\ant-apache-log4j.jar;C:\product\JDev\ant\lib\ant-apache-bsf.jar;C:\product\JDev\ant\lib\ant-apache-bcel.jar;C:\product\JDev\ant\lib\ant-antlr.jar;C:\product\JDev\jdk\lib\tools.jar

    Hi Everyone,
    I've resolved the error. It was the fact that I was pointing to the wrong rmi port. I found out by typing out the "opmnctl status -l" on the command line and realised that my rmi port was 12401 instead of 23791. Hence, under the "deployDecisionServices" namespace in the build.xml file, I modified it from "rmiport="${rmiport}" to "rmiport="12401"" and deploy it and everything works. Thank you everyone for your time and efforts.
    Regards,
    John

  • GGobi fails to compile, wrong function calls in graphviz.c

    Hi there,
    I'm having troubles to makepkg ggobi, where make fails due to the below pasted errors.
    I am on a 64-bit system (a MacBook I put Arch on), not sure if that is relevant.
    Does anyone have an idea what is wrong here?
    Thanks,
    Alex
    graphviz.c: In function 'dot_neato_layout_cb':
    graphviz.c:215:3: error: too few arguments to function 'aginit'
    aginit();
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:359:13: note: declared here
    extern void aginit(Agraph_t * g, int kind, char *rec_name, int rec_size,
    ^
    graphviz.c:220:3: error: incompatible type for argument 2 of 'agopen'
    graph = agopen("graph", kind);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:266:18: note: expected 'Agdesc_t' but argument is of type 'gint'
    extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
    ^
    graphviz.c:220:3: error: too few arguments to function 'agopen'
    graph = agopen("graph", kind);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:266:18: note: declared here
    extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
    ^
    graphviz.c:226:5: error: too few arguments to function 'agnode'
    agnode(graph, name);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:280:18: note: declared here
    extern Agnode_t *agnode(Agraph_t * g, char *name, int createflag);
    ^
    graphviz.c:248:7: error: too few arguments to function 'agedge'
    edge = agedge(graph, tail, head);
    ^
    In file included from /usr/include/graphviz/types.h:49:0,
    from /usr/include/graphviz/gvc.h:17,
    from graphviz.c:16:
    /usr/include/graphviz/cgraph.h:291:18: note: declared here
    extern Agedge_t *agedge(Agraph_t * g, Agnode_t * t, Agnode_t * h,
    ^
    graphviz.c:285:36: error: 'Agnode_t' has no member named 'name'
    agsafeset (graph, "root", ctr->name, NULL);
    ^
    graphviz.c:315:13: warning: assignment makes pointer from integer without a cast [enabled by default]
    sym = agfindattr(graph,"dim");
    ^
    graphviz.c:317:15: warning: assignment makes pointer from integer without a cast [enabled by default]
    sym = agraphattr(graph,"dim","");
    ^
    graphviz.c:319:26: error: 'attrsym_t' has no member named 'index'
    agxset(graph, sym->index, buf);
    ^
    graphviz.c:354:11: error: 'Agnode_t' has no member named 'u'
    node->u.width = node->u.height = .001;
    ^
    graphviz.c:354:27: error: 'Agnode_t' has no member named 'u'
    node->u.width = node->u.height = .001;
    ^
    Makefile:393: recipe for target 'plugin_la-graphviz.lo' failed
    make[3]: *** [plugin_la-graphviz.lo] Error 1

    >
    Suns "http://developers.sun.com/sunstudio/documentation/ss12/whatsnew.html" says :
    Support for the following open-source libraries:
    BOOST http://www.boost.org
    Boost 1.34.1 should work OK. I haven't tried Boost 1.35 yet.
    The above code snippet is picked from "boost/boost_1_35_0/boost/interprocess/detail/algorithms.hpp" line number 65.
    Any Suggestions or work arounds??+
    The above Suns link also says:
    Complex expressions in template parameters.
    The compiler was previously unable to handle expressions in non-type template arguments in certain cases.
    I did not use any compilation flag, am I missing something?
    Make sure that you compile and link with -library=stlport4, otherwise you will be limited in the Boost libraries that you will be able to use.
    Paul

  • Workflow - Move files fails with Something went wrong error.

    I am trying to create a work flow on a list that holds documents. The workflow checks for a column value to be equal to the string "Awarded". If the condition is true the file is moved from one library to another. This works fine.
    However when I try to run the workflow on a folder in the list I am greeted with a dialog box that says something went wrong.
    Checking the ULS reader logs I did find an associated error that reads VALUE DOES NOT FALL WITHIN EXPECTED RANGE.
    I guess in a nutshell that means it cant find what it is looking for.
    So to recap, the workflow will run with individual files in the list who's attribute is set to awarded in a text colum. IT will not run on the same list on folders in the list. I need to have the ability to move entire folders from one library to another
    based on that condition. Any ideas why this fails?
    fr0stsp1re

    Hi,
      As per my understanding you want to run the workflow when you add a folder, for that you can see below link.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/daf59d7f-1073-4186-a807-29dcbd83b3c5/upload-a-document-using-webservices-without-changing-its-modification-and-creation-dates?forum=sharepointdevelopmentlegacy
    Regards,
    MS
    Hi Thanks,
    Actually I am simply trying to copy an entire folder full of files from one library to another. Works fine with single files but does not seem to work when trying to copy a folder.
    fr0stsp1re

  • DAQCard-6024E Card Fails Self Test - what wrong?

    I am attempting to write a Visual C++ application that uses a DACCard-6024E and I have installed the NI-DAQmx 7.4 drivers.  Measurement and Automation Explorer has detected the card as "Dev1".  An I/O port and IRQ were assigned.
    When I do a "Self-Test", I get the following error message.
    Error
    The device self test has failed.  The error report from the device driver is as follows:
    Error -200020 occurred at Self Test
    Possible Reason(s):
    Self-test of the device has failed.
    OK  
    Am I missing a step that will enable the board?
    Thanks.

    Try removing the device from your PC, then uninstall your DAQmx drivers and install DAQmx 8. Shutdown and put the device back in and see if it passes self-test.
    Michael P
    National Instruments

  • Encoding failed with "Error Compiling Movie, Unknown Error"

    Hi,
    I have come across this error while encoding an NTSC STD sequence to H.264 format, NTSC STD preset. The sequence has few simple effects and titles and its lenght is approx 2min. When same sequence is encoded to FLV, the encode passes. Also, when i encode using inline AME through Export Now, the encode passes. The failure is seen when i encode this sequence using Dynamic Link.
    System Configuration :
    4 GB RAM, Intel I 3 processor, 64bit Win 7, nVidia CUDA card with 512 MB memory.
    If any other information is required, please let me know.
    Thanks,
    Prateek

    I forgot to mention in my original post I was able to export a microsoft avi file of the movie before I added the after effects sequences it appears the AE portions are causing the encoding errors.
    Eric

Maybe you are looking for

  • Hotmail, only in Firefox, does not function, chrome, yes, IE, yes, but not firefox--WHY?

    I have uninstalled all versions of Firefox, no matter-Hotmail loads, but when trying to open any email or part of hotmail, does not function. I have now added Chrome and IE and they have no probs with Hotmail! So, WTF?????

  • Transfer User and Role / Permissions

    Hi - I would like to transfer a user from one instance to another. The data set is small enough so that exp/imp will work fine. I am having difficulty transfering the things that are not included in the export file, specifically tablespace quotas, ro

  • Select into Temp Table Identity Column

    I'm trying to select data into a temp table but how would I select the identity column into my temp table. This is what I have so far(RefId is the identity Column (1,1) BEGIN TRAN SELECT [RefId] ,[Name] ,[CreationDate] ,[CreatedBy] ,[ModificationDate

  • Why dos my sent box show 140  emails when I have none?

    My iPhone 5 seems to be having an issue with phantom mails, but unlike most of the questions across the forum, this relates to an empty sent box showing 211 emails (but it appears that there are none, and I have deleted all my previously sent message

  • Comments Attachements

    Anyone have a clue where the comment attachments are stored on the iDisk? I am trying to extract the original file without having to "save image as" from the web page.