Cannot publish OSB Configuration project on windows 7 64 bit OSB 11g1

I get the following error when I try to publish a OSB configuration project:
Project Facet Oracle Service Bus Configuration 1.0.100 is not supported by this server.
I installed OSB 11gr1 the following way:
1. downloaded + installed 64 bit windows Java JDK (1.6.0_20)
2. downloaded and installed the generic installer weblogic + coherence ( without OEPE unfortunately) [filename=wls1033_generic.jar].
3. Seperately downloaded 64 bit OEPE from http://www.oracle.com/technology/software/products/oepe/index.html. Unzipped it in a manually created directory oepe in the weblogic installation directory (C:\bea\oepe) [filename=oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32-x86_64.zip]
4. Install the OSB by running the setup.exe from the osb installer (Disk1). During the install I selected the OEPE directory (C:\bea\oepe in my case).
[filename=ofm_osb_generic_11.1.1.3.0_disk1_1of1]
5. I Started eclipse.exe. The OSB plugins were put in the installment automatically during startup (dropins).
I created a test domain and within eclipse I created a server (Oracle WebLogic Server 11gR1 PatchSet 2=10.3.3) so I could deploy projects onto this server. All went well. After this I created an OSB configuration project and an OSB project. When I tried to add this to the server I got the error as I mentioned above. This surprises me. The eclipse OSB plugins that were installed cannot create an OSB Configuration Project for the 10.3.3 version. So I cannot use eclipse to build project for the latest version. What is happening here?!?
Can somebody enlight /help me.

Although windows 7 is not officially supported I got something working. No garantees it will break at some point you can have a working 64 bit OSB on windows 7.
To get oepe also working you have to install the 32 bit version from the 32 bit weblogic installer. When you have supplemented this version with the OSB plugins you can publish projects on Oracle WebLogic Server 11gR1 PatchSet 2.
So try at your own risk or wait for an official version for windows 7

Similar Messages

  • 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.

  • How to define the OSB Configuration Project that an OSB Project uses?

    Hello,
    I'm using the Workshop bundled with "Oracle Service Bus 10gR1" (Oracle Workshop for WebLogic, Version: 10.3, Build id: 1137967).
    Where does one define the OSB Configuration Project that an OSB Project should use?
    I deleted an OSB Configuration Project. Now, all the OSB projects that were associated with it are in error stating "This project is not associated with an Oracle Service Bus Configuration". I created a new OSB configuration project so that I may re-associate the "orphan" projects with it. However, I can't seem to find a way to do that.

    You can create a new osb configuration project and drag the other osb projects on this projects.
    then i will link them to it. (make sure you use the oracle service bus perspective at the top right of the eclipse ide)

  • OSB - configuration project deploy error

    Hi!
    I got an error message when i wanted to deploy a configuration project to OSB:
    Permission denied
    Failed to create temporary jar file
    The OSB works in Linux. I had got problems with permissions of OSB file folder in Linux. I solved these (the oracle user is the owner of this folder and it has got rights (read+write) on this folder; i start the OSB with this oracle user). So maybe I should add some rights to oracle folder or maybe to other folder?
    Thanks!
    Viktor

    Hi Anuj!
    Thanks for your reply!
    I executed these commands earlier:
    chown -vR oracle oracle
    chmod -Rv ugw+r oracle/+
    But I could'nt deploy either... :(
    any ide?
    Viktor

  • Please help me - cannot publish my flash project

    Hi
    I'm new to flash mx 2004 and I'm having a problem publishing and playing my finished project. Every time I try to play or publish the project I get a 'The Flash program is out of memory. Please increase virtual memory on your PC' message. I was originally working on a 1 gig RAM PC and thought this was the problem. I've since borrowed a 2 GIG RAM PC which allowed me to do a little bit more work before I got the same problem. I then got a 4 GIG PC and was able to finish the project but if I try to play it or publish it the program crashes. Any Ideas. This is a college project which I need to publish as a windows exe file and I can't do it. I don't know what's wrong. The project is about 280 meg in size. I tried to 'save and compact' but it still crashes. I also tried to debug the flash project and it crashed again. I'm baffled as I think a 4 GIG PC should be ample and I no longer think that this is entirely a RAM problem anyway. Please any suggestions would be appreciated

    More goes into compilation than the RAM size, indeed.
    Is the file size you mention (280 MB) the size of the SWF or the size of the FLA?
    If it is the size of the SWF, then it is likely that your FLA is at least double that, and - while running in the OS, is likely taking upwards of 1GB of the available RAM.  The OS is using this RAM also, as well as any other processes that are running on the computer.
    I would say that your best choice, at this point, is to break the project into multiple smaller flash files, that will compile easier and run faster in the completed state.

  • Witch version oepe-all-in-one-juno can I use to do create osb configuration

    witch version oepe-all-in-one-juno can I use to do create osb configuration project ?
    I use ubuntu 12.04 64

    You can check all these out via the Web Part Maintenance Page. After the PageName.aspx, add ?contents=1 and you'll get a list of the webparts that are open and published on the page.
    You can't do too much here but you can reset the parts that you think might be causing the problems.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Eclipse cannot publish to osb 10.3.3

    Hello experts,
    It seems that I cannot publish from Eclipse to a linux osb test app server.
    The error message:
    The specified domain path is not a valid Oracle Service Bus domain
    Already checked the config.xml file according to a older post Oracle Service Bus configuration project deployment problem .
    it is <source-path>/opt/middleware/osb_11.1/lib/kernelEar</source-path>
    My versions follow:
    Eclipse Platform
    Version: 3.7.2
    Build id: M20120208-0800
    TIA!
    Edited by: NickAiva on May 2, 2013 5:11 PM
    Edited by: NickAiva on May 3, 2013 11:41 AM

    Yes, it does.
    Version compatiblity issue between OEPE and OSB
    Project developed on higher version of OEPE OSB plugin may not get deployed into lower version of OSB runtime as it is not certified. Even Oracle won't provide any support if you will face any issue, in such case. So it's better to use compatible OEPE OSB plugin (in your case OSB 11.1.1.3.0)
    I asked you whether you have PS2 (11.1.1.3.0) installed in your machine from where you are trying to publish and definitely answer is "No". You are using OSB plugin of higher version for development and trying to publish the project to lower version of OSB, which is not certified (or supported, in other words)
    OEPE 11.1.1.5 is certified with OSB 11.1.1.3.0 plugin so please use this combination.
    Regards,
    Anuj

  • Cannot activate Dreamweaver MX 2004 on Windows 7 64 bit pc?

    Hello.
    Does anybody in here know how to activate Dreamweaver MX 2004 on a Windows 7 64 bit pc?
    I keep getting the message that there is an internet connection problem.
    I have deactivated my firewall etc., but it doesn't help me.
    Anybody got an idea? Adobe Chat does not have the answer for me!
    Regards Anders Fj

    Wow! Thank you. It Works! Clever!
    This is really helpful for those
    of us who are nore professionals. I only use Dreamweaver MX 2004 to
    maintain and repair my own small homepage with photos. And I know how to
    use Dreamweaver MX 2004 and I am not interested in learning new tools -
    not now
    ONE MORE QUESTION THOUGH: Where and how do I update my
    Dreamweaver MX 2004 now that I have installed Dreamweaver MX 2004 on my
    new Win 7 64 bit pc?
    Regards
    Anders Fjeldberg, Denmark
    Ken Binney
    skrev den 2014-05-04 00:01:
    CANNOT ACTIVATE DREAMWEAVER MX 2004 ON
    WINDOWS 7 64 BIT PC?
    created by Ken Binney  in _Dreamweaver
    support forum_ - View the full discussion 
    >

  • Cannot Create a new ALSB Configuration Project in Work-Space Studio!?!

    Hi friends,
    I am using BEA WorkSpace Studio version 1.1 which gets automatically installed with ALSB 3.0
    To get started with the ALSB project development, I try creating a new ALSB Configuration Project
    But I am getting a pop-up that says-
    {color:#339966}+"The selected wizard could not be started"+
    {color}
    With the ONLY details_ being displayed as below:
    *{color:#ff0000}com/bea/alsb/core/containers/exceptions/ContainerException{color}*
    **I really have NO clue as to why this might be happening...!! :-(
    Can anybody out there please Help me here by giving me some suggestions or clues as to WHY this may be happening & what I can try...???
    Would be very grateful to you indeed...!
    Thanks a LOT in advance...!! :)
    Regards,
    {color:#008000}"raghu"{color}

    Hi Dear friends...
    I think I have Solved it at-last...(after facing the same problem on my Windows VISTA powered laptop too, suspecting so many things) !!
    The culprit or problem{color:#008080} +( i still dont know WHY it happens, perhaps due to some hard-coding internally..?)+{color} disappeared when i --
    <ul><li>Re-installed, the whole thing, with ONE important thing in mind...</li>
    <li>{color:#ff0000}NOT changing ANY of the default values..!! :){color}</li>
    </ul>
    {color:#ff0000}{color}I used to change them earlier from say: c:\bea\alsb_3.0 to just c:\bea\alsb *{ *+I think the tool was *"expecting" *ONLY those names internally..?!+ *+}+*
    Anyway, I hope this info. helps someone else who might get trapped into this mysterious & stubborn error, that is SO hard to debug.. *:)*
    Cheers..!!!! :)+
    *{color:#008000}"raghu"{color}*

  • Cannot publish project in project 2010

    I am trying to publish project plan to project server cannot do it.The option is grayed out.
    Any suggestions why? 

    Hi,
    Per my knowledge, only enterprise projects, which are managed in Project Web App, can be published.
    So please make sure that you are creating enterprise projects.
    Please follow the steps in the link for publishing the enterprise projects:
    https://support.office.com/en-gb/article/Publish-a-project-b4c7593d-0844-4d28-bf2c-5ddff2498e33?ui=en-US&rs=en-GB&ad=GB
    As this issue is regarding to Project, I recommend you to post a new thread in Project forum:
    https://social.technet.microsoft.com/Forums/en-US/home?category=projectserver2010.
    More experts there will help you to solve this issue and you will get more relative information about this issue.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • OSB: Resource sharing among multiple configuration project

    Hi,
    Is there any way to share the resources among multiple configuration project in OSB 11g? Please provide any solution for this.
    Regards,
    Rakesh Ranjan

    Sharing resource across projects in OSB11g
    Regards,
    Anuj

  • OSB 11g How to import existing project to Configuration project ?

    Environment: latest OSB 11g + WLS + OOPE , Win 7
    When an exiisting OSB Eclipse project is imported to Configuration project comes a message
    "Path for project must have only one segment"
    What is the solutiion to this problem ?

    One solution
    Exit Eclipse
    Edit manually file <Configuration project> \.settings\com.bea.alsb.core.prefs\container.referenced.projects
    Start Eclipse

  • Cannot resize project assets window

    I am unable to see the files in project assets window. The handle in the lower right corner shows up but when i try to drag the handle nothing happens.

    On what operating system is your Premiere Elements 11?
    Has the problem persisted even if you start a new project? Is this a "worked before but not now" problem or a "never worked" problem?
    What is in the Project Assets area when you attempt to resize it? How many files (videos, what properties including duration, how many; photos, what pixel dimensions, how many)?
    If problem remains when starting new project, for starters, try deleting the Adobe Premiere Elements Prefs file. The route to it in Windows 7 or 8 64 bit is:
    Local Disk C
    Users
    Owner
    AppData
    Roaming
    Adobe
    Premiere Elements
    11.0
    and in the 11.0 Folder is the Adobe Premiere Elements Prefs file that you delete. To see that path, make sure that you have the Folder Options Show Hidden Files, Folders, and Drives active.
    After you reopen Premiere Elements 11 after that deletion is the problem still there?
    We will be watching for your results in order to decide what next if necessary.
    Thanks.
    ATR

  • Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configure

    I do:
                var mi = new MessageItem("complexObjectNode", myUserMsg);
                mi.associatedUserID = _cSession.userManager.myUserID;
                mi.recipientID = budyUserID;
                collectionNode.publishItem(mi);
    and get:
    Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configured to allowPrivateMessages
        at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::publishItem()
        at com.adobe.rtc.sharedModel::CollectionNode/publishItem()
        at SimpleChat/sendMsg()
        at SimpleChat/onItemReceive()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()
        at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()
        at com.adobe.rtc.session.managers::SessionManagerBase/receiveItem()
    So i did this:
                        var nodeConfiguration:NodeConfiguration = new NodeConfiguration();
                        nodeConfiguration.allowPrivateMessages = true;
                        collectionNode.createNode("complexObjectNode", nodeConfiguration);
    but I still get the error.

    I figured this actually worked. I used the wrong nodeName. 

  • Hp replaced my hard drive and i cannot download quick books. i have windows 7 64 bit notebook.

    hp replaced my hard drive and i cannot download quick books. i have windows 7 64 bit notebook.

    Try a clean install, as described in http://forums.adobe.com/thread/928315
    If you still have troubles after this, and if you're using Internet Explorer, check out http://forums.adobe.com/thread/885448 and http://forums.adobe.com/thread/867968

Maybe you are looking for