Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Loading SOAP stack using loadjava (many unresolved errors)

367172May 2 2003 — edited May 5 2003
I received some resolution problems (see bottom of posting) attempting to load the SOAP stack by following the instructons at:

http://otn.oracle.com/sample_code/tech/java/jsp/loadjars.html

I used the following "loadjava" syntax:

loadjava -user cn1/mypassword \
-resolve -verbose \
./jars/soap.jar \
./jars/dms.jar \
./jars/javax-ssl-1_1.jar \
./jars/servlet.jar \
./jars/mail.jar

I consolidated the location of the jars to make sure the access permissions were ok. NOTE: I got the OC4J jars from the Oracle 9iAS 9.0.3 installation.

Looking at the output, many classes did load OK, so not all of them failed. Below is just a partial list, the error list included Apache classes also.

Thanks for any help!!!!

---------------------

ORA-29534: referenced object CN1.oracle/net/www/protocol/https/HttpsURLConnection could not be resolved
errors : class oracle/net/www/protocol/https/HttpsURLConnection
ORA-29545: badly formed class: at offset 21 of oracle.net.www.protocol.https.HttpsURLConnection.validateCipherSuites expecting a class-javax.net.ssl.SSLSocketFactory but encountered a class-oracle.security.ssl.OracleSSLSocketFactory.
at offset 250 of oracle.net.www.protocol.https.HttpsURLConnection.connect expecting a class-javax.net.SocketFactory but encountered a class-oracle.security.ssl.OracleSSLSocketFactory.

skipping : class oracle/soap/OracleConstants
resolving: class oracle/soap/client/ProviderManagerClient
errors : class oracle/soap/client/ProviderManagerClient
ORA-29534: referenced object CN1.org/apache/soap/rpc/Call could not be resolved
resolving: class oracle/soap/client/ServiceManagerClient
errors : class oracle/soap/client/ServiceManagerClient
ORA-29534: referenced object CN1.org/apache/soap/rpc/Call could not be resolved
skipping : class oracle/soap/server/ProviderDeploymentDescriptor
skipping : class oracle/soap/server/DeploymentDescriptor
errors : class oracle/soap/server/ServiceDeploymentDescriptor
ORA-29534: referenced object CN1.org/apache/soap/server/SOAPFaultRouter could not be resolved
errors : class oracle/soap/server/Handler
ORA-29534: referenced object CN1.oracle/soap/server/RequestContext could not be resolved
errors : class oracle/soap/server/SOAPServerContext
ORA-29534: referenced object CN1.oracle/soap/server/Logger could not be resolved
errors : class oracle/soap/server/Logger
ORA-29534: referenced object CN1.org/apache/soap/SOAPException could not be resolved
errors : class oracle/soap/server/RequestContext
ORA-29534: referenced object CN1.oracle/soap/server/OracleSOAPContext could not be resolved
skipping : class oracle/soap/server/ContainerContext
errors : class oracle/soap/server/OracleSOAPContext

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 2 2003
Added on May 2 2003
2 comments
554 views