ODI - Java Error when trying to reverse engineer - Hyperion Planning

Hi,
I am receiving the error below when I am attempting reverse engineer the emission members into the models tab in the ODI Designer. In topology manager I get connection successful in both Synopsis memory engine and in File technology and I have checked all my settings and everything looks correct compared to the test environment. We are actually testing the Production install with a very simple Hyperion Planning dimension build. Does anyone have any ideas why I am receiving the error below.
Thank you in advance for the help!!
org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
ImportError: no module named java
at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
at com.sunopsis.dwg.cmd.e.i(e.java)
at com.sunopsis.dwg.cmd.g.y(g.java)
at com.sunopsis.dwg.cmd.e.run(e.java)
at java.lang.Thread.run(Unknown Source)

Hi,
It looks as though we got it to work. However the way we got it to work is a bit confusing. We had someone just login and try it. The only difference is they used the admin username instead of the one we were using. They successfully ran the reverse. Then we re-logged in with the other username we were using before and it worked.
I just realized however before they did that, I was on the Prod server trying to open and view the odiparams.bat file. I accidentally ran the file by choosing 'open' instead of 'edit'. Thus I'm thinking that running that odiparams.bat file actually fixed the issue rather than logging in with admin account.
What would your professional opinion be on this as we can't recreate the issue and figure out which one fixed it.
Thanks,

Similar Messages

  • ODI error when trying ro reverse engineer-- Please help

    Hi all,
    I am receiving the error below "ImportError: no module named java" when I am attempting reverse engineer from Essbase into the models tab in the ODI Designer.
    I am using ODI version 10.1.3.5
    I have all jar files related to Essbase in drivers folder. And all KMs related to Essbase in impexp folder. I have created CLASSPATH system variable with "D:\OraHome_ODI\oracledi\drivers". Should i need to add this path in PATH system variable?
    What should i do to get this problem solved. Please help.
    Thank you in advance for the help!!
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    ImportError: no module named java
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Regards,
    Srinivas

    MOS Note 424232.1 says
    Such messages are probably due to either a stale Jython cache (.../scripting/cachedir folder) and / or insufficient access privileges attributed to the Unix user account which has launched either the ODI Agent or Designer GUI and is executing a Jython script and writing to the Jython cache (default value being .../lib/scripting/cachedir/packages folder).
    Alternative workarounds:
    1. Stop all ODI processes and remove the cachedir folder, the restart ODI and retest the process.
    2. Use a different "python.cachedir" information, on which the User has write privileges. This Java property may be set into the Jython Registry and specifies the directory used internally by Jython for cached information about Java packages in ".jar" files. If the directory is relative, it is interpreted relative to the Jython root. For complete information, refer to Jython documentation, at:
    http://www.jython.org/Project/userguide.html#the-jython-registry
    3. Try running Jython once as "root" in order to create the Jython cache directories or take appropriate administrative actions (for example, chmod 777....) to allow the user account to access these files.
    4. Please bear in mind that Unix is case sensitive... As such, do not forget to verify lower/upper case attributes of folder names.
    If the ODI process is run by an Agent and the message is displayed:
    1. Please check the ODI Agent in Topology Manager to determine on which host it is running then proceed to its installation folder and ...:
    2. Verify that Jython is included with the Agent installation folders:
    * In oracledi\bin - jython.sh
    * In oracledi\lib\scripting - jython.jar, cachedir, and lib
    * In oracle\lib\scripting\lib - numerous jython .py files
    3. Also give Unix user account full permissions to every file and folder in the Agent installation and the java installation.
    4. Restart the Agent.
    5. Test the Agent in Topology Manager (ensure that the hostname is correct). If the test is successful, retest the Package/Scenario.
    Thanks,
    Sutirtha

  • Java error when trying to edit file - access denied

    We have been running Vibe 3.0 for a couple years with no issues but suddenly users have begun to get java errors when trying to edit a file from Vibe. When a file entry is opened and the "Edit this file" link is clicked, a dialog pops up that says :
    Error from command:
    java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
    Has anyone else seen this? Could it be related to some windows security update perhaps? Any ideas how to resolve would be appreciated. This happens with regular users as well as admin.
    Vibe is running on SLES 10 with mysql. We are using IIS Windows Authentication.
    Thanks

    dangross,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Java error when trying to open packages

    Hi,
    Installed the ODI patch 10.1.3.5.5 to extract data from SAP. I am able to open all of my interfaces but when I tried to open any package its throwing me a java error as furnished below:
    java.lang.NullPointerException
         at com.sunopsis.graphical.l.a.a.n.b(n.java)
         at com.sunopsis.graphical.l.a.a.n.d(n.java)
         at com.sunopsis.graphical.l.a.a.n.<init>(n.java)
         at com.sunopsis.graphical.frame.a.ir.dh(ir.java)
         at com.sunopsis.graphical.frame.a.ir.dA(ir.java)
         at com.sunopsis.graphical.frame.a.ir.dC(ir.java)
         at com.sunopsis.graphical.frame.a.ir.<init>(ir.java)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.sunopsis.graphical.frame.bb.b(bb.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    Edited by: user5429729 on Feb 25, 2010 1:26 PM

    Hi,
    Does it proceed further after showing the error ?
    Or you can't open the package at all?
    Also one more thing, did you upgrade only the server side?
    Is the cient side also on the same version?
    Reshma

  • Java error when trying to install 1.1 standalone on Win 64b server

    Hi,
    just downloaded the new 1.1 release and tried to set it up as a standalone Apex listener on our Windows Server 2008 64-bit database server. Got Oracle 11.2.0.2 64-bit running on it, and are using the java install from that installation to install the Apex listener.
    - unzipped the listener zip-file to d:\temp
    - when trying to install with "java -jar D:\temp\listener\apex.war" I get:
    INFO: Starting: D:\temp\listener\apex.war
    +See: 'java -jar apex.war --help' for full range of configuration options+
    INFO: Extracting to: C:\Users\haakon\AppData\Local\Temp\apex
    SEVERE: java.lang.System.console()Ljava/io/Console;
    java.lang.NoSuchMethodError: java.lang.System.console()Ljava/io/Console;
    at ____embedded.____EntryPoint.apexImages(____EntryPoint.java:103)
    at ____embedded.____EntryPoint.main(____EntryPoint.java:90)
    - trying to specify a specific apex.home & apex.images directory (pointing to the images-directory in a complete installation of Apex 4.0.2) on the java command line results in the same error.
    I can see that the installer has created the apex.home in this last attempt.
    I'm running this as a domain user with admin-rights on the server.
    Is this a 64-bit problem, or something else? Should I use a different java-version than the one installed with the 11.2.0.2 database when trying this?
    Regards,
    Haakon

    Tried a quick install on my local workstation with Win7 64-bit and java runtime v. 1.6.0_23 and everything worked fine just as documented.
    So, downloaded a new java runtime distro to the Win2008 server and tried installing with that, and eventually I got the listener running. Had to start it twice, since the first startup gave an "Invalid" errormessage when opening the listener configuration page. Second go without any changes to config worked fine.... Don't know why...
    So, problem solved so far :-)

  • Error when trying to reverse a goods receipt using vl09

    Hi All,
    I'm trying to reverse an inbound delivery using vl09. Getting a message that
    "Error at central message handling" . After this the system is throwing me out of the tcode vl09.
    Any idea why this is appearing and how to overcome this.
    Regards,
    Ashwin

    Hello
    Please refer the previous thred
    "Inbound delivery reversal issue
    and also the SAP notes mentioned in earlier reply.
    warm reards
    Ramakrihsna

  • Java error when trying to access EAS Console with a URL.

    Hi all,
    Trying to access EAS Console with the URL but getting an JAVA error
    And it asks
    Block potentially unsafe components from being run?(recommended)
    Yes No
    Thanks

    What is your Java and EAS versions? Have you checked the supported platform matrices to confirm you have compatible versions?
    http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html
    Cheers,
    Mehmet

  • Java error when trying to run .jar program---help?

    I have a Java program that runs fine on a Windows box.
    When I run it with the GUI "Jar Launcher", the program name appears at the top of the screen very briefly but then the program crashes. When I run it using Terminal, I get the following errors:
    +Exception in thread "AWT-EventQueue-0"+
    +java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group+
    +at PPBSOjdb.PPBSOjdbApp.startup(PPBSOjdbApp.java:20)+
    +at org.jdesktop.application.Application$1.run+
    (Application.java:171)
    +at java.awt.event.InvocationEvent.dispatch+
    (InvocationEvent.java:209)
    +at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)+
    +at java.awt.EventDispatchThread.pumpOneEventForHierarchy+
    (EventDispatchThread.java:269)
    +at java.awt.EventDispatchThread.pumpEventsForHierarchy+
    (EventDispatchThread.java:190)
    +at java.awt.EventDispatchThread.pumpEvents+
    (EventDispatchThread.java:184)
    +at java.awt.EventDispatchThread.pumpEvents+
    (EventDispatchThread.java:176)
    +at java.awt.EventDispatchThread.run(EventDispatchThread.java: 110)+
    When I run "java -version" (Terminal again) I get:
    +java version "1.5.0_16"+
    +Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-275)+
    +Java HotSpot(TM) Client VM (build 1.5.0_16-132, mixed mode, sharing)+
    The programmer believes it should run under Java 1.5 as well was 1.6, but he develops on Windows.
    Any suggestions on how to get this program to run?
    Thanks!

    Thanks. Crud.
    Am I just out of luck or is 1.6 available on the Mac? Is Apple just slow getting 1.6 out (since my computer is all Software Updated)?
    Is there someplace that explains the relationship between Java SE 6, J2SE, version 1.6/1.5?
    I'm very new to Java.
    Apple says that "Java for Mac OS X 10.5 Update 2 delivers improved reliability and compatibility for Java SE 6, J2SE 5.0 and J2SE 1.4.2 on Mac OS X 10.5.4 and later. The release updates Java SE 6 to version 1.6.0_07, J2SE 5.0 to version 1.5.0_16, and J2SE 1.4.2 to 1.4.2_18."
    (Apple has since come out with Update 3, but it's not mentioned on the developer.apple.com/java/ page for some reason.)
    It seems like "version 1.6.0_07" would be version 1.6 but apparently it's still 1.5! (Bizarre.)
    Thank you!

  • Error when validating an Application in Hyperion Planning

    To all,
    While validating an Application, we are recieving an error message. This is an existing application that has been in service for some time. We are having the same werro message on a new application, so it is a system issue, versus an application issue. Has anyone seen this type of error message before.
    =====================================================================
    Trace: com.hyperion.awb.web.appmanager.Service.validate(Service.java:128)
    com.hyperion.awb.web.appmanager.Action.validate(Action.java:231)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    Exception org.apache.axis.AxisFault rethrown
    Server stack trace:
    at Hyperion.DimensionServer.Validations.PlanningApplicationValidation.CheckRename(Int32 lastDeployedTxnID, TransactionHistoryRecord txnRecord, Dictionary`2 dimClassLookup, Dictionary`2 renamedMembers, Library& snapShot)
    at Hyperion.DimensionServer.Validations.PlanningApplicationValidation.<>c__DisplayClassd.<CheckForRenames>b__b(TransactionHistoryRecord txnRecord)
    at Hyperion.DimensionServer.DAO.TransactionManagerDAO.<>c__DisplayClass8.<CheckForRenames>b__7(DALDatasetCommand command)
    at Hyperion.DataAccessLayerCore.DataAccessLayer.ExecLoadSQL(String SQL, Action`1 onSetParams, Action`1 onRead, DatabaseContext context)
    at Hyperion.DataAccessLayerCore.DataAccessLayer.ExecLoadSQL(String SQL, Action`1 onSetParams, Action`1 onRead)
    at Hyperion.DimensionServer.DAO.TransactionManagerDAO.CheckForRenames(Int32 libraryID, Int32 masterApplicationID, Int32 applicationID, Int32 startTransactionID, Int32 endTransactionID, Action`1 action)
    at Hyperion.DimensionServer.Validations.PlanningApplicationValidation.CheckForRenames(String[] dimensionClasses)
    at Hyperion.DimensionServer.Validations.PlanningApplicationValidation.InternalValidate()
    at Hyperion.DimensionServer.Validations.ApplicationValidation.Validate(Application app)
    at Hyperion.DimensionServer.Proxies.ApplicationsProxy.Validate(ApplicationLocator locator)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Hyperion.DimensionServer.Interface.IApplications.Validate(ApplicationLocator locator)
    at Hyperion.DimensionServer.WebServices.Applications.Validate(ApplicationLocator locator)
    We are trying to trouble shoot this issue, and are at a loss as to where to look. We have restarted the server, and the services; with no success. I am able to access Hyperion, and perform queries; bit we can not update the application in regards to adding accounts, etc.
    Thank you in advance for your help.
    Sincerely,
    Jeff Vercher

    you haven't specified enough information to enable anyone to assist you.
    e.g. version of HFM? Are you creating in the HFM windows client (win32) or the web interface ? Did you go through all the configuration steps of registering the HFM with Shared Services in the first place? What domain, username and password are you using to log on ? Is the Shared Services running and can you see any empty projects in the Shared Services User Management Console? Which project name were you going to create the application in ?
    you are unlikely to get an answer via the forums unless you specify your problem in greater detail.
    if you have paid for maintenance for HFM product with Oracle Support, I would recommend you contact Oracle Support.

  • ODI really slow when updating attribute assocations in Hyperion Planning

    I have a base dimension with 25,000+ level 0 members. I have two attribute dimensions that are associated for this dimension. When I run ODI to build the associations, it runs really long. Is there way to improve ODI performance?
    Thanks.

    Are you definitely sure it is not on the planning side the issue lies, I would create a file and then use the outline loader to compare load times to see where the issue is first.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • LSO: Java errors when using Authoring Environment to check-in eLearning

    Have any users here encountered any of these Java errors when trying to check-in eLearning content to the Master Repository?
    reuseObj is null
    java.lang.NullPointerException: reuseObj is null
         at com.sap.hcm.ls.shared.repository.exchange.DeltaVersionData.<init>(DeltaVersionData.java:62)
         at com.sap.hcm.ls.shared.repository.exchange.CopyMan.checkIn(CopyMan.java:160)
         at com.sap.hcm.ls.shared.repository.exchange.Publisher.checkInObjects(Publisher.java:270)
         at com.sap.hcm.ls.las.repository.explorer.wizard.steps.CheckInObjectsStep.workerThread(CheckInObjectsStep.java:85)
         at com.sap.hcm.ls.shared.util.swing.wizardfw.steps.ProgressWizardStep.run(ProgressWizardStep.java:209)
         at java.lang.Thread.run(Unknown Source)
    No semaphore for: /<path>/_groupManProps.txt
    java.io.IOException: No semaphore for: /<path>/_groupManProps.txt
         at com.sap.hcm.ls.shared.repository.control.implicit.ImpVersManager.getAndUpdateNextRevisionNumberForGroup(ImpVersManager.java:920)
         at com.sap.hcm.ls.shared.repository.control.implicit.ImpVersManager.postSpecifyRevisionNumber(ImpVersManager.java:624)
         at com.sap.hcm.ls.shared.repository.exchange.CopyMan.copyProps(CopyMan.java:867)
         at com.sap.hcm.ls.shared.repository.exchange.CopyMan.checkIn(CopyMan.java:227)
         at com.sap.hcm.ls.shared.repository.exchange.Publisher.checkInObjects(Publisher.java:270)
         at com.sap.hcm.ls.las.repository.explorer.wizard.steps.CheckInObjectsStep.workerThread(CheckInObjectsStep.java:85)
         at com.sap.hcm.ls.shared.util.swing.wizardfw.steps.ProgressWizardStep.run(ProgressWizardStep.java:209)
         at java.lang.Thread.run(Thread.java:619)
    Unexpected object state: /<path>/v1/ [rep=http://<path>:80/publishing/LSO_SH1/, type=4, props={status=reserved, type=4, isVersioned=m, pathHash=1855656709}]
    com.sap.hcm.ls.shared.repository.access.ConcurrentIOException: Unexpected object state: /<path>/v1/ [rep=http://<path>:80/publishing/LSO_SH1/, type=4, props={status=reserved, type=4, isVersioned=m, pathHash=1855656709}]
         at com.sap.hcm.ls.shared.repository.exchange.Publisher.announceToPublisherDB(Publisher.java:733)
         at com.sap.hcm.ls.shared.repository.exchange.Publisher.checkInObjects(Publisher.java:288)
         at com.sap.hcm.ls.las.repository.explorer.wizard.steps.CheckInObjectsStep.workerThread(CheckInObjectsStep.java:85)
         at com.sap.hcm.ls.shared.util.swing.wizardfw.steps.ProgressWizardStep.run(ProgressWizardStep.java:209)
         at java.lang.Thread.run(Thread.java:619)
    They each seem to point to some degree or another to using Versioning, but I've gotten those errors whether the "Use Delta Versioning..." checkbox is checked or unchecked.  I do have the standard versioning settings set in the IMG, the standard delivered settings.  And it's referencing the same file, _groupManProps.txt, that doesn't exist in any of the packages I've tried to publish/check-in.  I've tried both AICC and SCORM content and I get the same errors.
    We have an ECC6 system on EHP5, and using Authoring Environment version LSOAE09_0-10006103.
    I'm running the Authoring Environment on a 64-bit Windows 7 PC.
    I've tried to publish/check-in with the following versions of the Java SDK:
    1.4.2 Update 13
    1.4.2 Update 19 (the latest in 1.4.2 with a Windows installer available)
    6 Update 14 (a colleague is using this version successfully with the AE)
    6 Update 23
    Each of those were the 32-bit versions after trying a 64-bit version of one (based on my PC's OS) and getting an unrelated 64-bit error.
    I would appreciate any experience or wisdom any other users here have to share.
    Thanks!
    Jason
    Edited by: jtrain on Nov 22, 2011 9:29 AM

    It was an adjustment we made on our ISA 2006 server. Under
    1. Open Array - Configurarion - General
    2. Select Additional Security Policy - Configure Flood Mitigation
    3. On the Flood Mitigations Tab, there are a number of flood mitigation settings that can be configured.
    The setting we had to adjust is under the "Maximum HTTP requests per minute per IP address (Click on Edit)
    Increase the  "Limit:"  setting. We set it to 1500 which resolved our problem.
    4. Apply the policy and wait for the configuration to be updated on all array members ( may take several minutes)
    Regards,

  • 4215 Java error: When connecting from IPS event viewer

    Hello-
    I received a java error when trying to connect to my 4215 with Cisco IPS event viewer. It is as follows:
    IOException in open Subscription(): java.security.cert.CertificateExpiredException: NotAfter: Sunday March 29
    Is the web server running on 10.x.x.x:443? Please check the communication parameters of the device.
    I can set the date on my pc back to last week and all works fine like b4. I have tried updating my java to the latest version and created a new certificate from the IPS.
    Any help would greatly be appreciated:
    Thanks

    Hi,
    The issue can be resolved by following the steps as below
    1.Login to the sensor.
    2.Run the tls generate-key command.
    3.Make sure the certificate is generated.
    4.Add the device again. It should work now.
    REf: http://www.cisco.com/en/US/products/hw/vpndevc/ps4077/products_qanda_item09186a008025c533.shtml
    Do rate if it helped.
    Regards
    Sridhar

  • ODI - Error when trying to logon

    Hi,
    Getting this error when trying to logon to ODI. Is it a username/password issue or something differnt? Our backend database is Oracle10g.
    Connection to repository denied
    java.sql.SQLException: socket creation error
    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
    at org.hsqldb.jdbc.jdbcConnection.<init>(jdbcConnection.java:2451)
    at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:188)
    at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:166)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
    at com.sunopsis.sql.i.run(i.java)

    Hi,
    It sounds as if you just haven't started up the Demo Repository first. Designer is trying to connect to the repository.
    Launch this shortcut and then Designer should be ok:
    Start -> ODI -> Examples -> Start Demo Environment
    Thanks,
    Sutirtha

  • I keep getting an error when trying to install Java for OS X 2014-001

    I was trying to download this because I was getting errors when trying open some applications saying you need Java 6 and it directed me to the download link for this but it always gets and error when installing.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Select
              /var/log ▹ install.log
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. The contents of the log will appear on the right. Each log message begins with a timestamp. Select the messages from the time of the last installation or update attempt. If you're not sure when that was, click the Clear Display button in the toolbar of the Console window and then try the installation again. Select the new messages that appear. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    ☞ If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    ☞ When posting a log extract, be selective. Don't post more than is requested.
    ☞ Please don't indiscriminately dump thousands of lines from the log into this discussion.
    ☞ Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting. You may need to use a text editor with search and replace, such as TextEdit.

  • Error when trying Sample_PMMLImport.java

    I get error when trying to run Sample_PMMLImport.java
    There occurs the following error :
    Invalid length for argument "schema". It must contain between 1 and 30 characters.
    any help is greatly appreciated.
    thanks in advance,
    Adhitya

    I met some problems before for PMML export problem. But mine is solved after I applied the newest patch.
    If it still does not work, try to modify the attribute file:
    modelExport.tableName=(here the table name shoule be less than 30, i think)
    modelExport.schemaName=odm
    modelExport.columnName=XML_DOC
    modelExport.rowid=
    And ensure there is no such table which is specified by the modelExport.tableName. If it still does not work, I don't know,too. Maybe some oracle folks can answer you.
    Thanks
    Chengliang

Maybe you are looking for

  • How do I connect my Mac Book Pro to a Mitsubishi DLP projector?

    How do I connect my MacBook Pro to a Mitubishi DLP Projector?

  • IOS (iPad App)...possible to detect mute switch? volume off?

    Is it possible to detect if the user has turned mute switch on?  Is it possible to detect the system volume to determine if it is all the way down? We would like to display a dialog box telling the user they need to turn up the volume on iPad or turn

  • Capturing "transaction not found" errors ...

    Is there any way of catching the error when a transaction is not found and has been called?. I've tried a number of things but it does not look possible. The path I'm currently looking at is to check whether the transaction exists (Table TSTC) before

  • Q of Q round number issue

    Hi All, I cannot use round function in Query of Query. I can cast the number as integer like: <cfquery dbtype="query">      select cast(myValue as integer) finalNumber      from myQuery </cfquery> where myValue = 65.7, but the result is 65, it should

  • HT1343 Why doesn't Command-X cut a file in finder?

    Why doesn't Command-X cut a file in finder? According to this article it must to! http://support.apple.com/kb/HT1343?viewlocale=en_US&locale=en_US What is  way to cut the a file WITH OUT using a mouse/trackpad - with keyboard only?