Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dev] Help with RSE on opensolaris

Hi Gary,

 

Thanks for the email. You should post to dsdp-tm-dev, but Martin Oberhuber (the TM project lead) does read this dev list.

 

Doug

 

From: dsdp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dev-bounces@xxxxxxxxxxx] On Behalf Of gary mazzaferro
Sent: Friday, June 19, 2009 1:04 PM
To: dsdp-dev@xxxxxxxxxxx
Subject: [dsdp-dev] Help with RSE on opensolaris

 

Hi,

I'm posting to this group because I've having some bugs pop up on RSE 3.1RC4 with the rdt server on opensolaris 2009.06.

For the past week I've been working with the PTP team to get issues resolved. The process isolated RSE as the most likely candidate as the source of the issues.

Maybe someone can help me work around this issues. I have been working though these problems for a week.

cheers,
gary


Remote Target:
    OS: opensolaris 2009.06
    rdt server: unix 1.0 build: I200906151108
    Java: jJava(TM) SE Runtime Environment (build 1.6.0_13-b03)
          Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)

Host:
    OS: Windows Vista
    Eclipse SDK: Version: 3.5.0 Build id: I20090605-1444
    RSE:
          org.eclipse.rse.terminals - 1.0.0.v200905272300-77--9uC6FSANEbEMAF4522    
          org.eclipse.rse.useractions - 1.1.100.v200905272300-31A78s733L3D7H7933    
          org.eclipse.rse.local - 2.1.100.v200905272300-7B4EoBgJ99r9YJhJO99    
          org.eclipse.rse.telnet - 2.2.0.v200905272300-773-AkF77g7RFZFIBF    
          org.eclipse.rse.ssh - 3.0.0.v200905272300-7A2BgAkF77g7RFZFJ77    
          org.eclipse.tm.terminal.sdk - 3.0.0.v200905272300-7N-FBVC5OpbOz0uZ45hjchPQEB    
          org.eclipse.rse.ftp - 3.0.100.v200905272300-780A79oB55W5KBQBD9D    
          org.eclipse.tm.discovery - 3.0.100.v200905272300-7d-FhJFEx2XZtYr4N3JXX    
          org.eclipse.rse.core - 3.1.0.v200905272300-7a7CEoFC7sRTNS_oZt3fk    
          org.eclipse.rse.examples - 3.1.0.v200905272300-7B5-AkF77g7RFZFJ77    
          org.eclipse.rse.tests - 3.1.0.v200905272300-7H5F8NAkF77g7RFZFJ77    
          org.eclipse.rse - 3.1.0.v200905272300-7L5A78wqaCHMdrOqK3DvjpYKCnp3    
          org.eclipse.rse.dstore - 3.1.0.v200905272300-7L6EoEVVFGMFvQtVaPU    
          org.eclipse.rse.sdk - 3.1.0.v200905272300-7U78A7F8Wz-QWqV1Uz0r3gyz0Pcu
   

 
These are my issues:

Issue 1:  Browse "My Processes"

Server running on: opensolaris


java.lang.Exception: No handler for this system type
    at org.eclipse.rse.dstore.universal.miners.UniversalProcessMiner.lookupProcesses(UniversalProcessMiner.java:251)
    at org.eclipse.rse.dstore.universal.miners.UniversalProcessMiner.handleQuery(UniversalProcessMiner.java:230)
    at org.eclipse.rse.dstore.universal.miners.UniversalProcessMiner.handleCommand(UniversalProcessMiner.java:113)
    at org.eclipse.dstore.core.miners.Miner.command(Miner.java:303)
    at org.eclipse.dstore.core.miners.Miner.handle(Miner.java:221)
    at org.eclipse.dstore.core.model.Handler.run(Handler.java:135)

Issue 2: Error Dialog Pops Up
While Creating a project a dialog pops up:
An internal error occurred during: "Periodic workspace save.".
java.lang.NullPointerException

Issue 3 -Project Explorer: Cannot Delete Old Project
An old remote project deleted on the remote target cannot be deleted from the workspace.

Issue 4 -Create Project Dialog: Cannot Create Remote Project
Once an duplicate project name is typed, the " A project with that name already exists in the workspace." message appears and cannot be cleared until the Create Project Dialog is close. This prevents incremental naming ie Project, Project1, Project2, etc..  Note: typing 15 characters past the name and waiting 15 minutes does not clear the state

Issue 5 -Create Project Dialog: Cannot Create Remote Project
The remote selected project directory never reaches the "next" or "finish" state, Remote projects cannot be created.
The remote project path is not recognized by the Create Project dialog state machine.


Back to the top