Code Monkey home page Code Monkey logo

ecosystem-netbeans-plugin's Introduction

** Payara NetBeans IDE plugin repository is no more active and the source has been donated to Apache NetBeans IDE  [https://github.com/apache/netbeans]. Checkout the latest version from here: https://netbeans.apache.org/download/

#badassfish

Payara NetBeans IDE plugin

The plugin enables Java EE development modules to configure and deploy Java EE components on Payara Server. Supports from starting, debugging and profiling web application (similar to the Glassfish server) to advanced settings e.g SQL trace listener, JDBC calls logging, CDI Probe mode etc.

Visit NetBeans Plugin Portal to downlaod the plugin.

ecosystem-netbeans-plugin's People

Contributors

arjantijms avatar cousjava avatar jgauravgupta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ecosystem-netbeans-plugin's Issues

Can't install Payara Plugin on Netbeans 11

Hi Payara :

I am using Netbeans (Version 11) for a while, i installed netbeans from snap store:https://snapcraft.io/netbeans

I upgraded Payara server from 5.1.182 to 5.1.192, and when I try to install the payara Plugin(version 1.8), I get the following error message:

Some plugins require plugin Java DB Database Support to be installed. The plugin Java DB Database Support is requested in implementation version incubator-netbeans-release-404-on-20190319. The following plugin is affected:       Payara Common Some plugins require plugin Java SE Platforms and Libraries to be installed. The plugin Java SE Platforms and Libraries is requested in implementation version incubator-netbeans-release-404-on-20190319. The following plugin is affected:       Payara Common Some plugins require plugin Java EE Specifications Support to be installed. The plugin Java EE Specifications Support is requested in implementation version incubator-netbeans-release-404-on-20190319. The following plugin is affected:       Payara Server Some plugins not installed to avoid potential installation problems.

Error installing Payara Plugins

Im getting the next error window message at installing payara plugins.


> Some plugins require plugin Java Common Project API to be installed.
> The plugin Java Common Project API is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Maven Embedder to be installed.
> The plugin Maven Embedder is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Maven Editor Model to be installed.
> The plugin Maven Editor Model is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Maven Projects to be installed.
> The plugin Maven Projects is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Project API to be installed.
> The plugin Project API is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Swing Simple Validation API to be installed.
> The plugin Swing Simple Validation API is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Enhanced Web Browser Functionality to be installed.
> The plugin Enhanced Web Browser Functionality is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Web Common to be installed.
> The plugin Web Common is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro 
> Some plugins require plugin Window System API to be installed.
> The plugin Window System API is requested in implementation version incubator-netbeans-release-334-on-20180708.  The following plugin is affected:       Payara Micro  Some plugins not installed to avoid potential installation problems.

This is my info about my netbeans and im using jdk 8.
image

¿Any idea?

Payara server node and output view do not refresh in NetBeans 9

I installed NetBeans 9.0 on my Mac (10.12.6) and run it with JDK9.
Configured 3 servers, Tomcat 9.10, GlashFish web 5.0.1 and Payara web 5.182
Tomcat starts normal in via the servers node and shows the output logs. Expanding the node shows the web apps.
But starting GlassFish and Payara doen’t show the output logs and the node stays on the hourglass and is not expandable.
Payara is started with JDK8.

I waited a little while also after testing with Payara 5.183 but then suddenly a small icon appears down to bottom of NB.
There is an error.
It is complaining about a missing resource.

INFO [payara]: Storing Payara web 5.182 atributes INFO [payara]: Created Payara Server 5.182 instance with name Payara web 5.183 WARNING [payara-javaee]: Warning: Java EE documentation not found when registering EclipseLink library. INFO [payara-javaee]: Java EE documentation not found when registering Java EE API library. INFO [payara]: Storing Payara web 5.183 atributes INFO [null]: Last record repeated again. SEVERE [global] java.util.MissingResourceException: Can't find bundle for base name sun.util.logging.resources.logging, locale en_US at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045) at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1679) at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1583) at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1546) at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:914) at org.netbeans.modules.payara.common.LogViewMgr.getLocalized(LogViewMgr.java:317) at org.netbeans.modules.payara.common.LogViewMgr.<init>(LogViewMgr.java:299) at org.netbeans.modules.payara.common.LogViewMgr.getInstance(LogViewMgr.java:172) at org.netbeans.modules.payara.common.LogViewMgr.displayOutput(LogViewMgr.java:1091) at org.netbeans.modules.payara.common.actions.ViewServerLogAction.performAction(ViewServerLogAction.java:76) at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)

I saw this earlier and it was complaining about local en_GB.
So I changed the startup of NetBeans in netbeans.conf by adding 2 parameters to netbeans_default_options
-J-Duser.language=en -J-Duser.country=US

I thought maybe the the redraw of the node is not done because it is waiting for the search result of the resource.

log-Start-NB-Payara-2.txt
IDE.log
payara-start-server.log
screen shot 2018-09-06 at 10 16 41

Can't select Java Platform

image

Environment
Windows 10
JDK 11.0.2
Netbeans 10.0
Payara Plugins installed - OK

Instructions

  1. Installed Payara Plugins with success
  2. Adding Payara 5.184 server configuration with success
  3. Can't start server because Java Platform is empty and no Java Platform can be selected even if I click on Manage Platform to try to select one.

Unable to run payara without a selected Java Platform.

Thanks!
Pierre Francis

Payara Plugin not installable on Netbeans 11

Hi Payara Team :)

I use the latest Netbeans (Version 11).
I also use the Netbeans 8.2 Plugin Portal (Plugin Settings).

When I try to install the payara Plugin, I get the error message:

Some plugins require plugin Java DB Database Support to be installed. The plugin Java DB Database Support is requested in implementation version incubator-netbeans-release-380-on-20181217. The following plugin is affected:       Payara Server Some plugins require plugin J2EE Support Utilities to be installed. The plugin J2EE Support Utilities is requested in implementation version 201609300101. The following plugin is affected:       Payara Server Some plugins require plugin Java SE Platforms and Libraries to be installed. The plugin Java SE Platforms and Libraries is requested in implementation version incubator-netbeans-release-380-on-20181217. The following plugin is affected:       Payara Server Some plugins require plugin Java EE Specifications Support to be installed. The plugin Java EE Specifications Support is requested in implementation version 201609300101. The following plugin is affected:       Payara Server Some plugins not installed to avoid potential installation problems.

image

  • JDK Version: oracle jdk 8
  • Operating System: Win 10

Payara 5.184 Windows symbolic link support: deploy fails when project path is inside a directory symbolic link

I'm using:

  • Netbeans 8.2
  • Payara plugin 1.6
  • Payara Server 5.184
  • Java OpenJDK 1.8.0_201

I have many projects that are inside a symbolic directory link in Windows (e.g. C:\java_projects points to C:\users\username\documents\code) which was created using the windows cmd mklink /d .....

When running any project that is inside the symbolic link, Payara log says it can't find any of the classes that are inside that war and shows 404 for every page.

I confirmed the symbolic directory link is the problem by opening the project directly from its physical path instead of the symbolic link and the deploy worked without issue.

Before this, I was using Payara 4 as a "Glassfish" type server in Netbeans 8.2 (not using Payara plugin), and all the projects inside the symbolic links worked without any issue. This is why I'm reporting this bug, because it used to work.

I'm not sure if this is a plugin issue or an issue with the server itself, but it's definitely related to this: payara/Payara#2591

Can't deploy from Netbeans 10 to Payara 5.184

Hi,

With reference to issue: #16, this is happening to me for every time when I tried to start the Payara server on Netbeans, giving me the error:

Error: Could not find or load main class [1.8.0.121|1.8.0.160]-Xbootclasspath.p:.Library.Java.payara5.glassfish.lib.grizzly-npn-bootstrap-1.7.jar

I'm running on Netbeans 10 andI have already installed the Payara Netbeans Plugins. I have tried running Netbeans on both jdk8.0.201 and jdk11.0.2, but the results are the same.

Can't deploy from Netbeans 9 to Payara 5.184

Due to compatibility issue between JDK 8.191 and Payara 5.183, i had to switch to Payara 5.184

Now when trying to start Payara from netbeans i have :

Error: Could not find or load main class [1.8.0|1.8.0u120]-Xbootclasspath.p:.opt.payara5.glassfish.lib.grizzly-npn-bootstrap-1.6.jar

I figured out that i wasn't using the Payara plugin and i was adding payara as glassfish since when i first installed Netbeans 9 this plugin wasn't yet compatible with it

But even though i installed and used this plugin the issue still persist

Environment

  • Payara Version: 5.184
  • Edition: Full
  • JDK Version: OpenJDK 8u191
  • Operating System: Ubuntu 18.04

Please provide a tutorial for the mentioned advanced settings

Supports … advanced settings e.g SQL trace listener, JDBC calls logging, CDI Probe mode etc.

I'd love to know how to use these features. Are there tutorials somewhere out there which describe how to do that? I couldn't find anything in the official documentation. Also a link to this documentation should be included into the README.md and the Plugin Portal detail page.

Netbeans Plugin creates domain having admin page that fails after login attempt.

I'm using NetBeans 8.2 with JDK 8 161.

I have installed the plugin for payara successfully.

I downloaded payara-5.183 and expanded the zip to a location.

I then use the NetBeans 'servers' to 'add' a new server, and populate the dialog box so that I am creating a new local domain, named domain3 (for example) (not using one of the existing domain names), and, after unchecking use the default ports, I specify both the admin and http port numbers.

I also provide an admin user / password value.

click the 'finish' button to build the domain, and i get the prompt asking whether I'd like to see the results. it doesn't matter what you do here. you end up with the server being added to the tree of servers, as expected.

if I then right click on the new server, and start it in debug mode, I see that the ports that it's running on are not those that I specified in the dialog box.

then, i see a dialog box asking about the login credentials, needed to check the status. it seems that the password from the dialog is not making it to the creation process, as, it stops complaining when I blank out the password.

now, I right-click on the node in the server tree, and have it bring up the admin console web page.

the admin web page appears, and it churns around for a while, showing the initial page (before the login prompts), and after a while, I see an: http status 403 - Forbidden.

I don't even get to see the page that prompts for the login name or password. this is true even from within a chrome incognito browser window.

now, if I stop and delete the domain, and use a command line prompt to create the domain, and then use netbeans to add the newly created domain to NetBeans Servers list, it will work fine. I can use the netbeans functionality to bring up the server log, and, the admin web console.

so, it seems there is something getting messed up in the populating of the command line to build the domain.

I'm using windows 10, by the way, latest patches installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.