Difference between tomee 7 and apache-tomee-plume-1.7.6 - apache-tomee

Initially i was using Tomee 7.0.68 version to deploy and run the web application.
But I now onwards I need to use Apache-tomee-plume-1.7.6 for the same. But after deploy what I found is that, There is No log or work or extracted war files generated once I run the server.
My question is, Is there any difference between apache-tomee-plume-1.7.6 and Tomee 7 to deploy and run/debug the appication?
How can I use Apache-tomee-plume-1.7.6 server?
Thanks.

TomEE 7.x.x is compatible with Java EE7.
TomEE 1.7.x is Java EE6 certified version.
Current TomEE 8.x branch is a work in progress for JavaEE8 compatibility.
As of today, TomEE 8.0.0-M3 is available containing also MicroProfile compatibility.
https://tomee.apache.org/download-ng.html

Related

Is jboss 4.2.2 GA compatible with java 11?

We have a product that is running fine with JBoss 4.2.2/java 7.
We are now moving to JDK 11. simply added java 11 in the classpath and tried starting the server.
Encountered below error
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
-Djava.endorsed.dirs=C:\PathBuilder\GE\EMEA\vp\jboss\lib\endorsed is not supported. Endorsed standards and standalone APIs in modular form
will be supported via the concept of upgradeable modules.
removed below configurations from run.bat and started the server again
-XX:MaxPermSize=128m
"-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%"
now getting below error and which is
interrupting the ear deployment Caused by:
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.omg.CORBA.Object
Is Java 4.2.2 compatible with JDK 11 or we need to update JBoss to 7.2 or latest versions?
can someone help with this or provide related links?
JBoss 4.2 is a very old and outdated version and it only tested with JDK 1.5 and 1.6 version. If you are upgrading your JDK to 11 then you should update the JBoss to 7.3 version which is the latest available GA release from Red Hat.
You can download the jdk files of older versions like jdk6 and then replace JAVA path in the jboss run file from "set JAVA=%JAVA_HOME%\bin\java" to
"set JAVA=C:\Users\jdk1.6.0_45\bin\java"
Of course it's better to upgrade to a higher JBoss version... But in case that's not possible, you can avoid the ClassNotFoundException for org.omg.CORBA.Object by placing rt.jar from Java 8 in your JBoss-libs folder.
With this configuration you can run older JBoss versions with Java 11.

Weblogic Adapter in Eclipse Neon missing

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.

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.

How to install JBoss AS 7 in Eclipse Juno

I'm using Eclipse Juno and My Application runs on JBoss 6. Now we are migrating from JBoss 6 to JBoss AS 7. I'm not able to configure the JBoss 7, when i add download additional server adapter, none of the adapter's are shown in the wizard. I also tried manaully by Help->Install New Software and using this link http://download.jboss.org/jbosstools/updates/nightly/core/trunk/ but it says some context.xml not found.
Is there any way, i can use the JBoss 7 with eclipse juno version.
I'have added -Djava.net.preferIPv4Stack=true to eclipse.ini and it solved the problem. May be it's related to some proxy settings.

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