R Entarprise run embedded R

Hello All.
I'm install R Enterprise in my ora 11 base. And try execute code.
From RStudio I run this:
## Is the ORE client connected to the ORE server?
## The output of this command should be TRUE.
ore.is.connected() - it's work
## List the available database tables
ore.ls() - It's work too
## Push an R dataframe to a database table
CARS <- ore.push(cars) -OK
head(CARS) -OK
## Run embedded R
ore.doEval(function() { 123 }) - It's ERROR
Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
  ORA-06520: PL/SQL: Error loading external library
ORA-06522: Unable to load DLL
ORA-06512: at "RQSYS.RQEVALIMPL", line 17
ORA-06512: at "RQSYS.RQEVALIMPL", line 14
ORA-06512: at line 4
More, I run this from SQL Developer:
BEGIN
sys.rqScriptCreate('myRandomRedDots2',
'function(divisor = 100, numDots = 100) {
id <- 1:10
plot(1:numDots, rnorm(numDots), pch = 21, bg = "red", cex = 2 )
data.frame(id = id, val = id / divisor)
END;
It's correct.
But it's ERROR:
"SELECT *
FROM table(rqEval(NULL, 'SELECT 1 id, 1 val FROM dual', 'myRandomRedDots2'));
ORA-06520: PL/SQL: Ошибка загрузки внешней библиотеки
ORA-06522: Unable to load DLL
ORA-06512: на  "RQSYS.RQEVALIMPL", line 17
ORA-06512: на  "RQSYS.RQEVALIMPL", line 14
ORA-06512: на  line 4
06520. 00000 -  "PL/SQL: Error loading external library"
*Cause:    An error was detected by PL/SQL trying to load the external
           library dynamically.
*Action:   Check the stacked error (if any) for more details.
Please HELP ME. Where solution?

What platform (Windows, Linux, or other?) are you running?
Does libR.so exist in $R_HOME/lib and $ORACLE_HOME/lib?
Regards,
Sherry

Similar Messages

  • Can you run Embedded PL/SQL Gateway and Oracle HTTP Server at the same time

    Hi,
    I know this will sound a bit odd but their is a business case for asking this. Can you run APEX via the Embedded PL/SQL Gateway and the Oracle HTTP Server at the same time? Would their be any security/stability/etc issues I'd need to worry about? I know that I'll need to run them on different ports.
    Thank you,
    Martin Giffy D'Souza
    [http://apex-smb.blogspot.com/]

    I think I've done this in the past. Theres no technical reason why you can't do this as far as I know.
    I can't remember if I used different ports or same port.

  • Problem running embeded OC4J from JDeveloper 11g TP 3

    I've just downloaded JDeveloper 11g Technical Preview 3. Unzipped it and ran.
    IDE runs ok, but when I try to run Web project on embedded OC4J, I got exceptions and the server never starts (exception text included on the bottom).
    Here is the way to reproduce the error:
    1. Create new Web Project with New Gallery wizard:
    a. New Gallery->general->projects->web project
    b. on Web Application page (step 3 of 7) choose Servlet 2.5/JSP 21.
    c. on Page Flow technology page (4 of 7) choose none
    d. don't include available libraries (5 of 7)
    e. on Web Project Profile (6 of 7) check Add JSP Page
    f. finish
    e. choose jsp name (after clicking finish a dialog pops up)
    2. Run the page
    a. select the page in Application Navigator
    b. right click on it and choose Run option
    In my case I got the following exception:
    [Starting Embedded OC4J Server using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config>
    D:\work\jdev1111\jdk\bin\javaw.exe -client -classpath D:\work\jdev1111\j2ee\home\oc4j.jar;D:\work\jdev1111\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=512m -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false "-Djava.security.policy=C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\java2.policy" oracle.oc4j.loader.boot.BootStrap -config "C:\Documents and Settings\kazelot\Application data\JDeveloper\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    2008-01-30 13:19:09 oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    2008-01-30 13:19:10 oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    2008-01-30 13:19:10 oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state EXITING
    Process exited with exit code 1.
    Is it something with my configuration. My environment is:
    ADF Business Components     11.1.1.47.96
    Java(TM) Platform     1.5.0_11
    Oracle IDE     11.1.1.0.22.47.96
    SOA Composite Editor     11.1.1.0.0 (Build 071219.1424)
    Versioning Support     11.1.1.0.22.47.96
    Thanks for any suggestions,
    kazelot

    change the file to just (DIRTY way, but works)
    grant {
         permission java.security.AllPermission;
    };Really dirty as these permissions are not Java EE compliant.
    --olaf                                                                                                                                                                                                                                                                                                                                                                           

  • Some attemps to run embedded oc4j

    Often the jdeveloper 10g embedded oc4j doesn't rise correctly seeming like toasting. I've observed that when this happens the CPU lets work in the process javaw.exe and it doesn't return over this proccess .Which can be the problem? At the moment when this happens, unemployment the starting and I return to try it again but it's a little tedious and it fails with enough frequency.
    The machine is a centrino 1.4 MHz, 512 Mb.
    ==============================
    Oracle IDE     9.0.5.13.88
    Business Components Version     9.0.5.13.52
    UML Modelers Version     9.0.5.12.38
    Versioning Support     9.0.5.12.38
    WebDAV Support Version     9.0.5.12.38
    Designer Generators Framework     9.0.5.3.39
    java.version     1.4.1_02
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.4.1_02-b06
    os.name     Windows 2000
    os.version     5.0
    os.arch     x86
    ide.patches     
    Thanks.

    Hello,
    I have the same problem and need a solution to this problem, too.
    The embedded Server often does not start, no matter if i try to run or to debug my webapplication.
    Does anyone has a solution for this like ?
    Maybe deleting some temp-files or increase a timeout?
    Tobias Otto
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdev\jdev\system9.0.5.2.1618\oc4j-config>
    C:\jdev\jdk\bin\javaw.exe -ojvm -classpath C:\jdev\j2ee\home\oc4j.jar;C:\jdev\jdev\lib\jdev-oc4j.jar -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\jdev\jdev\system9.0.5.2.1618\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    04/08/30 12:55:17 Copying default deployment descriptor from archive at C:\Projekte\prototyp\Model\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\jdev\jdev\system9.0.5.2.1618\oc4j-config\application-deployments\current-workspace-app\classes...
    04/08/30 12:55:17 Auto-deploying - file:/C:/Projekte/prototyp/Model/classes/ (No previous deployment found)...

  • Help for PowerPoint 2007 crash when running embedded SWF file with latest Flash Player?

    I have developed in Xcelsius 2008 SP4 a dashboard with only Excel as the source. I output to PowerPoint and then save it as a PowerPoint 2003 PPS file. On more than a few machines that have PowerPoint 2007, PowerPoint crashes when I attempt to run the presentation. This happens only with later versions of Flash Player. I have tried uninstalling/reinstalling the latest Flash Player but it still crashes. However, when I revert back to Flash Player 10.1.159..., in PP 2007 the presentation runs perfectly.
    With regard to the error I receive in PowerPoint 2007, it is as follows:
    Error Signature:
    AppName: powerpnt.exe AppVer: 12.0.6500.5000 AppStamp:49a68f9d
    ModName: flash10u.ocx ModVer: 10.3.181.34 ModStamp:4e011a1d
    fDebug: 0 Offset: 003a893c
    Of note is that this behavior does not happen in PowerPoint 2003 nor does it happen when the file is saved as a SWF and launched directly in the browser on the problem machines.
    I have to assume that this has happened to others so any help you could provide would be VERY appreciated.
    Thank you

    Hello,
    on the first glance I see these: data="file:///Macintosh HD/Users/user/Documents/Website/Working.swf", what means the path to your swf file is pointing to your local hard drive which nobody can see except you. Please replace all thes pathes with the correct ones and load up your file(s) again.
    If the problem remains, please send a link to your website in question, no matter how it looks like..
    Hans-Günter

  • Status Error - Running Embedded BIP Report

    Hi ,
    I have developed new report in JDE, our requirement is to have it in BIP so i have designed the rtf template and mapped the JDE fields to this template. Created object repository and report definition usually i do for other reports.
    When i run this report i am receiving batch status as Error. but it is running perfectly (in JDE) without the intergeration of BIP. i tried to create report freshly, changed the versions , changed the reoport definition, also i have attached blank rtf and tested still error is coming.
    Can anyone advice on this issue ?
    Thank you..

    Hi Experts,
    Any feed back / suggestions regarding this issue ?
    Thank you..

  • Gives an error when running lm in embeded way

    Hi all,
    I tried the following script but it gives me an error.
    cat("run embeded lm..")
    mod3 <- ore.doEval(
    function() {
    library(ORE)
    library(biglm)
    ore.sync(table="MSCI_DAILY_INDEX")
    dat <- ore.pull(ore.get("MSCI_DAILY_INDEX"))
    biglm(STD_EOD00D_LOCAL ~ GRS_EOD00D_LOCAL, dat)
    }, ore.connect = TRUE);
    date()
    Error in match.call(definition, call, expand.dots) :
    unused argument(s) (ore.connect = TRUE)
    Calls: ore.doEval -> .ore.eval -> .ore.matchFUN -> match.call
    According to oneline documentation, it shoudl be a correct way to run the scripts under database-embeded engine.
    http://docs.oracle.com/cd/E11882_01/doc.112/e36761/using.htm
    However, if I remove this ore.connect=TRUE parameter, it would gives me an error something like "connection is not established". If I add ore.connect(....) in the function again, it works but very very slow...
    Please suggest a solution.
    Thanks,
    Copper

    Thanks Denis,
    Mine is 1.1. Could you please send me the link of the 1.3 installation file?
    Do I need to run any specifial steps to upgrade 1.1 to 1.3? (Upgrade manual will be very helpful)
    Thanks,
    Copper

  • Is it possible to run labview app on windows embedded compact 7?

    Hi,
           I have a low cost single board computer from ICOP, running embedded compact 7 from windows. The board has all the features such as ethernet, usb, serial, vga etc. Is it possible to install labview runtime and run the labview developed apps on this platform?? If so please provide me the links to any related resources.
    Thanks in advance
    More details on the board here...
    http://www.icoptech.com/SPARK
    Regards,
    Vipul

    Thanks so much Gene. I really appreciate your time and suggestions.
    Btw, should have been clearer  as one couldn't imagine I meant that 5.5 (i.e. ancient one). The adobe website also has this info: Windows 8.1 compatibility for Adobe Photoshop version 5 which just says version 5.5 under compatibility. So it does seem possible indeed to run this but perhaps for someone more techie. Had a look at the thread re: 6.0 and tried to run it as admin. Tried copying the contents on the desktop and change the compatibility under properties (even ran compatibility trouble shooter under properties) - but in vain. Must be doing something wrong. Prolly easier to return the CD (:/)
    If anyone could drop an idea in relation to how/where to buy a genuine and legal copy of a CS5/CS6 I woudl greatly appreciate. I bought the 5.5 off eBay and probably will search for the right version this time on there again. But it's a bit of a question mark for me in regards to how do I make sure that I buy a genuine licenced version which I can register with the Adobe.

  • JDeveloper 10.1.3 could not run Beans with embedded OC4J 10.1.3

    Hi,
    I have downloaded JDeveloper 10.1.3 distributed with full SDK and by creating just simple HTML page and running embedded OC4J 10.1.3 I get following msgs:
    "Sep 5, 2005 3:13:53 PM com.evermind.server.ejb.EJBPackageDeployment isIIOPConfigured
    INFO: Beans associated with application default will not be available via RMI/IIOP: GenerateIIOP system property=false, enableIIOP application setting=false, server.xml configured for IIOP=false"
    (The same testing with JDeveloper 10.1.2 works fine)
    What's going on?
    Thanks for any information!
    Saulius

    A little more detail might get you some responses. Describe your project. What's the technology stack? (ADF BC?, Faces?, JSP?, Web App?, etc.). When you write about the project not opening in the WYSIWYG editor, are you talking about a JSP page, or some other component? If your page opens at all, describe the editor tabs you see.
    There are some guidelines for migrating projects from EA to R3 in the Release Notes. You might find something there that is helpful.
    Good luck.
    Johnny Lee

  • Connect host pc running winXP to Stand-Alone cDAQ 9139 running win7 embedded via Daqmx

    Hi
    trying to connect Stand-Alone cDAQ  9139 running embedded win7 to host PC running winXP via Daqmx 9.6 , both 9139 and host pc has Daqmx9.6 installed and connected with direct ethernet cable .. i need to review any steps available to do this task , the only one i found yet is for Stand-Alone cDAQ  9139 running Real Time mode not Win7 mode.
    Best Regards
    MyKat

    Hey MyKat-
    I just noticed that this post is in the 'Measurement Studio for .NET Languages' forum, so I wanted to make sure my message was not misleading.  If we added a feature for remotely targeting WES7 cDAQ controllers, it would be a LabVIEW-based solution.  I do not expect either RT or WES7 systems to be remotely targetable from Measurement Studio/Visual Studio environments.  Apologies for any confusion.
    Tom W
    National Instruments

  • Enabling Commenting Tools in embedded mode

    We have own plug-in which provides collaboration capabilities for reviewing documents introducing custom annotations with categorization based on standard Acrobat annotation feature. However Commenting tool is not available in post 6 Acrobat versions when Acrobat runs in embedded mode. I suspect that Adobe suppressed the feature to avoid competition from similar to our solutions. Adobe also discontinued earlier Acrobat versions so our big customers have quite serious problem now, because they can't buy newer Acrobat . . So I am interested if somebody from Adobe senior level engineering or sales reads the forum and can contact me to resolve the issue. Again if some developers know how to enable Commenting tool from plug-in when Acrobat is running embedded, then please share your experience.

    I'm not certain drog is going to get what he want here. It sounds like he doesn't want to write a plugin to create Adobe annotations, but rather his plugin is capturing annotation information when the Adobe tools place and/or modify annotations.
    That's not going to work in a browser unless Adobe changes what's allowed in the browser. If I'm not mistaken, Adobe tools will not create or modify annotations when the PDF is viewed in a browser. The user can always save the file to disk and open it directly with Acrobat (or Reader if it's comment enabled) to get access to the Adobe commenting tools.
    Perhaps that's what drog should do - have his plugin give instructions to the user to save to disk and open directly with Acrobat/Reader. It's fairly simple to recognize when the PDF is viewed in a browser. If this approach is not acceptable to his workflow, then drog is going to have to re-invent the wheel and write a custom annotation handler to add/modify annotations.
    Hope this helps

  • OpenMQ embedded broker in Maven JUnit

    I have standalone application wich interacts with OpenMQ through JMS. Maven build tool is used. I want to write JUnit tests checking application interaction with OpenMQ. For this purpose I want to use OpenMQ embedded broker. I found https://mq.dev.java.net/4.4-content/embedded-example.html guide. With minor changes I implemented embedded broker. But it's not work as described in guide.
    At first it appear to me that it cann't create necessary directories and I've added
    new File("target/openmq/var/instances/imqbroker").mkdirs();
    but later I understood that for some reason it's not creating directories and files which should create itself.
    I browsed the sources code and found, that Broker.start() method return value ignored during embedded broker creation. It seems to be a bug.
    I receive broker event 'READY : Broker has been started' but actually it don't starts and jms port 7676 close.
    Please, look at my code and tell me what's wrong with it?
    Application can be downloaded from this thread: http://forums.java.net/jive/thread.jspa?messageID=482904&#482904 .
    Direct link: http://forums.java.net/jive/servlet/JiveServlet/download/56-153207-482904-13987/openmqtest.zip
    To start build process put libraries defined in lib/dir.txt from OpenMQ distribution to project lib directory. Then use
    mvn clean package
    Here is the output:
    Running bulatnig.openmqtest.EmbeddedBrokerTest
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] WARNING [B2001]: Unable to load default property file /home/bulat/IdeaProjects/glassjmstest/openmqtest/target/openmq/lib/props/broker/default.properties:
    java.io.FileNotFoundException: /home/bulat/IdeaProjects/glassjmstest/openmqtest/target/openmq/lib/props/broker/default.properties (No such file or directory)
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] ERROR [B3001]: Defaulting to use the fallback properties. The Broker will only run in a minimal configuration using these settings. Fallback properties are being used because the defaults.property files could not be loaded. Please check the value of IMQ_HOME
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD]
    ================================================================================
    Open Message Queue 4.5
    Oracle
    Version: 4.5 (Build 10-f)
    Compile: Wed Jun 16 23:23:56 PDT 2010
    Copyright (c) 2010 Sun Microsystems, Inc. All rights reserved. Use is
    subject to license terms.
    ================================================================================
    Java Runtime: 1.6.0_20 Sun Microsystems Inc. /usr/lib/jvm/java-6-sun-1.6.0.20/jre
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] IMQ_HOME=/home/bulat/IdeaProjects/glassjmstest/openmqtest/target/openmq
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] IMQ_VARHOME=/home/bulat/IdeaProjects/glassjmstest/openmqtest/target/openmq/var
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] Linux 2.6.32-24-generic amd64 nigmatullin (2 cpu) bulat
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] Java Heap Size: max=449664k, current=30336k
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] Arguments: -imqhome target/openmq
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] Embedded Broker
    [16/&#1089;&#1077;&#1085;/2010:09:04:03 MSD] ERROR [B3086]: The broker got an exception when trying to acquire the lock file:
    null/instances/imqbroker/lock
    java.io.IOException: No such file or directory
    The lock file may be corrupted, or there may be a permission problem
    with the lock file or the directory that contains the lock file.
    If you are certain no other copy of the broker is running with the
    instance name "imqbroker" then you may remove the lock file and
    try starting the broker again.:
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.createNewFile(File.java:883)
         at com.sun.messaging.jmq.jmsserver.util.LockFile.getLock(LockFile.java:113)
         at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:798)
         at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:412)
         at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
         at com.sun.messaging.jmq.jmsserver.DirectBrokerProcess.start(DirectBrokerProcess.java:87)
         at com.sun.messaging.jmq.jmsclient.runtime.impl.BrokerInstanceImpl.start(BrokerInstanceImpl.java:144)
         at bulatnig.openmqtest.EmbeddedBrokerTest.startServer(EmbeddedBrokerTest.java:50)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
         at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
         at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
         at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
    Received broker event:READY : Broker has been started
    Edited by: bulatka on Sep 15, 2010 10:37 PM

    I changed arguments to:
    -imqhome target/openmq -libhome /home/bulat/desktop/MessageQueue4_4/mq/lib
    Build Failed:
    <testcase time="0" classname="bulatnig.openmqtest.EmbeddedBrokerTest" name="bulatnig.openmqtest.EmbeddedBrokerTest">
    <error message="com/sun/messaging/jms/management/server/ClusterNotification" type="java.lang.NoClassDefFoundError">java.lang.NoClassDefFoundError: com/sun/messaging/jms/management/server/ClusterNotification
    at com.sun.messaging.jmq.jmsserver.management.agent.Agent.loadAllMBeans(Agent.java:671)
    at com.sun.messaging.jmq.jmsserver.management.agent.Agent.loadMBeans(Agent.java:628)
    at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:1385)
    at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:412)
    at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
    at com.sun.messaging.jmq.jmsserver.DirectBrokerProcess.start(DirectBrokerProcess.java:87)
    at com.sun.messaging.jmq.jmsclient.runtime.impl.BrokerInstanceImpl.start(BrokerInstanceImpl.java:144)
    at bulatnig.openmqtest.EmbeddedBrokerTest.startServer(EmbeddedBrokerTest.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
    at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
    at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
    at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
    at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
    Caused by: java.lang.ClassNotFoundException: com.sun.messaging.jms.management.server.ClusterNotification
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 28 more
    </error>
    </testcase>
    I added imqjmx to project dependencies: project builds without errors.
    The next question: is it possible start embedded broker without OpenMQ locally installed? Which libraries should I put in dependencies to run embedded broker in JUnit tests?

  • Addopt embedded LV to embedded Linux - what do I have to do?

    Hello.
    I'm a student doing my thesis work in sweden and I'm quite new to LV.
    I read the manual for porting emb.LV Runtime but don't have an idea where I have to start with.
    my platform is an microcomputer (NetDCU8) with an ARM 9 prozessor, touchscreen, Network, serial ports, SD-Card and ADC's running embedded Linux (Emlix).
    The graphic part I allready programmed in C/C++ and it could be running as a thread.
    This is what I need to programm within LV:
    - starting the graphicfunction as a thread
    - reading values from ADC's and store them into global Arrays every 60 seconds
    - doing some calculations with those values
    - storing values into logfiles onto Networkfolder and SD-Card (both mounted when the target start up Linux)
    I'm able to do all this stuff in C/C++. But as a part of my thesis work, I have to make emb. LV useable for programming for my target.
    The BSP is only for Linux-Computers.
    I'm not very familar with operating systems and have zero experience in porting anything.
    But if there are some good hints, where I have to look at and what I maybee can use, that's already done, then I think I have a chance to manage it.
    ...I have only 1 month left for my work.... 
    Best regards from Göteborg,
    Tobias

    Hi!
    I got the first "Hello world" to run!!!
    Jiiiiiiiihhhhhhhhhhaaaaaaaaaaa! 
    I edited LVGenRTInit.c and removed all unneeded includes and corrected the Makefile:
    /* CODE START */
    APPLICATION = "/nfsroot/testcomp"
    CC = "arm-linux-gcc"
    LD = "arm-linux-gcc"
    CFLAGS =  -DVAR_WAIT_ON_EXIT -DCHeadless=1 -I.  -O3 -fomit-frame-pointer -Dlinux  -w
    LFLAGS =  -lm -lpthread -lnano-X -L"/2compile/"
    OBJS = /2compile/linux_tryout.o /2compile/LVUnixInit.o /2compile/LVCGenRTInit.o /2compile/lvEmbeddedMain.o
    INCLUDES = -I"/2compile"
    LIBS = "/Targets/NI/Embedded/embLinux/libs/lvanlys.a" "/Targets/NI/Embedded/embLinux/libs/libaalcore.a"
    %.o: %.c
        $(CC) -c $(CFLAGS) $(INCLUDES) -c -o $@ $<
    $(APPLICATION): $(OBJS)
        $(CC) -o $(APPLICATION) $(LFLAGS) $(OBJS) $(LIBS)
    /* CODE END */
    Now I can work with the inline-C-node. the next step will be a timed loop. and also bringing the old dir-structure back from my actual header-soup....
    Microwindows is the old name of Nano-X. Fortunetly I didn't have had to compile it for mz target. The libraries were readymade delivered....
    so I can just show you some parts of my code to create windows and stuff in the attached file...
    Maybee this can help you on your first tryarounds, when you have compiled nano-x for eCos.
    I will post again, when the timed loop works.
    have a nice day!
    Tobias
    Attachments:
    nx_short_demo.txt ‏2 KB

  • Embedded Flash not working for limited access users?

    Hi there,
    Im currently having an issue with Flash 10.1 on a new student image im creating,
    After testing the install of 10.1.122.64 this is the findings i made:-
    As administrator i could run Mainstream Flash players such as BBC iplayer and youtube
    As limited user i could also run mainstream flash players
    As administrator i could run embedded flash videos
    as limited user i could not run embedded flash videos
    This is proving somewhat a big issue as the machines we have that cant run embedded flash videos some of them have Adobe Web design CS5 and they are unable to test their flash videos through IE8
    Our current image uses Windows XP with IE8 and office 2010 amongst other things
    if you need any more information please let me know.
    Thanks

    Hi all , thanks for your responses :-
    Willenger - I have 3rd party flash content enabled already,
    SOS - After checking the two video links youve both posted , the youtube one works, the embedded one SOS linked doesnt.
    ive increased the amount allowed aswell to no avail.
    thanks for your updates but no success so far, any other questions or details you need, give me a shout

  • Can labview run on TI-430 microcontroller

    I would like to find out if I can run Embedded Labview 
    on a TI-430 Microcontroller?
    Thank you for the help... 

    Diego,
    Yes, it is possible. See this post for more details. 
    Misha

Maybe you are looking for