cancel
Showing results for 
Search instead for 
Did you mean: 

Admin Link not working for Integration Directory

Former Member
0 Kudos

Hi ,

I am trying to access the administration page of Integration directory by following the link

http://<host>:<port>/rep/start/index.jsp ; --> Administration --> Directory (Tab) .

Unfortunately It is throwing error as below:-

Application error occurred during the request procession.

Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:

Error compiling [/build_info.jsp] of alias [dir] of J2EE application [sap.com/com.sap.xi.directory].

Exception id: [00145EC551640050000001D7000FE04E00044B0525324DE8]

Even if I am trying to access the ID admin link (http://<host>:<port>/run/support/admin ), it throws the same error.

At the same time the similar access to Integration repository are working fine.

Even the JAVA GUI of Integration directory is launching OK.

Can anybody figure out what might be the problem.

Thanks

Bipin

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

The problem seem to be that somehow the alias dir is not found (http://host:port/dir).

Could either try to restart application com.sap.xi.directory or redeploy.

Have you tried to restart the application from NetWeaver Administrator(http://<host>:<port>/nwa) --> Operation Management > Systems> Start & Stop . Select Java EE Application and filter for com.sap.xi.directory. Restart the application.

Also found by going directly http://<host>:<port>/nwa/apps.

Rgds

Erik

0 Kudos

Hi Bipin,

First things first, check if all your components from the "Component Info"

are in the same SP level.

Then, ensure if, for XI 3.0/7.0X you use Java version 1.4.2

and for 7.1X you use 1.5.

Regards,

Caio Cagnani

ravi_raman2
Active Contributor
0 Kudos

Bipin,

Take a look at your startup Logs.something is not complete .in your install or config..........as its throwing a compile error.... not good at startup

Regards

Ravi Raman

Former Member
0 Kudos

Ravi,

Even startup Logs are not shiwing any errors

Thanks

Bipin

Former Member
0 Kudos

Check this Note for Resolution:

Note 1153433 - Compilation of jsp fails due to too long javac command line

Regards,

Karthick

Former Member
0 Kudos

Hi,

Did you look at the trace and log files to get more info about this (compilation ?) exception ? You can view them using the SALV or the VALV ...

Rgds

Chris

Former Member
0 Kudos

Hi Chris,

Actually I checked those logs , but there was not much details.

Thanks

Bipin