Weblogic Adapter in Eclipse Neon missing - weblogic

I have installed Weblogic 12.2.1 using the following tutorial successfully on my Mac OS Sierra 10.12.6
I am now trying to configure weblogic in my Eclipse Neon. I am not able to see any server adapters that others see in different tutorials.
After some reading online I installed OEP 12.2.1.6 software and restarted eclipse but it of no help
LIST OF SERVERS ADAPTERS I SEE IN TUTORIALS
LIST I AM SEEING AFTER INSTALLING OEPE
I need those adapters to add weblogic to my eclipse.

I had the same question some days ago after checking some online tutorials.
In the later versions of OEPE, you only see a "unified" oracle weblogic server adapter.
Once you have selected this option, you will be able to choose the desired server runtime environment from a list of the runtimes configured on your machine (separate download).
If you see none, then you will have to configure some before trying to add a weblogic server.

Related

SonarLint IDEA plugin not in sync even in Connected Mode

I am using SonarLint for Intellij 2.0, It's connected to my own SonarQube server v5.4 with no issues reported by the plugin when going into Connected Mode.
It seems not to be in sync with my server rules. Found those mentioned in the doc for Java but they also seemed not to be all. I wonder if these java rule list are used only when it's not connected to any server only.
Does it have a restriction on what rules to use or synchronize when using a remote server? Am I missing any step?
Is in any case this issue related? https://jira.sonarsource.com/browse/SLI-57
I am running:
Intellij 15.0.2 build #IU-143.1184
JRE 1.8.0_40-release-b105 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
SonarLint for Intellij 2.0
Thanks
Rules listed in SonarLint website are indeed the one enabled when you are not connected.
When you are connected the rules are the one enabled in the quality profile of the associated project.
To investigate your issue please open a thread in SonarLint Google group.

install MobileFirst 7.0 server (for test and production environment) with IBM Installation Manager

While I'm following the IBM Knowledge Center' guide to install a IBM MobileFirst 7.0 Server for production environment but that document is too simple for any newbees to handle it.
Can someone provide a more detailed guide and a MF 7.0 server download link so that I can use it as the local repository. Thanks in advance.
Only IBM Customers and Business Partners can download the server components.
These components can be download from either the IBM Passport Advantage website or the IBM Fix Central website.
Download IBM Installation Manager
Download the GM version of the release you'd like to install
Download the latest iFix version of the release you'd like to install
Download the latest supported version of WebSphere Full profile or WebSphere Liberty profile or Tomcat for the release you'd like to install
Use the IBM Installation Manager to install the above components (4, 2 and 3 in that order)
In the IBM Installation Manager go to File > Repositories and add them (consult the documentation how)
Start with installing WebSphere
Use again the IBM Installation Manager to install ontop of the previously installed application server (Tomcat, WebSphere or Liberty) the MobileFirst Server components; you will be going through a wizard
This step is not containable here as it varies and depends a lot on what you intend to use. Review the documentation.

IBM MobileFirst Operations Console does not work with HTTPS

We are unable to use MobileFirst 6.3 Operations Console with HTTPS. I reviewed a couple of links here and installed the last fix pack available for the server side (6.3.0.0-MFPF-Server-IF201504041503.zip).
We are having the same behavior explained in this link:
Unable to use HTTPS for MobileFirst Console 6.3
Need I install another fix or redeploy worklightconsole.war ?
Thanks in advance
You have not installed the last MFP 6.3 ifix as you can see in the messages.log file of your last zipped logs :
[4/15/15 12:00:34:754 ART] 00000012 ht.admin.listeners.WorklightManagementServletContextListener I FWLSE3199I: ========= MobileFirst Administration Services version 6.3.0.00-20141127-1357 started.
When you install a fix you have to do a minimal update of the console applications and the runtime applications with the Server config tools or the installation ant tasks. Otherwise no war files are updated.

mobile first platform cli: mfp build... does not create a war file

My setup
MobileFrist Platform foundation 6.3.0.00-20141127-1357
WebSphere Application Server 8.5.5.0 (1.0.3.20130510-0831)
on Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_75-b13 (en_US)
hosted on softlayer
Installed using this knowledge center guide for 6.3
after starting the server I can visit my appcenterconsole fine.
I have 2 issues now that I can't seem to understand:
Firstly, tried to build the Myproject.war file using MFP cli to deploy the server configuration tool. However Mfp build produced all the .wlapps but no war file. Can I build a .war file using mfp build?
Secondly, built the .war file using eclipse on my local machine tried to deploy it using the server config tool and I end up with no runtime found like in the post
So I checked my java version that was fine,
checked app center version seems fine,
and checked the entries in server.xml for duplicates of WL Admin services war, only one exists.
server.xml http://pastebin.com/gXqfVknb
logs too long and paste bin counts as en extra link limited to 2 will post link to logs as comment
Use mfp bd (build & deploy) instead of just build.
It will start a test server to generate the WAR file.

Cannot see the Glassfish adapter after installing plugin in Eclipse

I've installed Glassfish 3.1.1 and Eclipse Indigo onto a Win 7 machine but cannot add the Glassfish server via Eclipse's Servers view.
Oracle Glassfish Server Tools 1.8 is also installed but despite this there is no Glassifish entry in the list of avilable server adaptors.
I will continue to scour the web for a way around this but if anyone can advise I'd be grateful.
Thanks
You need to install the JavaEE development edition of Eclipse, and in that go to the Eclipse Marketplace where you can find and install the Glassfish adapter.
I had to restart eclipse two times before it appeared. This seems like a bug to me but I'm new in the Eclipse world