Thx Efrem, I thought I catched everything and did smth with the Errors. Can you please more specific, when this happen? Can you please add steps to reproduce, maybe you can create a ticket at my repo please: https://github.com/Chris2011/NBAngularCLI/issues
Thx 😊 Cheers Chris Von: Efrem Mc Gesendet: Dienstag, 24. April 2018 03:06 An: Apache Betreff: Re: Plugin verification request - NBAngularCLI Hi Dev: Caused: java.io.IOException: Cannot run program "C:\Users\efremmc\Documents\GitHub\angular-cli\bin\ng" (in directory "P:\testing\netcat9\srctest\projects\AngularCliApplicaton"): CreateProcess error=193, %1 is not a valid Win32 application NB 9.0 Beta version: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-410-on-20180418) Java: 1.8.0_162; Java HotSpot(TM) 64-Bit Server VM 25.162-b12 Runtime: Java(TM) SE Runtime Environment 1.8.0_162-b12 System: Windows 8.1 version 6.3 running on amd64; Cp1252; en_US (nb) User directory: C:\Users\efremmc\AppData\Roaming\NetBeans\dev Cache directory: C:\Users\efremmc\AppData\Local\NetBeans\Cache\dev Message: WARNING [org.openide.filesystems.Ordering]: Not all children in Templates/Project/ marked with the position attribute: [ClientSide], but some are: [Standard, JavaFX, Web, Maven2, APISupport, Import, Samples] WARNING [org.openide.filesystems.Ordering]: Not all children in Templates/Project/ClientSide/ marked with the position attribute: [net-chrizzly-netbeans-plugins-nbangularcli-projectwizard-AngularCliWizardIterator], but some are: [org-netbeans-modules-cordova-wizard-CordovaTemplate-newProjectWithExtender, org-netbeans-modules-cordova-wizard-CordovaTemplate-existingHtml5Project] WARNING [org.openide.filesystems.Ordering]: Not all children in Templates/Project/Samples/ marked with the position attribute: [Enterprise, HTML5], but some are: [Standard, JavaFX, Maven] INFO [org.netbeans.api.extexecution.base.BaseExecutionService] java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) at java.lang.ProcessImpl.start(ProcessImpl.java:137) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) Caused: java.io.IOException: Cannot run program "C:\Users\efremmc\Documents\GitHub\angular-cli\bin\ng" (in directory "P:\testing\netcat9\srctest\projects\AngularCliApplicaton"): CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at net.chrizzly.netbeans.plugins.nbangularcli.projectwizard.AngularCliWizardIterator$ProcessLaunch.call(AngularCliWizardIterator.java:82) at net.chrizzly.netbeans.plugins.nbangularcli.projectwizard.AngularCliWizardIterator$ProcessLaunch.call(AngularCliWizardIterator.java:62) [catch] at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:197) at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:173) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) On Mon, Apr 23, 2018 at 6:47 PM, Efrem Mc <[email protected]> wrote: > Hi dev: > > I received the following on NB 8.2 > > Product Version: NetBeans IDE 8.2 (Build 201609300101) > > Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2 > > Java: 1.8.0_111; Java HotSpot(TM) 64-Bit Server VM 25.111-b14 > > Runtime: Java(TM) SE Runtime Environment 1.8.0_111-b14 > > System: Windows 8.1 version 6.3 running on amd64; Cp1252; en_US (nb) > > User directory: C:\Users\efremmc\AppData\Roaming\NetBeans\8.2 > > Cache directory: C:\Users\efremmc\AppData\Local\NetBeans\Cache\8.2 > > .. > . > .. > > INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser]: > Unpaired license 00000008 without any module. > WARNING [org.openide.filesystems.Ordering]: Not all children in > Templates/Project/ClientSide/ marked with the position attribute: > [net-chrizzly-netbeans-plugins-nbangularcli-projectwizard-AngularCliWizardIterator], > but some are: > [org-netbeans-modules-web-clientproject-ui-wizard-ClientSideProjectWizardIterator-newHtml5Project, > org-netbeans-modules-javascript-nodejs-ui-wizard-NewProjectWizardIterator-newNodeJsProject, > org-netbeans-modules-javascript-nodejs-ui-wizard-NewProjectWizardIterator-newHtml5ProjectWithNodeJs, > org-netbeans-modules-web-clientproject-ui-wizard-ClientSideProjectWizardIterator-newLibraryProject, > org-netbeans-modules-html-ojet-ui-wizard-NewProjectWizardIterator-newOracleJETBaseDistribution, > org-netbeans-modules-web-clientproject-ui-wizard-ClientSideProjectWizardIterator-existingHtml5Project, > org-netbeans-modules-javascript-nodejs-ui-wizard-ExistingProjectWizardIterator-existingNodeJsProject, > org-netbeans-modules-cordova-wizard-CordovaTemplate-newProjectWithExtender, > org-netbeans-modules-cordova-wizard-CordovaTemplate-existingHtml5Project] > INFO [org.netbeans.api.extexecution.base.BaseExecutionService] > java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 > application > at java.lang.ProcessImpl.create(Native Method) > at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) > at java.lang.ProcessImpl.start(ProcessImpl.java:137) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) > Caused: java.io.IOException: Cannot run program > "C:\Users\efremmc\Documents\GitHub\angular-cli\bin\ng" (in directory > "C:\Users\efremmc\Documents\NetBeansProjects\AngularCliApplicaton"): > CreateProcess error=193, %1 is not a valid Win32 application > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) > at > net.chrizzly.netbeans.plugins.nbangularcli.projectwizard.AngularCliWizardIterator$ProcessLaunch.call(AngularCliWizardIterator.java:82) > at > net.chrizzly.netbeans.plugins.nbangularcli.projectwizard.AngularCliWizardIterator$ProcessLaunch.call(AngularCliWizardIterator.java:62) > [catch] at > org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:222) > at > org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:198) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443) > at > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303) > at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058) > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Resolving dependencies took: 19 ms > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Complete indexing of 0 binary roots took: 1 ms > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Indexing of: C:\Program Files\NetBeans > 8.2\webcommon\jsstubs\domstubs.zip took: 107 ms (New or modified > files: 0, Deleted files: 0) [Adding listeners took: 0 ms] > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Indexing of: C:\Program Files\NetBeans > 8.2\webcommon\jsstubs\corestubs.zip took: 80 ms (New or modified > files: 0, Deleted files: 0) [Adding listeners took: 0 ms] > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Indexing of: C:\Program Files\NetBeans > 8.2\webcommon\jsstubs\reststubs.zip took: 108 ms (New or modified > files: 0, Deleted files: 0) [Adding listeners took: 0 ms] > INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: > Complete indexing of 3 source roots took: 295 ms (New or modified > files: 0, Deleted files: 0) [Adding listeners took: 0 ms] > WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid > shortcut: > org.openide.loaders.BrokenDataShadow@1f533e4b[MultiFileObject@547fd412[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] > WARNING [null]: Last record repeated again. > t>(FileInputStream.java:138) > at org.eclipse.osgi.framework.util.SecureAction$6.run(SecureAction.java:127) > at org.eclipse.osgi.framework.util.SecureAction$6.run(SecureAction.java:1) > at java.security.AccessController.doPrivileged(Native Method) > at > org.eclipse.osgi.framework.util.SecureAction.getFileInputStream(SecureAction.java:125) > at > org.eclipse.osgi.internal.resolver.StateReader.openLazyFile(StateReader.java:778) > at > org.eclipse.osgi.internal.resolver.StateReader.fullyLoad(StateReader.java:816) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.loadLazyData(BundleDescriptionImpl.java:662) > Caused: java.lang.RuntimeException: > C:\Users\efremmc\AppData\Local\NetBeans\Cache\8.2\netigso\org.eclipse.osgi\.lazy.1 > (The system cannot find the file specified) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.loadLazyData(BundleDescriptionImpl.java:665) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getResolvedGenericRequires(BundleDescriptionImpl.java:253) > at > org.eclipse.osgi.internal.resolver.StateHelperImpl.buildReferences(StateHelperImpl.java:351) > at > org.eclipse.osgi.internal.resolver.StateHelperImpl.sortBundles(StateHelperImpl.java:305) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependencies(StartLevelManager.java:524) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependency(StartLevelManager.java:505) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.getInstalledBundles(StartLevelManager.java:481) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:251) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215) > at > org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284) > at > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:700) > at > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:608) > [catch] at > org.eclipse.osgi.framework.internal.core.InternalSystemBundle$1.run(InternalSystemBundle.java:261) > at java.lang.Thread.run(Thread.java:745) > WARNING [org.netbeans.modules.netbinox]: > C:\Users\efremmc\AppData\Local\NetBeans\Cache\8.2\netigso\org.eclipse.osgi\.lazy.1 > (The system cannot find the file specified) > java.io.FileNotFoundException: > C:\Users\efremmc\AppData\Local\NetBeans\Cache\8.2\netigso\org.eclipse.osgi\.lazy.1 > (The system cannot find the file specified) > at java.io.FileInputStream.open0(Native Method) > at java.io.FileInputStream.open(FileInputStream.java:195) > at java.io.FileInputStream.<init>(FileInputStream.java:138) > at org.eclipse.osgi.framework.util.SecureAction$6.run(SecureAction.java:127) > at org.eclipse.osgi.framework.util.SecureAction$6.run(SecureAction.java:1) > at java.security.AccessController.doPrivileged(Native Method) > at > org.eclipse.osgi.framework.util.SecureAction.getFileInputStream(SecureAction.java:125) > at > org.eclipse.osgi.internal.resolver.StateReader.openLazyFile(StateReader.java:778) > at > org.eclipse.osgi.internal.resolver.StateReader.fullyLoad(StateReader.java:816) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.loadLazyData(BundleDescriptionImpl.java:662) > Caused: java.lang.RuntimeException: > C:\Users\efremmc\AppData\Local\NetBeans\Cache\8.2\netigso\org.eclipse.osgi\.lazy.1 > (The system cannot find the file specified) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.loadLazyData(BundleDescriptionImpl.java:665) > at > org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getResolvedGenericRequires(BundleDescriptionImpl.java:253) > at > org.eclipse.osgi.internal.resolver.StateHelperImpl.buildReferences(StateHelperImpl.java:351) > at > org.eclipse.osgi.internal.resolver.StateHelperImpl.sortBundles(StateHelperImpl.java:305) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependencies(StartLevelManager.java:524) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependency(StartLevelManager.java:505) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.getInstalledBundles(StartLevelManager.java:481) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:251) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215) > at > org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284) > at > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:700) > at > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:608) > [catch] at > org.eclipse.osgi.framework.internal.core.InternalSystemBundle$1.run(InternalSystemBundle.java:261) > at java.lang.Thread.run(Thread.java:745) > > On Mon, Apr 23, 2018 at 2:42 AM, Christian Lenz <[email protected]> > wrote: >> Hey guys, >> >> can someone please verify my new plugin NBAngularCLI - >> http://plugins.netbeans.org/plugin/73937/nbangularcli >> >> >> Cheers >> >> Chris >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
