cancel
Showing results for 
Search instead for 
Did you mean: 

XI Startup Error

Former Member
0 Kudos

Hi,

I am trying to start XI (SXMB_IFR), i am getting this error:

Exception

An internal error occurred. Contact you XI administrator

java.lang.NoClassDefFoundError

I tried SLD, its running fine..

Java Runtime is 1.4.2

<b>DETAILS:</b>

-


Exception Details

Exception class: java.lang.NoClassDefFoundError

-


Message

java.lang.NoClassDefFoundError

-


Stacktrace

Thrown:

java.lang.NoClassDefFoundError: null

at com.sap.aii.ibrep.server.transport.api.RepTransportServiceStartup.startupIbrepTransportServices(RepTransportServiceStartup.java:22)

at com.sap.aii.ibrep.server.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:426)

at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)

at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)

at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:374)

at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:201)

at jsp_Main1223124322109._jspService(jsp_Main1223124322109.java:21)

at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:467)

at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:181)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

How to solve this?

Seshu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Seshu,

What happened? Did ur problem get solved?

cheers,

Prashanth

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Seshu,

Some probable steps that you can try doing are:

- It is recommended to have a minimum of JRE 1.4.2 or higher. But it’s better not to have JRE 1.4.2_10 and above as it has been noticed to throw errors.

- To avoid auto updates of J2SE to higher versions go to the control panel and open the Java Plug In icon. Browse to the update panel and uncheck the checkbox for Check for Updates Automatically.

- Open Web Start and go to Preferences. In the General tab you will find 3 radio buttons for proxies. Select the None option.

- Try clearing the cache folder Java Web Start>File>Preferences>Advanced>Clear Folder and then try downloading the jar files again.

Also go through the following links:

/people/sameer.shadab/blog/2005/11/27/java-web-start

Regards,

Abhy

Former Member
0 Kudos

Hi Seshu,

Look at this also..

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Hi Seshu,

Do this...

Go to this link in your computer..

C:\Documents and Settings\<your user folder if any>\Application Data\Sun\Java\Deployment\cache\javaws\http and access the .jar files for your repository.

I am telling you this because, your jar files could be corrupted. If they are corrupt, your jar file will have no icon( the windows logo icon will be there). Delete these jar files(only the error ones), and restart the repository. Just a hunch. Please be careful when u do this!

Also look at this link :

/people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Click on the Administration tab on the Integration Builder homepage. Under the repository and directory tab what do you see as the jdk.version?

Also where are you seeing 1.5.0_07? XI is not completely compatible to run on 1.5 it is much safer to use any version below that.

Hope that helps.

Former Member
0 Kudos

Hi,

The Integration Builder page itself not displaying..

about the version 1.5 its on the different system, where XI is running.. and the error i am getting on my notebook where i am getting trouble.

Thanks

Seshu

Former Member
0 Kudos

Start a command prompt and type <b>java -version</b> does it show your Java 1.4?

Are you having the same issue for the Repository as well as the Directory?

Former Member
0 Kudos

Hi,

i have same issue for both..

Java -version shows 1.4.2_06 in system where i am getting error.

and where XI is running fine..it shows 1.5.0_07

bye

S

Former Member
0 Kudos

Make sure in your Java Web Start -> preferences, the proxy is selected as none and the Java version enabled is Java 1.4 and not 1.5. Also are you trying to connect through your company VPN? Sometimes I have had that issue due to the wrong java version enabled in java Web Start or VPN issues.

Former Member
0 Kudos

Hi,

Thanks for reply, i tried your option. i have only one Java 1.4 in my system and its enabled..

Proxy also selected as none..

I am using direct PC, not using VPN..

Do i need to restart Java Web Start? how can i do that?

any other options?

Thanks

Seshu