Monday, December 5, 2016

How to install JDeveloper 12.2.1.0

Where to download:
http://www.oracle.com/technetwork/developer-tools/jdev/downloads/jdev12210download-3046390.html


Do not forget to download both file1 and file2.
You don't need to extract file2, you can keep it as .zip:



Installation steps:
Double click on jdev_suite_122100_win64.exe file and then follow the installation steps:













Thursday, October 13, 2016

How to solve Siebel SBL-DAT-00142 error (Could Not Open Repository File)

Error message:
SBL-DAT-00142: Could Not Open Repository File

Solution:
Set the following environment variables on the end of siebenv.sh script:
MWSTG_WAITOPEN=1; export MWSTG_WAITOPEN
MWSTG_WAITOPEN_TIMEOUT=100;export MWSTG_WAITOPEN_TIMEOUT

Monday, August 8, 2016

Error when trying to apply a new swse logical profile

When trying to apply a new SWSE Logical Profile on Siebel Innovation Pack 2015, Was getting the following error:

INFO: 
SECTION 
STEP DeployedLanguage
ATTRIBUTE Multiselect
Aug 8, 2016 2:47:03 PM oracle.siebel.configurator.utility.DefaultExceptionHandler uncaughtException
SEVERE: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at oracle.siebel.configurator.utility.ConfigUtility.DLOVInstalledLanguage(ConfigUtility.java:602)
at oracle.siebel.configurator.engine.AccessSCM.executeDLOVAttrib(AccessSCM.java:4961)
at oracle.siebel.configurator.engine.AccessSCM.getNextStep(AccessSCM.java:745)
at oracle.siebel.configurator.screen.ConfiguratorFrame$nextActionListener.actionPerformed(ConfiguratorFrame.java:2397)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6267)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6032)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


Managed to solve that re-creating the install image and installing the SWSE again. Probably an installation issue.

Thursday, July 21, 2016

Siebel Tools crashing when running IRM

When trying to open Siebel Tools IP14 to start IRM process, the application is crashing with the following message:


Problem signature:
  Problem Event Name: APPCRASH
  Application Name: siebdev.exe
  Application Version: 8.1.1.14
  Application Timestamp: 56722644
  Fault Module Name: sslcshar.dll
  Fault Module Version: 1.0.0.0
  Fault Module Timestamp: 5671db67
  Exception Code: c0000005
  Exception Offset: 0005ab33
  OS Version: 6.1.7601.2.1.0.272.7
  Locale ID: 1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789



To solve the crash, had to activate Compatibility Mode to Windows 2003 and set it to run as Administrator. Hope it helps you as well.

Tuesday, July 5, 2016

Troubleshooting java.lang.NoClassDefFoundError error on Siebel Configuration Wizard

While trying to run Siebel Configuration Wizard (version 8.1.1.5), I've faced following error:

/siebel/siebsrvr/bin-> ./ssincfgw -args LANG=ENU MODEL_FILE=/siebel/dbsrvr/admin/dbsrvr.scm -is:javaconsole -console
InstallShield Wizard

Initializing InstallShield Wizard...

Preparing Java(tm) Virtual Machine...
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...............
Running InstallShield Wizard...
Exception in thread "main" java.lang.NoClassDefFoundError: run


After some research, figured out that setup.jar file was corrupt.

It can be checked by running "jar -tf" command:

/siebel/siebsrvr/bin-> jar -tf setup.jar
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:129)
        at java.util.zip.ZipFile.<init>(ZipFile.java:90)
        at sun.tools.jar.Main.list(Main.java:1031)
        at sun.tools.jar.Main.run(Main.java:223)
        at sun.tools.jar.Main.main(Main.java:1201)


The correct output should be:

/siebel/siebsrvr/bin-> jar -tf setup.jar
META-INF/MANIFEST.MF
Messages.class
Messages_en.class
Messages_da.class
Messages_de.class
Messages_es.class
Messages_fr.class
Messages_fi.class
Messages_it.class
Messages_nl.class
Messages_pt_BR.class
Messages_pt.class
Messages_sv.class
Messages_cs.class
Messages_ko.class
Messages_zh.class
Messages_ja.class
Messages_ru.class
Messages_pl.class
Messages_zh_TW.class
35c4998a41833c76299d6969568803c3/wizard.xml
com/installshield/wizard/Wizard.qjml
com/installshield/wizard/commandline/SilentMode.class
.....


To solve the problem, I've just copied setup.jar from a working environment and re-ran config command.

Wednesday, May 4, 2016

How to install Siebel Web Client IP16

Where to download:
https://edelivery.oracle.com


Installation steps:





















How to troubleshoot CreateOUIProcess(): 5 error on Oracle Universal Installer

Hi everyone.

Recently, during a Siebel Web Client install, I faced an odd error when launching Oracle Universal Installer.

The error was: CreateOUIProcess(): 5


After some research, I figured out that this is caused because of my temp folder.

By default, my TEMP environment variable is configured to %USERPROFILE%\AppData\Local\Temp, which was causing the error in the installation.


In my case, I changed this variable to D:\temp and, after that, I was able to lanch the installer as expected.