Liferay Audience Targeting - liferay

I am new to Liferay and I deploy Liferay Audience Targeting -7.lpkg in deploy folder and restart my server still it's not showing in Liferay DXP
Then I check in GOGO Shell there Liferay Audience targeting module is showing but in Resolved state but when using diag on that module it's showing No resolution report for the bundle. Can't able to get where a problem is.GOGO Shell

I am not using GOGO Shell. However, I had similar issue with the Liferay DXP EE SP1 bundle. I had to restart my bundle for audience targeting to deploy properly the first time.
I also ran into an issue with not being able to add reports in campaigns. I found the following solution on the liferay forums that worked for me. You need the appropriate fixpack for Liferay DXP. If you have any issues with DXP with bundled HSQL, then you need to use MySQL or another database as HSQL is not supported
https://web.liferay.com/community/forums/-/message_boards/message/87413363
Hope this helps.

Related

OpenNTF domino api not available for selection in designer

Domino API is not available to be checked in the xpage properties of my databases
I am trying to use domino api to help with some of the recycling problems that we've had with xpages. I've spent days watching the various videos that have been made over the years. I have tried to get this working in both my work environment (9.0.1) and my home dev server (10). In both cases the result is the same - I have installed the extension library and domino api on the server via updatesite and it seems to be fine there. In my designer I can see that both extension library and domino api are installed (by looking in Application Management) but only extension library is available in the databases.
Need to be able to select the org.opentf library in the datbases.
We've tried to clarify in the release page. 4.2.x is for 9.0.1 FP9. Since 10 we've moved to updated version numbering, although Tycho doesn't make it straightforward. So 10.0.0 covers V10. The version in Notes needs to match the Notes version, not the Domino version. It's referenced for compiling only, not pulled into the design. So on the server, the version needs to match the Domino server version. So you may have different versions if DDE and the server are different. That's to do with how OSGi works.

Did anybody run the sample code of Liferay Portal Systems Development(2012) successfully on liferay 6.1?

I'm learning Liferay Portal Systems Development 2012 by Jonas X. Yuan. I tried to run sample code knowledge-base-portlet of chapter 3, but so many errors show up, like social-equity doesn't exist, viewJSP is not defined in java file etc., did anybody run it successfully on liferay 6.1.1? thanks
Not sure if he's using Liferay's standard knowledgebase plugin that you can find on the marketplace (source is available there or on github). It seems that the book is for 6.0 (couldn't find the information on the website, but it's released in January 2012), and it seems that knowledgebase is accessing deprecated APIs. Social Equity in Liferay 6.0 is called Social Activity in Liferay 6.1.

Liferay 6.1 portlet worked incorrect in 5.2.3

I have a portlet that worked fine on Liferay 6.1 portal but when I deploy it on Liferay 5.2.3
my configuration page did not even open.
How should I make it work ?
Here is a nice authoritative answer to a very similar question.
The portlets of newer versions are not designed to work on older installation of Liferay. Since they are compiled using the latest plugins-sdk and the also the different jars which have changed since the last version.
So if you want the newer version portlet to work with any older version then you have to compile the portlet with an older version of Liferay with that plugins-SDK. And I am sure there would be a lot of classes and jsp-tags in the Liferay 6.1 portlet which would not work in Liferay 5.2.3.

Install Liferay on glassfish 3

I already have a glassfish version 3 on a server. How do i install liferay into this instance without using the liferay glassfish bundle.
Regards
You can download the Liferay WAR at this page. (More specifically, the WAR is here). Do not forget to download the Liferay dependencies, too. After downloading, unzip the dependencies and copy its contents to the lib directory of your domain in GlassFish ($GLASSFISH_HOME/domains/domain1/lib/). Do not copy it to the $GLASSFISH_HOME/domains/domain1/lib/ext/ directory. I did not get Liferay working in my GlassFish 3 because of this problem and I have too limited Internet access so I cannot download the Liferay GlassFish bundle for testing the suggested solution. Anyway, I think you can go ahead from this point :)

Problems creating a Java Mobile Application project

I have installed the Netbeans 6.7 IDE with Java ME included, but cannot create a Mobile Application project from the Java ME category. When I select the project type the wizard stops at "Finding Feature" with the message:
Not all requested modules can be enabled:
[StandardModule:org.netbeans.modules.mobility.end2end.kig jarFile:C:\Program Files\NetBeans 6.7\mobility8\modules\org-netbeans-modules-mobility-end2end-kit.jar.
I am attempting to run this on Vista Home Premium. I have tried to run the IDE as Administrator with no luck.
I am at a loss for where to go next as I cannot seem to find any information regarding this issue. Even if you don't have the solution any insight into this error message would be helpful.
I am unable so far to get the project running via the Netbeans IDE install. I have, for the time being, installed the Java ME SDK which includes a very stripped down version of the Netbeans IDE for mobile development.
I originally had some issues starting the SDK as well on Vista. The IDE reported that it could not connect to the device manager on localhost. After some searching I found this link: Java ME SDK Startup Problem which suggests changing the hosts file localhost entry from IPv6 to IPv4. The fix worked perfectly and I can now compile and run code in the emulator.
This is not an optimal solution as the SDK does not include the visual design tools, however I am able to get a basic project going in the mean time.
I have given up on the 6.7 version and have instead located and installed 6.5.1. This previous version has been working just fine and seems to do everything I need.
I ran into the exact same error today while installing NB 6.8 beta. To resolve it we need to install two plugins:
Java Web Applications (as mentioned by Ali above) and
Sun Java System Web Server 7.0
Note that these two are part of the Category called "Java Web and EE" hence the confusion that we need to install Glassfish App Server. But we need these two plugins because they are required for debugging using breakpoints in emulator. Netbeans runs a web server when we do breakpoint based debugging.
Also note that the Java Web applications needs SOAP Web Services and JavaScript Debugger plugins to run and so these plugins are also installed when you try to install it.
You also need to install "Java Web Applications" plugin.
Tools->Plugins->Available Plugins
If the module is present, you should try unzipping it to check its content makes sense.
You should also be able to rebuild it from Netbeans sources.
You can also try to figure out why this happens by debugging the module loader inside Netbeans from its sources, using another IDE, presumably the latest version of Netbeans you can find without the issue.
If the module is missing, you might want to get the missing jar file from an installation of a previous version of Netbeans, see if it is compatible.
6.5.1 isn't missing any module.
back in version 5.5, the mobility module had to be downloaded and installed separately from the main IDE.
If you want to consider using Eclipse for developing your J2ME app...I've written a post related to that some time ago: here.

Resources