How to determine which version of Oracle Commerce (ATG) is running? - atg

I am trying to determine the precise version of ATG which is running e.g. 10.2.x. I know that dyn/admin has the following:
The product version is obvious but how do I know the precise version that is running? i.e. 10.2 or 10.2.1 or 10.2.2 or 10.2.3
Thank you in advance for your help.

The exact version is normally held in the MANIFEST.MF files. Just locate the ATG-Patch-Version, ATG-Version, and ATG-Version-Full for these files and it will tell you.
Here it is from my ATG9.1p4 install:
ATG-Patch-Version: 9.1p4
ATG-Version: 9.1
ATG-Version-Full: 9.1
and here it is for my ATG11.0 install:
ATG-Version: 11.0
ATG-Version-Full: 11.0

Product version should show the exact version with installed patch and fixpack:
http://c2n.me/iIXGkn.png
So as you see it shows that I am on 9.3 fixpack 1.
Also, you can find the information about current patch/fixpack and their history in ATG/patch folder. It contains:
current_fixpack.txt - information about the installed fixpack
fixpack_history.txt - information about all installed/uninstalled fixpacks
current_patch.txt - information about the installed patch
patch_history.txt - information about all installed/uninstalled patches
Hope this helps.

Related

Why do I get IllegalStateException: Missing hosting module org.netbeans.libs.javacimpl when upgrade to Netbeans 13?

After I upgraded Netbeans from 12.6 to 13, Netbeans doesn't start. When I start it from the command line, I got the following message:
java.lang.IllegalStateException: Missing hosting module org.netbeans.libs.javacimpl for fragment org.netbeans.modules.nbjavac.impl
at org.netbeans.ModuleManager.refineClassLoader(ModuleManager.java:909)
at org.netbeans.StandardModule.classLoaderUp(StandardModule.java:527)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1330)
at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)
at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)
at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
at org.netbeans.core.startup.Main.start(Main.java:282)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
at java.base/java.lang.Thread.run(Thread.java:829)
What's the reason? How can I fix it?
This is caused by old nb-javac (Netbeans Java Compiler) modules installed in an older Netbeans version, which are incompatible with nb-javac, which is now bundled in Netbeans.
It's necessary to remove those old modules. You can find them in the Netbeans user directory. On Linux this is for example in ~/.netbeans or in ~/snap/netbeans/current, if installed as a Snap package. Those nb-javac files are in the modules directory in that directory (e.g. ~/.netbeans/modules) and include nbjavac in the name, e.g. org-netbeans-modules-nbjavac-api.jar. Delete all such files that include nbjavac. Then start Netbeans again, all should work now.
This problem was reported for a development version of Netbeans 13 on the developers' mailing list: https://www.mail-archive.com/dev#netbeans.apache.org/msg09777.html. There are original instructions that helped me to fix this issue. I wasn't using any development build of Netbeans, I just upgraded from the regular version 12.6 to the version 13 of Netbeans. In Netbeans 12.6, I installed the nb-javac plugin, which probably brought these incompatible modules that needed to be removed.
People who are struggling on macOS, same answer as OndroMih but these directories
/Users/<your_user>/Library/Caches/NetBeans
/Users/<your_user>/Library/Application Support/NetBeans

How to update the version of compiled framework

I am using XCode 8.3 and I am trying to Run my project which is connected with link and now I have a XCode Error: Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1
So my question is how to update the version of the framework?
I downloaded this framework from the link that I've posted above.
I think that you need to update CocoaPods to a newer version supports XCode 8 (CocoaPods 1.1.0 or newer):
sudo gem install cocoapods
Then do a pod update to fix your dependencies that are not linking:
pod update
Delete the DerivedData folder for your project and rebuild, the link error should be gone.

Rstudio not showing the Rcpp code completion or error highlightling

This is the output of version in Rstudio
platform x86_64-redhat-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 2.1
year 2015
month 06
day 18
svn rev 68531
language R
version.string R version 3.2.1 (2015-06-18)
nickname World-Famous Astronaut
I think this version should support the auto completion for Rcpp. In my global settings also I had make sure that auto completion will work. What is the problem? Please help me. I have installed the Rstudio from the repository as described in docs using YUM.
As commented by #nrussell installing the clang worked. I reinstalled the rstudio after that and things are very ok. Thank you #nrussell and #Dirk EddellBuettel

Using Scons to build mongo-nonx86 on an arm based Synology NAS

I have a Synology DS212j NAS (cpu Feroceon 88FR131 rev 1 (v5l)) with the optware ipkg installed. I am trying to build mongo-nonx86 on it.
"scons all" gives me the following messages:
scons: Reading SConscript files ...
scons version: 2.0.1
python version: 2 5 6 'final' 0
Checking whether the C++ compiler worksyes
Checking for C library stdc++... no
can't find stdc++ library which is needed
I have the stdc++ library installed, I also have ssl installed. My underlying question is how can I get scons to tell me more about what is really missing, where it is looking, how it is looking etc. I have so far found no options which generate any more useful diagnostic output?
Obviously a ready-made solution for getting mongodb working on this great little box would be even more welcome :-)
Well even if you do have it installed, it doesn't seem to think so, here is what I would try to do, install libssl-dev, then try to install the dev package for libstdc++, which is: libstdc++-dev.
Then see if you can compile it.

install luaEclipse error

I try in stall luaEclipse on Eclipse follow the instruciton
http://luaeclipse.luaforge.net/manual.html#installation
but it reported:
Cannot complete the install because some dependencies are not satisfiable
org.keplerproject.ldt.feature_x64.feature.group [1.2.0.200802220021] cannot be installed in this environment because its filter is not applicable.
but I do not know what the filter means?
Welcome any comment
Are you sure you didn't select by error both lueclipse entries in the update site?
See this thread for instance:
I am a fool,...
There where two entries named "Lua Development Tool" in the LuaEclipse 1.2 package, 32 and 64 versions.
It was impossible to install both.