[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
Re: [aperi-dev] Couldnt make SAN simulator to work
 | 
Hi Pallavi ,
I started SAN Simulator with the following
line in setup.bat
java -Djava.ext.dirs=.\lib;%JAVA_HOME%\lib\ext;%JAVA_HOME%\jre\lib\ext
-jar .\lib\installer.jar
it starts without errors since I installed
java in C:\Java
the file exists in the \lib\ext directory
but the problem with the https cimoms
is not solved. the test still returns an error.
Mit freundlichen Grüßen / with kind
regards,
Christian Hoeboer
Christian Hoeboer  
Procurement Cost Engineering  
Dept. A139, 5513-12  
ISC - Integrated Supply Chain
  | IBM Deutschland GmbH
 
Hechtsheimer Straße 2  
55131 Mainz  
Germany
 | hoeboer@xxxxxxxxxx
 
Phone: +49(0) 6131/84-3214  
(T/L: *122-3214)  
Fax: +49(0)6131-84-3530  | 
IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Hans Ulrich
Maerki 
Geschäftsführung: Martin Jetter (Vorsitzender), Rudolf Bauer, Christian
Diedrich, Christoph Grandpierre, Matthias Hartmann, Thomas Fell, Michael
Diemer 
Sitz der Gesellschaft: Stuttgart 
Registergericht: Amtsgericht Stuttgart, HRB 14562 
WEEE-Reg.-Nr. DE 99369940 
Pallavi V Galgali <pgalgali@xxxxxxxxxx>
 Sent by: aperi-dev-bounces@xxxxxxxxxxx
06.03.2008 09:51
 
| 
 Please respond to 
Aperi Development <aperi-dev@xxxxxxxxxxx>  |   
 
 | 
| 
 To 
 | Aperi Development <aperi-dev@xxxxxxxxxxx>
 |  
| 
 cc 
 | 
 |  
| 
 Subject 
 | Re: [aperi-dev] Couldnt make SAN simulator
to work |   
 
  | 
Hi Christian,
Please try adding entry for java ext folder in simulator's setup.bat file
explicitly. After adding ext folder path, line in setup.bat will look as
follows:
java -Djava.ext.dirs=.\lib;%JAVA_HOME%\lib\ext;%JAVA_HOME%\jre\lib\ext
-jar
.\lib\installer.jar
And just make sure sunjce_provider.jar exists in your java installation's
lib\ext folder. Hope this solves your problem!
Thanks & Regards,
Pallavi Galgali
Storage Management
IBM India Systems & Technology Lab
SP Infocity, Ozone II GR-77, Pune
Office: 91-20-66592176
Mobile: 91-9890146585
TieLine: 92-47664
                    
                     
                     
          
             Hans Lin      
                     
                     
   
             <linh@xxxxxxxxxx>  
                     
                    
             Sent by:      
                     
                     
To 
             aperi-dev-bounces    
    Aperi Development            
      
             @eclipse.org      
       <aperi-dev@xxxxxxxxxxx>    
        
                    
                     
                     
       cc 
                    
                     
                     
          
             03/05/08 09:31 PM    
                     
          Subject 
                    
                  Re: [aperi-dev]
Couldnt make SAN    
                    
                  simulator
to work                  
             Please respond to    
                     
                  
             Aperi Development    
                     
                  
             <aperi-dev@eclips  
                     
                    
                  e.org>
                     
                     
      
                    
                     
                     
          
                    
                     
                     
          
Hi Christian,
    As far as I know,  the current version of SANSimulator
doesn't support
taking a snapshot of https cimom.  Defect 205131 had opened for this
problem, the developer of SANSimulator is aware of this problem.
Hans H. Lin,  Tivoli SAN Software Development
IBM Almaden Research Center, California
Phone: 408-927-2286, Fax: 408-927-2040
email: linh@xxxxxxxxxx
             Christian Hoeboer
             <HOEBOER@xxxxxx.c
             om>      
                     
                     
     To
             Sent by:      
           aperi-dev@xxxxxxxxxxx
             aperi-dev-bounces    
                     
               cc
             @eclipse.org
                    
                     
                     
  Subject
                    
                  Re: [aperi-dev]
Couldnt make SAN
             03/05/2008 02:17    
     simulator to work
             AM
             Please respond to
             Aperi Development
             <aperi-dev@eclips
                  e.org>
Hi,
I have another problem with SAN Simulator when taking a snapshot of a https
cimom (http works)
There seems to be a problem with the SSL connection. The connection test
fails. If I ignore the test result an start the snapshot I get the
following exception.
XMLERROR:
enumerateInstances,java.net.ConnectException: javax.net.ssl.SSLKeyException
- RSA premaster secret error
        at javax.wbem.client.adapter.http.CIMClientXML.enumerateInstances
(CIMClientXML.java:841)
        at javax.wbem.client.CIMClient.enumerateInstances
(CIMClient.java:1159)
        at javax.wbem.client.CIMClient.enumerateInstances
(CIMClient.java:1094)
        at
org.eclipse.aperi.simulator.cimom.common.GenericMOFGenerator.getCIMOMType
(GenericMOFGenerator.java:124)
        at
org.eclipse.aperi.simulator.cimom.common.GenericMOFGenerator.startMOFGenerator
(GenericMOFGenerator.java:81)
        at org.eclipse.aperi.simulator.ui.GenerateMof.generate
(GenerateMof.java:63)
        at org.eclipse.aperi.simulator.ui.SetupProcess.SetupSANSimulator
(SetupProcess.java:96)
        at org.eclipse.aperi.simulator.ui.SetupProcess.run
(SetupProcess.java:55)
XMLERROR:
enumerateInstanceNames,java.net.ConnectException:
javax.net.ssl.SSLKeyException - RSA premaster secret error
        at
javax.wbem.client.adapter.http.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:864)
        at javax.wbem.client.CIMClient.enumerateInstanceNames
(CIMClient.java:852)
        at
org.eclipse.aperi.simulator.cimom.sunwbem.util.DiscoveryUtil.getNamespaces
(DiscoveryUtil.java:60)
        at
org.eclipse.aperi.simulator.cimom.common.SimulatorUtility.findPrefixClasses
(SimulatorUtility.java:171)
        at
org.eclipse.aperi.simulator.cimom.common.GenericMOFGenerator.startMOFGenerator
(GenericMOFGenerator.java:86)
        at org.eclipse.aperi.simulator.ui.GenerateMof.generate
(GenerateMof.java:63)
        at org.eclipse.aperi.simulator.ui.SetupProcess.SetupSANSimulator
(SetupProcess.java:96)
        at org.eclipse.aperi.simulator.ui.SetupProcess.run
(SetupProcess.java:55)
XMLERROR:
enumerateInstanceNames,java.net.ConnectException:
javax.net.ssl.SSLKeyException - RSA premaster secret error
        at
javax.wbem.client.adapter.http.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:864)
        at javax.wbem.client.CIMClient.enumerateInstanceNames
(CIMClient.java:852)
        at
org.eclipse.aperi.simulator.cimom.sunwbem.util.DiscoveryUtil.getNamespaces
(DiscoveryUtil.java:60)
        at
org.eclipse.aperi.simulator.cimom.sunwbem.util.MOFGenerator.generateData
(MOFGenerator.java:446)
        at
org.eclipse.aperi.simulator.cimom.common.base.BaseMOFGenerator.generateMOFData
(BaseMOFGenerator.java:116)
        at
org.eclipse.aperi.simulator.cimom.common.GenericMOFGenerator.startMOFGenerator
(GenericMOFGenerator.java:99)
        at org.eclipse.aperi.simulator.ui.GenerateMof.generate
(GenerateMof.java:63)
        at org.eclipse.aperi.simulator.ui.SetupProcess.SetupSANSimulator
(SetupProcess.java:96)
        at org.eclipse.aperi.simulator.ui.SetupProcess.run
(SetupProcess.java:55)
XMLERROR:
enumerateInstances,java.net.ConnectException: javax.net.ssl.SSLKeyException
- RSA premaster secret error
        at javax.wbem.client.adapter.http.CIMClientXML.enumerateInstances
(CIMClientXML.java:841)
        at javax.wbem.client.CIMClient.enumerateInstances
(CIMClient.java:1159)
        at javax.wbem.client.CIMClient.enumerateInstances
(CIMClient.java:1094)
        at
org.eclipse.aperi.simulator.cimom.common.GenericSnapshotmaker.getCIMOMType
(GenericSnapshotmaker.java:151)
        at
org.eclipse.aperi.simulator.cimom.common.GenericSnapshotmaker.startSnapshotMaker
(GenericSnapshotmaker.java:96
)
        at org.eclipse.aperi.simulator.ui.TakeSnapshot.startSnapshot
(TakeSnapshot.java:92)
        at org.eclipse.aperi.simulator.ui.SetupProcess.SetupSANSimulator
(SetupProcess.java:193)
        at org.eclipse.aperi.simulator.ui.SetupProcess.run
(SetupProcess.java:55)
org.sblim.wbem.cim.CIMException: CIM_ERR_FAILED; nested exception is:
        javax.net.ssl.SSLKeyException: RSA premaster
secret error
        at org.sblim.wbem.client.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:516)
        at org.sblim.wbem.client.CIMClient.enumerateInstanceNames
(CIMClient.java:1230):
        at
org.eclipse.aperi.simulator.cimom.sblim.util.DiscoveryUtil.getNamespaces
(DiscoveryUtil.java:58)
        at
org.eclipse.aperi.simulator.cimom.common.SimulatorUtility.findSBLIMPrefixClasses
(SimulatorUtility.java:215)
        at
org.eclipse.aperi.simulator.cimom.common.GenericSnapshotmaker.startSnapshotMaker
(GenericSnapshotmaker.java:10
2)
        at org.eclipse.aperi.simulator.ui.TakeSnapshot.startSnapshot
(TakeSnapshot.java:92)
        at org.eclipse.aperi.simulator.ui.SetupProcess.SetupSANSimulator
(SetupProcess.java:193)
        at org.eclipse.aperi.simulator.ui.SetupProcess.run
(SetupProcess.java:55)
Caused by: javax.net.ssl.SSLKeyException: RSA premaster secret error
        at com.sun.net.ssl.internal.ssl.RSAClientKeyExchange.<init>(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone
(Unknown Source)
        at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage
(Unknown Source))
        at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown
Source))
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
(Unknown Source)
        at org.sblim.wbem.http.HttpClient.resetSocket(HttpClient.java:876)
        at org.sblim.wbem.http.HttpClient.connect(HttpClient.java:318)
        at org.sblim.wbem.http.HttpUrlConnection.connect
(HttpUrlConnection.java:87))
        at org.sblim.wbem.client.CIMClientXML.transmitRequest
(CIMClientXML.java:1720)
        at org.sblim.wbem.client.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:503)
        ... 7 more
Caused by: java.security.NoSuchAlgorithmException: SunTlsRsaPremasterSecret
KeyGenerator not available
        at javax.crypto.KeyGenerator.<init>(DashoA13*..)
        at javax.crypto.KeyGenerator.getInstance(DashoA13*..)
        at com.sun.net.ssl.internal.ssl.JsseJce.getKeyGenerator(Unknown
Source)
        ... 21 more
org.sblim.wbem.cim.CIMException: CIM_ERR_FAILED; nested exception is:
        javax.net.ssl.SSLKeyException: RSA premaster
secret error
        at org.sblim.wbem.client.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:516)
        at org.sblim.wbem.client.CIMClient.enumerateInstanceNames
(CIMClient.java:1230):
        at
org.eclipse.aperi.simulator.cimom.sblim.util.DiscoveryUtil.getNamespaces
(DiscoveryUtil.java:58)
        at org.eclipse.aperi.simulator.cimom.sblim.SnapshotMaker.run
(SnapshotMaker.java:128)
Caused by: javax.net.ssl.SSLKeyException: RSA premaster secret error
        at com.sun.net.ssl.internal.ssl.RSAClientKeyExchange.<init>(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone
(Unknown Source)
        at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage
(Unknown Source))
        at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown
Source))
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake
(Unknown Source)
        at org.sblim.wbem.http.HttpClient.resetSocket(HttpClient.java:876)
        at org.sblim.wbem.http.HttpClient.connect(HttpClient.java:318)
        at org.sblim.wbem.http.HttpUrlConnection.connect
(HttpUrlConnection.java:87))
        at org.sblim.wbem.client.CIMClientXML.transmitRequest
(CIMClientXML.java:1720)
        at org.sblim.wbem.client.CIMClientXML.enumerateInstanceNames
(CIMClientXML.java:503)
        ... 3 more
Caused by: java.security.NoSuchAlgorithmException: SunTlsRsaPremasterSecret
KeyGenerator not available:
        at javax.crypto.KeyGenerator.<init>(DashoA13*..)
        at javax.crypto.KeyGenerator.getInstance(DashoA13*..)
        at com.sun.net.ssl.internal.ssl.JsseJce.getKeyGenerator(Unknown
Source)
        ... 17 more
has someone a solution for this problem?
Mit freundlichen Grüßen / with kind regards,
Christian Hoeboer _______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev