Não é possível instalar o plugin do netbeans - a instalação do netbeans está corrompida?

1

Ao tentar instalar o plug-in Node.js Projects , ele diz que:

Some plugins require plugin Progress API to be installed.

The plugin Progress API is requested in version >= 1.40 but only 1.38.1 was found. The following plugin is affected: Node.js Projects

Some plugins require plugin Ant-Based Project Support to be installed.

The plugin Ant-Based Project Support is requested in version >= 1.62 but only 1.60.1 was found. The following plugin is affected:
Node.js Projects

Some plugins require plugin File System API to be installed.

The plugin File System API is requested in version >= 9.0 but only 8.12.1 was found. The following plugin is affected: Node.js Projects

Some plugins require plugin Datasystems API to be installed.

The plugin Datasystems API is requested in version >= 7.61 but only 7.57.2 was found. The following plugin is affected: Node.js Projects

Some plugins require plugin Utilities API to be installed.

The plugin Utilities API is requested in version >= 9.3 but only 8.39.1 was found. The following plugin is affected: Node.js Projects

Some plugins require plugin org.openide.util.ui to be installed.

The plugin org.openide.util.ui is requested in version 9.3. The following plugin is affected: Node.js Projects Some plugins not installed to avoid potential installation problems.

Eu perguntei ao autor do plugin, e ele disse que minha versão do netbeans é antiga .

A coisa é que este é um netbeans recém-instalado e tentei limpar todos os cache e configuração encontrados no meu sistema, eu removi:

  • / Aplicativos / NetBeans /
  • ~ / Biblioteca / Suporte a aplicativos / NetBeans
  • ~ / Library / Caches / NetBeans
  • /private/var/db/receipts/org.netbeans. *

Tentei no netbeans: 8.0.1 PHP, 8.0.2 full OSX: Mavericks, atualizado
Versão do plugin: 2.21

Tentouinstalaroplugincomoum.npmedo site de atualização . O plugin ainda não está disponível no centro de atualização oficial.

Eu tenho um segundo mac onde o plugin funciona bem (NetBeans 8.0.0, OSX Mountain Lion), então isso pode ser instalado, mas de alguma forma neste sistema esta instalação está presa com uma versão de plugin desatualizada em algum lugar no sistema. / p>

Como redefinir totalmente minha instalação do netbeans?

Informações adicionais após algumas verificações:

  1. Não depende do usuário, o usuário recém-criado tem o mesmo problema - portanto, não há problema com nenhum arquivo no $ HOME
  2. É a única instalação do netbeans no computador, havia uma ferramenta Visual VM embutida no sistema JRE, mas removendo-a não ajudou.
  3. Eu tentei um dtruss (OSX strace equivalente, monitora as chamadas do sistema) no NetBeans, e não é abrir qualquer suspeita arquivos - somente da pasta JRE e NB 8.0.2.
por Krzysztof Bociurko 29.11.2014 / 19:23

2 respostas

1

O autor do plug-in lançou um patch que corrigiu o problema de versão.

    
por 23.12.2014 / 10:00
0

Erro Mostra claramente que você está usando uma versão mais antiga do netbeans ou que seu netbean não foi atualizado com sucesso.

veja a versão do plugin org.openide.util.ui is 9.3 e por engano está mostrando 8.39.1

Se você simplesmente arrastar o diretório netbean para o thrash, ele será removido do OSX e também será limpo o cache do Netbean. Depois disso, baixe e instale uma nova cópia do NetBeans.

Note that NetBeans leaves some hidden configuration directories in your home directory. You might want to delete those too:

.asadminpass and .asadmintruststore - directories that contain stuff for Glassfish (Java EE application server)

.netbeans and .netbeans-registration - NetBeans configuration directories

.nbprofiler - something from the NetBeans profiler

In a terminal window, you can list all files and directories (including hidden ones) with ls -la, and you can delete them with for example rm -rf .netbeans (BE CAREFUL with that last command, it deletes stuff so that you can't get it back). answer posted On SO by jesper

link

    
por 02.12.2014 / 09:56