Windows Azure deployment with Eclipse plugin

Hi everybody!
I want to deploy a windows azure deployment project.
Here is my problem:
When i create the project there is no samples folder, so i can't edit my startup.cmd to make it run. I don't know how to edit the startup.cmd by my own. I am using tomcat 7.0.34. I would need a sample how to write the startup.cmd to make my project run.
It would be great if you could show me an example of a startup.cmd for tomcat and explain what's going on there.
Another thing i want to ask is if i have to join the zipped jdk folder to the approot folder or the jre folder. I have seen both ways in different tutorials and this confuses me.
I hope you can help me!

Hi,
Seems you have some issue in deploy windows azure project to Windows Azure, I didn't very familiar with java, hope the following links give some help.
#http://msdn.microsoft.com/en-us/windowsazure/ee941631.aspx
#http://java.interoperabilitybridges.com/articles/deploying-a-java-application-to-windows-azure-with-command-line-ant
#http://java.interopbridges.com/articles/deploying-a-java-application-to-windows-azure-with-eclipse
Best Regards
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Building EAR for WebLogic 8.1 with Eclipse plugin

    I am developing an EJB app for deployment in WebLogic, JBoss and Sun ONE. I use plugins for JBoss and Sun ONE, with the help of XDoclet, and have no problem creating the required XML and JAR files. However, the WebLogic Workshop creates many files, like oztplsEOImpl.java, oztp1sHomeImpl.java, Hello_oztp1s_EOImplRTD.xml and many others, while the Eclipse plugin only creates the Home and Remote interface .java files, and the prerequisite .xml files (ejb-jar.xml, weblogic-ejb-jar.xml, and weblogic-cmp-rdbms-jar.xml).
    Why is that? And how can I build/package the EAR file from within Eclipse, without using WebLogic tools? I am trying to maintain a single codebase, with multiple XDoclet tags to create the appropriate interfaces and XML files. So far, I could achieve this for JBoss and Sun ONE, but it seems to be impossible for WebLogic.
    Thanks for any enlightenment.
    Alex Molochnikov

    It is quite easy to rewrite the plugin to work with 8.1
    We have done so - please contact me if you want the plugin.
    Sincerely,
    Paul Nyheim
    "HOs" <[email protected]> wrote in message
    news:3f72ce93$[email protected]..
    >
    Hi,
    how can I debug my weblogic 8.1 application ?
    I`m using eclipse, but the plugin I´ve got, is only for versions 6.x and7.0 .
    So I tried remote debugging but eclipse could not connect to the VM, I donot
    know why.
    Any ideas ??
    Thanks
    Holger

  • Best practice for managing a Windows 7 deployment with both 32-bit and 64-bit?

    What is the best practice for creating and organizing deployment shares in MDT for a Windows 7 deployment that has mostly 32-bit computers, but a few 64-bit computers as well? Is it better to create a single deployment share for Windows 7 and include both
    versions, or is it better to create two separate deployment shares? And what about 32-bit and 64-bit versions of applications?
    I'm currently leaning towards creating two separate deployment shares, just so that I don't have to keep typing (x86) and (x64) for every application I import, as well as making it easier when choosing applications in the Lite Touch installation. But I know
    each deployment share has the option to create both an x86 and x64 boot image, so that's why I am confused. 

    Supporting two task sequences is way easier than supporting two shares. Two shares means two boot media, or maintaining a method of directing the user to one or the other. Everything needs to be imported or configured twice. Not to mention doubling storage
    space. MDT is designed to have multiple task sequences, why wouldn't you use them?
    Supporting multiple task sequences can be a pain, but not bad once you get a system. Supporting app installs intelligently is a large part of that. We have one folder per app install, with a wrapper vbscript that handles OS detection. If there are separate
    binaries, they are placed in x86 and x64 subfolders. Everything runs from one folder via the same command, "cscript install.vbs". So, import once, assign once, and forget it. Its the same install package we use for Altiris, and we'll be using a Powershell
    version of it when we fully migrate to SCCM.
    Others handle x86 and x64 apps separately, and use the MDT app details to select what platform the app is meant for. I've done that, but we have a template for the vbscript wrapper and its a standard process, I believe its easier. YMMV.
    Once you get your apps into MDT, create bundles. Core build bundle, core deploy bundle, Laptop deploy bundle, etcetera. Now you don't have to assign twenty apps to both task sequences, just one bundle. When you replace one app in the bundle, all TS'es are
    updated automatically. Its kind of the same mentality as active directory. Users, groups and resources = apps, bundles and task sequences.
    If you have separate build and deploy shares in your lab, great. If not, separate your apps into build and deploy folders in your lab MDT share. Use a selection profile to upload only your deploy side to production. In fact I separate everything (except
    drivers) into Build and deploy folders on my lab server. Don't mix build and deploy, and don't mix Lab/QA and production. I also keep a "Retired" folder. When I replace an app, TS, OS, etcetera, I move it to the retired folder and append "RETIRED - " to the
    front of it  so I can instantly spot it if it happens to show up somewhere it shouldn't.
    To me, the biggest "weakness" of MDT is its flexibility. There's literally a dozen different ways to do everything, and there's no fences to keep you on the path. If you don't create some sort of organization for yourself, its very easy to get lost as things
    get complicated. Tossing everything into one giant bucket will have you pulling your hair out.

  • Windows 7 deployment with unwanted updates

    Hello! I have been deploying with MDT for some time now. My method is to fully update my golden image then run a TS to capture it. When I deploy that WIM in a new TS everything works and comes out fully activated with all post installed applications/configurations.
    One issue I do have is that we administer the updates for our clients. They are not able to change any settings for Windows Updates. I have set "protectmypc" parameter in the answer file to 3 to disable the updates but am still getting updates in
    queue. Since Group Policy disables settings for the updates they cannot be removed. Where in the process does these updates get checked for and how do I stop this from happening? My TS does not allow this due to the post task being disabled. Someone has to
    know what is going on. Regards,
    Joseph N. Sunderman | IT Professional

    Hi,
    How did you write the tab? It shoulbe be the like this below instead of "protectmypc".
    <OOBE>
       <HideEULAPage>true</HideEULAPage>
       <NetworkLocation>Other</NetworkLocation>
       <ProtectYourPC>3</ProtectYourPC>
       <SkipMachineOOBE>true</SkipMachineOOBE>
       <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    In addition, If you use group policy to achieve this, follow this:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0a46b8ac-0b16-4b87-a881-260c8d5609f7/disabling-windows-update-via-group-policy
    Karen Hu
    TechNet Community Support

  • Windows Azure application with System Center 2012

    Hi Team,
    We are able to add the Azure subscription to SCOM 2012. but when we are configuring the  adding monitoring wizard unable to discover  the Azure service,azure storage and VM's in the subscription. Could you please let me know why I'm unable to discover
    the Azure service,Azure storage and VM's in the subscription using monitoring wizard

    Hi,
    Download the System Center Management Pack for Windows Azure:
    http://www.microsoft.com/en-us/download/details.aspx?id=38414 and execute the .msi on the server where Operations
    Manager 2012 w/SP1 is installed. Install files either in the default directory specified or another directory of your choice.
    For more information, please review the link below:
    Monitoring Windows Azure with System Center Operations Manager 2012
    http://blogs.technet.com/b/cbernier/archive/2013/10/23/monitoring-windows-azure-with-system-center-operations-manager-2012-get-me-started.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Issues with eclipse plugin WCS11G_BP1

    We're just upgrading to 11G from 7.5.5 which is great, but I am having some issues working with a remote instance using Eclipse.
    Whenever I save a file in Eclipse, an exception is thrown on the server:
    [2013-02-11 14:03:28,635 CET] [ERROR] [.kernel.Default (self-tuning)'] [com.fatwire.csdt] Error while importing assets : null
    java.lang.NullPointerException
    at com.fatwire.csdt.service.impl.ImportService.mergeNeeded(ImportService.java:152)
    at com.fatwire.csdt.service.impl.ImportService.execute(ImportService.java:79)
    at jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._csdt.__csdtservice._jspService(__csdtservice.java:223)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
    at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
    at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
    at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
    at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
    at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
    at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
    at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
    at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
    at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1549)
    at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1248)
    at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:454)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:695)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Eclipse does not notify me about this error and the Template is not saved on the server. This have been observed on servers running both WebLogic and Tomcat
    Sync selected items do not work
    In the sync dialog whenever I select a single template I want to sync, it syncs all local updates I have anyways, it takes several minutes over a VPN connection and ultimately fail with random -105 errors, so I end up with a partial sync, again Eclipse does not show any problems.
    Whenever cas sso times out, I need to restart Eclipse
    At some point, my sso will time out, unfortunately the consequence of this, is that I have to restart Eclipse in order to get the plugin working again.
    Any input is greatly appreciated
    BR
    Lars

    We're just upgrading to 11G from 7.5.5 which is great, but I am having some issues working with a remote instance using Eclipse.
    Whenever I save a file in Eclipse, an exception is thrown on the server:
    [2013-02-11 14:03:28,635 CET] [ERROR] [.kernel.Default (self-tuning)'] [com.fatwire.csdt] Error while importing assets : null
    java.lang.NullPointerException
    at com.fatwire.csdt.service.impl.ImportService.mergeNeeded(ImportService.java:152)
    at com.fatwire.csdt.service.impl.ImportService.execute(ImportService.java:79)
    at jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._csdt.__csdtservice._jspService(__csdtservice.java:223)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
    at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
    at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
    at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
    at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
    at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
    at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
    at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
    at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
    at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1549)
    at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1248)
    at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:454)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:695)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Eclipse does not notify me about this error and the Template is not saved on the server. This have been observed on servers running both WebLogic and Tomcat
    Sync selected items do not work
    In the sync dialog whenever I select a single template I want to sync, it syncs all local updates I have anyways, it takes several minutes over a VPN connection and ultimately fail with random -105 errors, so I end up with a partial sync, again Eclipse does not show any problems.
    Whenever cas sso times out, I need to restart Eclipse
    At some point, my sso will time out, unfortunately the consequence of this, is that I have to restart Eclipse in order to get the plugin working again.
    Any input is greatly appreciated
    BR
    Lars

  • Debugging with Eclipse Plugin using Weblogic 6.1

    I am having a problem debugging using Eclipse 2.1 and the weblogic server plugin
    provided by this site.
    If I start the server and run the application everything works fine.
    If I put a breakpoint into my code and then run the application I do not see the
    application breaking at all. I am in debug view of Eclipse. The browser just
    hangs and will not respond. I can take the breakpoint off and refresh the browser
    and it works fine again.
    Do I need to have anything special in a configuration file for weblogic to enable
    debugging ?
    Do I need to start the JVM with any special parms. I am currently using the following
    startup options. I have tried a number of configurations on the startup options
    and nothing works.
    -hotspon
    -ms64m
    -mx256m
    -Xdebug
    -Djava.compiler=none
    -Xnoagent
    -Dweblogic.ProductionModeEnabled=false
    I am using Weblogic 6.1 and JDK 1.3.1_09
    Thanks in advance for any help...

    Mark,
    Please post this in the weblogic.developer.interest.general newsgroup
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Mark Hartnett" <[email protected]> wrote in message
    news:3f57a4a3$[email protected]..
    >
    I am having a problem debugging using Eclipse 2.1 and the weblogic serverplugin
    provided by this site.
    If I start the server and run the application everything works fine.
    If I put a breakpoint into my code and then run the application I do notsee the
    application breaking at all. I am in debug view of Eclipse. The browserjust
    hangs and will not respond. I can take the breakpoint off and refresh thebrowser
    and it works fine again.
    Do I need to have anything special in a configuration file for weblogic toenable
    debugging ?
    Do I need to start the JVM with any special parms. I am currently usingthe following
    startup options. I have tried a number of configurations on the startupoptions
    and nothing works.
    -hotspon
    -ms64m
    -mx256m
    -Xdebug
    -Djava.compiler=none
    -Xnoagent
    -Dweblogic.ProductionModeEnabled=false
    I am using Weblogic 6.1 and JDK 1.3.1_09
    Thanks in advance for any help...

  • Problems with Eclipse-Plugin when using JPA in JavaFX

    Hi all,
    I am trying to develop a small JavaFX application with JPA using Eclipse and the FX-Plugin.
    Since I cannot use Annotations in FX code I created Java entity classes that are shadowed by the corresponding FX entities. To associate the Java and FX entites with each other I added a new member to the FX entity of the type of the Java entity. Suprisingly I now get errors that the FX entity cannot resolve the javax.perisistence classes. Those classes are imported in the Java entites without any errors. All entities are in the same package, so I really suspect it's the plugin's fault.
    Has anyone experience with this problem?
    Thanks,
    Chris

    There's something wrong with your code. You need to analyse it.

  • Running Java program created with Eclipse plugin fails to open report

    I created a CR 2008 report and using the Eclipse plug-in I created a Java program to drive data through the report and export the resulting reports as pdf files.
    This process works just fine if I run the Java program in Eclipse. I copied the code to a server to run the application remote.
    The program fails at the point of opening the Crystal Report. This is the error.
    D:\src>java EDIInvoice
    Current date : 2009928-
    Report output name is : D:\src\report\Invoice2009928-45462829.pdf
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/ibm/icu/util/Ca
    lendar---- Error code:-2147467259 Error code name:failed
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
    This is the code
    public class EDIInvoice {
         private static final String REPORT_NAME = "D:
    src
    CR8Invoice.rpt";
         public static void launchApplication() {
         try
            FileInputStream in = new FileInputStream("D:
    src
    ghxInv.txt");
            BufferedReader br = new BufferedReader(new InputStreamReader(in));
            String strLine;
            Calendar cal = new GregorianCalendar();
            int month = cal.get(Calendar.MONTH);
            int year = cal.get(Calendar.YEAR);
            int day = cal.get(Calendar.DAY_OF_MONTH);
            String today = (year + "" + (month + 1) + "" + day + "-");
            System.out.println("Current date : " + today);
    // Read the file one line at a time
            while ((strLine = br.readLine()) != null)  
                String patternStr = ",";
                String[] fields = strLine.split(patternStr);
                String EXPORT_FILE = "D:
    src
    report
    Invoice" + today + fields[1] + ".pdf";
                String Company  = fields[0];
                String Invoice = fields[1];
                String PO_number  = fields[2];
                       System.out.println("Report output name is : " + EXPORT_FILE);
         try {
    //Open report.
         ReportClientDocument reportClientDoc = new ReportClientDocument();
         reportClientDoc.open(REPORT_NAME, 0);
         System.out.println("Opened the report");
    As you can see the first 2 println statements worked fine, but the 3rd one failed. The program was not able to open the report.
    Is there a reason the code can not run without Eclipse?

    did you copy all the jar files? especially the jrcadapter.jar? please download the following sample and modify it accordingly:
    [http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f087d31f-3e11-2c10-2cba-fcb5855f79ef]

  • Unable to install Eclipse Plugin for Azure

    I am unable to install the Eclipse Plugin for Azure.  I have Eclipse Indigo and have installed the Azure SDK 2.3.  When I try to add the site http://dl.msopentech.com/eclipse in the Install New Software window I get an authentication pop-up.
     When I try my Microsoft ID it fails authentication.  The instructions do not mention any authentication.  What should I put in here?

    Hi,
    This plugin requires Azure SDK 2.3. This can be downloaded using the Web Platform Installer (WebPI) at
    http://go.microsoft.com/fwlink/?LinkID=252838. However, if you don’t have it installed, when you create your first Azure deployment project, the plugin will automatically install
    Azure SDK 2.3.
    Also, you could download the sdk from GitHub (https://github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava ) and manually install . And you could refer to this blog
    (http://java.interoperabilitybridges.com/cloud ).
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Eclipse plugin, 'Domain "mydomain" not found in directory : .\config'

    Hello
    My configuration is windows 2000 workstation with eclipse 2.1, j2sdk1.4.2 and
    1.3.1 (the one installed with WLS 6.1 SP5) and WLS 6.1 SP5
    I have installer the weblogic plugin for eclipse
    my BEA Home is D:\bea
    my domain name is babarland
    my domain directory is D:\bea\wlserver6.1\config\babarland
    my service name is babar
    my user is system
    When I try to start wls, I have the error below. I don't understand why it don't
    use the parameters I set ine the configuration window.
    Error:
    <15 sept. 03 23:05:29 CEST> <Warning> <Management> <.\config\mydomain not found.>
    Searched : 1
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: Domain "mydomain" not
    found in directory : .\config
         at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository.java:226)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy1.loadDomain(Unknown Source)
         at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:188)
         at weblogic.management.AdminServer.configure(AdminServer.java:173)
         at weblogic.management.Admin.initialize(Admin.java:257)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:368)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:213)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    If someone know why, it could greatly help me
    Thank you

    I'm facing the same problem, has someone any idea to fix the problem.
    Thanks in advance for any help.

  • Support of Eclipse Plugin for Oracle CEP tools IDEs

    I am having issue with Eclipse plugin to update the Oracle CEP tools.
    Here is the details about error in one of the environment:
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Oracle CEP Tools 11.1.1.20111115-1500 (com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500)
      Missing requirement: Oracle CEP Tools 11.1.1.20111115-1500 (com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500) requires 'org.eclipse.jdt.feature.group [3.6.0,3.7.0)' but it could not be found
    In another environment , I am getting the error Eclipse could not connect to "http://download.oracle.com/technology/software/cep-ide/11/"
    Does oracle provide the latest Eclipse IDE Plug-in or not ?
    Any help would be helpful.
    Thanks,
    Srini

    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14476/install.htm#CHDIDGBI

  • Unable to load the web site after deploying into the windows azure.Internal Server 500

    Hello everyone,
    Currently we are having one cloude service running into window azure.We are weekly deployeing that from local visual studio 2010.Yesterday when i published from visuual studio after that i am getting 500-Internal server error while opening my URL.So i had
    thought of enabling the Remote Access for my cloude service ,but when i am trying to do that i am geting different differnt errors.
    Details are like..
    3:14:39 PM - Warning: There are package validation warnings.
    3:14:39 PM - Checking for Remote Desktop certificate...
    3:14:40 PM - Preparing deployment for ScrumApplication.Azure - 2/11/2015 3:13:26 PM with Subscription ID 'b7a6057b-c401-46d7-a18d-7e0a4d6d1863' using Service Management URL 'https://management.core.windows.net/'...
    3:14:40 PM - Connecting...
    3:14:40 PM - Verifying storage account 'leanzy'...
    3:14:41 PM - Uploading Package...
    3:35:24 PM - Updating...
    3:36:13 PM - Legacy plugin RemoteAccess is found in role ScrumApplication. Please remove the import from Service Definition file to use the Extension.
    and some time i am getting another issue like
    1:58:36 AM - Warning: There are package validation warnings.
    11:58:36 AM - Checking for Remote Desktop certificate...
    11:58:41 AM - Uploading Certificates...
    11:59:01 AM - Preparing deployment for ScrumApplication.Azure - 2/11/2015 11:57:47 AM with Subscription ID 'b7a6057b-c401-46d7-a18d-7e0a4d6d1863' using Service Management URL 'https://management.core.windows.net/'...
    11:59:01 AM - Connecting...
    11:59:01 AM - Verifying storage account 'leanzy'...
    11:59:03 AM - Uploading Package...
    12:10:41 PM - Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
    so please help me to resolve the problem in urgent basis. 
    Please mail me if anything we can do on urgent basis.
    My email id is- [email protected]
    Thanks in advance.

    hi Madhusudan,
    According to your description, It is very hard to reproduce your issue. But from my experience, I suggest you can try those steps:
    1.Please try to create a new cloud service and try to deploy on Azure. I wanted to check whether the environment  issue.
    2.Please try to redeploy your project and disable RemoteAccess feature in your deployment process.
    Any results, please let me know free.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Failed to import publish settings file in Azure Toolkit for Eclipse with Java downloaded from Azure Management Portal

    I tried to deploy the Hello World JSP application to Azure from Eclipse following the instructions at http://msdn.microsoft.com/library/azure/hh690944%28VS.103%29.aspx. Got the following error when trying to import Publish Settings file downloaded from Azure
    Management portal:
    Importing MyMSDN.publishsettings file failed. Reason: failed to parse file. Ensure publish settings version is 1.0.
    Could someone help me solve this problem? Thanks.

    Hi huihuang,
    It seems there is some issue with your publishsettings file, could you open this file and copy the content here? Or please have a look at this article:
    http://gauravmantri.com/2012/09/14/about-windows-azure-publish-settings-file-and-how-to-create-your-own-publish-settings-file/ for more information about it.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 injection failed. Installation exit code: -1

    Hi everybody,
    I've tried to deploy my application into the Azure Worker role but could not get it done successfully. I hope somebody can help me.
    After the error, I can see the error "Plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 injection failed. Installation exit code: -1" in my Windows Azure Portal.
    If I do RDP, I can see the error message in details Install command for plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 program D:\Packages\Plugins\Microsoft.Windows.Azure.Extensions.RDP\1.0.0.1\RemoteAccessPluginLauncher.exe exited with non-zero exit
    code -1. . MessageId = 3004 SymbolicName = EVENT_PLUGIN_INSTALL_EXITED_WITH_SUCCESS Severity = Success Language = English Install command for plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 program D:\Packages\Plugins\Microsoft.Windows.Azure.Extensions.RDP\1.0.0.1\RemoteAccessPluginLauncher.exe
    exited with zero exit code -1. . MessageId = 3005 SymbolicName = EVENT_PLUGIN_INSTALL_STARTED Severity = Success Language = English Executing install command for plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 program D:\Packages\Plugins\Microsoft.Windows.Azure.Extensions.RDP\1.0.0.1\RemoteAccessPluginLauncher.exe.
    Do anybody know what happens?
    FYI. I see Windows Azure Remote Forwarder Plugin was installed successfully.
    MSI (s) (00:00) [18:32:58:311]: Product: Windows Azure Remote Forwarder Plugin -- Configuration completed successfully.
    MSI (s) (00:00) [18:32:58:311]: Windows Installer reconfigured the product. Product Name: Windows Azure Remote Forwarder Plugin. Product Version: 1.8.40316.1333. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status:
    0.
    === Logging stopped: 6/24/2014  18:32:58 ===
    Thanks,

    You can try it later. I had this issue long ago and waited one day.
    You also try those two solution:
    1.redeploy your project to worker role and enable the RDP setting (see this blog
    2.recklessly, you could delete your worker role and redeploy it. The error will be disappeared.
    Regards,
    -Billgiee

Maybe you are looking for

  • Looking for a remote online anti virus scan for my mac

    Hi. I think my Mac is infected. It is old: runs  os x 10.5.8. I would like to run a remote scan from a trusted site. Any ideas?

  • Getting to LOM ?

    Hi, I am trying to access a T2000 via a serial port. There is no monitor, keyboard etc. As far as I know, Solaris has been removed from the box. When the machine starts up I get the following output. It asks for a username and password. I don't know

  • Cannot print pdf files with Adobe reader 9.3

    I upgraded from Adobe 7 to 9.3 and now I can not print pdf files.  I am able to print word and any other type of file but not pdf.  The printer will pull paper into it like it is going to print but stops and nothing else happens.  I have an HP C3100

  • ACH-CCD

    I have created a payment method utilizing the PMW for vendor payments-ACH-CCD. when I look at the file created, it has four lines at the bottom consisting of all nines with  a length of 94 characters. Does anyone know the purpose of these lines?

  • Help needed to configure 2730 classic on AT&T

    I've been speaking to Nokia and AT&T for two days trying to see if they could help me configure the new 2730 classic (bought in Asia) to work. It's on S40 and uses GSM data and packet data. No configuration I could find via public forums has worked s