- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: NetBeans Installation and Use
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 04:30 AM
06-10-2010 04:30 AM
NetBeans Installation and Use
I'm trying to use Netbeans for the first time. I've installed Netbeans 5.5 on my desktop and IDE Server on an Open VMS 7.3-2 machine, using Java RTE 1.4.2.
I've created a connection in the client but it was not working. Everytime I try to connect IDE Server I got following error in client:
"login failed: %NONAME-W-NOMSG, Message Number 00000000"
On the server side, i checked IDE$LOGS directory and I got following:
IDE$SERVER.LOG File:
%DMQ-S-SETLNM, Set to DECmessageQ LNM table DMQ$LNM_0001_00058
Preparing to launch distributed IDE Server...
Defining TZ as BRAZIL/EAST
P1 = "FAST"
Calling Java setup procedure SYS$COMMON:[SYSMGR]JAVA$142_SETUP.COM;3 FAST
%DCL-I-SUPERSEDE, previous value of JAVA$TIMED_READ_USE_QIO has been superseded
Launching Secure RMI registry...
Defining java.rmi.server.hostname=140.0.194.200
JAVA_SWITCHES = " -Djava.rmi.server.hostname=140.0.194.200 -Xdynclassgc "-Dsun.rmi.dgc.server.gcInterval=120000" -V "
RMIREG_JAVA_SWITCHES = " -Djava.rmi.server.hostname=140.0.194.200 -Xdynclassgc -V "
RMI_PORT = "1099"
Launching RMI Registry Server on RMI port 1099
%DCL-S-SPAWNED, process IDE$RMIREG spawned
ide$scratch:ide$secrmireg.tmp
waiting...
waiting...
Secure RMI registry launched...
Launching Distributed IDE Server on RMI port 1099
2010/06/10 08:20:01 AM BRT:ServerStarter starting... with RMI port(1099)
2010/06/10 08:20:02 AM BRT:DistNBServerSocketFactory::createSocket:#1
2010/06/10 08:20:07 AM BRT:DistNBServerSocketFactory::createSocket:#2
2010/06/10 08:20:07 AM BRT:DistNBServerSocketFactory::createSocket:#3
2010/06/10 08:20:07 AM BRT:Binding to DistNBRemoteLoginServer
2010/06/10 08:20:11 AM BRT:DistNBRemoteLoginServer bound in registry
2010/06/10 08:20:11 AM BRT:daemon thread created
2010/06/10 08:20:17 AM BRT:login process for the user:util_dev started
2010/06/10 08:21:17 AM BRT:login process for the user:util_dev started
RMIREGISTRYSERVER.LOG File:
2010/06/10 08:19:52 AM BRT:calling main with 1099
2010/06/10 08:19:57 AM BRT:file:/ide$scratch/IDE$SECRMIREG.TMP created
TCP IP Enviroment:
HP TCP/IP Services for OpenVMS Alpha Version V5.4
on a AlphaServer DS15 running OpenVMS V7.3-2
Does Anyone have an ide on what is wrong?
Thanks in advance
Fabio
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 05:09 AM
06-10-2010 05:09 AM
Re: NetBeans Installation and Use
For more information on Distributed NetBeans V5.5, you can refer -
http://www.openvms.compaq.com/openvms/products/ips/netbeans/docs/distnetbeans_iguide_relnotes.html
->Distributed NetBeans V5.5 for OpenVMS Alpha and I64 Installation Guide and Release Notes
->Distributed NetBeans V5.5 for OpenVMS Alpha and I64 Quick Start Guide
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 06:00 AM
06-10-2010 06:00 AM
Re: NetBeans Installation and Use
Let me know any information I need to provide in order to help on this thread.
Appreciate any help;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 10:35 PM
06-10-2010 10:35 PM
Re: NetBeans Installation and Use
Try to start the IDE-server from a batch job or at system startup. I am using this small script to start the IDE-server:
$
$ if p1 .eqs. "GO" then goto GO
$
$ submit/user=system/parameter="GO" - sys$manager:ide_server
$ exit
$
$ GO:
$ @sys$startup:ide$shutdown
$
$ set default sys$common:[sys$startup]
$ @sys$startup:ide$startup
$ set default sys$sysroot:[sys$manager]
$
Best regards
Kjell
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2010 05:27 AM
07-07-2010 05:27 AM
Re: NetBeans Installation and Use
I had intalled and used Distibuted Netbeans a year back so might be I can look into this if there exits a problem.
Regards,
Rishi
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2010 05:38 AM
07-07-2010 05:38 AM
Re: NetBeans Installation and Use
Thank you for all support.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2010 05:39 AM
07-07-2010 05:39 AM
Re: NetBeans Installation and Use
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP