Configurator.jar

hello
i am using version 2.1 and i read there is a GUI. to start with: java -jar "Configurator.jar"
i cannot find a file "Configurator.jar" in my installation. do i miss a package or is this not available anymore ?
kind regards
hans
--

Correct. If you wish to run it a second time, then you need to reset to the factory-default config (and destroy any existing domains). However, if you wished, you could save a copy of the domain you created the first time before re-running ldmconfig and recreate the domain afterwards.
ldm list-constraints -x ldom1 > ldom1.xml
<do this for each domain created if you wish>
ldm destroy ldom1
ldm set-config factory-default
<powercycle>
ldmconfig
<create the domains you want>
ldm create -i ldom1.xml
Or if would like a GUI, I'd suggest Oracle Enterprise Manager Ops Center 11g
http://www.oracle.com/us/products/enterprise-manager/opscenter/index.html

Similar Messages

  • OSB import Configuration Jar fails after OES SM configured

    HI,
    I am seeing some behaviour in OSB whereby when I attempt to import a configuration jar into OSB, it complains with the following error on the business and proxy services:
    Import Failed!:
    Failed to canonicalize 'ProxyService Employee/ProcessEmployeeProxy'.com.bea.wli.sb.management.BrokerManagementException:com.bea.wli.sb.transports.TransportException: com.bea.wli.sb.sources.transformException: Failed to get DOM implementation LS instance
    I am seeing this error after configuring the OES Security Module. I was able to import the configuration before  the OES SM setup.
    Has anybody encountered this issue before?
    Thanks,
    Alex

    Chris,
    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:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    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://support.novell.com/forums/

  • Building ESB Configuration Jar

    Hi
    We are using OSB 3.0 and workspace studio to build the configuration jar and to deploy it in the Bus.
    1. Can any one please let me know how we can build the configuration jar automatically using ant or maven build. (without using the option given in the IDE workshop studio)
    Thanks
    J

    Seems like it is unsupported:
    http://forums.bea.com/thread.jspa?threadID=5700000097

  • Problem in configuring jar file into a j2me polish project

    look guys i know it might look noobie question but it is realy urgent !!
    i want to add a jar file into a j2me polish project--: i added it as a jar into the resources , put it in a liberary .
    and when i wanted to import it into my classes it was shown in the auto-complete and it showd no error but while i try to comile my project i got this error:
    clean:
    Deleting directory G:\MyWOrk\Polish Projects\NamesMeanings\build
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    basic-init:
    cldc-pre-init:
    cldc-init:
    cdc-init:
    ricoh-pre-init:
    ricoh-init:
    semc-pre-init:
    semc-init:
    savaje-pre-init:
    savaje-init:
    sjmc-pre-init:
    sjmc-init:
    nokiaS80-pre-init:
    nokiaS80-init:
    nsicom-pre-init:
    nsicom-init:
    bdj-init:
    post-init:
    init:
    j2mepolish-init:
    j2mepolish:
    J2ME Polish 2.0.7 (2008-11-24) (GPL License)
    Loading device database...
    Processing [2] devices...
    building application for [Nokia/N70] (1/2):
    using locale [en_US]...
    assembling resources for device [Nokia/N70].
    preprocessing for device [Nokia/N70].
    Warning: CSS-Style [focused] not found, now using the default style instead. If you use Forms or Lists, you should define the style [focused].
    Warning: CSS style [title] not found, you should define it for designing the titles of screens.
    processing locale code...
    Warning: unable to resolve path to API "videocontrolbeforeplayer". When this leads to problems, please register this API in [apis.xml].
    compiling for device [Nokia/N70].
    Compiling 320 source files to G:\MyWOrk\Polish Projects\NamesMeanings\build\real\nokia240X320\Nokia\N70\en_US\classes
    G:\MyWOrk\Polish Projects\NamesMeanings\source\src\namesmeanings\main\DirectSearch.java:7: package nmsearch does not exist
    import nmsearch.*;
    G:\MyWOrk\Polish Projects\NamesMeanings\source\src\namesmeanings\main\DirectSearch.java:74: cannot find symbol
    symbol : variable NMSearch
    location: class namesmeanings.main.DirectSearch
    searched=NMSearch.Search(message);
    2 errors
    When an API-class was not found, you might need to define where to find the device-APIs. Following classpath has been used: [C:\Users\Asmaa\J2ME-Polish2.0.7\import\mmapi.jar;C:\Users\Asmaa\J2ME-Polish2.0.7\import\midp-2.0.jar;C:\Users\Asmaa\J2ME-Polish2.0.7\import\cldc-1.1.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/nokia-ui.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/wmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/mmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/mmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/btapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/jsr172.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/wmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/btapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/jsr172.jar].
    G:\MyWOrk\Polish Projects\NamesMeanings\build.xml:39: Unable to compile source code for device [Nokia/N70]: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 9 seconds)pleez i'll be more than thankful if anybody here could help in this.....

    look guys i know it might look noobie question but it is realy NOT* urgent !!
    i want to add a jar file into a j2me polish project--: i added it as a jar into the resources , put it in a liberary .
    and when i wanted to import it into my classes it was shown in the auto-complete and it showd no error but while i try to comile my project i got this error:
    clean:
    Deleting directory G:\MyWOrk\Polish Projects\NamesMeanings\build
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    basic-init:
    cldc-pre-init:
    cldc-init:
    cdc-init:
    ricoh-pre-init:
    ricoh-init:
    semc-pre-init:
    semc-init:
    savaje-pre-init:
    savaje-init:
    sjmc-pre-init:
    sjmc-init:
    nokiaS80-pre-init:
    nokiaS80-init:
    nsicom-pre-init:
    nsicom-init:
    bdj-init:
    post-init:
    init:
    j2mepolish-init:
    j2mepolish:
    J2ME Polish 2.0.7 (2008-11-24) (GPL License)
    Loading device database...
    Processing [2] devices...
    building application for [Nokia/N70] (1/2):
    using locale [en_US]...
    assembling resources for device [Nokia/N70].
    preprocessing for device [Nokia/N70].
    Warning: CSS-Style [focused] not found, now using the default style instead. If you use Forms or Lists, you should define the style [focused].
    Warning: CSS style [title] not found, you should define it for designing the titles of screens.
    processing locale code...
    Warning: unable to resolve path to API "videocontrolbeforeplayer". When this leads to problems, please register this API in [apis.xml].
    compiling for device [Nokia/N70].
    Compiling 320 source files to G:\MyWOrk\Polish Projects\NamesMeanings\build\real\nokia240X320\Nokia\N70\en_US\classes
    G:\MyWOrk\Polish Projects\NamesMeanings\source\src\namesmeanings\main\DirectSearch.java:7: package nmsearch does not exist
    import nmsearch.*;
    G:\MyWOrk\Polish Projects\NamesMeanings\source\src\namesmeanings\main\DirectSearch.java:74: cannot find symbol
    symbol : variable NMSearch
    location: class namesmeanings.main.DirectSearch
    searched=NMSearch.Search(message);
    2 errors
    When an API-class was not found, you might need to define where to find the device-APIs. Following classpath has been used: [C:\Users\Asmaa\J2ME-Polish2.0.7\import\mmapi.jar;C:\Users\Asmaa\J2ME-Polish2.0.7\import\midp-2.0.jar;C:\Users\Asmaa\J2ME-Polish2.0.7\import\cldc-1.1.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/nokia-ui.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/wmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/mmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/mmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/btapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/jsr172.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/wmapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/m3g.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/pdaapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/btapi.jar;C:/Users/Asmaa/J2ME-Polish2.0.7/import/jsr172.jar].
    G:\MyWOrk\Polish Projects\NamesMeanings\build.xml:39: Unable to compile source code for device [Nokia/N70]: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 9 seconds)pleez i'll be more than thankful if anybody here could help in this.....

  • How to configure jar files in BAT file

    hi to all .I have one doubt. how to configure the no.fo jar files in BAT file.
    can any one help me
    thanks

    sorry
    i want to set the class path for all jar files .those are in some folder.so I want to set the class path to all jar files from MOS-DOS.
    for i have done like this(provided bellow) and name as jarfiles.bat.
    set CLASSPATH=
    "C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\hibernate2.jar";"C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\servlet-api.jar";"C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\poi-scratchpad-3.0-rc4-20070503.jar";"C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\commons-collections-2.1.1.jar";"C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\poi-contrib-3.0-rc4-20070503.jar";"C:\Documents and Settings\Administrator\Desktop\FORUM\jarfiles\poi-3.0-rc4-20070503.jar";
    is it correct way.
    can u give me clear idea on this

  • In NWDI how do you configure jar locator ?

    waiting for the reply

    Hi Liza,
       Go to the following link, there you can find the <a href="http://www.alphaworks.ibm.com/tech/jarclassfinder/download">Class Locator</a> and also go through this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2951">Weblog</a>, this will help you.
    This link will give you the required
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=523012&tstart=0">Jar Files Name</a>.
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • OSB configuration exception

    Hello,
    I am getting following exception when creating a OSB configurations jar file using ant script.
    [java] java.io.FileNotFoundException: alsbdebug.xml (Permission denied)
    [java]      at java.io.FileOutputStream.open(Native Method)
    [java]      at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    [java]      at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
    [java]      at com.bea.wli.sb.debug.ALSBDebug.getDebugFlagsDocument(ALSBDebug.java:487)
    [java]      at com.bea.wli.sb.debug.ALSBDebug.flags(ALSBDebug.java:454)
    [java]      at com.bea.wli.sb.debug.ALSBDebug.getALSBDebuggerDebugLogger(ALSBDebug.java:393)
    [java]      at com.bea.wli.sb.debug.ALSBDebugLoggerService.<init>(ALSBDebugLoggerService.java:41)
    [java]      at com.bea.wli.sb.debug.ALSBDebugLoggerService.init(ALSBDebugLoggerService.java:84)
    [java]      at com.bea.alsb.core.internal.config.service.EclipseALSBStarter.initConfigService(Unknown Source)
    [java]      at com.bea.alsb.core.internal.config.service.AlsbConfigService.start(Unknown Source)
    [java]      at com.bea.alsb.core.AlsbCore.start(Unknown Source)
    [java]      at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
    [java]      at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
    [java]      at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
    [java]      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
    [java]      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
    [java]      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
    [java]      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
    [java]      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
    [java]      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
    [java]      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)
    [java]      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    [java]      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
    [java]      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
    [java]      at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    [java]      at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:326)
    [java]      at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:231)
    [java]      at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1193)
    [java]      at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
    [java]      at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
    [java]      at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    [java]      at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
    [java]      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:189)
    [java]      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    [java]      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    [java]      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    [java]      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    [java]      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    [java]      at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    [java]      at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
    I am unable to find the file called "alsbdebug.xml" , Can someone tell me where is this file located ?
    Thanks & Regards,
    Prashant,

    Hi Prashant,
    You may find alsbdebug.xml inside your domain home i.e. $Middleware_Home\user_projects\domains\<Domain_Name> directory.
    Regards,
    Anuj

  • JMF, Linux, wrong codec selected when using jarred version of app

    I have problem realising an AVI player when I try and run Linux JMF application when whole application is bundled into jar file and I try and run it using
      java -cp <..JMF/lib/jmf.jar:/home/codroe/fobs4jmf.jar..> -jar app.jarIn jmf.log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71
    ## Building Track: 0
    ## Input: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytes
    !! Failed to handle track 0
    XX   Unable to handle format: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytesThis is exactly the message I usually get when some part of JMF cannot find "jmf.properties" file (if for example could not find .jmfdir), but looking at strace from application run it does appear JMF found my jmf.properties this time, but still chose not to use omnvidea codec:
    stat64("jmf.properties", 0xfeffc410)    = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/jmf.properties", {st_mode=S_IFREG|0644, st_size=31354, ...}) = 0
    open("/home/codroe/JMF-2.1.1e/lib/jmf.properties", O_RDONLY|O_LARGEFILE) = 11When I run my unbundled (i.e. not wrapped up in jar) version of Linux application (same classpath), it finds jmf.properties no problem, and choses omnivoidea codec and now is able to play the video with good things in jmf log:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2
    ## Building Track: 0
    ## Input: FFMPEG_VIDEO, 720x576, FrameRate=25.0, Length=414720 0 extra bytesMy windows version works fine in both configurations, jarred or not jarred.
    From Linux strace log I it shows my working non-JARed version has selected omnividea codec:
    gettimeofday({1100876842, 175149}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 179815}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 182979}, NULL) = 0
    gettimeofday({1100876842, 183206}, NULL) = 0
    gettimeofday({1100876842, 184371}, NULL) = 0
    gettimeofday({1100876842, 184591}, NULL) = 0
    stat64("/home/codroe/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 191005}, NULL) = 0but as I don't see this in trace from JAR version, and because in JMF log it says:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2I believe it has not selected correct codec for a reason I don't understand.
    [I checked I only have one version of jmf.properties on system].
    Any ideas why jarred version is different from non-jarred version?
    version information:
    # JMF Version 2.1.1e
    ## Platform: Linux, i386, 2.6.5-1.358
    ## Java VM: Sun Microsystems Inc., 1.5.0
    and using fobs4jmf from http://fobs.sourceforge.net

    correction, for the last bit I should have said, for non-working jarred version in JMF log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71indicating wrong codec selected

  • OSB JAR Resources for Java callout in Cluster

    Hi,
    I have a JAR Resource, which has one simple java class with one static method. I invoke this method using Java Callout in my proxy service.
    This all works fine if I am in single node environment, when I move to Cluster two node environment, I export the current single node config and import in cluster config, all services work fine except that JAR is available but I cannot access any methods and when I click on this JAR Resource it says "JAR Resource not found". Is there a special consideration for moving custom JARs to OSB Cluster.
    Please can someone provide some details on this, greatly appreciate.
    thanks
    KD

    Here are some more details, basically I have a JAR which has methods, so I created a JAR resource in cluster, and it uploads my jar successfully. I see a resource name now, when I click on this resource it says "resource not found".
    If I do the same exact steps in non-clustered environment, it just works fine without problems.
    In cluster configuration I went to each node including admin and verified that .ar file is there.
    If I export now what I have in cluster, the exported configuration JAR does have a mycustomjar.Archive file. But I am not able to access it in console.
    Also I want to say thanks for helping me, please let me know what I can verify more.
    thanks
    KD

  • How to update/replace Jars within sbconfig.jar during import

    Hi,
    I want to replace a jar file, used by java callout actions, during import. I am using WLST script to import configuration jar but cannot figure out how to replace jar file.
    That jar file contains environment specific properties which i intend to change as part of import, once config jar is uploaded and impoted within the same session.
    I have looked to Ref, ArchiveType, Refs, and ALSBConfigurationMBean, but cant figure out to replace specific jar file within imported config jar.
    Many thanks in advance!
    many thanks
    sal
    Edited by: sallo on 16-Feb-2010 07:40

    Hi vivik,
    I am already using custimization files to already to customize environment values etc. But what i need cannot be handled by the customization file.
    I want to replace a jar file (utility jar), already in the sbconfig jar, being referenced by Java Call out actions during import process. I am begining to convince myself that it is not possible to perform such action during import process. I have checked the MBeans API but not very helpful.
    I hope i have able to explain the problem here!
    many thanks
    sal

  • Programmatic deployment of osb configuration to cluster.

    Hi,
    Could you please help me to solve a deployment issue?
    The osb deployment environment is having an admin server and a cluster with 2 managed servers.
    I would like to deploy osb configuration jars to the cluster by programtic way using the scripts like given in the osb docs.
    The sample scripts given in the osb using admin server and port. If i deploy the osb configurations with admin host and port , will they deployed to the cluster? Or i have to specifically say to deploy in the cluster? If yes , how can i mention in the script, to deploy to the script?
    In one of the OSB video , its said if we use osb console, by default configurations will be deployed to cluster if there is cluster setup. But nothing mentioned about programmatic deployment. Could some one help me. Thanks.

    In a clustered topology, only one Oracle Service Bus cluster is allowed in a domain.
    Have a look at these documents
    http://docs.oracle.com/cd/E23943_01/doc.1111/e15022/intro.htm
    http://docs.oracle.com/cd/E14571_01/doc.1111/e15022/cluster.htm
    Cheers,
    Vlad

  • Unable to deploy OSB configuration project

    Hi,
    On WebLogic 10.3.0.0, I have been successfully deploying an OSB configuration project until today. When I tried today, I get the following error (from Oracle Workshop for Weblogic's error log view):
    org.eclipse.core.runtime.CoreException: Error publishing new container for: OSB Configuration
         at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:302)
         at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.ServerWorkingCopy.publish(ServerWorkingCopy.java:635)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    org.eclipse.core.runtime.CoreException[4000]: com.bea.alsb.core.repositories.RepositoryException: Error creating the Configuration Jar.
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createForProjects(ConfigFactory.java:132)
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createAllProjects(ConfigFactory.java:97)
         at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:290)
         at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.ServerWorkingCopy.publish(ServerWorkingCopy.java:635)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
         at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
         at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
         at com.bea.wli.sb.security.EncryptionServiceImpl.decrypt(EncryptionServiceImpl.java:67)
         at com.bea.wli.sb.security.EncryptionServiceImpl.decryptOrClear(EncryptionServiceImpl.java:82)
         at com.bea.wli.sb.svcacct.EncryptionHelper.decryptOrClear(EncryptionHelper.java:55)
         at com.bea.wli.sb.svcacct.EncryptionHelper.toXML(EncryptionHelper.java:88)
         at com.bea.wli.sb.svcacct.EncryptionHelper.toXML(EncryptionHelper.java:76)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toXML(StaticServiceAccountConfig.java:279)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toExportedForm(StaticServiceAccountConfig.java:151)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toExportedForm(StaticServiceAccountConfig.java:44)
         at com.bea.wli.sb.svcacct.ServiceAccountValueRepresentation.fromCanonical(ServiceAccountValueRepresentation.java:98)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm$ResourceInfo.<init>(ConfigJar.java:898)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm.addResourceForExport(ConfigJar.java:1106)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm.<init>(ConfigJar.java:990)
         at com.bea.wli.config.task.impl.ExportTask._execute(ExportTask.java:174)
         at com.bea.wli.config.task.impl.ExportTask._execute(ExportTask.java:62)
         at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:224)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
         at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:227)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:185)
         at com.bea.wli.config.task.impl.ExportTask.exportProjectLevel(ExportTask.java:138)
         at com.bea.wli.config.mbeans.Config.exportProjects(Config.java:493)
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createForProjects(ConfigFactory.java:127)
         ... 12 more
    and it will not deploy.
    Any ideas?

    "Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte."
    This happens when your SerailizedSystemIni.dat (${DOMAIN_HOME}/security) file is somehow been modified.
    What you can try to do is to generate the encrypted passwords again by using the encrypt utility (http://download.oracle.com/docs/cd/E21764_01/web.1111/e13749/utils.htm#i1209774)
    - Make a back-up copy of the config.xml file (located in the ${DOMAIN_HOME}/config directory)
    - Navigate to the domain-home directory (An encrypted string must have been encrypted by the encryption service in the WebLogic domain where it will be used. If not, the server will not be able to decrypt the string.)
    - Set the weblogic environment by running setWLSEnv (located in the ${WL_HOME}/server/bin directory)
    - Run java weblogic.security.Encrypt MyAdminPassword
    - Edit your config.xml file and replace the encrypted entries (all the credential-encrypted and node-manager-password-encrypted elements) with the newly generated one.

  • Embedded JARs and renaming variables

    Hi,
    I have two (quite unrelated) questions:
    1. While deploying my apps, I spotted a line in server.log:
    ".... contains one or more embedded jars. This will significantly decrease deployment performance. It is recommended to move the embedded ja
    r file(s) to top level of the EAR...."
    I have no idea what embedded jars are, but I'd be real happy to know any ways of speeding up deployment (it is painfully slow). Is it possible to configure .jar generation to follow the above recommendation ?
    2. Renaming variables in Business Rules:
    While editing BPs / PageFlows I can rename BPEL action nodes (i.e. from DBSelectOne to FindMyData) but the associated variables in the Business Rules are not renamed (i.e. they remain DBSelectOne.Output1 etc.).
    How can I rename these ?
    thanks,
    Tivadar

    2. The trick to getting oyu business process attributes to be named the way you would like them to be named is to create empty activities on the canvas, name them the way you would like to name them and then drag the operations into them. For example drag an emoty activity box, rename it to MyJMSSend then drag the JMS.send operatin into it. The BP atribute name will be MyJMSSend rathe rthan the customary JMS.send. If it is too late for you you can switch to BPEL source mode and so a juditious sear/replace on attribute names

  • Delete .jar signature

    While executing a java application under JAVA WEB START , I end up with an error message :
    Les ressources JAR définies dans le fichier JNLP n'ont pas été signées à l'aide du même certificat
    The JAR ressources defined in the JNLP file have not been signed by the samùe certificatI think I should delete all signatures of all jar and regenerate them .
    How can I do that? thank you.

    I have a lot of jars that are proprietary. I use them as packages .
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file:/C:/Projects/FFT/workspace/netbean-6.5/Projects/tribune/dist/" href="launch.jnlp" spec="1.0+">
        <information>
            <title>tribune</title>
            <vendor>FFT</vendor>
            <homepage href=""/>
            <description>tribune</description>
            <description kind="short">tribune</description>
        <offline-allowed/>
    </information>
        <resources>
    <j2se java-vm-args="-Dhost="****" -Ddatabase="***" -Dpassword="***"" version="1.4+"/>
    <jar eager="true" href="tribune.jar" main="true"/>
        <jar href="lib/com.azalea.ufl.barcode.1.0.jar"/>
    <jar href="lib/commons-collections-3.1.jar"/>
    <jar href="lib/commons-configuration-1.2.jar"/>
    <jar href="lib/commons-lang-2.1.jar"/>
    <jar href="lib/commons-logging.jar"/>
    <jar href="lib/CrystalCommon2.jar"/>
    <jar href="lib/CrystalReportsRuntime.jar"/>
    <jar href="lib/cvom.jar"/>
    <jar href="lib/DatabaseConnectors.jar"/>
    <jar href="lib/icu4j.jar"/>
    <jar href="lib/jai_imageio.jar"/>
    <jar href="lib/JBarcodeBean.jar"/>
    <jar href="lib/JDBInterface.jar"/>
    <jar href="lib/jrcerom.jar"/>
    <jar href="lib/jtds-1.2.2.jar"/>
    <jar href="lib/keycodeDecoder.jar"/>
    <jar href="lib/log4j-1.2.9.jar"/>
    <jar href="lib/log4j.configuration.jar"/>
    <jar href="lib/logging.jar"/>
    <jar href="lib/pfjgraphics.jar"/>
    <jar href="lib/QueryBuilder.jar"/>
    <jar href="lib/webreporting-jsf.jar"/>
    <jar href="lib/webreporting.jar"/>
    <jar href="lib/xpp3.jar"/>
    <jar href="lib/swing-layout-1.0.3.jar"/>
    <jar href="lib/sqljdbc.jar"/>
    <jar href="lib/commons-beanutils-1.7.jar"/>
    <jar href="lib/commons-beanutils-1.7.jar"/>
    <jar href="lib/commons-digester-1.7.jar"/>
    <jar href="lib/commons-collections-2.1.jar"/>
    <jar href="lib/commons-logging-1.0.2.jar"/>
    <jar href="lib/commons-logging-api-1.0.2.jar"/>
    <jar href="lib/itext-1.3.1.jar"/>
    <jar href="lib/jasperreports-3.0.0.jar"/>
    </resources>
        <application-desc main-class="com.fft.tribune.MainFrame">
        </application-desc>
    </jnlp>

  • Jars Updated but not JNLP

    Has anyone else seen this problem? I just happened to notice it but it may have been happening for a while, I just never really checked before.
    I updated a JWS app which involved updated jar files as well as a minor change to the resources attribute of the JNLP file. The next time I launched the app (using the desktop shortcut) JWS downloaded the latest jar files but, if I look at the JNLP file in control panel, it is the old version. If I go back to the web page and launch the app from the hyperlink then everything updates correctly.
    Since I changed the JNLP file the timestamp should have changed. Is there something else JWS uses to determine if/when to update the file?
    I am using version 1.6.10 on XP

    I see the same: jnlp is not updated.
    Further, jars mentioned in a resource jnlp are not updated (probably due to jnlp not being updated).
    This worked with 1.6.0_13.
    This is the application jnlp accessed from the local filesystem:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
      spec="6.0+"
      codebase="file:///D:/localsetup/"
      href="productionline_CURRENT_webstart.jnlp">
      <information>
        <title>title</title>
        <vendor>3Dfacto A/S</vendor>
        <description>description</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always" policy="prompt-update"/>
      <resources>
        <java version="1.6+"/>
        <extension href="http://webstart:8080/virtubuild/configurator/current/ped/configurator.jnlp"/>
      </resources>
      <application-desc main-class="defacto.clientgui.Configurator">
        <argument>runbase=file:///D:/3dwork/ProductionLine_DEV/Classes/</argument>
      </application-desc>
    </jnlp>This is the component-desc jnlp mentioned in the application jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
      spec="6.0+"
      codebase="$$codebase"
      href="$$name">
      <information>
        <title>Configurator</title>
        <vendor>3Dfacto A/S</vendor>
        <description>Latest Configurator</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always" policy="prompt-update"/>
      <resources>
        <java version="1.6+"/>
        <jar href="configurator.jar" main="true"/>
        <jar href="array6connector.jar"/>
        <jar href="ArrayRuntime6.jar"/>
        <jar href="calcscript.jar"/>
        <jar href="core.jar"/>
        <jar href="cortonajcwconnector.jar"/>
        <jar href="izmcomjni.jar"/>
        <jar href="jacozoomcortonajcw.jar"/>
        <jar href="log4j-1.2.15.jar"/>
        <jar href="tablefilter-v1.5.0.jar"/>
        <jar href="vbisclient.jar"/>
        <jar href="vbiscommon.jar"/>
      </resources>
      <resources os="Windows">
        <nativelib href="nativelib.jar"/>
      </resources>
      <component-desc/>
    </jnlp>The application-jnlp is executed from local filesystem.
    First execution with an empty cache produces these log entries on the server:
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/configurator.jnlp HTTP/1.1" 200 1058
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/configurator.jar HTTP/1.1" 200 712692
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/array6connector.jar HTTP/1.1" 200 20179
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/ArrayRuntime6.jar HTTP/1.1" 200 62792
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/calcscript.jar HTTP/1.1" 200 88210
    192.168.0.84 - - [18/Sep/2009:12:41:24 +0200] "GET /virtubuild/configurator/current/ped/core.jar HTTP/1.1" 200 1219705
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/cortonajcwconnector.jar HTTP/1.1" 200 21035
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/izmcomjni.jar HTTP/1.1" 200 586601
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/jacozoomcortonajcw.jar HTTP/1.1" 200 74308
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/log4j-1.2.15.jar HTTP/1.1" 200 415417
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/tablefilter-v1.5.0.jar HTTP/1.1" 200 116287
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/vbisclient.jar HTTP/1.1" 200 69409
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/vbiscommon.jar HTTP/1.1" 200 21404
    192.168.0.84 - - [18/Sep/2009:12:41:26 +0200] "GET /virtubuild/configurator/current/ped/nativelib.jar HTTP/1.1" 200 244187Next execution without any changes on the server produces the following.
    Note the strange order and that nativelib.jar is requested twice:
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/ArrayRuntime6.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/tablefilter-v1.5.0.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/cortonajcwconnector.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/array6connector.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/log4j-1.2.15.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/vbisclient.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/calcscript.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/jacozoomcortonajcw.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/nativelib.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/configurator.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/configurator.jnlp HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/izmcomjni.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/core.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:10 +0200] "GET /virtubuild/configurator/current/ped/vbiscommon.jar HTTP/1.1" 304 -
    192.168.0.84 - - [18/Sep/2009:12:42:12 +0200] "GET /virtubuild/configurator/current/ped/nativelib.jar HTTP/1.1" 304 -To be continued in the next message due to character limit!
    /Henrik

Maybe you are looking for